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

jiangtian pushed a commit to branch docs/dev
in repository https://gitbox.apache.org/repos/asf/tsfile.git


The following commit(s) were added to refs/heads/docs/dev by this push:
     new b535be4c Add a quick to get started s2. category (Table. 
ColumnCategory. FEED) (#465)
b535be4c is described below

commit b535be4c6b560be61c0740fa0a49a69d693edc06
Author: W1y1r <[email protected]>
AuthorDate: Tue Apr 22 14:31:32 2025 +0800

    Add a quick to get started s2. category (Table. ColumnCategory. FEED) (#465)
---
 src/UserGuide/latest/QuickStart/QuickStart.md    | 5 +++--
 src/zh/UserGuide/latest/QuickStart/QuickStart.md | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/UserGuide/latest/QuickStart/QuickStart.md 
b/src/UserGuide/latest/QuickStart/QuickStart.md
index 451ec86f..9dfb0998 100644
--- a/src/UserGuide/latest/QuickStart/QuickStart.md
+++ b/src/UserGuide/latest/QuickStart/QuickStart.md
@@ -78,8 +78,9 @@ TableSchema tableSchema =
                                 .category(Tablet.ColumnCategory.FIELD)
                                 .build(),
                         new ColumnSchemaBuilder()
-                                .name("s2").
-                                dataType(TSDataType.BOOLEAN)
+                                .name("s2")
+                                .dataType(TSDataType.BOOLEAN)
+                                .category(Tablet.ColumnCategory.FIELD)
                                 .build()));
 
 long memoryThreshold = 10 * 1024 * 1024;
diff --git a/src/zh/UserGuide/latest/QuickStart/QuickStart.md 
b/src/zh/UserGuide/latest/QuickStart/QuickStart.md
index d934e120..b750c458 100644
--- a/src/zh/UserGuide/latest/QuickStart/QuickStart.md
+++ b/src/zh/UserGuide/latest/QuickStart/QuickStart.md
@@ -78,8 +78,9 @@ TableSchema tableSchema =
                                 .category(Tablet.ColumnCategory.FIELD)
                                 .build(),
                         new ColumnSchemaBuilder()
-                                .name("s2").
-                                dataType(TSDataType.BOOLEAN)
+                                .name("s2")
+                                .dataType(TSDataType.BOOLEAN)
+                                .category(Tablet.ColumnCategory.FIELD)
                                 .build()));
 
 long memoryThreshold = 10 * 1024 * 1024;

Reply via email to