Closed findepi closed 3 days ago
None
For DictionaryArray, methods logical_nulls and logical_null_count would return incorrect result if the underlying values had different physical and logical nullability.
DictionaryArray
logical_nulls
logical_null_count
Fix DictionaryArray.logical_nulls
DictionaryArray.logical_nulls
yes
Which issue does this PR close?
None
Rationale for this change
For
DictionaryArray
, methodslogical_nulls
andlogical_null_count
would return incorrect result if the underlying values had different physical and logical nullability.What changes are included in this PR?
Fix
DictionaryArray.logical_nulls
Are there any user-facing changes?
yes