apache/pinot

Deep Stack Trace from Long Min/Max Column Values

Open

#17.378 aberto em 16 de dez. de 2025

Ver no GitHub
 (4 comments) (0 reactions) (0 assignees)Java (1.234 forks)batch import
help wantedstale

Métricas do repositório

Stars
 (4.937 stars)
Métricas de merge de PR
 (Mesclagem média 6d 7h) (186 fundiu PRs em 30d)

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.

Guia do colaborador