You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2023/03/17 19:39:00 UTC

[jira] [Commented] (NIFI-11263) Add case-insensitive and order independent field mapping to PutIceberg record converter

    [ https://issues.apache.org/jira/browse/NIFI-11263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17701972#comment-17701972 ] 

ASF subversion and git services commented on NIFI-11263:
--------------------------------------------------------

Commit 2873575fcef0dd6c26c0cad652347c890ca2e9c7 in nifi's branch refs/heads/main from Mark Bathori
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=2873575fce ]

NIFI-11263: Add case-insensitive and order independent field mapping to PutIceberg record converter

This closes #7026.

Signed-off-by: Nandor Soma Abonyi <ns...@apache.org>


> Add case-insensitive and order independent field mapping to PutIceberg record converter
> ---------------------------------------------------------------------------------------
>
>                 Key: NIFI-11263
>                 URL: https://issues.apache.org/jira/browse/NIFI-11263
>             Project: Apache NiFi
>          Issue Type: Improvement
>            Reporter: Mark Bathori
>            Assignee: Mark Bathori
>            Priority: Major
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> The schema matching is currently case-sensitive, and the processor expects the same field ordering in the incoming records and in the target Iceberg schema. To make it less strict the field name matching should be case-insensitive and ordering independent.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)