kosiew commented on code in PR #1287:
URL:
https://github.com/apache/datafusion-python/pull/1287#discussion_r2454627522
##########
python/tests/test_udf.py:
##########
@@ -124,3 +130,94 @@ def udf_with_param(values: pa.Array) -> pa.Array:
result = df2.collect()[0].column(0)
assert result == pa.array([False, True, True])
+
+
[email protected](
+ not UUID_EXTENSION_AVAILABLE,
+ reason="PyArrow uuid extension helper unavailable",
+)
Review Comment:
Removed `@pytest.mark.skipif`
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]