andygrove commented on code in PR #1619:
URL: https://github.com/apache/datafusion-comet/pull/1619#discussion_r2031668725


##########
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:
   @parthchandra @huaxingao hopefully this change doesn't break anything 
related to the 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to