You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
output: Exception: Json error: Binary is not supported by JSON
The file is generated though, it looks the parquet file itself is correct when querying it from duckdb.
What you expected to happen:
create the delta table correctly.
How to reproduce it:
run the code above
More details:
I tried to read the generated delta table using a = deltalake.DeltaTable('a-rs'). It throws error "Exception: Json error: Binary is not supported by JSON". Which seems to be #2302
The text was updated successfully, but these errors were encountered:
Environment
Delta-rs version:
'0.17.1'
Binding:
Python
Environment:
Bug
What happened:
I have a struct column, which has a nest binary column. writing this strut failed.
It's easy to repro by using duckdb
output:
Exception: Json error: Binary is not supported by JSON
The file is generated though, it looks the parquet file itself is correct when querying it from duckdb.
What you expected to happen:
create the delta table correctly.
How to reproduce it:
run the code above
More details:
I tried to read the generated delta table using
a = deltalake.DeltaTable('a-rs')
. It throws error "Exception: Json error: Binary is not supported by JSON". Which seems to be #2302The text was updated successfully, but these errors were encountered: