hailin0 commented on PR #5546: URL: https://github.com/apache/seatunnel/pull/5546#issuecomment-1735145637
> > > Which variable in this method is thread-unsafe? > > > > > > @lightzhao `WriteStrategy` implement class, like `LinkedHashMap<String, Writer> beingWrittenWriter` in `OrcWriteStrategy` > > ok, The modification is indeed more thread-safe. but judging from the exception screenshot, it has nothing to do with this variable. @lightzhao thread-safe class:org.apache.orc.impl.Writerimpl reference https://github.com/yuokada/embulk-output-orc/issues/7 https://github.com/yuokada/embulk-output-orc/pull/10 -- 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]
