Skip to content

Commit

Permalink
Added broker load import format as supported formats
Browse files Browse the repository at this point in the history
  • Loading branch information
caoliang-web committed Mar 13, 2024
1 parent 7137ed3 commit bd84842
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ WITH BROKER broker_name

- `FORMAT AS`

Specifies the file type, CSV, PARQUET and ORC formats are supported. Default is CSV.
Specifies the file type, CSV,JSON,csv_with_names(support csv file line header filter),csv_with_names_and_types(support csv file first two lines filter), PARQUET and ORC formats are supported. Default is CSV.

- `COMPRESS_TYPE AS`
Specifies the file compress type, GZ/LZO/BZ2/LZ4FRAME/DEFLATE/LZOP
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ WITH BROKER broker_name

- `FORMAT AS`

指定文件类型,支持 CSV、PARQUET 和 ORC 格式。默认为 CSV。
指定文件类型,支持 CSV、json、 csv_with_names(支持csv文件行首过滤)、csv_with_names_and_types(支持csv文件前两行过滤)、PARQUET 和 ORC 格式。默认为 CSV。

- `COMPRESS_TYPE AS`
指定文件压缩类型, 支持GZ/BZ2/LZ4FRAME。
Expand Down

0 comments on commit bd84842

Please sign in to comment.