Skip to content

Commit 75bdbb4

Browse files
authored
Fix some capitalizations in config template (apache#16216)
1 parent e90e232 commit 75bdbb4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

iotdb-core/node-commons/src/assembly/resources/conf/iotdb-system.properties.template

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -980,32 +980,32 @@ default_text_encoding=PLAIN
980980
# BOOLEAN compression when creating schema automatically is enabled
981981
# effectiveMode: hot_reload
982982
# Datatype: TSEncoding
983-
boolean_compressor=lz4
983+
boolean_compressor=LZ4
984984

985985
# INT32/DATE compression when creating schema automatically is enabled
986986
# effectiveMode: hot_reload
987987
# Datatype: TSEncoding
988-
int32_compressor=lz4
988+
int32_compressor=LZ4
989989

990990
# INT64/TIMESTAMP compression when creating schema automatically is enabled
991991
# effectiveMode: hot_reload
992992
# Datatype: TSEncoding
993-
int64_compressor=lz4
993+
int64_compressor=LZ4
994994

995995
# FLOAT compression when creating schema automatically is enabled
996996
# effectiveMode: hot_reload
997997
# Datatype: TSEncoding
998-
float_compressor=lz4
998+
float_compressor=LZ4
999999

10001000
# DOUBLE compression when creating schema automatically is enabled
10011001
# effectiveMode: hot_reload
10021002
# Datatype: TSEncoding
1003-
double_compressor=lz4
1003+
double_compressor=LZ4
10041004

10051005
# TEXT/BINARY/BLOB compression when creating schema automatically is enabled
10061006
# effectiveMode: hot_reload
10071007
# Datatype: TSEncoding
1008-
text_compressor=lz4
1008+
text_compressor=LZ4
10091009

10101010
####################
10111011
### Query Configurations

0 commit comments

Comments
 (0)