vvivekiyer commented on a change in pull request #8110:
URL: https://github.com/apache/pinot/pull/8110#discussion_r798112587



##########
File path: 
pinot-common/src/main/java/org/apache/pinot/common/utils/FileUploadDownloadClient.java
##########
@@ -810,6 +810,33 @@ public SimpleHttpResponse uploadSegment(URI uri, String 
segmentName, File segmen
     return uploadSegment(uri, segmentName, segmentFile, null, parameters, 
DEFAULT_SOCKET_TIMEOUT_MS);
   }
 
+  /**

Review comment:
       Agreed that we could use existing API. But IMO having this method 
provides a convenient wrapper around the existing API. I envision that any new 
parameters added to Restlet.UploadSegment() API will also be added here. 




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

Reply via email to