The GitHub Actions job "Backport Checks" on 
texera.git/fix/7211-csv-delimiter-length has failed.
Run started by GitHub user Yicong-Huang (triggered by Yicong-Huang).

Head commit for run:
0e53f44e82848bf7e26c636f31db6878a74273ac / kary zheng <[email protected]>
fix(csv-scan): declare the Delimiter as the single character it is

Every reader narrows customDelimiter with charAt(0), because univocity's
setDelimiter and scala-csv's DefaultCSVFormat both take a Char, so characters
past the first were dropped without a word: ";abc" inferred the same columns as
";", and ",;" collapsed to one exactly as a bare "," does.

Closes #7211

Co-Authored-By: Claude Opus 5 (1M context) <[email protected]>

Report URL: https://github.com/apache/texera/actions/runs/30770291442

With regards,
GitHub Actions via GitBox

Reply via email to