skywalker0618 opened a new pull request, #18422: URL: https://github.com/apache/hudi/pull/18422
### Describe the issue this Pull Request addresses Current hudi 1.2 streaming source has a hard dependency on orc due to function HoodieWriteConfig.getOrcCompressionCodec() returns an ORC class. As this function is not used, we can safely remove it so that the hudi 1.2 won't have a hard dependency on orc. ### Summary and Changelog Remove HoodieWriteConfig.getOrcCompressionCodec() function ### Impact None ### Risk Level None ### Documentation Update None ### Contributor's checklist - [X] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute) - [X] Enough context is provided in the sections above - [X] Adequate tests were added if applicable -- 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]
