You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2019/11/04 13:53:02 UTC

[GitHub] [incubator-doris] imay opened a new pull request #2127: Support aggregation type of REPLACE_IF_NOT_NULL

imay opened a new pull request #2127: Support aggregation type of REPLACE_IF_NOT_NULL
URL: https://github.com/apache/incubator-doris/pull/2127
 
 
   Some use has the requirment that only some of columns will be update in
   one load operation, and others will retain as original. However, Doris
   can't handle this situation, because user must specify value for all
   columns. Then if a column aggregation method is REPLACE, use must query
   original value to overwrite it. This often needs some work for user to
   do.
   
   If this CL is applied, user can use REPLACE_IF_NOT_NULL instead of
   REPLACE. Then when load data to table, if user don't intent to change
   value of this column, user can specify NULL for this column. Doris will
   retain original value for this column.
   
   For #2117 

----------------------------------------------------------------
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: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org