difin commented on code in PR #5218: URL: https://github.com/apache/hive/pull/5218#discussion_r1591581795
########## pom.xml: ########## @@ -180,8 +180,8 @@ <mysql.version>8.0.31</mysql.version> <postgres.version>42.7.3</postgres.version> <oracle.version>21.3.0.0</oracle.version> - <opencsv.version>2.3</opencsv.version> - <orc.version>1.8.5</orc.version> + <opencsv.version>5.9</opencsv.version> Review Comment: I added opencsv changes because Hive wasn't able to compile without them. Hive has a code that depends on opencsv version that was coming from Orc 1.8.5 and it is not in 1.9.3. I created a separate PR for upgrading opencsv https://github.com/apache/hive/pull/5240 Once it gets merged, I will update this PR and remove opencsv changes from it. -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org