ArnavBalyan opened a new pull request, #9453:
URL: https://github.com/apache/paimon/pull/9453
### Purpose
- Multiple ORC writers on same JVM share the options. When writers use
different compression settings, one writer overwrites the settings used by
another.
- Paimon applies each writer’s compression level and window size directly
to the shared defaults, making the resulting compression depend on writer
creation order.
- Ensure each writer gets it's own copy
### Tests
- UT
--
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]