-
Type:
Improvement
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 1.0.0
-
Fix Version/s: None
-
Component/s: Documentation, Python
-
Labels:None
Recent changes in 1.0.0 affected the way pyarrow.Array scalars handle operations such as equality. For example, an equality check will compare object equivalence and return False no matter what the value is. Since this could be confusing to the user, there should be some documentation on this behavior.