danny0405 commented on code in PR #14205:
URL: https://github.com/apache/hudi/pull/14205#discussion_r2497089234
##########
hudi-spark-datasource/hudi-spark4-common/src/main/scala/org/apache/spark/sql/adapter/BaseSpark4Adapter.scala:
##########
@@ -186,4 +187,8 @@ abstract class BaseSpark4Adapter extends SparkAdapter with
Logging {
applyFiltersToPlan(logicalRelation, requiredSchema, resolvedSchema,
relation.fileFormat.asInstanceOf[HoodieFormatTrait].getRequiredFilters))
}
+
+ override def enableParquetFilterPushDownStringPredicate(conf: SQLConf):
Boolean = {
+ conf.parquetFilterPushDownStringPredicate
Review Comment:
is the flag controled through Spark SQL and needs manual setup?
--
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]