apache/pinot

Deep Stack Trace from Long Min/Max Column Values

Open

#17 378 ouverte le 16 déc. 2025

Voir sur GitHub
 (4 commentaires) (0 réactions) (0 assignés)Java (1 234 forks)batch import
help wantedstale

Métriques du dépôt

Stars
 (4 937 stars)
Métriques de merge PR
 (Merge moyen 6j 7h) (186 PRs mergées en 30 j)

Description

If a column has a very long value, and it ends up being either the min or max, then it gets stored in the segment metadata file.

When the properties reader is used to read such a file, we can have a very deep recursion call stack due to some regex matching.

Guide contributeur