From issues-return-98027-archive-asf-public=cust-asf.ponee.io@nifi.apache.org Fri May 29 17:55:03 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 67D0E18067A for ; Fri, 29 May 2020 19:55:03 +0200 (CEST) Received: (qmail 28844 invoked by uid 500); 29 May 2020 17:55:02 -0000 Mailing-List: contact issues-help@nifi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@nifi.apache.org Delivered-To: mailing list issues@nifi.apache.org Received: (qmail 28826 invoked by uid 99); 29 May 2020 17:55:02 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 May 2020 17:55:02 +0000 Received: from jira-he-de.apache.org (static.172.67.40.188.clients.your-server.de [188.40.67.172]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id C0C08E3140 for ; Fri, 29 May 2020 17:55:01 +0000 (UTC) Received: from jira-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira-he-de.apache.org (ASF Mail Server at jira-he-de.apache.org) with ESMTP id 699297804F5 for ; Fri, 29 May 2020 17:55:00 +0000 (UTC) Date: Fri, 29 May 2020 17:55:00 +0000 (UTC) From: "ASF subversion and git services (Jira)" To: issues@nifi.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (NIFI-7430) LookupRecord change coordinate key for in-place replacement 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/NIFI-7430?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D17119= 806#comment-17119806 ]=20 ASF subversion and git services commented on NIFI-7430: ------------------------------------------------------- Commit af5871460659bd01c641d6bab588bf830860ceac in nifi's branch refs/heads= /master from Pierre Villard [ https://gitbox.apache.org/repos/asf?p=3Dnifi.git;h=3Daf58714 ] NIFI-7430 - LookupRecord change coordinate key for in-place replacement > LookupRecord change coordinate key for in-place replacement > ----------------------------------------------------------- > > Key: NIFI-7430 > URL: https://issues.apache.org/jira/browse/NIFI-7430 > Project: Apache NiFi > Issue Type: Improvement > Components: Extensions > Reporter: Pierre Villard > Assignee: Pierre Villard > Priority: Major > Fix For: 1.12.0 > > Time Spent: 20m > Remaining Estimate: 0h > > When implementing=C2=A0NIFI-7197, I used the key required by the lookup s= ervice as the default coordinate key even though this value is not used whe= n doing in-place replacement. Instead of using the required key, this JIRA = is about using the dynamic property key as the coordinate key. This way the= lookup service receives > > instead of > > for each replacement to perform. > Doing this change is super useful when using the ScriptedLookupService, b= ecause it gives the information about the field being replaced and allows u= sers to code some custom business logic to update multiple fields in the re= cord in one execution. -- This message was sent by Atlassian Jira (v8.3.4#803005)