wjones127 commented on code in PR #3276:
URL: https://github.com/apache/arrow-rs/pull/3276#discussion_r1042375767
##########
arrow-pyarrow-integration-testing/tests/test_sql.py:
##########
@@ -193,6 +193,38 @@ def test_time32_python():
del b
del expected
+
[email protected]("datatype", _supported_pyarrow_types, ids=str)
+def test_empty_array_python(datatype):
+ """
+ Python -> Rust -> Python
+ """
+ if datatype == pa.float16():
Review Comment:
Good catch! Looks like it wasn't added to the FFI impl, so I was getting
this error:
https://github.com/apache/arrow-rs/blob/a3f2086971b8183cd25b7b993a972ed43b0f5b4e/arrow/src/ffi.rs#L390
--
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]