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

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


The following commit(s) were added to refs/heads/kyy by this push:
     new ec5cc5d  points -> measurements
ec5cc5d is described below

commit ec5cc5daf6ebb077c3e7dea49a1b738a33d385c0
Author: Ring-k <[email protected]>
AuthorDate: Mon Oct 26 14:25:29 2020 +0800

    points -> measurements
---
 server/src/main/java/org/apache/iotdb/db/qp/executor/PlanExecutor.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/server/src/main/java/org/apache/iotdb/db/qp/executor/PlanExecutor.java 
b/server/src/main/java/org/apache/iotdb/db/qp/executor/PlanExecutor.java
index f2063b3..ba49652 100644
--- a/server/src/main/java/org/apache/iotdb/db/qp/executor/PlanExecutor.java
+++ b/server/src/main/java/org/apache/iotdb/db/qp/executor/PlanExecutor.java
@@ -950,7 +950,7 @@ public class PlanExecutor implements IPlanExecutor {
           throw new PathNotExistException(failedPaths);
         } else {
           throw new StorageEngineException(
-              "failed to insert points " + 
insertRowPlan.getFailedMeasurements());
+              "failed to insert measurements " + 
insertRowPlan.getFailedMeasurements());
         }
       }
     } catch (StorageEngineException | MetadataException e) {

Reply via email to