Skip to content

Add ducklake sha#17818

Merged
Mytherin merged 4 commits intoduckdb:v1.3-ossivalisfrom
c-herrewijn:add-ducklake-sha
Jun 10, 2025
Merged

Add ducklake sha#17818
Mytherin merged 4 commits intoduckdb:v1.3-ossivalisfrom
c-herrewijn:add-ducklake-sha

Conversation

@c-herrewijn
Copy link
Member

continuation of #17811

This PR makes it possible to install ducklake for a duckdb development build with:

CORE_EXTENSIONS="ducklake" make
./build/release/duckdb -unsigned
INSTALL ducklake from 'build/release/repository';
LOAD ducklake;

Instead of using LOAD ducklake;, the ducklake extension can also be auto-loaded, by using one of its functions, e.g. with:

ATTACH 'ducklake:metadata.ducklake' AS my_ducklake;

NOTE:
for function duckdb_extension_load(), flag LOAD_TESTS has been omitted on purpose, since there are failing tests. This needs to be added back at a later moment.

Failing test ducklake_extension_fc-src/test/sql/autoloading/autoload_data_path.test
see: https://github.com/duckdb/duckdb/actions/runs/15443909213/job/43472610082#step:6:17666

@c-herrewijn c-herrewijn marked this pull request as ready for review June 10, 2025 08:34
@Mytherin Mytherin merged commit ff6158c into duckdb:v1.3-ossivalis Jun 10, 2025
88 of 97 checks passed
@Mytherin
Copy link
Collaborator

Thanks!

github-actions bot pushed a commit to duckdb/duckdb-r that referenced this pull request Jun 10, 2025
@c-herrewijn c-herrewijn deleted the add-ducklake-sha branch June 10, 2025 15:12
github-actions bot added a commit to duckdb/duckdb-r that referenced this pull request Jun 10, 2025
Add ducklake sha (duckdb/duckdb#17818)

Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants