amol- commented on a change in pull request #11185:
URL: https://github.com/apache/arrow/pull/11185#discussion_r727119323



##########
File path: python/pyarrow/tests/test_array.py
##########
@@ -2745,6 +2745,33 @@ def test_array_masked():
                    mask=np.array([False, True, False, True]))
     assert arr.type == pa.int64()
 
+    # ARROW-13883
+    arr = pa.array([4, None, 4, 3],
+                   mask=pa.array([False, True, False, True]))

Review comment:
       Not allowed, see 
https://github.com/apache/arrow/pull/11185/files#r727117209




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to