-
Notifications
You must be signed in to change notification settings - Fork 415
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 Correct hashing of StructField and add tests. - Current: Two StructFields with the same name but different `data_type` or different `nullable` are considered to hash equivalently. - To be: `name`, `data_type` and `nullability` should match for a field to be considered equivalent. # Related Issue(s) closes #2045 --------- Co-authored-by: R. Tyler Croy <rtyler@brokenco.de> Co-authored-by: sonhmai <>
- Loading branch information
Showing
2 changed files
with
78 additions
and
7 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
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