apache/pinot

Deep Stack Trace from Long Min/Max Column Values

Open

#17.378 geöffnet am 16. Dez. 2025

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Java (4.937 Stars) (1.234 Forks)batch import
help wanted

Beschreibung

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.

Contributor Guide