zhiqiang-hhhh opened a new pull request, #25200: URL: https://github.com/apache/doris/pull/25200
We have some bugs in function numbers: 1. When we have real backends less than requested backend_nums, we do not throw exception. 2. Current thrift definition of function numbers do not support number partition between multiple backends or multiple threads, since we just have total_numbers without range parameter. 3. Computation of execution parallelism is wrong. And we do not have requests for parallel execute of function numbers. So we remove backend_num argument. -- 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]
