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

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

Commit 8f4d202271727dfb22be8cb522e4c2e4edf473a1 in nifi's branch 
refs/heads/support/nifi-1.x from Matt Burgess
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=8f4d202271 ]

NIFI-11739 - Add ability to ignore missing fields in PutIceberg

Signed-off-by: Pierre Villard <[email protected]>

This closes #7421.


> Add ability to ignore missing fields in PutIceberg
> --------------------------------------------------
>
>                 Key: NIFI-11739
>                 URL: https://issues.apache.org/jira/browse/NIFI-11739
>             Project: Apache NiFi
>          Issue Type: Improvement
>            Reporter: Matt Burgess
>            Assignee: Matt Burgess
>            Priority: Major
>             Fix For: 1.latest, 2.latest
>
>          Time Spent: 2.5h
>  Remaining Estimate: 0h
>
> Other processors such as PutDatabaseRecord have a property to specify how to 
> handle if a field is missing from the records but is present in the target 
> table/schema. PutIceberg currently requires each of the columns in an Iceberg 
> table to be represented by a field in the records in the incoming FlowFile.
> This Jira proposes to add the same "Unmatched Column Behavior" property to 
> PutIceberg as is in other processors. If a field is missing in the records, 
> the datatype from the target table will be used, with a value of null.



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

Reply via email to