Commits


Val Gridnev authored and GitHub committed ee2122b6f59
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 <valer.gr@gmail.com> Signed-off-by: Matt Topol <zotthewizard@gmail.com>