HeartSaVioR commented on code in PR #43971:
URL: https://github.com/apache/spark/pull/43971#discussion_r1402951534
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala:
##########
@@ -347,7 +347,9 @@ class Analyzer(override val catalogManager: CatalogManager)
extends RuleExecutor
Batch("Cleanup", fixedPoint,
CleanupAliases),
Batch("HandleSpecialCommand", Once,
- HandleSpecialCommand)
+ HandleSpecialCommand),
+ Batch("Remove watermark for batch query", Once,
Review Comment:
I guess the node is expected to be already resolved from this point, but I'm
checking the flag of resolved in EliminateEventTimeWatermark to make the logic
be self-describe.
--
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]