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:23 UTC

[iotdb] 01/01: change Variables to Variable

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";