xushiyan commented on issue #18397: URL: https://github.com/apache/hudi/issues/18397#issuecomment-4140243753
the suggested solution in the issue lgtm. as long as we make it transient and keep it lazy init'ed like how we get hadoop conf, we should be good. CompressionKind is only referenced in HoodieWriteConfig.getOrcCompressionCodec(), if that method is never called, jvm won't need the class. We keep should unnecessary deps out of bundle. -- 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]
