cypherean commented on code in PR #14250: URL: https://github.com/apache/pinot/pull/14250#discussion_r2230730025
########## pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/PinotSegmentRestletResource.java: ########## @@ -919,15 +919,18 @@ private void deleteSegmentsInternal(String tableNameWithType, List<String> segme @GET @Path("segments/{tableName}/metadata") + @Encoded Review Comment: We don't need it ideally because special characters and spaces are not allowed in the params. The offline table in test had spaces in segment names, I'll fix that instead. -- 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