Aitozi opened a new pull request, #8287:
URL: https://github.com/apache/paimon/pull/8287

   ### Summary
   - Disable lookup changelog generation when overwrite writes ignore previous 
files.
   - Propagate the overwrite/ignore-previous-files flag into merge-tree 
compaction manager creation.
   - Add a Spark IT case covering lookup changelog files for INSERT OVERWRITE.
   
   ### Verification
   - Pre-fix baseline 04282834bb with only the new IT fails at 
SparkWriteITCase.java:660: expected 1 changelog file but found 2.
   - mvn -s ~/.m2/apache-community.xml -pl paimon-codegen-loader -am 
-Pfast-build -DskipTests install
   - mvn -s ~/.m2/apache-community.xml -pl 
paimon-spark/paimon-spark3-common,paimon-spark/paimon-spark-ut -am 
-Pspark3,fast-build -DfailIfNoTests=false 
-Dtest=SparkWriteITCase#testInsertOverwriteDoesNotProduceLookupChangelogFiles 
test
   - mvn -s ~/.m2/apache-community.xml -pl paimon-core -am -Pfast-build 
-DskipTests -DfailIfNoTests=false compile
   
   Note: the targeted Java IT passed after reinstalling paimon-codegen-loader; 
Maven then entered the automatic ScalaTest phase, which was interrupted after 
the target method completed successfully.


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

Reply via email to