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

[core][bug]Fix partition table get index RowType error #3885

Merged
merged 4 commits into from
Aug 6, 2024

Conversation

hawk9821
Copy link
Contributor

@hawk9821 hawk9821 commented Aug 3, 2024

In the case of partitioned tables, call IndexBootstrap.bootstrapType function throw exception: "Field names must be unique. Found duplicates: [dt]"

Purpose

Linked issue: close #3886

Tests

API and Format

Documentation

@JingsongLi
Copy link
Contributor

Hi @hawk9821 can you also add an itcase? Maybe in GlobalDynamicBucketTableITCase?

@hawk9821
Copy link
Contributor Author

hawk9821 commented Aug 5, 2024

Hi @hawk9821 can you also add an itcase? Maybe in GlobalDynamicBucketTableITCase?

OK

Copy link
Contributor

@JingsongLi JingsongLi left a comment

Choose a reason for hiding this comment

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

+1

@JingsongLi JingsongLi merged commit 90fb473 into apache:master Aug 6, 2024
9 of 10 checks passed
wxplovecc pushed a commit to tongcheng-elong/incubator-paimon that referenced this pull request Aug 6, 2024
@hawk9821 hawk9821 deleted the dev branch November 25, 2024 04:10
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.

[Bug] [core] in Partition table case, call IndexBootstrap.bootstrapType function throw exception
2 participants