pinot icon indicating copy to clipboard operation
pinot copied to clipboard

Deep Stack Trace from Long Min/Max Column Values

Open ankitsultana opened this issue 2 months ago • 0 comments

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.

Image

ankitsultana avatar Dec 16 '25 05:12 ankitsultana