gaogao110 opened a new pull request, #5625: URL: https://github.com/apache/hudi/pull/5625
## *Tips* - *Thank you very much for contributing to Apache Hudi.* - *Please review https://hudi.apache.org/contribute/how-to-contribute before opening a pull request.* ## What is the purpose of the pull request fix flink write hudi sync hive if Hive table already exists throw an exception ## Brief change log - *Modify hudi-flink-bundle pom.xml* Add ` <relocation> <pattern>org.apache.hadoop.hive.serde2.</pattern> <shadedPattern>${flink.bundle.shade.prefix}org.apache.hadoop.hive.serde2.</shadedPattern> </relocation>` ## Verify this pull request *(Please pick either of the following options)* This pull request is a trivial rework / code cleanup without any test coverage. *(or)* This pull request is already covered by existing tests, such as *(please describe tests)*. (or) This change added tests and can be verified as follows: -- 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]
