Jackie-Jiang commented on code in PR #16310:
URL: https://github.com/apache/pinot/pull/16310#discussion_r2237823324


##########
pinot-common/src/main/java/org/apache/pinot/common/utils/FileUploadDownloadClient.java:
##########
@@ -126,6 +126,7 @@ public static FileUploadType getDefaultUploadType() {
   private static final String SEGMENT_LINEAGE_ENTRY_ID_PARAMETER = 
"&segmentLineageEntryId=";
   private static final String FORCE_REVERT_PARAMETER = "&forceRevert=";
   private static final String FORCE_CLEANUP_PARAMETER = "&forceCleanup=";
+  private static final String PRUNE_PARAMETER = "&prune=";

Review Comment:
   You'll need to adjust this and other usage of `prune` in this PR



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to