viirya commented on code in PR #1564:
URL: https://github.com/apache/arrow-rs/pull/1564#discussion_r849894977


##########
arrow-pyarrow-integration-testing/tests/test_sql.py:
##########
@@ -190,6 +190,29 @@ def test_time32_python():
     del b
     del expected
 
+def test_binary_array():
+    """
+    Python -> Rust -> Python
+    """
+    a = pa.array(["a", None, "bb", "ccc"], pa.binary())

Review Comment:
   So just add for test coverage?



-- 
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