We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
due to recent release InlineStrings@1.4.1, possible Arrow.jl should pin to 1.4.0 until the problem is resolved upstream
InlineStrings@1.4.1
Arrow.jl
1.4.0
JuliaStrings/InlineStrings.jl#76
# julia julia> Arrow.write("mwe.arrow", Tables.rowtable((; a = String3["xyz", "123"])))
# python >>> import polars as pl >>> pl.read_ipc("mwe.arrow") Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/opt/homebrew/lib/python3.11/site-packages/polars/utils/deprecation.py", line 133, in wrapper return function(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/homebrew/lib/python3.11/site-packages/polars/utils/deprecation.py", line 133, in wrapper return function(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/homebrew/lib/python3.11/site-packages/polars/io/ipc/functions.py", line 103, in read_ipc return pl.DataFrame._read_ipc( ^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/homebrew/lib/python3.11/site-packages/polars/dataframe/frame.py", line 990, in _read_ipc self._df = PyDataFrame.read_ipc( ^^^^^^^^^^^^^^^^^^^^^ polars.exceptions.ComputeError: cannot create series from Extension("JuliaLang.InlineStrings.InlineString3", Utf8, Some(""))
The text was updated successfully, but these errors were encountered:
This seems to be a polars issue
Sorry, something went wrong.
No branches or pull requests
due to recent release
InlineStrings@1.4.1
, possibleArrow.jl
should pin to1.4.0
until the problem is resolved upstreamJuliaStrings/InlineStrings.jl#76
The text was updated successfully, but these errors were encountered: