davidzollo commented on code in PR #10550: URL: https://github.com/apache/seatunnel/pull/10550#discussion_r2868996665
########## docs/zh/introduction/about.md: ########## @@ -41,7 +41,7 @@ SeaTunnel的运行流程如上图所示。 Source Connector负责并行读取数据并将数据发送到下游Transform或直接发送到Sink,Sink将数据写入目的地。 值得注意的是,Source、Transform 和 Sink 可以很容易地自行开发和扩展。 -SeaTunnel 是一个 EL(T) 数据集成平台。 因此,在SeaTunnel中,Transform只能用于对数据进行一些简单的转换,例如将一列的数据转换为大写或小写,更改列名,或者将一列拆分为多列。 +SeaTunnel 是一个 EL(T) 数据集成工具。 因此,在SeaTunnel中,Transform只能用于对数据进行一些简单的转换,例如将一列的数据转换为大写或小写,更改列名,或者将一列拆分为多列。 Review Comment: ```suggestion SeaTunnel 是一个 EtL(T) 数据集成工具。 因此,在SeaTunnel中,transform(t)只能用于对数据进行一些简单的转换,例如将一列的数据转换为大写或小写,更改列名,或者将一列拆分为多列。 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
