Satya Kuppam
11/14/2025, 3:01 AMhll_hash function. hll_hash on my varchar column always resolves to NULL . I made 100% sure that my parquet files have data in the column that I am trying to hash. I am running 3.5.8 wondering if HLL is broken somehow in my version or installation. Thanks.
StarRocks > SELECT HLL_HASH("some_string") as test_hll;
+----------+
| test_hll |
+----------+
| NULL |
+----------+
1 row in set (0.03 sec)Satya Kuppam
11/14/2025, 3:14 AMЕвгений Шишкин
11/14/2025, 6:05 AMSatya Kuppam
11/14/2025, 3:31 PM