-
Notifications
You must be signed in to change notification settings - Fork 416
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: delta scan partition ordering bug (#1789)
# Description Sometimes the order of partition columns in our delta schema does not match the order of partition columns in the deltatable metadata. This would cause `DeltaScan` to provide incorrect values for partition columns. This is fixed by having `DeltaScan` use the metadata as the source of truth. # Related Issue(s) - closes #1787
- Loading branch information
Showing
1 changed file
with
91 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters