LuciferYang commented on code in PR #36809:
URL: https://github.com/apache/spark/pull/36809#discussion_r898697170
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/CheckAnalysis.scala:
##########
@@ -50,8 +50,6 @@ trait CheckAnalysis extends PredicateHelper with
LookupCatalog {
val DATA_TYPE_MISMATCH_ERROR = TreeNodeTag[Boolean]("dataTypeMismatchError")
- val DATA_TYPE_MISMATCH_ERROR_MESSAGE =
TreeNodeTag[String]("dataTypeMismatchError")
-
Review Comment:
> just to make sure this isn't related to `TempResolvedColumn`, right?
Yes, I added this in https://github.com/apache/spark/pull/36746. It is not
needed after this pr
--
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]