Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MINOR: [Go] Add LazyQuotes parsing option to CSV reader (#37304)
### Rationale for this change CSV data could have quotes inside of column data. Go csv package handles this with LazyQuotes flag. PR adds option to set this flag. ### What changes are included in this PR? ### Are these changes tested? ### Are there any user-facing changes? Authored-by: Valery Gridnev <[email protected]> Signed-off-by: Matt Topol <[email protected]>
- Loading branch information