vladimirg-db commented on code in PR #50666:
URL: https://github.com/apache/spark/pull/50666#discussion_r2055370164
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/CheckAnalysis.scala:
##########
@@ -51,9 +50,6 @@ trait CheckAnalysis extends LookupCatalog with
QueryErrorsBase with PlanToString
*/
val extendedCheckRules: Seq[LogicalPlan => Unit] = Nil
- val DATA_TYPE_MISMATCH_ERROR = TreeNodeTag[Unit]("dataTypeMismatchError")
- val INVALID_FORMAT_ERROR = TreeNodeTag[Unit]("invalidFormatError")
Review Comment:
@cloud-fan I think this tag is not used anywhere. I removed it.
--
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]