cutiepie-10 commented on issue #14787: URL: https://github.com/apache/pinot/issues/14787#issuecomment-2587531282
Hi @ankitsultana, I went through the code. The validation of the schema occurs in the TableConfigUtils.java done by some Preconditions.checkState which is thrown to validateCompatibilityWithTableConfig() and then to validate and then to the PinotSchemaRestletResource.validateInternalSchema, finally this method throws the exception. According to me, the error and its cause is being provided in the stackTrace. -- 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]
