Rohan Garg

Results 7 comments of Rohan Garg

@paul-rogers : Thanks for the suggestion and explanation! :) Yes, we already do have a configurable limit (default 10k elements) on cardinality for this conversion. If the number of elements...

@gianm : > Consider the case of two clauses, where the second clause uses output of the first in its condition, and where the second is otherwise convertible to filter...

Facing https://github.com/apache/druid/issues/13289 in CI

Thanks a lot for the review @gianm and @paul-rogers

@sh-vs : Are you using null-compatible mode in your cluster? (setting `druid.generic.useDefaultValueForNull` to `false` enables null-compatible mode). If so, then the query you mentioned would get fixed by https://github.com/apache/druid/pull/12944/files which...

The crude is fine but the problem with that is - incase the actual data produces much lesser time buckets, then we'll reject the query based on incorrect calculation of...

Also, can you please the exact motivation for using semaphore in the object pool? Were things like atomic counter + mutex locking or blocking queue not enough for controlling concurrency?...