aokolnychyi commented on code in PR #52504:
URL: https://github.com/apache/spark/pull/52504#discussion_r2414478451
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/ColumnResolutionHelper.scala:
##########
@@ -200,6 +198,13 @@ trait ColumnResolutionHelper extends Logging with
DataTypeErrorsBase {
}
}
+ private def resolveLiteralColumns(e: Expression) = {
Review Comment:
I am a little bit worried that this doesn't fix the root problem that
ResolvedIdentifier output in CREATE actually is used as candidates for
resolving default values. Let me think.
--
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]