javeme commented on code in PR #2019:
URL: 
https://github.com/apache/incubator-hugegraph/pull/2019#discussion_r1027302099


##########
hugegraph-api/src/main/java/org/apache/hugegraph/api/job/AlgorithmAPI.java:
##########
@@ -55,7 +55,7 @@ public class AlgorithmAPI extends API {
     @POST
     @Timed
     @Path("/{name}")
-    @Status(Status.CREATED)
+    @StatusFilter.Status(StatusFilter.Status.CREATED)

Review Comment:
   can we search all the "@StatusFilter.Status" and update to "@Status"?



##########
hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/EdgeAPI.java:
##########
@@ -261,7 +261,7 @@ public String update(@Context GraphManager manager,
 
     @GET
     @Timed
-    @Compress
+    @CompressInterceptor.Compress

Review Comment:
   can we search all the `@CompressInterceptor.Compress` and update to 
`@Compress`?



-- 
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.

To unsubscribe, e-mail: dev-unsubscr...@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to