kellydkim commented on PR #23725: URL: https://github.com/apache/flink/pull/23725#issuecomment-2265826957
Hi @Samrat002, I am seeing that this bug also impacts `CompressWriterFactory` as it creates a `NoCompressionBulkWriter` which also uses a `FSDataOutputStream` thus has the same issue. So I believe this issue isn't solely isolated to only Table API CSV format but any factories that create a BulkWriter with the FSDataOutputStream. -- 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]
