yashmayya commented on issue #12839:
URL: https://github.com/apache/pinot/issues/12839#issuecomment-2333707862
Will be fixed by https://github.com/apache/pinot/pull/13835.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and us
Jackie-Jiang commented on issue #12839:
URL: https://github.com/apache/pinot/issues/12839#issuecomment-2048386947
Yes. This requires bigger changes. Basically star-tree should keep the extra
arguments stored in the metadata, and match the whole aggregation. Currently it
only stores the main
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 w
gortiz commented on issue #12839:
URL: https://github.com/apache/pinot/issues/12839#issuecomment-2044294227
Can this be replicated in any quickstart? Can you also specify the Pinot
version where the error is present and the types and indexes involved in the
query/table?
--
This is an aut
saurabhlambe opened a new issue, #12839:
URL: https://github.com/apache/pinot/issues/12839
Example query:
```
SELECT DISTINCTCOUNTHLL(analytics_session_id_if_mobility_book,16) AS value
FROM f_pax_app_sessions WHERE session_start_timestamp_10m >= '2024-01-12
17:00:00.0' AND session_sta