vvysotskyi commented on a change in pull request #1552: DRILL-6865: Query returns wrong result when filter pruning happens URL: https://github.com/apache/drill/pull/1552#discussion_r235994025
########## File path: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/AbstractParquetGroupScan.java ########## @@ -85,6 +85,8 @@ private List<EndpointAffinity> endpointAffinities; private ParquetGroupScanStatistics parquetGroupScanStatistics; + // whether all row groups of this group scan fully matches the filter Review comment: Thanks, fixed ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
