You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2022/04/27 10:00:11 UTC

[iotdb] branch coed_typo created (now 92d3c1fe26)

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

haonan pushed a change to branch coed_typo
in repository https://gitbox.apache.org/repos/asf/iotdb.git


      at 92d3c1fe26 fix typo in DataNodeTSIServiceImpl

This branch includes the following new commits:

     new 92d3c1fe26 fix typo in DataNodeTSIServiceImpl

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[iotdb] 01/01: fix typo in DataNodeTSIServiceImpl

Posted by ha...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch coed_typo
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 92d3c1fe26e2845120280cd64cfd7ded9351ac55
Author: HTHou <hh...@outlook.com>
AuthorDate: Wed Apr 27 17:59:55 2022 +0800

    fix typo in DataNodeTSIServiceImpl
---
 .../org/apache/iotdb/db/service/thrift/impl/DataNodeTSIServiceImpl.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/src/main/java/org/apache/iotdb/db/service/thrift/impl/DataNodeTSIServiceImpl.java b/server/src/main/java/org/apache/iotdb/db/service/thrift/impl/DataNodeTSIServiceImpl.java
index 0aa4dbbfab..47647e05cf 100644
--- a/server/src/main/java/org/apache/iotdb/db/service/thrift/impl/DataNodeTSIServiceImpl.java
+++ b/server/src/main/java/org/apache/iotdb/db/service/thrift/impl/DataNodeTSIServiceImpl.java
@@ -287,7 +287,7 @@ public class DataNodeTSIServiceImpl implements TSIEventHandler {
               SCHEMA_FETCHER);
 
       if (result.status.code != TSStatusCode.SUCCESS_STATUS.getStatusCode()) {
-        throw new RuntimeException("error coed: " + result.status);
+        throw new RuntimeException("error code: " + result.status);
       }
 
       IQueryExecution queryExecution = COORDINATOR.getQueryExecution(id);