Merged
Conversation
Collaborator
|
Thanks! |
github-actions bot
pushed a commit
to duckdb/duckdb-r
that referenced
this pull request
Jun 10, 2025
Add ducklake sha (duckdb/duckdb#17818)
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
continuation of #17811
This PR makes it possible to install ducklake for a duckdb development build with:
CORE_EXTENSIONS="ducklake" make ./build/release/duckdb -unsignedInstead of using
LOAD ducklake;, the ducklake extension can also be auto-loaded, by using one of its functions, e.g. with:NOTE:
for function
duckdb_extension_load(), flagLOAD_TESTShas 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