This is an automated email from the ASF dual-hosted git repository.

Jackie-Jiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new 6f0aa8aa86c Remove delete from s3 copyDir in favor of relying on 
intentional copy overwrite (#19337)
6f0aa8aa86c is described below

commit 6f0aa8aa86c7fa86d9d0f63a0a51b26778d170bd
Author: Alex Maniates <[email protected]>
AuthorDate: Tue Aug 25 15:16:16 2026 -0400

    Remove delete from s3 copyDir in favor of relying on intentional copy 
overwrite (#19337)
---
 .../src/main/java/org/apache/pinot/plugin/filesystem/S3PinotFS.java      | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/pinot-plugins/pinot-file-system/pinot-s3/src/main/java/org/apache/pinot/plugin/filesystem/S3PinotFS.java
 
b/pinot-plugins/pinot-file-system/pinot-s3/src/main/java/org/apache/pinot/plugin/filesystem/S3PinotFS.java
index 72d0e036789..d3bbacb413a 100644
--- 
a/pinot-plugins/pinot-file-system/pinot-s3/src/main/java/org/apache/pinot/plugin/filesystem/S3PinotFS.java
+++ 
b/pinot-plugins/pinot-file-system/pinot-s3/src/main/java/org/apache/pinot/plugin/filesystem/S3PinotFS.java
@@ -637,7 +637,6 @@ public class S3PinotFS extends BasePinotFS {
       return true;
     }
     if (!isDirectory(srcUri)) {
-      delete(dstUri, true);
       return copyFile(srcUri, dstUri);
     }
     dstUri = normalizeToDirectoryUri(dstUri);


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

Reply via email to