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


##########
arrow-pyarrow-integration-testing/tests/test_sql.py:
##########
@@ -113,6 +109,10 @@ def assert_pyarrow_leak():
     ),
 ]
 
+_unsupported_pyarrow_types = [
+    pa.decimal256(76, 38),
+]
+
 
 @pytest.mark.parametrize("pyarrow_type", _supported_pyarrow_types, ids=str)
 def test_type_roundtrip(pyarrow_type):

Review Comment:
   Oh, looks like PyArrow doesn't support Union yet.



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

Reply via email to