cbalci opened a new pull request, #11951: URL: https://github.com/apache/pinot/pull/11951
There are some endpoints (e.g. broker API `/debug/routingTable/sql`) which accept SQL as query string param. Default limit of 8K bytes can be too little for long queries so I'm bumping it to a more reasonable value, 64K. Ideally this should be fixed by moving the parameter to request body (POST), but this change is also needed to help older clients. `bugfix` -- 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]
