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
DuckDB can not read a Delta table managed by Delta Live Tables (DLT) after full-refresh. (can read before full-refresh)
error message
IO Error: Hit DeltaKernel FFI error (from: While trying to read from delta table: 's3://databricks-workspace-bucket/unity-catalog/__unitystorage/schemas/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/tables/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/'): Hit error: 2 (ArrowError) with message (Json error: whilst decoding field 'metaData': Encountered unmasked nulls in non-nullable StructArray child: Field { name: "schemaString", data_type: Utf8, nullable: false, dict_id: 0, dict_is_ordered: false, metadata: {} })
I checked _delta_log/ directory, metaData is exist.
_delta_log/
metaData
The text was updated successfully, but these errors were encountered:
No branches or pull requests
DuckDB can not read a Delta table managed by Delta Live Tables (DLT) after full-refresh.
(can read before full-refresh)
error message
I checked
_delta_log/
directory,metaData
is exist.The text was updated successfully, but these errors were encountered: