apache/pinot

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

クローズ

#14,787 opened on 2025/01/09

 (3 件のコメント) (0 件のリアクション) (0 人の担当者)Java (1,234 件のフォーク)batch import
buggood first issue

Repository metrics

Stars
 (4,937 個のスター)
PR merge metrics
 (平均マージ 6d 7h) (30d で 186 merged PRs)

説明

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

コントリビューターガイド