Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
parser: increase prefix length used for detection of CSV dialect
When detecting the CSV dialect, our results will get more accurate the more data we look at. The previous value of 8KiB would sometimes only allow us to look at one or two rows if the CSV was very wide. Wide CSVs are pretty common in practice, so this increases that prefix in order to give our dialect detection a better shot at success.
- Loading branch information