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 2021/03/09 03:44:02 UTC

[iotdb] branch master updated: Update IoTDBConstant.java remove unused field (#2777)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7c40ce7  Update IoTDBConstant.java  remove unused field (#2777)
7c40ce7 is described below

commit 7c40ce70bfc17577ffb824624876af14f1574eee
Author: jxlgzwh <jx...@users.noreply.github.com>
AuthorDate: Tue Mar 9 11:43:39 2021 +0800

    Update IoTDBConstant.java  remove unused field (#2777)
---
 server/src/main/java/org/apache/iotdb/db/conf/IoTDBConstant.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/server/src/main/java/org/apache/iotdb/db/conf/IoTDBConstant.java b/server/src/main/java/org/apache/iotdb/db/conf/IoTDBConstant.java
index 692a700..5aaf98f 100644
--- a/server/src/main/java/org/apache/iotdb/db/conf/IoTDBConstant.java
+++ b/server/src/main/java/org/apache/iotdb/db/conf/IoTDBConstant.java
@@ -75,7 +75,6 @@ public class IoTDBConstant {
   public static final String COLUMN_TAGS = "tags";
   public static final String COLUMN_ATTRIBUTES = "attributes";
   public static final String QUERY_ID = "queryId";
-  public static final String START_TIME = "startTime";
   public static final String STATEMENT = "statement";
 
   public static final String COLUMN_ROLE = "role";