JingsongLi opened a new pull request, #9093: URL: https://github.com/apache/paimon/pull/9093
### Purpose Remove the Spark `upsert-key` table property and its automatic `INSERT INTO` to `MERGE INTO` rewrite. This change removes the option and accessor from `CoreOptions`, the associated schema validation, the Spark analyzer rule and registration, and the Spark 3.2 through 4.1 tests. It also removes the SQL Upsert documentation, navigation entry, redirect, and generated configuration entry. Existing tables that specify `upsert-key` will no longer receive the automatic Spark upsert rewrite. The independent PyPaimon Data Evolution `upsert_by_key` API is not affected. ### Tests - `mvn -pl paimon-core -Pfast-build -DwildcardSuites=none -Dtest=SchemaValidationTest test` - `mvn -pl paimon-spark/paimon-spark-ut -am -Pfast-build -Pspark3 -DskipTests compile` - `JAVA_HOME=<jdk17> mvn -pl paimon-spark/paimon-spark-ut -am -Pfast-build -Pspark4 -DskipTests compile` - `mvn -pl paimon-api,paimon-core,paimon-spark/paimon-spark-common -Pspark3 -DskipTests spotless:check` -- 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]
