allisonwang-db commented on code in PR #53563:
URL: https://github.com/apache/spark/pull/53563#discussion_r2640873822
##########
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:
Hmm should this be a user facing config?
--
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]