Skip to content

Update Iceberg to 1.7.0#23986

Merged
ebyhr merged 1 commit intotrinodb:masterfrom
ebyhr:ebi/iceberg-1.7.0-rc
Nov 10, 2024
Merged

Update Iceberg to 1.7.0#23986
ebyhr merged 1 commit intotrinodb:masterfrom
ebyhr:ebi/iceberg-1.7.0-rc

Conversation

@ebyhr
Copy link
Copy Markdown
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
Copy link
Copy Markdown
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 findinpath and wendigo November 10, 2024 06:10
@ebyhr ebyhr merged commit ead6d9f into trinodb:master Nov 10, 2024
@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
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
Copy Markdown
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