HuaHuaY opened a new pull request, #51118: URL: https://github.com/apache/arrow/pull/51118
### Rationale for this change Currently, the C++ CSV reader rejects rows with more columns than expected. We can allow users to ignore the extra values instead of throwing exception. ### What changes are included in this PR? Add an option `ignore_extra_columns` in CSV `struct ParseOptions` that ignores extra columns. ### Are these changes tested? Yes. ### Are there any user-facing changes? Add an option `ignore_extra_columns` in CSV `struct ParseOptions`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
