You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following ORC_TEST tests were intended to be disabed:
```
OrcWriterTest.DISABLE_Over65kColumns
OrcReaderTest.DISABLE_Over65kStripes
OrcReaderTest.DISABLE_Over65kRowGroups
```
Unfortunately they are missing the end `D` and so were not actually disabled. This caused the memcheck nightly build to fail.
Changing `DISABLE_` to `DISABLED_` properly disables the tests.
Authors:
- David Wendt (https://github.com/davidwendt)
Approvers:
- Bradley Dice (https://github.com/bdice)
- Nghia Truong (https://github.com/ttnghia)
- Shruti Shivakumar (https://github.com/shrshi)
URL: #17790
0 commit comments