You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2019/04/05 13:23:59 UTC

[GitHub] [drill] arina-ielchiieva commented on a change in pull request #1723: DRILL-7063: Seperate metadata cache file into summary, file metadata

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:
users@infra.apache.org


With regards,
Apache Git Services