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

Remove support for pre-Puffin Iceberg stats #19803

Conversation

findepi
Copy link
Member

@findepi findepi commented Nov 17, 2023

Before Iceberg library gained Puffin stats, Trino would store table stats in Iceberg table properties. This became obsoleted in Trino 405 (released in Dec 2022). Dropping support for old stats format means need to re-analyze tables that haven't been written to by Trino 405 or newer.

Follows #15400
Closes #15397

Before Iceberg library gained Puffin stats, Trino would store table
stats in Iceberg table properties. This became obsoleted in Trino 405
(released in Dec 2022).  Dropping support for old stats format means
need to re-analyze tables that haven't been written to by Trino 405 or
newer.
@findepi findepi added the iceberg Iceberg connector label Nov 17, 2023
@cla-bot cla-bot bot added the cla-signed label Nov 17, 2023
@findepi
Copy link
Member Author

findepi commented Nov 17, 2023

cc @findinpath @alexjo2144

@findepi findepi merged commit 3a85001 into trinodb:master Nov 20, 2023
43 checks passed
@findepi findepi deleted the findepi/remove-support-for-pre-puffin-iceberg-stats-65f052 branch November 20, 2023 11:15
@findepi findepi added the no-release-notes This pull request does not require release notes entry label Nov 20, 2023
@github-actions github-actions bot added this to the 434 milestone Nov 20, 2023
@mosabua
Copy link
Member

mosabua commented Nov 20, 2023

I will add to release notes as breaking change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed iceberg Iceberg connector no-release-notes This pull request does not require release notes entry
Development

Successfully merging this pull request may close these issues.

Remove support for Trino-specific Iceberg statistics properties
4 participants