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

corgy pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new 94d6f5c675 [Fix][docs]fix schema-feature.md doc error (#10413)
94d6f5c675 is described below

commit 94d6f5c6754e037987025dbd9911c1b0717a8d15
Author: 老王 <[email protected]>
AuthorDate: Thu Jan 29 20:00:02 2026 +0800

    [Fix][docs]fix schema-feature.md doc error (#10413)
---
 docs/en/introduction/concepts/schema-feature.md | 2 +-
 docs/zh/introduction/concepts/schema-feature.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/en/introduction/concepts/schema-feature.md 
b/docs/en/introduction/concepts/schema-feature.md
index 8a57a6d971..0b1ab94081 100644
--- a/docs/en/introduction/concepts/schema-feature.md
+++ b/docs/en/introduction/concepts/schema-feature.md
@@ -93,7 +93,7 @@ columns = [
 | time         | `java.time.LocalTime`                              | Only 
store time. Accuracy is 100 nanoseconds.                                        
                                                                                
                                                                                
                                                                                
                       |
 | timestamp    | `java.time.LocalDateTime`                          | Stores 
date and time information without time zone. Represents the time of an event in 
local time. It does not include any offset or zone information.                 
                                                                                
                                          |
 | timestamp_tz | `java.time.OffsetDateTime`                         | Stores 
date and time information with an offset from UTC. It includes both the local 
date-time and the offset from UTC, providing more precise temporal information 
when working with multiple time zones.                                          
                                           |
-| row          | `org.apache.seatunnel.api.table.type.SeaTunnelRow` | Row 
type, can be nested.                                                            
                                                                                
                                                                                
                                                                                
                        |
+| row          | `org.apache.seatunnel.api.table.type.SeaTunnelRowType` | Row 
type, can be nested.                                                            
                                                                                
                                                                                
                                                                                
                        |
 | map          | `java.util.Map`                                    | A Map is 
an object that maps keys to values. The key type includes `int` `string` 
`boolean` `tinyint` `smallint` `bigint` `float` `double` `decimal` `date` 
`time` `timestamp` `null` , and the value type includes `int` `string` 
`boolean` `tinyint` `smallint` `bigint` `float` `double` `decimal` `date` 
`time` `timestamp` `null` `array` `map` `row`. |
 | array        | `ValueType[]`                                      | A array 
is a data type that represents a collection of elements. The element type 
includes `int` `string` `boolean` `tinyint` `smallint` `bigint` `float` 
`double`.                                                                       
                                                                                
                                  |
 
diff --git a/docs/zh/introduction/concepts/schema-feature.md 
b/docs/zh/introduction/concepts/schema-feature.md
index 683ef5476c..de2ec67f79 100644
--- a/docs/zh/introduction/concepts/schema-feature.md
+++ b/docs/zh/introduction/concepts/schema-feature.md
@@ -93,7 +93,7 @@ columns = [
 | time         | `java.time.LocalTime`                              | 
仅存储时间。精度为 100 纳秒。                                                               
                                                                                
                                                                                
                                                                |
 | timestamp    | `java.time.LocalDateTime`                          | 
存储不带时区的日期和时间信息,表示事件发生的本地时间。不包含任何偏移量或时区相关信息。                                     
                                                                                
                      |
 | timestamp_tz | `java.time.OffsetDateTime`                         | 存储带有 UTC 
偏移量的日期和时间信息,包含本地日期时间和 UTC 偏移量。在处理多时区场景时,可以提供更精确的时间信息。                           
                                                          |
-| row          | `org.apache.seatunnel.api.table.type.SeaTunnelRow` | 
行类型,可以嵌套。                                                                       
                                                                                
                                                                                
                                                                |
+| row          | `org.apache.seatunnel.api.table.type.SeaTunnelRowType` | 
行类型,可以嵌套。                                                                       
                                                                                
                                                                                
                                                                |
 | map          | `java.util.Map`                                    | Map 
是将键映射到值的对象。 键类型包括: `int` `string` `boolean` `tinyint` `smallint` `bigint` 
`float` `double` `decimal` `date` `time` `timestamp` `null` , and the value 
type includes `int` `string` `boolean` `tinyint` `smallint` `bigint` `float` 
`double` `decimal` `date` `time` `timestamp` `null` `array` `map` `row`. |
 | array        | `ValueType[]`                                      | 
数组是一种表示元素集合的数据类型。 元素类型包括: `int` `string` `boolean` `tinyint` `smallint` 
`bigint` `float` `double`.                                                      
                                                                                
                                                                        |
 

Reply via email to