kishoreg commented on a change in pull request #4994: Make sql as default query
format.
URL: https://github.com/apache/incubator-pinot/pull/4994#discussion_r368783669
##########
File path:
pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/PinotQueryResource.java
##########
@@ -66,9 +67,10 @@
@Inject
AccessControlFactory _accessControlFactory;
+ @Deprecated
@POST
@Path("pql")
- public String post(String requestJsonStr, @Context HttpHeaders httpHeaders) {
+ public String postPql(String requestJsonStr, @Context HttpHeaders
httpHeaders) {
Review comment:
please change all method names to handle<Get|Post><Sql|Pql>
----------------------------------------------------------------
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]