aokolnychyi commented on code in PR #54488:
URL: https://github.com/apache/spark/pull/54488#discussion_r2923319111
##########
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:
@johanl-db @szehon-ho, can you folks explain the relation between
skipSchemaEvolution via ACCEPT_ANY_SCHEMA and automatic schema evolution via
AUTOMATIC_SCHEMA_EVOLUTION? Are these two mutually exclusive? Or can they
co-exist? MERGE vs INSERT?
--
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]