Fokko commented on code in PR #11380: URL: https://github.com/apache/iceberg/pull/11380#discussion_r1840212382
########## gradle/libs.versions.toml: ########## @@ -75,8 +75,7 @@ netty-buffer = "4.1.114.Final" netty-buffer-compat = "4.1.114.Final" object-client-bundle = "3.3.2" orc = "1.9.4" -parquet = "1.13.1" -pig = "0.17.0" +parquet = "1.14.3" Review Comment: This looks like a merge conflict gone wrong. We've fallen back to 1.13.1 due to a bug in the dictionary encoding, we have https://github.com/apache/iceberg/pull/11502 to bump to `1.14.4` -- 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]
