Merged
Conversation
…ofiling by default (duckdb#17407) This PR implements always collecting these statistics (introduced in duckdb#17164) when profiling is enabled.
…nner tests, so let's just require that the catalog is a DuckCatalog
This PR fixes duckdb#17128 Problem is that we were assuming the `config.file_system` to be set, which is not the case when the DBConfig is not associated with a database yet.
fixes duckdblabs/duckdb-internal#4905 Also changes "KILLED" message to more DuckDB-specific action instead of something that sounds like the OS is killing the benchmark runner
This includes both removing patch from duckdb#17527 and fix from duckdb/duckdb-httpfs#57
* Right fill %g, %f and %n with there are fewer digits than the field width fixes: duckdb#17537 fixes: duckdblabs/duckdb-internal#4914
duckdb#17542) This PR fixes duckdblabs/duckdb-internal#4740 Before we would silently fall back to uncompressed, now we throw instead.
Takes over from duckdb#17518 --- In the sample pushdown, the SampleOptions are added to the extra_infos of the LogicalGet, but go missing when serializing the operator. This PR fixes this by adding serialization and deserialization for ExtraOperatorInfo. I hope that nodes.json is the right place to define the serialization for this type. Furthermore, I changed the constructor of ExtraOperatorInfo to be a move constructor because it is moving a unique_ptr.
Issue found internally while stress-testing
This includes both removing patch from duckdb#17527 and fix from duckdb/duckdb-httpfs#57
This PR fixes the issue reported by duckdb#17570 When a null is encountered, the offset wasn't being incremented before continuing.
With @Maxxen and @Tishj This is currently tested at https://github.com/carlopi/duckdb/actions/runs/15160608765/job/42625694082
…reating infinite connections
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.
See cwida/duckpgq-extension#254