ChavdaDhvani commented on issue #14787: URL: https://github.com/apache/pinot/issues/14787#issuecomment-2628006443
Hi @ankitsultana, I reviewed the code, and from my understanding, schema validation occurs in TableConfigUtils.java using Preconditions.checkState. This is then passed to validateCompatibilityWithTableConfig(), which eventually throws the exception in PinotSchemaRestletResource.validateInternalSchema. I believe the stack trace already provides the error cause, but adding more detailed information in the exception message could make it easier for users to identify the root cause quickly. What do you think about this? Thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
