jorisvandenbossche commented on issue #42105: URL: https://github.com/apache/arrow/issues/42105#issuecomment-2162311928
PyArrow has a function to globally set the number of threads it should use (when threading is enabled): https://arrow.apache.org/docs/python/generated/pyarrow.set_cpu_count.html Normally if that is set, the dataset reading methods should honor that. Would that be sufficient for your use case? -- 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]
