vogievetsky opened a new pull request, #17940: URL: https://github.com/apache/druid/pull/17940
Bug: In segments view of a cluster with at least 200 intervals, group by Interval and then change the displayed page size to 200 rows you get an error. The view generates a query with an `IN` of 200 inervals that then gets rewritten by Druid to a JOIN (?) which does not work. Fix: set the context parameter `inFunctionThreshold` to something bigger than 200 in that case to prevent that behavior. -- 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]
