LuciferYang commented on code in PR #38514:
URL: https://github.com/apache/spark/pull/38514#discussion_r1014645614


##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/CheckAnalysis.scala:
##########
@@ -555,14 +554,7 @@ trait CheckAnalysis extends PredicateHelper with 
LookupCatalog {
               dataTypes(child).zip(ref).zipWithIndex.foreach { case ((dt1, 
dt2), ci) =>
                 // SPARK-18058: we shall not care about the nullability of 
columns
                 if (!dataTypesAreCompatibleFn(dt1, dt2)) {
-                  val errorMessage =

Review Comment:
   seems this is a unused variable after SPARK-40978



-- 
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]

Reply via email to