-
Notifications
You must be signed in to change notification settings - Fork 2.5k
V1.2 histrionicus #16024
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
V1.2 histrionicus #16024
Conversation
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
Follow-up from #15936 - avoid constantly querying the default-allocator and use the one set in the `ClientContext` instead. For now the previous constructor (not requiring an allocator) is kept - pending removal in the future (this requires changing a few extensions).
Short term goal is being able to build (and test) all relevant Python wheels on a random commit. End goal is cleaning up logic from within the YAML files (is main? is tagged with a v?) to some external yet-to-be-implemented but available manually control workflow.
…le workflow This makes so all extensions go through the same path. signing_pk option of the build_all_extensions workflow is left in place as caution measure, but can/should be removed
Short term goal is being able to build (and test) all relevant Python wheels on a random commit. End goal is cleaning up logic from within the YAML files (is main? is tagged with a v?) to some external yet-to-be-implemented but available manually control workflow.
This makes so all extensions go through the same path. signing_pk option of the build_all_extensions workflow is left in place as caution measure, but can/should be removed
Since these functions now rely on ICU for their functionality - just moving them to ICU simplifies things and enables auto-loading for clients that do not have ICU installed by default (e.g. WASM).
#15964 I was hoping we could copy the index without having to bind it, but that causes some issues. So, this PR addresses them by binding the index. Fix duckdblabs/duckdb-internal#4105 Fix duckdblabs/duckdb-internal#4104
…access is disabled
Build and test the 2025a time zone data fixes: duckdblabs/duckdb-internal#4119
…_extensions` is set to false (#16014)
…s disabled (#16015) This partially reverts the changes made in #14568 We used to fully disallow `ATTACH` when this setting was disabled. We now allow attaching, and fail later based on the `allowed_directories`/`allowed_paths `. This allows us to still attach files if they are within the allowed set of paths. Storage extensions do not necessarily abide by these rules, however. For now we just move back to disallowing `ATTACH` of non-DuckDB files entirely if the setting is set to false.
Build and test the 2025a time zone data fixes: duckdblabs/duckdb-internal#4119
Addresses duckdblabs/duckdb-internal#4110 Sampling has bad memory management right now, which is causing larger ingestions to fail. In the interest of releasing early next week, it's probably best that it is removed and later added when memory issues are resolved
krlmlr
added a commit
to duckdb/duckdb-r
that referenced
this pull request
Feb 2, 2025
V1.2 histrionicus (duckdb/duckdb#16024)
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.
No description provided.