From commits-return-61217-archive-asf-public=cust-asf.ponee.io@hudi.apache.org Wed Aug 4 15:34:04 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-he-de.apache.org (mxout1-he-de.apache.org [95.216.194.37]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id 5700318068A for ; Wed, 4 Aug 2021 17:34:04 +0200 (CEST) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-he-de.apache.org (ASF Mail Server at mxout1-he-de.apache.org) with SMTP id 9EFDB616BB for ; Wed, 4 Aug 2021 15:34:02 +0000 (UTC) Received: (qmail 5844 invoked by uid 500); 4 Aug 2021 15:34: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 5806 invoked by uid 99); 4 Aug 2021 15:34:01 -0000 Received: from mailrelay1-he-de.apache.org (HELO mailrelay1-he-de.apache.org) (116.203.21.61) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Aug 2021 15:34:01 +0000 Received: from jira2-he-de.apache.org (unknown [IPv6:2a01:4f8:242:1f49::2]) by mailrelay1-he-de.apache.org (ASF Mail Server at mailrelay1-he-de.apache.org) with ESMTPS id 958253F3A0 for ; Wed, 4 Aug 2021 15:34:00 +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 6782AC80685 for ; Wed, 4 Aug 2021 15:34:00 +0000 (UTC) Date: Wed, 4 Aug 2021 15:34:00 +0000 (UTC) From: "ASF GitHub Bot (Jira)" To: commits@hudi.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HUDI-2257) Add a note to set keygenerator class while deleting data 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-2257?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D17393= 275#comment-17393275 ]=20 ASF GitHub Bot commented on HUDI-2257: -------------------------------------- veenaypatil closed pull request #3375: URL: https://github.com/apache/hudi/pull/3375 =20 --=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 > Add a note to set keygenerator class while deleting data > -------------------------------------------------------- > > Key: HUDI-2257 > URL: https://issues.apache.org/jira/browse/HUDI-2257 > Project: Apache Hudi > Issue Type: Improvement > Components: Docs > Reporter: Vinay > Assignee: Vinay > Priority: Minor > Labels: pull-request-available > > Copying examples from this blog [https://hudi.apache.org/blog/delete-supp= ort-in-hudi/]=C2=A0, does not work as is for Non-Partitioned table, user ha= ve to explicitly set the following option in order for delete to work > {code:java} > option("hoodie.datasource.write.keygenerator.class","org.apache.hudi.keyg= en.NonpartitionedKeyGenerator") > {code} -- This message was sent by Atlassian Jira (v8.3.4#803005)