What happens?
I'm using postgres as the catalog database and a simple networked filesystem as the data path.
When I run checkpoint; I would have expected the ducklake_inlined_data_*_* files to be removed from the postgres database, but they are not. This seems to be related to #1145 but it doesn't seem to be working for my usage.
I've tested this with DuckDB v1.5.3 and doing force install ducklake from core_nightly;, however, my ducklake was originally created using a slightly earlier version.
To Reproduce
Insert some data into the ducklake.
Call checkpoint;
Check to see if inline tables still exist.
OS:
Windows
DuckDB Version:
1.5.3
DuckLake Version:
core_nightly
DuckDB Client:
DuckDB cli
Hardware:
No response
Full Name:
Thomas Kerwin
Affiliation:
OSU
What is the latest build you tested with? If possible, we recommend testing with the latest nightly build.
I have tested with a nightly build
Did you include all relevant data sets for reproducing the issue?
Not applicable - the reproduction does not require a data set
Did you include all code required to reproduce the issue?
Did you include all relevant configuration (e.g., CPU architecture, Python version, Linux distribution) to reproduce the issue?
What happens?
I'm using postgres as the catalog database and a simple networked filesystem as the data path.
When I run
checkpoint;I would have expected theducklake_inlined_data_*_*files to be removed from the postgres database, but they are not. This seems to be related to #1145 but it doesn't seem to be working for my usage.I've tested this with DuckDB v1.5.3 and doing
force install ducklake from core_nightly;, however, my ducklake was originally created using a slightly earlier version.To Reproduce
Insert some data into the ducklake.
Call
checkpoint;Check to see if inline tables still exist.
OS:
Windows
DuckDB Version:
1.5.3
DuckLake Version:
core_nightly
DuckDB Client:
DuckDB cli
Hardware:
No response
Full Name:
Thomas Kerwin
Affiliation:
OSU
What is the latest build you tested with? If possible, we recommend testing with the latest nightly build.
I have tested with a nightly build
Did you include all relevant data sets for reproducing the issue?
Not applicable - the reproduction does not require a data set
Did you include all code required to reproduce the issue?
Did you include all relevant configuration (e.g., CPU architecture, Python version, Linux distribution) to reproduce the issue?