Skip to content

Merge v1.3.0#209

Merged
Dtenwolde merged 3200 commits intomainfrom
merge-v1.3.0
Jun 20, 2025
Merged

Merge v1.3.0#209
Dtenwolde merged 3200 commits intomainfrom
merge-v1.3.0

Conversation

@Dtenwolde
Copy link
Collaborator

Tishj and others added 28 commits May 20, 2025 09:32
…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.
@Dtenwolde Dtenwolde merged commit 1d8afbf into main Jun 20, 2025
71 of 86 checks passed
@Dtenwolde Dtenwolde deleted the merge-v1.3.0 branch October 28, 2025 15:12
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.