albertobastos opened a new pull request, #15571: URL: https://github.com/apache/pinot/pull/15571
So far query blocks sent through gRPC by the Multi Stage Engine follow a row-based splitting strategy which is not ideal, given that a single row could be larger than the maximum block size allowed. This PR creates a new splitting strategy on top of that based purely on the block bytes payload. Both strategies can live simultaneously, although it is expected that byte-based splitter will take over and row-based splitter can be eventually removed. -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org