Skip to content

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
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