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

yashmayya 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 e07e0b0503a Fix typo in PinotFSBenchmarkDriver (#17365)
e07e0b0503a is described below

commit e07e0b0503a5508c65ec4b52a21223b07918c063
Author: Akanksha kedia <[email protected]>
AuthorDate: Tue Dec 16 00:32:43 2025 +0530

    Fix typo in PinotFSBenchmarkDriver (#17365)
---
 .../java/org/apache/pinot/tools/filesystem/PinotFSBenchmarkDriver.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/pinot-tools/src/main/java/org/apache/pinot/tools/filesystem/PinotFSBenchmarkDriver.java
 
b/pinot-tools/src/main/java/org/apache/pinot/tools/filesystem/PinotFSBenchmarkDriver.java
index e444b6d0d07..a8b59587ce3 100644
--- 
a/pinot-tools/src/main/java/org/apache/pinot/tools/filesystem/PinotFSBenchmarkDriver.java
+++ 
b/pinot-tools/src/main/java/org/apache/pinot/tools/filesystem/PinotFSBenchmarkDriver.java
@@ -66,7 +66,7 @@ public class PinotFSBenchmarkDriver {
     _numOps = (numOps != null) ? numOps : DEFAULT_NUM_OPS;
     _dataSizeInMBsForCopyTest =
         (dataSizeInMBsForCopyTest != null) ? dataSizeInMBsForCopyTest : 
DEFAULT_DATA_SIZE_IN_MB_FOR_COPY_TEST;
-    LOGGER.info("PinotFS has been initialized sucessfully. (mode = {}, 
pinotFSClass = {}, configFile = {}, "
+    LOGGER.info("PinotFS has been initialized successfully. (mode = {}, 
pinotFSClass = {}, configFile = {}, "
             + "baseDirectoryUri = {}, localTempDir = {}, 
numSegmentsForListFilesTest = {}, "
             + "dataSizeInMBsForCopyTest = {}, numOps = {})", _mode, 
_pinotFS.getClass().getSimpleName(), configFilePath,
         baseDirectoryUri, _localTempDir, _numSegmentsForListFilesTest, 
_dataSizeInMBsForCopyTest, _numOps);


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

Reply via email to