aokolnychyi commented on code in PR #54704:
URL: https://github.com/apache/spark/pull/54704#discussion_r2916736442
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala:
##########
@@ -1624,8 +1621,7 @@ class Analyzer(
}
InsertAction(
resolvedInsertCondition,
- resolveAssignments(assignments, m, MergeResolvePolicy.SOURCE,
- throws = throws))
+ resolveAssignments(assignments, m,
MergeResolvePolicy.SOURCE, throws))
Review Comment:
There is one more like this below at line 1639.
```
// The update value can access columns from the target table only.
resolveAssignments(assignments, m, MergeResolvePolicy.TARGET,
throws = throws),
```
--
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]