Skip to content

feat(table): add SetPartitionStatisticsUpdate and RemovePartitionStatisticsUpdate#1018

Merged
zeroshade merged 1 commit into
apache:mainfrom
tanmayrauth:feat/1009-partition-statistics-updates
May 6, 2026
Merged

feat(table): add SetPartitionStatisticsUpdate and RemovePartitionStatisticsUpdate#1018
zeroshade merged 1 commit into
apache:mainfrom
tanmayrauth:feat/1009-partition-statistics-updates

Conversation

@tanmayrauth
Copy link
Copy Markdown
Contributor

Adds SetPartitionStatisticsUpdate and RemovePartitionStatisticsUpdate in table/updates.go with MetadataBuilder methods and UnmarshalJSON wiring. Mirrors the existing SetStatisticsUpdate / RemoveStatisticsUpdate from #902.

Closes #1009

…isticsUpdate (apache#1009)

Add update types to mutate the partition-statistics list in table
metadata, mirroring the existing SetStatisticsUpdate/RemoveStatisticsUpdate
pattern. Includes MetadataBuilder methods and JSON round-trip support.
@tanmayrauth tanmayrauth requested a review from zeroshade as a code owner May 5, 2026 22:10
Copy link
Copy Markdown
Member

@zeroshade zeroshade left a comment

Choose a reason for hiding this comment

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

LGTM thanks!

@zeroshade zeroshade merged commit b3b1642 into apache:main May 6, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(table): SetPartitionStatisticsUpdate and RemovePartitionStatisticsUpdate

2 participants