pitrou commented on issue #38878: URL: https://github.com/apache/arrow/issues/38878#issuecomment-1832385319
Ok, this is because there is a recursion for handling of `skip_rows_after_names` that simply hits the maximum C stack size. This should not be a problem in normal usage, but you are asking for a large `skip_rows_after_names` together with a tiny `block_size`. -- 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]
