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.

貢獻者指南