HuaHuaY opened a new issue, #50966: URL: https://github.com/apache/arrow/issues/50966
### Describe the enhancement requested I hope that the following new features to be added to the CSV Reader: - Allow null padding for rows with fewer columns - Allow ignoring extra columns in rows with more columns - Allow inferring the number of columns based on the longest row read by the `BlockParser` - Allow the CSV Reader to accept multi-character delimiters I have already implemented these features on my local environment, and I plan to submit a PR within a week. cc @pitrou ### 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]
