Skip to content

Conversation

@JingsongLi
Copy link
Contributor

Purpose

Only RowId can be trusted for Data Evolution table, otherwise, multiple versions of RowId files will result in data errors

Tests

API and Format

Documentation

first_row_id = entry.file.first_row_id
# Range is inclusive [from_, to], so use row_count - 1
list_ranges.append(Range(first_row_id, first_row_id + entry.file.row_count - 1))

Copy link
Contributor

Choose a reason for hiding this comment

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

blob is included in the entry here.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

What does a blob have to do with it?

Copy link
Contributor

@XiaoHongbo-Hope XiaoHongbo-Hope Feb 3, 2026

Choose a reason for hiding this comment

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

What does a blob have to do with it?

It should be ok, I misunderstood.

@JingsongLi JingsongLi force-pushed the data_evolution_with_slice branch from a8948c0 to 542c44b Compare February 3, 2026 14:45
@XiaoHongbo-Hope
Copy link
Contributor

+1

@JingsongLi JingsongLi merged commit 21a66d1 into apache:master Feb 3, 2026
6 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.

2 participants