mqliang commented on a change in pull request #7061: URL: https://github.com/apache/incubator-pinot/pull/7061#discussion_r652325119
########## File path: pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/PinotSegmentRestletResource.java ########## @@ -591,7 +592,8 @@ private void deleteSegmentsInternal(String tableNameWithType, List<String> segme @ApiOperation(value = "Get the server metadata for all table segments", notes = "Get the server metadata for all table segments") public String getServerMetadata( @ApiParam(value = "Name of the table", required = true) @PathParam("tableName") String tableName, - @ApiParam(value = "OFFLINE|REALTIME") @QueryParam("type") String tableTypeStr) { + @ApiParam(value = "OFFLINE|REALTIME") @QueryParam("type") String tableTypeStr, Review comment: javadocs is not needed here since swagger API docs will be auto generated. -- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org