From commits-return-13936-archive-asf-public=cust-asf.ponee.io@hudi.apache.org Sun Mar 22 02:13:16 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id AD27A18064E for ; Sun, 22 Mar 2020 03:13:15 +0100 (CET) Received: (qmail 79688 invoked by uid 500); 22 Mar 2020 02:13:15 -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 79679 invoked by uid 99); 22 Mar 2020 02:13:15 -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; Sun, 22 Mar 2020 02:13:14 +0000 From: GitBox To: commits@hudi.apache.org Subject: [GitHub] [incubator-hudi] wangxianghu commented on a change in pull request #1409: [HUDI-714]Add javadoc and comments to hudi write method link Message-ID: <158484319491.4735.1681726027371504750.gitbox@gitbox.apache.org> References: In-Reply-To: Date: Sun, 22 Mar 2020 02:13:14 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit wangxianghu commented on a change in pull request #1409: [HUDI-714]Add javadoc and comments to hudi write method link URL: https://github.com/apache/incubator-hudi/pull/1409#discussion_r396046995 ########## File path: hudi-spark/src/main/java/org/apache/hudi/DataSourceUtils.java ########## @@ -218,6 +218,13 @@ public static HoodieRecord createHoodieRecord(GenericRecord gr, Comparable order return new HoodieRecord<>(hKey, payload); } + /** + * Drop duplicate records, whose location (file group/file id) mapped by index exists. Review comment: Done, PTAL ---------------------------------------------------------------- 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