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

[Fix][Connector-V2] Fix doris primary key order and fields order are inconsistent #7377

Merged
merged 2 commits into from
Aug 13, 2024

Conversation

Hisoka-X
Copy link
Member

Purpose of this pull request

Fix create doris create table failed when primary key order not match with fields order.
eg:

fields: ["id", "age", "name"]
primary keys: ["age", "id"]

This PR will re-sort primary keys order before create table.

Does this PR introduce any user-facing change?

no

How was this patch tested?

add new test.

Check list

@hailin0 hailin0 merged commit 464da8f into apache:dev Aug 13, 2024
6 checks passed
Hisoka-X added a commit to Hisoka-X/seatunnel-fork that referenced this pull request Aug 14, 2024
wuchunfu pushed a commit that referenced this pull request Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants