huaxingao commented on code in PR #1619: URL: https://github.com/apache/datafusion-comet/pull/1619#discussion_r2031741443
########## spark/src/main/scala/org/apache/comet/parquet/CometParquetFileFormat.scala: ########## @@ -96,7 +96,7 @@ class CometParquetFileFormat extends ParquetFileFormat with MetricsSupport with val optionsMap = CaseInsensitiveMap[String](options) val parquetOptions = new ParquetOptions(optionsMap, sqlConf) val datetimeRebaseModeInRead = parquetOptions.datetimeRebaseModeInRead - val parquetFilterPushDown = sqlConf.parquetFilterPushDown + val parquetFilterPushDown = CometConf.COMET_PARQUET_FILTER_PUSHDOWN_ENABLED.get(sqlConf) Review Comment: This shouldn't break iceberg integration. -- 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. To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org