apache / apache/pinot

Support date time columns in metrics aggregation

Open
#4,558 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
6.1k
Forks
1.5k
Avg merge
2d 55m
Merged PRs (30d)
182

Description

Metrics aggregation code in MutableSegmentImpl (realtime consuming segment code) currently ignores date time columns. If these columns are enabled, then we need to have additional 'key' columns to compare on, before we aggregate metrics.

Contributor guide

Open the contributing guide

Research direction

Start in MutableSegmentImpl, focusing on the realtime consuming segment's metrics aggregation path and how enabled date time columns are currently handled. Trace the existing comparison-key logic, then verify that date time columns contribute additional key columns before aggregation and that metrics aggregate correctly when such columns are enabled.

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
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.