arina-ielchiieva 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_r272586378
##########
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:
@dvjyothsna / @amansinha100 not sure that we should allow ignoring tests.
Does it mean that we are breaking existing functionality?
----------------------------------------------------------------
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