apache/pinot

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

Fermée

#14 787 ouverte le 9 janv. 2025

 (3 commentaires) (0 réaction) (0 personne assignée)Java (1 234 forks)batch import
buggood first issue

Métriques du dépôt

Stars
 (4 937 étoiles)
Métriques de merge PR
 (Merge moyen 6j 7h) (186 PRs mergées en 30 j)

Description

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

Guide contributeur