You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/04/13 20:58:47 UTC

[GitHub] [arrow-rs] sunchao commented on a diff in pull request #1564: Support FixedSizeBinary and FixedSizeList for the C data interface

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


##########
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:
   This is just binary since `pa.binary()` doesn't have length specified (different from `pa.binary(3)` for instance).



-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org