deshanxiao commented on code in PR #1387:
URL: https://github.com/apache/orc/pull/1387#discussion_r1099642540
##########
java/core/src/test/org/apache/orc/impl/TestReaderImpl.java:
##########
@@ -527,4 +527,37 @@ public void testWithoutCompressionBlockSize() throws
IOException {
}
}
}
+
+ @Test
+ public void testSargSkipPickupGroupWithoutIndex() throws IOException {
+ Configuration conf = new Configuration();
+ Path[] paths = new Path[] {
+ new Path(workDir,
"TestOrcFile.testSargSkipPickupGroupWithoutIndexCPlusPlus.orc"),
+ new Path(workDir,
"TestOrcFile.testSargSkipPickupGroupWithoutIndexJava.orc"),
Review Comment:
Good catch! Done. Thanks @guiyanakuang
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]