-
Notifications
You must be signed in to change notification settings - Fork 2.4k
V1.2 histrionicus #16070
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 #16070
+579
−157
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
…'re looking for is not reachable yet
…the storage extensions themselves to limit this
… the return_collection
This reverts commit f6e1858. This is needed since the new syntax (that deprecates the old one) is not supported by GCC 4.8 (or maybe there is some flag that can be passed, but not worth the effort)
…DATE action has a condition
Fixes a failure in LinuxRelease workflow. Failure had no consequence since it was last step, but still removing the noise it's better.
This should be trivial in NOT adding problems.
…p-N for nested structs
This reverts commit f6e1858 (also of mine). This is needed since the new syntax (that deprecates the old one) is not supported by GCC 4.8 (or maybe there is some flag that can be passed, but not worth the effort) Note that this (if test is enabled) shows quite some compilation warning that we might want to address, mostly uninitialized member initializatios. Example to CI run: https://github.com/carlopi/duckdb/actions/runs/13112778639/job/36580142875#step:3:1143
Yet another step to streamlining uploads and fixing a problem with testing loading from remote endpoints in Windows workflow. This can't be done BEFORE actually uploading. The tests needs to be reviewed post v1.2.0, now avoiding the failure and unifying the code more. This avoids errors like tonight nightly run: https://github.com/duckdb/duckdb/actions/runs/13104026020/job/36557104073.
…orage (#15927) This PR fixes duckdblabs/duckdb-internal#3670 Finalize the local append before attempting an update, or the node we're looking for is not reachable yet
# Conflicts: # test/sql/upsert/test_big_insert.test
Follow-up fix from #14662 - also support ESCAPE as part of the LIKE
With #15977, these changes should fix the remaining index-related nightly test failures. Fix duckdblabs/duckdb-internal#4095. Fix duckdblabs/duckdb-internal#4093
Otherwise we can run into a deadlock when scanning the same table multiple times in the same query while other threads are checkpointing
github-actions bot
pushed a commit
to duckdb/duckdb-r
that referenced
this pull request
Feb 11, 2025
V1.2 histrionicus (duckdb/duckdb#16070)
github-actions bot
added a commit
to duckdb/duckdb-r
that referenced
this pull request
Feb 11, 2025
V1.2 histrionicus (duckdb/duckdb#16070) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
github-actions bot
pushed a commit
to duckdb/duckdb-r
that referenced
this pull request
Feb 12, 2025
V1.2 histrionicus (duckdb/duckdb#16070)
github-actions bot
added a commit
to duckdb/duckdb-r
that referenced
this pull request
Feb 12, 2025
V1.2 histrionicus (duckdb/duckdb#16070) Co-authored-by: krlmlr <krlmlr@users.noreply.github.com>
github-actions bot
pushed a commit
to duckdb/duckdb-r
that referenced
this pull request
Feb 12, 2025
V1.2 histrionicus (duckdb/duckdb#16070)
krlmlr
added a commit
to duckdb/duckdb-r
that referenced
this pull request
Feb 26, 2025
V1.2 histrionicus (duckdb/duckdb#16070)
krlmlr
added a commit
to duckdb/duckdb-r
that referenced
this pull request
May 15, 2025
V1.2 histrionicus (duckdb/duckdb#16070)
krlmlr
added a commit
to duckdb/duckdb-r
that referenced
this pull request
May 15, 2025
V1.2 histrionicus (duckdb/duckdb#16070)
krlmlr
added a commit
to duckdb/duckdb-r
that referenced
this pull request
May 17, 2025
V1.2 histrionicus (duckdb/duckdb#16070)
krlmlr
added a commit
to duckdb/duckdb-r
that referenced
this pull request
May 18, 2025
V1.2 histrionicus (duckdb/duckdb#16070)
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.