wypoon commented on a change in pull request #3430:
URL: https://github.com/apache/iceberg/pull/3430#discussion_r740434264



##########
File path: 
spark/v3.0/spark-extensions/src/main/scala/org/apache/spark/sql/catalyst/analysis/AssignmentAlignmentSupport.scala
##########
@@ -100,7 +99,7 @@ trait AssignmentAlignmentSupport {
             case StructType(fields) =>
               // build field expressions
               val fieldExprs = fields.zipWithIndex.map { case (field, ordinal) 
=>
-                createAlias(GetStructField(col, ordinal, Some(field.name)), 
field.name)
+                Alias(GetStructField(col, ordinal, Some(field.name)), 
field.name)()

Review comment:
       Ok, I reverted the code changes for spark/v3.0. I kept the change to 
spark/v3.0/build.gradle as that is just cleanup.




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