This is an automated email from the ASF dual-hosted git repository.

siddteotia pushed a commit to branch recommender_hotfix
in repository https://gitbox.apache.org/repos/asf/pinot.git


The following commit(s) were added to refs/heads/recommender_hotfix by this 
push:
     new 37ce58cae9 Reverts recommender REST API back to PUT (reverts PR #9326) 
(#9638)
37ce58cae9 is described below

commit 37ce58cae99bf077e417eb870480332a867f69f5
Author: Benson Yuan <[email protected]>
AuthorDate: Fri Oct 21 13:19:19 2022 -0700

    Reverts recommender REST API back to PUT (reverts PR #9326) (#9638)
---
 .../pinot/controller/api/resources/PinotTableRestletResource.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/PinotTableRestletResource.java
 
b/pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/PinotTableRestletResource.java
index 171799fb66..2283d5bfa3 100644
--- 
a/pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/PinotTableRestletResource.java
+++ 
b/pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/PinotTableRestletResource.java
@@ -232,7 +232,7 @@ public class PinotTableRestletResource {
     }
   }
 
-  @GET
+  @PUT
   @Produces(MediaType.APPLICATION_JSON)
   @Path("/tables/recommender")
   @ApiOperation(value = "Recommend config", notes = "Recommend a config with 
input json")


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to