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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]