JingsongLi commented on PR #8081: URL: https://github.com/apache/paimon/pull/8081#issuecomment-4612754737
The Spark 4.0 implementation also needs the same change. `paimon-spark/paimon-spark-4.0/src/main/scala/org/apache/paimon/spark/commands/MergeIntoPaimonDataEvolutionTable.scala` is a version-specific copy of this command, and it still creates `sourceDss` from `sourceTable` and joins `sourceTable` directly. As a result, `data-evolution.merge-into.source-persist` has no effect for the Spark 4.0 artifact unless this file is updated as well. -- 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]
