Karan Kumar

Results 20 comments of Karan Kumar

@jasonwzm Is it reproducible under some conditions? I am looking into how to repro this locally It would be super helpful if one could share the logs of the overlord,...

Thanks for reporting this. I was looking into this and the issue seems to be in how we are generating the probable time chunks for an interval. https://github.com/apache/druid/blob/master/server/src/main/java/org/apache/druid/server/coordinator/duty/NewestSegmentFirstIterator.java#L131 In this...

This PR is related to : https://github.com/apache/druid/issues/13180

> @cryptoe thank you for looking into this issue. As a user, I'm somewhat confused - it appears as if ingesting records using multi-stage SQL does not support rollups on...

Updated the release notes taking into account the follow up PR as well https://github.com/apache/druid/pull/16229

>ENV DRUID_SET_HOST_IP=1 into the Dockerfile This is a change in behavior no? Do rolling upgrades work if we do this ?

Seems like a genuine issue. My initial guess would be look into : https://github.com/apache/druid/blob/6d5b88c8b5b9358c97e71302de8787a44408809e/sql/src/main/java/org/apache/druid/sql/calcite/rel/DruidCorrelateUnnestRel.java#L79

@kgyrtkirk @gianm * Added the quidem test to both DART and MSQ. * Addressed review comments. PTAL.