wengh commented on code in PR #49961: URL: https://github.com/apache/spark/pull/49961#discussion_r2008097077
########## sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala: ########## @@ -4673,6 +4673,13 @@ object SQLConf { .booleanConf .createWithDefault(false) + val PYTHON_FILTER_PUSHDOWN_ENABLED = buildConf("spark.sql.python.filterPushdown.enabled") + .doc("When true, enable filter pushdown to Python datasource, at the cost of running " + + "Python worker one additional time during planning.") Review Comment: https://github.com/apache/spark/pull/50340 -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org