You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2018/08/23 05:32:05 UTC

[GitHub] chiragbhalodia commented on issue #4203: SQL: IN filters do not work with >= 20 elements

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org