gianm commented on issue #19164: URL: https://github.com/apache/druid/issues/19164#issuecomment-4072133061
This looks like the transformation that happens when the size of an `IN` or `NOT IN` is above `inSubQueryThreshold`. By default it's `Integer.MAX_VALUE` which means we don't do this transformation. Are you setting `inSubQueryThreshold` in your setup? -- 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]
