Skip to content

compile/semantic: fix -csv.delim handling - #7239

Merged
nwt merged 1 commit into
mainfrom
semantic-csv-delim
Aug 24, 2026
Merged

compile/semantic: fix -csv.delim handling#7239
nwt merged 1 commit into
mainfrom
semantic-csv-delim

Conversation

@nwt

@nwt nwt commented Aug 24, 2026

Copy link
Copy Markdown
Member

The semantic pass ignores the -csv.delim flag (as well as any other settings in runtime/exec.Environment.ReaderOpts). Fix this in translator.FileType by passing t.env.ReaderOpts to anyio.FileType.

Fixes #7203.

The semantic pass ignores the -csv.delim flag (as well as any other
settings in runtime/exec.Environment.ReaderOpts).  Fix this in
translator.FileType by passing t.env.ReaderOpts to anyio.FileType.
@nwt
nwt requested a review from a team August 24, 2026 16:22
@nwt
nwt merged commit 23a29a2 into main Aug 24, 2026
2 checks passed
@nwt
nwt deleted the semantic-csv-delim branch August 24, 2026 16:29
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.

Spurious "wrong number of fields" on non-comma-delimited CSV read on seekable input

2 participants