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: handle empty catalogs where data directory does not yet exist
Replace canonicalize() with std::path::absolute() in parse_local_path()
so that the data directory is not required to exist at catalog creation
time. This supports new DuckLake catalogs that have schemas/tables
defined but no data files written yet.
Closes#57
Co-Authored-By: Claude Opus 4.6 <[email protected]>
0 commit comments