HuaHuaY opened a new issue, #50925: URL: https://github.com/apache/arrow/issues/50925
### Describe the enhancement requested Currently, the C++ CSV reader rejects rows with fewer fields than expected. I think we can implement this as follows: For automatically generated column names, infer the column width based on the maximum number of fields in the complete record of the first input block. For rows containing headers, define the column width using the headers. ### Component(s) C++ -- 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]
