-
Notifications
You must be signed in to change notification settings - Fork 406
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
# 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: - select a partitioning column and get the values from the other - filter by a partitioning column and get the wrong results (#2494) # Related Issue(s) - closes #2494 --------- Co-authored-by: R. Tyler Croy <[email protected]>
- Loading branch information
Showing
1 changed file
with
24 additions
and
23 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