Adarsh-Me commented on issue #9581: URL: https://github.com/apache/paimon/issues/9581#issuecomment-5524288084
Hi! I'd like to take this one. `OrcWriterFactory.getWriterOptions()` caches a mutable `OrcFile.WriterOptions` in a field, and `create()` mutates it per file, so per-file state can leak across writers. I'll build fresh options for each writer instead of caching, keeping behavior identical. Could you please assign this to me? Thanks! -- 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]
