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/07/08 11:27:59 UTC

[GitHub] [incubator-doris] morningman opened a new pull request #1444: Modify insert operation's behavior when all partitions have no data to load

morningman opened a new pull request #1444: Modify insert operation's behavior when all partitions have no data to load
URL: https://github.com/apache/incubator-doris/pull/1444
 
 
   Before changing default insert operation to streaming load, if the select result
   of a insert stmt is empty, a label will still be returned to the user, and user
   can use this label to check the insert load job's status.
   
   After changing the insert operation, if the select result is empty, a exception
   will be thrown to user client directly without any label.
   
   This new usage pattern is not friendly to already existed users, which is forcing
   them to change their way of using insert operation.
   
   So I add a new FE config 'using_old_load_usage_pattern', default is false.
   If set to true, a label will be returned to user even if the select result is empty.

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