galalen commented on a change in pull request #6485: URL: https://github.com/apache/incubator-pinot/pull/6485#discussion_r570289964
########## File path: pinot-spi/src/main/java/org/apache/pinot/spi/utils/validator/PinotJsonSchemasValidator.java ########## @@ -0,0 +1,16 @@ +package org.apache.pinot.spi.utils.validator; + +public class PinotJsonSchemasValidator extends BaseJsonValidator { + + private static final String BASE_SCHEMA_DIR = "/schemas"; + + private static final String TABLE_CONFIG_SCHEMA = BASE_SCHEMA_DIR + "/tableConfig.json"; Review comment: For now, we don't but, in case we want to add schema validation to another thing. But I'll remove it anyway ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org