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

jackietien pushed a commit to branch ty/cleanTmp
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/ty/cleanTmp by this push:
     new 4f19a310e16 delete todo
4f19a310e16 is described below

commit 4f19a310e16b7aaa83f6721b1243e87fde55177b
Author: JackieTien97 <[email protected]>
AuthorDate: Fri Mar 27 17:14:34 2026 +0800

    delete todo
---
 .../main/java/org/apache/iotdb/commons/executable/ExecutableManager.java | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/executable/ExecutableManager.java
 
b/iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/executable/ExecutableManager.java
index 86e153a511f..2c75928fee2 100644
--- 
a/iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/executable/ExecutableManager.java
+++ 
b/iotdb-core/node-commons/src/main/java/org/apache/iotdb/commons/executable/ExecutableManager.java
@@ -81,7 +81,6 @@ public class ExecutableManager {
 
   private void downloadExecutables(List<String> uris, long requestId)
       throws IOException, URISyntaxException {
-    // TODO: para download
     try {
       for (String uriString : uris) {
         final URL url = new URI(uriString).toURL();

Reply via email to