QuakeWang commented on PR #7598:
URL: https://github.com/apache/paimon/pull/7598#issuecomment-4752920082

   > I found that we paid a relatively high price for the path of the bundle. 
Perhaps a simple solution is to disable this path, as its effectiveness is 
limited.
   
   @JingsongLi Thanks for pointing this out. I agree that the dedicated bundle 
pass-through path is not worth the complexity.
   
   I removed the pass-through implementation from this PR and kept the existing 
row-by-row fallback for `writeBundle`. This avoids the replayability/projection 
issues and preserves rolling checks inside large bundle writes.
   
   The PR is now intentionally reduced to regression coverage for the fallback 
behavior:
     - blob target-file-size rolling during bundle writes
     - vector target-file-size rolling during bundle writes
     - sequence-number side effects
     - main-file index side effects
     - external-storage blob fallback


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