Skip to content

Conversation

@shidayang
Copy link
Contributor

Purpose

Support data-evolution for append only fixed hash table

Tests

API and Format

Documentation

@shidayang shidayang force-pushed the support-data-evolution-for-bucket branch from 6e05843 to 8c335f2 Compare November 21, 2025 10:02
@leaves12138
Copy link
Contributor

@JingsongLi

@shidayang shidayang changed the title [#6794711734] Support data evolution for bucket table [spark] Support data evolution for bucket table Nov 21, 2025
@shidayang shidayang force-pushed the support-data-evolution-for-bucket branch from 8c335f2 to 635b51e Compare November 21, 2025 11:06
private static void validateRowTracking(TableSchema schema, CoreOptions options) {
boolean rowTrackingEnabled = options.rowTrackingEnabled();
if (rowTrackingEnabled) {
checkArgument(
Copy link
Contributor

Choose a reason for hiding this comment

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

remove whole checkArgument.

```
Notice that:
- Row tracking is only supported for unaware append tables, not for primary key tables. Which means you can't define `bucket` and `bucket-key` for the table.
- Row tracking is only supported for unaware or hash_fixed bucket append tables, not for primary key tables.
Copy link
Contributor

Choose a reason for hiding this comment

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

supported for append tables

@JingsongLi
Copy link
Contributor

And maybe you can add more tests for bucketed tables.

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.

3 participants