szehon-ho commented on code in PR #54488:
URL: https://github.com/apache/spark/pull/54488#discussion_r2927588815


##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala:
##########
@@ -3642,7 +3648,8 @@ class Analyzer(
     override def apply(plan: LogicalPlan): LogicalPlan = 
plan.resolveOperatorsWithPruning(
       _.containsPattern(COMMAND), ruleId) {
       case v2Write: V2WriteCommand

Review Comment:
   Merge with ACCEPT_ANY_SCHEMA on normal DSV2 data source breaks today as it 
relies on external rule to resolve the merge.
   
   I think insert already works with ACCEPT_ANY_SCHEMA, and this would be 
another mode.  Probably should be mutually exclusive?



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