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

Invalid Input Error: Error in file "/data/dataset.csv" on line n: Maximum line size of 2097152 bytes exceeded! #1202

Open
NicolasDrapier opened this issue May 30, 2024 · 0 comments

Comments

@NicolasDrapier
Copy link

I want to import a big CSV file (~1.5GB) but, at some point, it fails with the error:
Invalid Input Error: Error in file "/data/dataset.csv" on line 483: Maximum line size of 2097152 bytes exceeded!

I am using Lilac from a Docker container and I try to load the dataset from the UI.
It seems to be a DuckDB related error to the CSV Reader and the parameter max_line_size.

I do not find a way to configure the CSV Reader from Lilac. Does anyone have a workaround?

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

No branches or pull requests

1 participant