FelixYBW opened a new issue, #11821: URL: https://github.com/apache/gluten/issues/11821
### Description Currently in Velox, we pick the first split where its stete is KPrepared, not the one with most data fetched. Once it's picked, we will need to wait until its data return later, even the other splits already have ready data. Ideally we should wait there until the first split has its first rowgroup data returned, but the logic is too complex. Instead we can pick the split which has most data returned in first rowgroup. ### Gluten version None -- 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]
