ly923976094 commented on a change in pull request #4006: Controller web use
json string create and update schemas
URL: https://github.com/apache/incubator-pinot/pull/4006#discussion_r268955723
##########
File path:
pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/PinotSchemaRestletResource.java
##########
@@ -109,6 +109,7 @@ public SuccessResponse deleteSchema(
return new SuccessResponse("Schema " + schemaName + " deleted");
}
+ @Deprecated
Review comment:
@sunithabeeram , thanks for you review, The fact that it is deprecated does
not mean that its functionality cannot be used. This method can still be used
in places such as script creation schema. it is suggested that this method
cannot be used in controller web.Because the web does not support multiPart
files
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]