Conversation
|
Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Xi Chen.
|
cf05697 to
e16a472
Compare
|
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please submit the signed CLA to cla@trino.io. For more information, see https://github.com/trinodb/cla. |
e16a472 to
24c246e
Compare
|
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please submit the signed CLA to cla@trino.io. For more information, see https://github.com/trinodb/cla. |
|
@findepi Hello! I'm new to trino community and have sent a CLA to cla@trino.io days ago. I was wondering when will it take effect? |
@martint can answer this |
|
@cla-bot check |
|
The cla-bot has been summoned, and re-checked this pull request! |
phd3
left a comment
There was a problem hiding this comment.
LGTM, just one actionable comment. We should also update iceberg spark runtime version for product tests to keep the testing version for TestSparkCompatibility consistent, but that can be done separately.
plugin/trino-iceberg/src/main/java/io/trino/plugin/iceberg/HiveTableOperations.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
nit: static import for toHiveType (since the return type is pretty clear from method name)
plugin/trino-iceberg/src/main/java/io/trino/plugin/iceberg/PartitionTable.java
Outdated
Show resolved
Hide resolved
|
@electrum FWIW even though this change does not exactly change user side behavior, we might want to add this to release notes, since after this upgrade, other engines on iceberg 0.9.0 may see incorrect results. For example, a table written by iceberg 0.11.0 may not be correctly scanned by 0.9.0 because of the Timestamp related change in apache/iceberg#1981 . (tables written by 0.9.0 can be still read correctly by 0.11.0 .) |
@phd3 Hello! Thank you for the detailed review! |
24c246e to
59d1911
Compare
|
@jshmchenxi I've raised trinodb/docker-images#91 for this. We can update in Trino after a release there. |
|
Thanks! I'm glad to hear this Iceberg issue (that I found when writing the partition transform code) has been fixed in such an elegant way. |
Iceberg fixed error with negative epoch values in 0.11.0. We should upgrade to this version to remove former workaround code.
Information from Iceberg release notes: