Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Iceberg to 1.7.0 #23986

Merged
merged 1 commit into from
Nov 10, 2024
Merged

Update Iceberg to 1.7.0 #23986

merged 1 commit into from
Nov 10, 2024

Conversation

ebyhr
Copy link
Member

@ebyhr ebyhr commented Oct 30, 2024

Description

Release notes

(x) This is not user-visible or is docs only, and no release notes are required.

@cla-bot cla-bot bot added the cla-signed label Oct 30, 2024
@github-actions github-actions bot added the iceberg Iceberg connector label Oct 30, 2024
@@ -166,6 +166,8 @@ public static Object getValue(JsonNode partitionValue, Type type)
return rescale(
partitionValue.decimalValue(),
createDecimalType(decimalType.precision(), decimalType.scale()));
// TODO https://github.com/trinodb/trino/issues/19753 Support Iceberg timestamp types with nanosecond precision
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ebyhr ebyhr force-pushed the ebi/iceberg-1.7.0-rc branch 3 times, most recently from 7199a21 to be4d217 Compare October 31, 2024 03:18
@ebyhr ebyhr force-pushed the ebi/iceberg-1.7.0-rc branch from be4d217 to 410540a Compare November 10, 2024 04:58
@ebyhr ebyhr marked this pull request as ready for review November 10, 2024 05:00
@ebyhr ebyhr requested review from wendigo and findinpath November 10, 2024 06:10
@ebyhr ebyhr merged commit ead6d9f into trinodb:master Nov 10, 2024
92 checks passed
@ebyhr ebyhr deleted the ebi/iceberg-1.7.0-rc branch November 10, 2024 11:28
@github-actions github-actions bot added this to the 465 milestone Nov 10, 2024
@@ -166,6 +166,8 @@ public static Object getValue(JsonNode partitionValue, Type type)
return rescale(
partitionValue.decimalValue(),
createDecimalType(decimalType.precision(), decimalType.scale()));
// TODO https://github.com/trinodb/trino/issues/19753 Support Iceberg timestamp types with nanosecond precision
case TIMESTAMP_NANO:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI: there's also io.trino.plugin.iceberg.catalog.glue.GlueIcebergUtil#toGlueTypeStringLossy. It has a default clause, which makes the switch not subject to exhaustivity checks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed iceberg Iceberg connector
Development

Successfully merging this pull request may close these issues.

3 participants