chiragbhalodia commented on issue #4203: SQL: IN filters do not work with >= 20 elements URL: https://github.com/apache/incubator-druid/issues/4203#issuecomment-415296463 I want to set config having withInSubQueryThreshold set to some bigger value than default. For example: Config config = SqlToRelConverter.configBuilder().withInSubQueryThreshold(1000).build(); How do I set this config so that it will be picked up by calcite for any query execution?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
