t0mpere commented on issue #11344: URL: https://github.com/apache/pinot/issues/11344#issuecomment-1680308999
first query result: ``` job_id | dt | count 2023_08_14_10_10_01 | 1691712000000 | 1166708 ``` union of the result of the last two queries: ``` job_id | dt | count 2023_08_14_10_10_01 | 1691712000000 | 1166708 union 2023_08_14_10_25_13 | 1691712000000 | 20349 ``` This doesn't seem like a wanted behavior to me. It doesn't always happen, only with some combinations of `job_id`. I've figured this out while validating the data based on `job_id`. It gets worse if the number of `job_id` in the `in` clause gets bigger (adjusting `limit` accordingly of course). -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org