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 75bdbb4520b Fix some capitalizations in config template (#16216)
75bdbb4520b is described below
commit 75bdbb4520bd30c03433223dceb264f45bbe165a
Author: Jiang Tian <[email protected]>
AuthorDate: Wed Aug 20 18:59:41 2025 +0800
Fix some capitalizations in config template (#16216)
---
.../assembly/resources/conf/iotdb-system.properties.template | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git
a/iotdb-core/node-commons/src/assembly/resources/conf/iotdb-system.properties.template
b/iotdb-core/node-commons/src/assembly/resources/conf/iotdb-system.properties.template
index e114686e20c..66672da8abc 100644
---
a/iotdb-core/node-commons/src/assembly/resources/conf/iotdb-system.properties.template
+++
b/iotdb-core/node-commons/src/assembly/resources/conf/iotdb-system.properties.template
@@ -980,32 +980,32 @@ default_text_encoding=PLAIN
# BOOLEAN compression when creating schema automatically is enabled
# effectiveMode: hot_reload
# Datatype: TSEncoding
-boolean_compressor=lz4
+boolean_compressor=LZ4
# INT32/DATE compression when creating schema automatically is enabled
# effectiveMode: hot_reload
# Datatype: TSEncoding
-int32_compressor=lz4
+int32_compressor=LZ4
# INT64/TIMESTAMP compression when creating schema automatically is enabled
# effectiveMode: hot_reload
# Datatype: TSEncoding
-int64_compressor=lz4
+int64_compressor=LZ4
# FLOAT compression when creating schema automatically is enabled
# effectiveMode: hot_reload
# Datatype: TSEncoding
-float_compressor=lz4
+float_compressor=LZ4
# DOUBLE compression when creating schema automatically is enabled
# effectiveMode: hot_reload
# Datatype: TSEncoding
-double_compressor=lz4
+double_compressor=LZ4
# TEXT/BINARY/BLOB compression when creating schema automatically is enabled
# effectiveMode: hot_reload
# Datatype: TSEncoding
-text_compressor=lz4
+text_compressor=LZ4
####################
### Query Configurations