From commits-return-15085-archive-asf-public=cust-asf.ponee.io@doris.apache.org Thu Sep 10 07:49:40 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mailroute1-lw-us.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id 5C4D918060E for ; Thu, 10 Sep 2020 09:49:40 +0200 (CEST) Received: from mail.apache.org (localhost [127.0.0.1]) by mailroute1-lw-us.apache.org (ASF Mail Server at mailroute1-lw-us.apache.org) with SMTP id 8EF3212262E for ; Thu, 10 Sep 2020 07:49:39 +0000 (UTC) Received: (qmail 84036 invoked by uid 500); 10 Sep 2020 07:49:39 -0000 Mailing-List: contact commits-help@doris.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@doris.apache.org Delivered-To: mailing list commits@doris.apache.org Received: (qmail 84027 invoked by uid 99); 10 Sep 2020 07:49:39 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Sep 2020 07:49:39 +0000 From: =?utf-8?q?GitBox?= To: commits@doris.apache.org Subject: =?utf-8?q?=5BGitHub=5D_=5Bincubator-doris=5D_yangzhg_opened_a_new_pull_reque?= =?utf-8?q?st_=234577=3A_Fix_broker_load_batch_delete_not_work?= Message-ID: Date: Thu, 10 Sep 2020 07:49:39 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit yangzhg opened a new pull request #4577: URL: https://github.com/apache/incubator-doris/pull/4577 ## Proposed changes Fix batch delete not work when using broker load, becuase of merger type not initialized ## Types of changes What types of changes does your code introduce to Doris? _Put an `x` in the boxes that apply_ - [x] Bugfix (non-breaking change which fixes an issue) - [] New feature (non-breaking change which adds functionality) - [] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [] Documentation Update (if none of the other choices apply) - [] Code refactor (Modify the code structure, format the code, etc...) ## Checklist _Put an `x` in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code._ - [x] I have create an issue on (Fix #4573), and have described the bug/feature there in detail - [x] Compiling and unit tests pass locally with my changes - [] I have added tests that prove my fix is effective or that my feature works - [] If this change need a document change, I have updated the document - [] Any dependent changes have been merged ## Further comments If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc... ---------------------------------------------------------------- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org For additional commands, e-mail: commits-help@doris.apache.org