kerwin-zk commented on PR #8214: URL: https://github.com/apache/paimon/pull/8214#issuecomment-4730810767
Updated this PR to support UPDATE only for data-evolution tables. DELETE now remains unsupported, including metadata-only DELETE, so it can be handled separately with a deletion-vector based approach later.\n\nVerified locally:\n- mvn -nsu -pl paimon-core -am -Dtest=ConflictDetectionTest -DfailIfNoTests=false test\n- mvn -nsu -Pspark4 -pl paimon-spark/paimon-spark-4.1 -DwildcardSuites=org.apache.paimon.spark.sql.RowTrackingTest -DfailIfNoTests=false -Drat.skip=true test\n- mvn -nsu -Pspark4 -pl paimon-spark/paimon-spark-4.0 -DwildcardSuites=org.apache.paimon.spark.sql.RowTrackingTest -DfailIfNoTests=false -Drat.skip=true test\n- mvn -nsu -Pspark3 -pl paimon-spark/paimon-spark-3.5 -DwildcardSuites=org.apache.paimon.spark.sql.RowTrackingTest -DfailIfNoTests=false -Drat.skip=true test -- 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]
