cloud-fan commented on code in PR #49983: URL: https://github.com/apache/spark/pull/49983#discussion_r1958020639
########## 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: It's no harm to add it. When we remove the config in the future (throw an error if it's set), we need a ticket. -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org