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

colinlee pushed a commit to branch colin_fix_config
in repository https://gitbox.apache.org/repos/asf/tsfile.git

commit 6fd05da72b742b1ee4758c5bb6ad186d19c2c0f7
Author: colin <[email protected]>
AuthorDate: Wed Apr 23 17:36:53 2025 +0800

    add comment.
---
 python/tsfile/tsfile_table_writer.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/python/tsfile/tsfile_table_writer.py 
b/python/tsfile/tsfile_table_writer.py
index f5568dae..28193360 100644
--- a/python/tsfile/tsfile_table_writer.py
+++ b/python/tsfile/tsfile_table_writer.py
@@ -35,6 +35,7 @@ class TsFileTableWriter:
         """
         :param path: The path of tsfile, will create if it doesn't exist.
         :param table_schema: describes the schema of the tables they want to 
write.
+        :param memory_threshold(Byte): memory usage threshold for flushing 
data.
         """
         self.writer = TsFileWriter(path, memory_threshold)
         self.writer.register_table(table_schema)

Reply via email to