apache / datafusion-python

Apache DataFusion Python Bindings
https://datafusion.apache.org/python
Apache License 2.0
323 stars 64 forks source link

test_binary_string_functions fails locally #531

Open andygrove opened 8 months ago

andygrove commented 8 months ago

Describe the bug

The test test_binary_string_functions fails locally for me, but is passing in CI.

pyarrow.lib.ArrowInvalid: Could not convert <pyarrow.BinaryScalar: b'Hello'> with type pyarrow.lib.BinaryScalar: did not recognize Python value type when inferring an Arrow data type

To Reproduce Run tests.

Expected behavior Should pass.

Additional context

I am running with Python 3.11.4 on Ubuntu 22.04.3 LTS.

I am using pyarrow 11.0.0

andygrove commented 8 months ago

CI is using pyarrow version 6.0.0 with Python 3.7, and pyarrow version 8.0.0 with Python 3.10