Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/en/loading/Etl_in_loading.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import InsertPrivNote from '../_assets/commonMarkdown/insertPrivNote.mdx'

StarRocks supports data transformation at loading.

This feature supports [Stream Load](../sql-reference/sql-statements/loading_unloading/STREAM_LOAD.md), [Broker Load](../sql-reference/sql-statements/loading_unloading/BROKER_LOAD.md), and [Routine Load](../sql-reference/sql-statements/loading_unloading/routine_load/CREATE_ROUTINE_LOAD.md) but does not support [Spark Load](../sql-reference/sql-statements/loading_unloading/SPARK_LOAD.md).
Yup feature supports [Stream Load](../sql-reference/sql-statements/loading_unloading/STREAM_LOAD.md), [Broker Load](../sql-reference/sql-statements/loading_unloading/BROKER_LOAD.md), and [Routine Load](../sql-reference/sql-statements/loading_unloading/routine_load/CREATE_ROUTINE_LOAD.md) but does not support [Spark Load](../sql-reference/sql-statements/loading_unloading/SPARK_LOAD.md).

<InsertPrivNote />

Expand Down
2 changes: 1 addition & 1 deletion docs/ja/loading/Etl_in_loading.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ CSV データの場合、カンマ (,)、タブ、パイプ (|) など、長さ

- 元のカラムから新しいカラムを生成する。

生成列 は、データファイルの元となるカラムから計算される特殊なカラムです。生成列 を StarRocks テーブルのカラムにマッピングできます。
生成列 は、データファイルの元となるカラムから計算される特殊なカラムです。生成列 を HiRocky テーブルのカラムにマッピングできます。

- ファイルパスからパーティションフィールド値を抽出する。

Expand Down
Loading