Docs: Sync Go implementation status with iceberg-go#16021
Merged
zeroshade merged 2 commits intoapache:mainfrom Apr 18, 2026
Merged
Docs: Sync Go implementation status with iceberg-go#16021zeroshade merged 2 commits intoapache:mainfrom
zeroshade merged 2 commits intoapache:mainfrom
Conversation
Contributor
Author
|
@zeroshade can you please review and merge the changes? |
zeroshade
requested changes
Apr 17, 2026
Member
zeroshade
left a comment
There was a problem hiding this comment.
@laskoviymishka am I missing anything?
| | Update statistics | Y | Y | Y | N | Y | | ||
| | Update statistics | Y | Y | Y | Y | Y | | ||
| | Update partition statistics | Y | N | N | N | N | | ||
| | Expire snapshots | Y | N | N | N | N | |
Member
There was a problem hiding this comment.
Don't we support Expiring snapshots now too?
Member
There was a problem hiding this comment.
We support updating the schema
| | Update statistics | Y | Y | Y | N | Y | | ||
| | Update statistics | Y | Y | Y | Y | Y | | ||
| | Update partition statistics | Y | N | N | N | N | | ||
| | Expire snapshots | Y | N | N | N | N | |
Member
There was a problem hiding this comment.
Don't we support Expiring snapshots?
laskoviymishka
suggested changes
Apr 18, 2026
laskoviymishka
left a comment
There was a problem hiding this comment.
Here is a bunch of other flips required
- Update schema (V1 + V2) — table/transaction.go:177, apache/iceberg-go#596
- Update partition spec (V1 + V2) — table/transaction.go:160
- Replace sort order (V1 + V2) — table/metadata.go:532, apache/iceberg-go#612
- Update table location (V1 + V2) — table/updates.go:376
- Expire snapshots (V1 + V2) — table/transaction.go:212, apache/iceberg-go#783
- Manage snapshots (V1 + V2) — table/metadata.go:753, apache/iceberg-go#820
- Rewrite files (V1 + V2) — table/rewrite_data_files.go:83, apache/iceberg-go#892
- Row delta (V2) — table/row_delta.go:63, apache/iceberg-go#789
- Write equality deletes (V2) — table/equality_delete_writer.go:78, apache/iceberg-go#809
Contributor
Author
|
Thanks @zeroshade @laskoviymishka I will update it. |
Update the Go column in status.md to reflect the current state of the iceberg-go library based on source code verification.
Update additional Go feature flags based on reviewer feedback from zeroshade and laskoviymishka with source code references: - Update schema (V1+V2): transaction.go:177 - Update partition spec (V1+V2): transaction.go:160 - Replace sort order (V1+V2): metadata.go:532 - Update table location (V1+V2): updates.go:376 - Expire snapshots (V1+V2): transaction.go:212 - Manage snapshots (V1+V2): metadata.go:753 - Rewrite files (V1+V2): rewrite_data_files.go:83 - Row delta (V2): row_delta.go:63 - Write equality deletes (V2): equality_delete_writer.go:78
612f54a to
8434226
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updating the Go column in status.md to reflect the current state of the iceberg-go library.