Skip to content

Fix default value for CSV compression option#258

Merged
davidwzhao merged 3 commits into
mainfrom
dz-csv-compression-default
Jun 15, 2026
Merged

Fix default value for CSV compression option#258
davidwzhao merged 3 commits into
mainfrom
dz-csv-compression-default

Conversation

@davidwzhao

Copy link
Copy Markdown
Contributor

In the engine, in csv_writer.jl, we have this assertion:

@dassert1 config.compression == "" || config.compression == "gzip"

indicating that "" is the correct value for specifying no compression. In the LQP parser, we always had "auto", which is incorrect. This PR fixes the default to be "".

@davidwzhao davidwzhao requested review from comnik and minsungc June 12, 2026 06:23
@davidwzhao davidwzhao merged commit ee10a12 into main Jun 15, 2026
5 checks passed
@davidwzhao davidwzhao deleted the dz-csv-compression-default branch June 15, 2026 00:57
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.

3 participants