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

   ### Purpose
   
   `BundleFormatWriter` supports writing a bundle directly, but 
`RowDataFileWriter` always expanded `BundleRecords` and wrote each row 
individually. This prevented format writers from using their bundle fast path.
   
   This change forwards eligible bundles directly and updates the 
sequence-number counter in bulk. It preserves per-record processing when column 
statistics, row tracking, or auxiliary file writers require it.
   
   ### Tests
   
   - `mvn -pl paimon-core -Dmaven.repo.local=/opt/homebrew/opt/maven/repository 
-DwildcardSuites=none -Dtest=RowDataFileWriterTest 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]

Reply via email to