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

justinchen pushed a commit to branch session-last-bug-13
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/session-last-bug-13 by this 
push:
     new 132990b9136 fix
132990b9136 is described below

commit 132990b91363f1bb6881558ec29a7f68e485df03
Author: Caideyipi <[email protected]>
AuthorDate: Mon Mar 30 12:22:06 2026 +0800

    fix
---
 .../session/src/main/java/org/apache/iotdb/session/Session.java        | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 
a/iotdb-client/session/src/main/java/org/apache/iotdb/session/Session.java 
b/iotdb-client/session/src/main/java/org/apache/iotdb/session/Session.java
index ff7c927871d..461aef36245 100644
--- a/iotdb-client/session/src/main/java/org/apache/iotdb/session/Session.java
+++ b/iotdb-client/session/src/main/java/org/apache/iotdb/session/Session.java
@@ -1042,8 +1042,7 @@ public class Session implements ISession {
   @Override
   public SessionDataSet executeLastDataQuery(List<String> paths)
       throws StatementExecutionException, IoTDBConnectionException {
-    long time = 0L;
-    return executeLastDataQuery(paths, time, queryTimeoutInMs);
+    return executeLastDataQuery(paths, Long.MIN_VALUE, queryTimeoutInMs);
   }
 
   @Override

Reply via email to