ganeshashree commented on code in PR #57752:
URL: https://github.com/apache/spark/pull/57752#discussion_r3714289312
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala:
##########
@@ -6801,6 +6774,15 @@ object SQLConf {
.booleanConf
.createWithDefault(false)
+ val PYTHON_LIMIT_PUSHDOWN_ENABLED =
buildConf("spark.sql.python.limitPushdown.enabled")
+ .internal()
+ .doc("When true, enable limit pushdown to Python datasource, at the cost
of running " +
+ "Python worker one additional time during planning. Spark always applies
the limit " +
+ "again after the scan, so a pushed limit only lets the data source read
less data.")
+ .version("4.3.0")
Review Comment:
Updated the target version to 5.0.0.
--
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]