cloud-fan commented on code in PR #53563:
URL: https://github.com/apache/spark/pull/53563#discussion_r2641571047


##########
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:
   filter pushdown should not change query result, we added this flag for 
people to turn on/off it just in case there are bugs.



-- 
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