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(rust): inconsistent order of partitioning columns (#2494) #2614

Merged
merged 4 commits into from
Jul 11, 2024

Conversation

aditanase
Copy link
Contributor

Description

We need stable order between logical and physical schemas, but the order of partitioning columns is not always the same in the json schema and the array. This is visible only when you have more than one partitioning column.

This can surface in different ways:

Related Issue(s)

@github-actions github-actions bot added the binding/rust Issues for the Rust crate label Jun 20, 2024
Copy link

ACTION NEEDED

delta-rs follows the Conventional Commits specification for release automation.

The PR title and description are used as the merge commit message. Please update your PR title and description to match the specification.

@aditanase aditanase changed the title Fix inconsistent order of partitioning columns (#2494) fix(rust): inconsistent order of partitioning columns (#2494) Jun 20, 2024
@rtyler rtyler self-assigned this Jun 30, 2024
@rtyler rtyler requested a review from hntd187 as a code owner July 11, 2024 22:18
@rtyler rtyler enabled auto-merge (squash) July 11, 2024 22:19
@rtyler rtyler merged commit f432c4f into delta-io:main Jul 11, 2024
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binding/rust Issues for the Rust crate
Projects
None yet
2 participants