Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Observed on Python 2.7
(Pdb) x[0].type DictionaryType(dictionary<values=binary, indices=int32, ordered=0>) (Pdb) x.schema[0].type DictionaryType(dictionary<values=binary, indices=int32, ordered=1>) (Pdb) x[0].type.equals(x.schema[0].type) True