wjones127 commented on code in PR #3276:
URL: https://github.com/apache/arrow-rs/pull/3276#discussion_r1039942589
##########
arrow-pyarrow-integration-testing/tests/test_sql.py:
##########
@@ -193,6 +200,34 @@ def test_time32_python():
del b
del expected
+
+def test_empty_array_python():
+ """
+ Python -> Rust -> Python
+ """
+ a = pa.array([], pa.int32())
Review Comment:
I can do that. Though part of me wonders whether we should invest more here
vs in the proposed official integration tests
https://docs.google.com/document/d/1LJChHyV8Oeu5FcVPpeyVN_Zd1EDz2OQ8IBv1-yCGU54/edit#heading=h.8ljql1lveb31
--
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]