vvysotskyi commented on a change in pull request #1723: DRILL-7063: Seperate
metadata cache file into summary, file metadata
URL: https://github.com/apache/drill/pull/1723#discussion_r272583689
##########
File path:
exec/java-exec/src/test/java/org/apache/drill/exec/store/parquet/TestParquetFilterPushDown.java
##########
@@ -138,18 +138,25 @@ public void testIntPredicateWithEval() throws Exception {
testParquetRowGroupFilterEval(footer, "intCol = 50 or intCol = 160",
RowsMatch.SOME);
//"nonExistCol" does not exist in the table. "AND" with a filter on exist
column
+
+ //Ignored till run-time row group pruning is added.
Review comment:
See my comment about handling non-existent columns.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services