yagagagaga commented on code in PR #1238:
URL: https://github.com/apache/doris-website/pull/1238#discussion_r1820094224


##########
i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/data-operate/import/import-way/stream-load-manual.md:
##########
@@ -425,7 +425,7 @@ insert into db.table (col, ...) select stream_col, ... from 
http_stream("propert
 
 http_stream 支持的参数:
 
-"column_separator" = ",", "format" = "CSV",
+"column_separator" = ",", "format" = "CSV", (使用此方式导入 csv 文件时,列名必须为 "col, ...")

Review Comment:
   ```suggestion
   "column_separator" = ",", "format" = "CSV", (使用此方式导入 csv 文件时,列名必须为 "c1,c2, 
...")
   ```



##########
versioned_docs/version-3.0/data-operate/import/import-way/stream-load-manual.md:
##########
@@ -420,7 +420,7 @@ http_stream parameter:
 
 - "column_separator" = ","
 
-- "format" = "CSV"
+- "format" = "CSV" (column name must be "col, ...")

Review Comment:
   ```suggestion
   - "format" = "CSV" (column name must be "c1, c2, ...")
   ```



-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to