Skip to content

Commit 5b65f8d

Browse files
committed
fix
1 parent e4fad59 commit 5b65f8d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • iotdb-client/session/src/main/java/org/apache/iotdb/session

iotdb-client/session/src/main/java/org/apache/iotdb/session/Session.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1162,8 +1162,7 @@ public SessionDataSet executeLastDataQuery(List<String> paths, long lastTime, lo
11621162
@Override
11631163
public SessionDataSet executeLastDataQuery(List<String> paths)
11641164
throws StatementExecutionException, IoTDBConnectionException {
1165-
long time = 0L;
1166-
return executeLastDataQuery(paths, time, queryTimeoutInMs);
1165+
return executeLastDataQuery(paths, Long.MIN_VALUE, queryTimeoutInMs);
11671166
}
11681167

11691168
@Override

0 commit comments

Comments
 (0)