Slackbot
09/01/2022, 2:05 PMGian Merlino
09/01/2022, 8:34 PMcommon.runtime.properties bundled in the distribution — try making sure you updated the right one for the start script you are usingGian Merlino
09/01/2022, 8:35 PMbin/start-micro-quickstart you would update conf/druid/single-server/micro-quickstart/_common/common.runtime.propertiesGian Merlino
09/01/2022, 8:36 PMAPPROX_COUNT_DISTINCT_DS_HLL(expr) — you can try that one just to confirm, like:
SELECT APPROX_COUNT_DISTINCT_DS_HLL(any_column)
FROM any_table
this is the simplest query that should work if the datasketches extension is loaded