jacktengg opened a new pull request, #42304:
URL: https://github.com/apache/doris/pull/42304

   
   ## Proposed changes
   
   Issue Number: close #xxx
   
   With big memory result row, it's easy to reach proto buffer message size 
limit and result in query error of ```Message size exceeds 2GB```, and 
currently the row count of result block is fixed to `4096 * 8`.
   
   This PR change it to `state->batch_size() * 8` to make it configurable.
   


-- 
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]

Reply via email to