You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@doris.apache.org by GitBox <gi...@apache.org> on 2019/08/07 03:38:00 UTC

[GitHub] [incubator-doris] EmmyMiao87 opened a new pull request #1592: Broker load supports function

EmmyMiao87 opened a new pull request #1592: Broker load supports function
URL: https://github.com/apache/incubator-doris/pull/1592
 
 
   The commit support the column function in broker load.
   The grammar of LoadStmt has not been changed.
   Example:
   columns terminated by ',' (tmp_c1, tmp_c2) set (c1=tmp_c1+tmp_c2)
   
   Also, the old function is compatible such as default_value, strftime etc.
   After this commit, there are no difference in column function between stream load and broker load except old function.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@doris.apache.org
For additional commands, e-mail: dev-help@doris.apache.org