You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ca...@apache.org on 2023/01/03 15:47:22 UTC

[iotdb] branch beyyes/change_variable_name created (now 60a844ef56)

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

caogaofei pushed a change to branch beyyes/change_variable_name
in repository https://gitbox.apache.org/repos/asf/iotdb.git


      at 60a844ef56 change Variables to Variable

This branch includes the following new commits:

     new 60a844ef56 change Variables to Variable

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: change Variables to Variable

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

caogaofei pushed a commit to branch beyyes/change_variable_name
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 60a844ef56a6884a1d4684e61f3b2769539a9c08
Author: Beyyes <cg...@foxmail.com>
AuthorDate: Tue Jan 3 23:47:04 2023 +0800

    change Variables to Variable
---
 .../org/apache/iotdb/db/mpp/common/header/ColumnHeaderConstant.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/src/main/java/org/apache/iotdb/db/mpp/common/header/ColumnHeaderConstant.java b/server/src/main/java/org/apache/iotdb/db/mpp/common/header/ColumnHeaderConstant.java
index 7bef5278a7..df9bcda819 100644
--- a/server/src/main/java/org/apache/iotdb/db/mpp/common/header/ColumnHeaderConstant.java
+++ b/server/src/main/java/org/apache/iotdb/db/mpp/common/header/ColumnHeaderConstant.java
@@ -58,7 +58,7 @@ public class ColumnHeaderConstant {
   public static final String VERSION = "Version";
   public static final String BUILD_INFO = "BuildInfo";
   public static final String PATHS = "Paths";
-  public static final String VARIABLES = "Variables";
+  public static final String VARIABLES = "Variable";
 
   // column names for count statement
   public static final String COLUMN = "Column";