apache / apache/pinot

Merge multi-valued field support from DistinctCountHHLMV into DistinctCountHLL

Open
#6,642 6 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
6.1k
Forks
1.5k
Avg merge
1d 21h
Merged PRs (30d)
189

Description

DistinctCountHLL could call `BlockValueSet.isSingleValue()` and handle a MV field, without users having to know that they need to use a different name, depending on the field's SV/MV setting.

Contributor guide

Open the contributing guide

Research direction

Start by reading DistinctCountHLL and DistinctCountHHLMV, then inspect how BlockValueSet.isSingleValue() distinguishes single-valued and multi-valued fields. The work is complete when DistinctCountHLL handles both field types without requiring users to select a different function name.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
databases
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.