yixiutt commented on code in PR #11625:
URL: https://github.com/apache/doris/pull/11625#discussion_r945390345


##########
docs/en/docs/sql-manual/sql-reference/Data-Manipulation-Statements/Load/STREAM-LOAD.md:
##########
@@ -136,6 +136,14 @@ Parameter introduction:
 
 21. send_batch_parallelism: Integer, used to set the parallelism of sending 
batch data. If the value of parallelism exceeds 
`max_send_batch_parallelism_per_job` in the BE configuration, the BE as a 
coordination point will use the value of `max_send_batch_parallelism_per_job`.
 
+22. hidden_columns: Specify hidden column when no `columns` in Headers,multi 
hidden column shoud be
+separated by commas。
+
+       ```
+           hidden_columns: __DORIS_DELETE_SIGN__

Review Comment:
   use the order specified by user is easy to understand



-- 
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