hudi-bot opened a new issue, #15622: URL: https://github.com/apache/hudi/issues/15622
Currently, the `HiveSyncContext` class import `HiveSyncContext` explicitly if enable HiveSync, which means the `hudi-flink` module have to depend on `hudi-aws` module even through we don't need to sync metadata to Glue, for example, we just want to sync data to HMS, but we have to import `hudi-aws` jar, that's not good practice. It's better to decouple the implementation. !image-2022-12-11-21-33-49-771.png! ## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-5368 - Type: Improvement - Attachment(s): - 11/Dec/22 13:33;stayrascal;image-2022-12-11-21-33-49-771.png;https://issues.apache.org/jira/secure/attachment/13053764/image-2022-12-11-21-33-49-771.png -- 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]
