gengliangwang commented on code in PR #36445:
URL: https://github.com/apache/spark/pull/36445#discussion_r871610688
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala:
##########
@@ -287,6 +287,7 @@ class Analyzer(override val catalogManager: CatalogManager)
ResolveFieldNameAndPosition ::
AddMetadataColumns ::
DeduplicateRelations ::
+ ResolveDefaultColumns(this, v1SessionCatalog) ::
Review Comment:
Why change the order of the rule? The order within one Batch should not
matter except that it can avoid extra loops.
--
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]