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_r235995999
########## File path: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetFilterBuilder.java ########## @@ -63,6 +63,7 @@ static final Logger logger = LoggerFactory.getLogger(ParquetFilterBuilder.class); private final UdfUtilities udfUtilities; + private final boolean omitUnsupportedExprs; Review comment: Thanks, added. ---------------------------------------------------------------- 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
