robertzych commented on code in PR #10463: URL: https://github.com/apache/pinot/pull/10463#discussion_r1234423068
########## pinot-server/src/main/java/org/apache/pinot/server/api/resources/TablesResource.java: ########## @@ -425,7 +425,7 @@ public Response downloadSegment( public Response downloadValidDocIds( @ApiParam(value = "Name of the table with type REALTIME", required = true, example = "myTable_REALTIME") @PathParam("tableNameWithType") String tableNameWithType, - @ApiParam(value = "Name of the segment", required = true) @PathParam("segmentName") @Encoded String segmentName, + @ApiParam(value = "Name of the segment", required = true) @PathParam("segmentName") String segmentName, Review Comment: @Jackie-Jiang I actually had to remove this annotation because it was causing the endpoint to fail for segment names with special characters. -- 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: commits-unsubscr...@pinot.apache.org 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