vladimirg-db commented on code in PR #50666: URL: https://github.com/apache/spark/pull/50666#discussion_r2055615144
########## 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: @MaxGekk confirmed -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org