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 318ac21fc64 Fix the comment of float_precision (#12905)
318ac21fc64 is described below

commit 318ac21fc64d311a87aa03c5ec6c70f5897747cb
Author: Jiang Tian <[email protected]>
AuthorDate: Thu Jul 11 17:41:58 2024 +0800

    Fix the comment of float_precision (#12905)
---
 .../src/assembly/resources/conf/iotdb-system.properties.template     | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

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 4c9477e39a2..5635fa8cf71 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
@@ -1474,7 +1474,10 @@ max_number_of_points_in_page=10000
 # Datatype: int
 pattern_matching_threshold=1000000
 
-# Floating-point precision
+# Floating-point precision of query results.
+# Only effective for RLE and TS_2DIFF encodings.
+# Due to the limitation of machine precision, some values may not be 
interpreted strictly.
+# E.g.: 1.111111 with precision=3 will be shown as 1.11100001
 # effectiveMode: hot_reload
 # Datatype: int
 float_precision=2

Reply via email to