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-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org