From commits-return-55430-archive-asf-public=cust-asf.ponee.io@hudi.apache.org Thu Jul 15 08:48:02 2021 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-ec2-va.apache.org (mxout1-ec2-va.apache.org [3.227.148.255]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id 591DC180661 for ; Thu, 15 Jul 2021 10:48:02 +0200 (CEST) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-ec2-va.apache.org (ASF Mail Server at mxout1-ec2-va.apache.org) with SMTP id 91DF83F97F for ; Thu, 15 Jul 2021 08:48:01 +0000 (UTC) Received: (qmail 63094 invoked by uid 500); 15 Jul 2021 08:48:01 -0000 Mailing-List: contact commits-help@hudi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hudi.apache.org Delivered-To: mailing list commits@hudi.apache.org Received: (qmail 63082 invoked by uid 99); 15 Jul 2021 08:48:01 -0000 Received: from ec2-52-204-25-47.compute-1.amazonaws.com (HELO mailrelay1-ec2-va.apache.org) (52.204.25.47) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Jul 2021 08:48:01 +0000 Received: from jira2-he-de.apache.org (jira2-he-de.apache.org [168.119.33.54]) by mailrelay1-ec2-va.apache.org (ASF Mail Server at mailrelay1-ec2-va.apache.org) with ESMTPS id 2CCDD3E8AD for ; Thu, 15 Jul 2021 08:48:01 +0000 (UTC) Received: from jira2-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira2-he-de.apache.org (ASF Mail Server at jira2-he-de.apache.org) with ESMTP id 69443C80012 for ; Thu, 15 Jul 2021 08:48:00 +0000 (UTC) Date: Thu, 15 Jul 2021 08:48:00 +0000 (UTC) From: "ASF GitHub Bot (Jira)" To: commits@hudi.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HUDI-1884) MergeInto Support Partial Update For COW MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HUDI-1884?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D17381= 179#comment-17381179 ]=20 ASF GitHub Bot commented on HUDI-1884: -------------------------------------- hudi-bot edited a comment on pull request #3154: URL: https://github.com/apache/hudi/pull/3154#issuecomment-868360998 ## CI report: =20 * 63cf96134656dbb41eaab4e03e747776599255b6 UNKNOWN * a9cc94f38eeeea7734219ace3c4d5572e225d115 Azure: [SUCCESS](https://dev.= azure.com/apache-hudi-ci-org/785b6ef4-2f42-4a89-8f0e-5f0d7039a0cc/_build/re= sults?buildId=3D724)=20 * 82b4b8bef8d143a14d445ae35fa5ec8fbbd5889f UNKNOWN * 55cc9c2b2e5709f77e158f99625df955e1bd07d3 UNKNOWN =20
Bot commands @hudi-bot supports the following commands: =20 - `@hudi-bot run travis` re-run the last Travis build - `@hudi-bot run azure` re-run the last Azure build
--=20 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-unsubscribe@hudi.apache.org For queries about this service, please contact Infrastructure at: users@infra.apache.org > MergeInto Support Partial Update For COW=20 > ----------------------------------------- > > Key: HUDI-1884 > URL: https://issues.apache.org/jira/browse/HUDI-1884 > Project: Apache Hudi > Issue Type: Sub-task > Reporter: pengzhiwei > Assignee: pengzhiwei > Priority: Major > Labels: pull-request-available > > Support=C2=A0partial update for merge-into statement, just like this: > {code:java} > merge into h0=20 > using s0 > on s0.id =3D h0.id > when matched then update set price =3D s0.price + 10 > when not matched then insert *{code} > Allow to update=C2=A0partial fields. -- This message was sent by Atlassian Jira (v8.3.4#803005)