soumyava commented on code in PR #15366:
URL: https://github.com/apache/druid/pull/15366#discussion_r1397845957
##########
benchmarks/src/test/java/org/apache/druid/benchmark/query/SqlBenchmark.java:
##########
@@ -413,7 +413,24 @@ public class SqlBenchmark
"SELECT APPROX_COUNT_DISTINCT_BUILTIN(dimZipf) FROM foo",
"SELECT APPROX_COUNT_DISTINCT_DS_HLL(dimZipf) FROM foo",
"SELECT APPROX_COUNT_DISTINCT_DS_HLL_UTF8(dimZipf) FROM foo",
- "SELECT APPROX_COUNT_DISTINCT_DS_THETA(dimZipf) FROM foo"
+ "SELECT APPROX_COUNT_DISTINCT_DS_THETA(dimZipf) FROM foo",
+ // 32: LATEST aggregator long
Review Comment:
Thanks for moving these from expression benchmarks to here
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]