This is an automated email from the ASF dual-hosted git repository.
jackietien pushed a commit to branch ty/new1.2
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/ty/new1.2 by this push:
new 887ca66ba93 try
887ca66ba93 is described below
commit 887ca66ba93c9c5723c5678881bed2bcc28cae26
Author: JackieTien97 <[email protected]>
AuthorDate: Thu Jul 13 17:44:25 2023 +0800
try
---
.../src/main/java/org/apache/iotdb/rpc/StatementExecutionException.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/iotdb-client/service-rpc/src/main/java/org/apache/iotdb/rpc/StatementExecutionException.java
b/iotdb-client/service-rpc/src/main/java/org/apache/iotdb/rpc/StatementExecutionException.java
index 0752931e56e..852240a49f1 100644
---
a/iotdb-client/service-rpc/src/main/java/org/apache/iotdb/rpc/StatementExecutionException.java
+++
b/iotdb-client/service-rpc/src/main/java/org/apache/iotdb/rpc/StatementExecutionException.java
@@ -23,6 +23,7 @@ import org.apache.iotdb.common.rpc.thrift.TSStatus;
public class StatementExecutionException extends Exception {
+
private int statusCode;
public StatementExecutionException(TSStatus status) {