deephaven / deephaven-csv

Deephaven CSV
Apache License 2.0
48 stars 10 forks source link

Reserved keyword column names don't use user-specified parser #190

Open devinrsmith opened 3 months ago

devinrsmith commented 3 months ago

When the user provides parsers for a specific CSV column name, if that column name happens to be a reserved keyword, the CSV parsing layer won't honor that parser choice.

Screenshot from 2024-06-11 11-23-21

Screenshot from 2024-06-11 11-24-10

devinrsmith commented 3 months ago

Originally discovered during https://github.com/deephaven/deephaven-core/issues/5601