andygrove opened a new issue, #1591: URL: https://github.com/apache/datafusion-ballista/issues/1591
**Describe the bug** I cannot find a way to set the number of partitions from the Python client. My cluster is configured with 32 executors with 8 cores each, so I want to process 256 partitions in parallel, but it looks like Ballista is using 8 (likely the number of cores in the pod where the client is running). **To Reproduce** Steps to reproduce the behavior: **Expected behavior** A clear and concise description of what you expected to happen. **Additional context** Add any other context about the problem here. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
