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

贡献者指南