JingsongLi commented on PR #8072:
URL: https://github.com/apache/paimon/pull/8072#issuecomment-4603803342

   Reviewed the updated split packing logic with focus on Java/Paimon 
data-evolution semantics.
   
   The important part here is that data-evolution `DataSplit`s are now packed 
as whole splits instead of being broken into smaller file groups, so the 
field-bunch / split-level schema-evolution assumptions are preserved. I also 
verified the common Spark module compiles with:
   
   ```shell
   mvn -pl paimon-spark/paimon-spark-common -am -Pfast-build -DskipTests compile
   ```
   
   No additional blocker from my side.
   


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