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:54:17 UTC

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

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


##########
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:
   is this also `FixedSizeBinary`?



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