gortiz commented on issue #12839:
URL: https://github.com/apache/pinot/issues/12839#issuecomment-2046702956

   It seems the issue was a bit more complex than expected. There is a 
DISTINCT_COUNT_HLL star-tree index on that column. That precalculation was done 
with the default log2m. Therefore when a query touches a segment whose data HLL 
is read from the star-tree index and another where the data has been calculated 
at runtime with a different log2m, the error is thrown.
   
   I think Pinot should detect the discrepancy in the arguments used and do not 
use the star-tree index in this case. What do you think @Jackie-Jiang ?


-- 
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

Reply via email to