Skip to content

Add AppendReadCSVListClause for multi-file CSV reads#409

Merged
sfc-gh-mslot merged 1 commit into
mainfrom
marcoslot/zero
Jun 22, 2026
Merged

Add AppendReadCSVListClause for multi-file CSV reads#409
sfc-gh-mslot merged 1 commit into
mainfrom
marcoslot/zero

Conversation

@sfc-gh-mslot

Copy link
Copy Markdown
Collaborator

Useful for other extensions

Variant of AppendReadCSVClause that takes a List of file paths, used
for reading multiple CSV files together as one logical input through
DuckDB's read_csv([...]).

Refactors the shared tail (max_line_size / parallel-disable / columns
map / csv-options / closing paren) into AppendReadCSVTail so both the
single-path and list variants emit identical output.

Signed-off-by: Marco Slot <marco.slot@snowflake.com>
@sfc-gh-mslot sfc-gh-mslot merged commit 9caf79c into main Jun 22, 2026
64 checks passed
@sfc-gh-mslot sfc-gh-mslot deleted the marcoslot/zero branch June 22, 2026 08:37
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.

2 participants