difin commented on code in PR #5218:
URL: https://github.com/apache/hive/pull/5218#discussion_r1595460479
##########
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:
Hi @dongjoon-hyun, opencsv changes were removed from this PR and were done
separately. The differences in the results of tests are still present.
I did a few additional checks:
- The same differences are present when Hive statistics are enabled and when
they are disabled.
- With the `decimal_vgby` table used as a source in the test in Parquet
format instead of Orc, the differences are absent (so it is an additional
confirmation that it is something related to Orc).
- I dumped the content of the `decimal_vgby` table with and without Orc
upgrade and they were the same, which is odd
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]