Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #2997: allow maximum CSV line size to be configurable #3004

Merged
merged 3 commits into from
Jan 29, 2022

Conversation

Mytherin
Copy link
Collaborator

Fixes #2997

Usage:

SELECT * FROM read_csv_auto('file.csv', max_line_size=9999); -- size in bytes
COPY test FROM 'file.csv' (max_line_size 9999); -- size in bytes

This PR also changes the default max line size to 2MB.

@Mytherin Mytherin merged commit e6f479f into duckdb:master Jan 29, 2022
@Mytherin Mytherin deleted the issue2997 branch June 21, 2022 07:07
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.

Make BufferedCSVReader's MAXIMUM_CSV_LINE_SIZE configurable
1 participant