Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable intended disabled ORC tests (#17790)
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
- Loading branch information