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

CSV parsing fails when duplicate columns names are present #1911

Open
texodus opened this issue Jul 16, 2022 · 0 comments
Open

CSV parsing fails when duplicate columns names are present #1911

texodus opened this issue Jul 16, 2022 · 0 comments
Labels
bug Concrete, reproducible bugs

Comments

@texodus
Copy link
Member

texodus commented Jul 16, 2022

Bug Report

Steps to Reproduce:

Load a CSV with duplicate column names and different types. The best way to trigger this segfault is to force the parser to try to read an e.g. int column as a string:

A,A
test,1

Repro at #1910

Actual Result:

Segfault

Environment:

Browser

Additional Context:

Better error reporting is a must, but automated column de-deduping would be preferable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Concrete, reproducible bugs
1 participant