Re: [I] DISCOUNTHLL function returns an error when value of log2m is not 8 [pinot]

2024-09-06 Thread via GitHub
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

Re: [I] DISCOUNTHLL function returns an error when value of log2m is not 8 [pinot]

2024-04-10 Thread via GitHub
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

Re: [I] DISCOUNTHLL function returns an error when value of log2m is not 8 [pinot]

2024-04-10 Thread via GitHub
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

Re: [I] DISCOUNTHLL function returns an error when value of log2m is not 8 [pinot]

2024-04-09 Thread via GitHub
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

[I] DISCOUNTHLL function returns an error when value of log2m is not 8 [pinot]

2024-04-08 Thread via GitHub
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