apache/pinot

Deep Stack Trace from Long Min/Max Column Values

已关闭

#17,378 创建于 2025年12月16日

 (4 条评论) (0 个反应) (0 位负责人)Java (1,234 个派生)batch import
help wantedstale

仓库指标

星标
 (4,937 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南