You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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 <[email protected]>
Co-authored-by: sonhmai <>
Two StructFields with the same name but different data_types are considered to hash equivalently, which I think is incorrect.
I'm working around this for now, but filing for @roeap and I to discuss later
The text was updated successfully, but these errors were encountered: