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
fix(reader): register builtin datasets without DuckDB parquet extension
Decode embedded parquet bytes via Arrow and register through the `arrow`
virtual table function instead of writing a temp file and calling
`read_parquet`. The latter triggers DuckDB's autoloadable parquet
extension, which fails in offline or network-restricted environments
(observed as a flaky CI failure on `test_ribbon_transposed_vegalite_encoding`).
Mirrors the loader path SqliteReader already uses.
0 commit comments