Skip to content

Conversation

staticlibs
Copy link
Collaborator

This is a backport of the PR #287 to v1.3-ossivalis stable branch.

With the changes introduced in #276 the jdbc:duckdb:ducklake:... URLs have the special handling: jdbc_pin_db and jdbc_stream_results options are applied to them automatically. This behaviour was supposed to be overridable with URL or Properties but by mistake incorrect method was used for override check. And as DuckLake is still not available in the main branch, there is no test coverage for this and the problem got into 1.3.1.0 update.

Fixes: #283

This is a backport of the PR duckdb#287 to `v1.3-ossivalis` stable branch.

With the changes introduced in duckdb#276 the `jdbc:duckdb:ducklake:...`
URLs have the special handling: `jdbc_pin_db` and `jdbc_stream_results`
options are applied to them automatically. This behaviour was supposed
to be overridable with URL or `Properties` but by mistake incorrect
method was used for override check. And as DuckLake is still not
available in the `main` branch, there is no test coverage for this and
the problem got into `1.3.1.0` update.

Fixes: duckdb#283
@staticlibs staticlibs merged commit f9d3470 into duckdb:v1.3-ossivalis Jul 8, 2025
@staticlibs staticlibs deleted the ducklake_options_13 branch July 8, 2025 16:14
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.

1 participant