cloud-fan commented on code in PR #52347:
URL: https://github.com/apache/spark/pull/52347#discussion_r2472606006
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/ResolveRowLevelCommandAssignments.scala:
##########
@@ -42,7 +43,8 @@ object ResolveRowLevelCommandAssignments extends
Rule[LogicalPlan] {
case u: UpdateTable if !u.skipSchemaResolution && u.resolved &&
u.rewritable && !u.aligned =>
validateStoreAssignmentPolicy()
val newTable = cleanAttrMetadata(u.table)
- val newAssignments =
AssignmentUtils.alignUpdateAssignments(u.table.output, u.assignments)
+ val newAssignments =
AssignmentUtils.alignUpdateAssignments(u.table.output, u.assignments,
+ coerceNestedTypes = false)
Review Comment:
are we going to handle UPDATE in the next RP?
--
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]