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
Got the following error when reading a delta table,
TypeMismatchException: Mismatch Type Error: Type
STRUCT(a VARCHAR, b VARCHAR, c VARCHAR) does not match with
STRUCT(a VARCHAR, b VARCHAR, c VARCHAR,
d VARCHAR).
Cannot cast STRUCTs of different size
I compare the table schema, it indeed has a new filed in this struct.
It looks very similar to duckdb/duckdb#7734, it's fixed for python, not sure it should be fixed in duckdb or delta side?
Thanks
The text was updated successfully, but these errors were encountered:
Hi there,
Got the following error when reading a delta table,
I compare the table schema, it indeed has a new filed in this struct.
It looks very similar to duckdb/duckdb#7734, it's fixed for python, not sure it should be fixed in duckdb or delta side?
Thanks
The text was updated successfully, but these errors were encountered: