pitrou commented on issue #28994: URL: https://github.com/apache/arrow/issues/28994#issuecomment-1715377212
`kMaxParserNumRows` in the CSV parser was probably misnamed. It's simply the _default_ value for the `max_num_rows` parameter, but it can be increased. Perhaps we should rename it `kDefaultNumRows`? The JSON parser should make this configurable as well. -- 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]
