kfaraz commented on code in PR #13218: URL: https://github.com/apache/druid/pull/13218#discussion_r993670191
########## docs/multi-stage-query/reference.md: ########## @@ -229,7 +229,7 @@ The following table describes error codes you may encounter in the `multiStageQu |Code|Meaning|Additional fields| |----|-----------|----| -| BroadcastTablesTooLarge | The size of the broadcast tables, used in right hand side of the joins, exceeded the memory reserved for them in a worker task. | `maxBroadcastTablesSize`: Memory reserved for the broadcast tables, measured in bytes. | +| BroadcastTablesTooLarge | The size of the broadcast tables, used in right hand side of the joins, exceeded the memory reserved for them in a worker task.<br /><br />Try increasing the peon memory or reduce the size of the broadcast. | `maxBroadcastTablesSize`: Memory reserved for the broadcast tables, measured in bytes. | Review Comment: ```suggestion | BroadcastTablesTooLarge | The size of the broadcast tables, used in right hand side of the joins, exceeded the memory reserved for them in a worker task.<br /><br />Try increasing the peon memory or reducing the size of the broadcast table. | `maxBroadcastTablesSize`: Memory reserved for the broadcast tables, measured in bytes. | ``` -- 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]
