HeartSaVioR commented on code in PR #49983:
URL: https://github.com/apache/spark/pull/49983#discussion_r1957766741
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala:
##########
@@ -4115,6 +4115,7 @@ object SQLConf {
.doc("Allow PruneFilters to remove streaming subplans when we encounter
a false filter. " +
"This flag is to restore prior buggy behavior for broken pipelines.")
.version("4.0.0")
+
.withAlternative("spark.databricks.sql.optimizer.pruneFiltersCanPruneStreamingSubplan")
Review Comment:
@dongjoon-hyun
Should we add this to DeprecatedConfig as well? Also, should we also file a
JIRA ticket for removing?
--
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]