thisisnic commented on pull request #12523: URL: https://github.com/apache/arrow/pull/12523#issuecomment-1055387044
The primary purpose of PR is to allow users to specify the number of rows to skip when opening a dataset via the `skip` argument as well as via `skip_rows` (as they are functionally identical). It also relocates the checking that the passed arguments are valid to a standalone function (`check_csv_file_format_args()`) instead of being inside `csv_file_format_parse_options()` (as we are not just interested in the arguments to be passed to CsvParseOptions, we also want to check validity of the arguments passed to CsvReadOptions and CsvConvertOptions). -- 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]
