HyukjinKwon commented on code in PR #53563:
URL: https://github.com/apache/spark/pull/53563#discussion_r2641527113
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala:
##########
@@ -5588,6 +5596,7 @@ object SQLConf {
.createWithDefault(false)
val PYTHON_FILTER_PUSHDOWN_ENABLED =
buildConf("spark.sql.python.filterPushdown.enabled")
+ .internal()
Review Comment:
I think the pushdown is not ready yet (?). Let's keep it as an internal for
now.
--
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]