andygrove commented on issue #5942: URL: https://github.com/apache/arrow-datafusion/issues/5942#issuecomment-1501925870
There was a question on slack asking if the Python bindings enable parallel scans. The Python SessionContext constructor is here. It uses `SessionConfig::default` if no config is provided, so yes, parallel scans should be enabled if a recent version is being used. https://github.com/apache/arrow-datafusion-python/blob/main/src/context.rs#L216-L233 -- 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]
