Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[core] fix bug in hints option for csv parser
Not every parser requires the 'hints' key, yet the csv parser was calling it without a .get(). In the case of KV data, this would throw a KeyError.
- Loading branch information