apache/pinot

`SchemaUtils` Doesn't Show the Actual Reason for Validation Failure

已關閉

#14,787 建立於 2025年1月9日

 (3 則留言) (0 個反應) (0 位負責人)Java (1,234 個分叉)batch import
buggood first issue

倉庫指標

星標
 (4,937 顆星)
PR 合併指標
 (平均合併 6天 7小時) (30 天內合併 186 個 PR)

描述

Often when our customers try to deploy, Pinot returns Schema is incompatible with tableConfig with no details about the root-cause. We should try to return the exact reason why the Schema validation had failed.

https://github.com/apache/pinot/blob/6a8bdb5e5e691381cda5122b03c6c3fd7b6fd265/pinot-segment-local/src/main/java/org/apache/pinot/segment/local/utils/SchemaUtils.java#L170-L181

貢獻者指南