xushiyan opened a new pull request, #6930: URL: https://github.com/apache/hudi/pull/6930
### Change Logs - Avoid parquet-hadoop-bundle in hudi-hadoop-mr-bundle - Use hive2/3-compatible parquet version (1.10.x) for hadoop-mr Previous discussion https://github.com/apache/hudi/pull/5250#discussion_r930144788 ### Impact hudi-hadoop-mr-bundle will need to work with parquet version in user-provided hive. - hive3 uses 1.10.0 (compatible) -> https://github.com/apache/hive/blob/4df4d75bf1e16fe0af75aad0b4179c34c07fc975/pom.xml#L191 - hive2 uses 1.8.1 (compatible) -> https://github.com/apache/hive/blob/92dd0159f440ca7863be3232f3a683a510a62b9d/pom.xml#L183 **Risk level: medium** Need to run e2e bundle testing to verify. ### Documentation Update NA ### Contributor's checklist - [ ] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute) - [ ] Change Logs and Impact were stated clearly - [ ] Adequate tests were added if applicable - [ ] CI passed -- 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]
