EricJoy2048 commented on issue #6678: URL: https://github.com/apache/seatunnel/issues/6678#issuecomment-2058186339
> 我注意到这块代码其实是没问题的,通过执行buildwith方法会赋值shema为s3a,但是关键在于整个sink往下游传递给mutiltable sink时,会执行反序列化操作 > > > > `Sometimes hadoopConf's getSchema method returns s3n instead of s3a, resulting in the s3 connector actually being cached` Is this reproducible?#00000;是可复制的? > > > > > > Can you try use remote debug?你能尝试使用远程调试吗? > > Yes, I discovered through remote debugging that s3n was actually being passed  I understand now. It's really a matter of serialization and deserialization of `static variables`. I don't think we should define `static variables` for classes that need to be serialized and deserialized. Can you put up a pr to fix this? -- 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]
