You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Matt Burgess (Jira)" <ji...@apache.org> on 2021/07/07 17:06:00 UTC

[jira] [Resolved] (NIFI-8750) PutDatabaseRecord Insert Varchar Type Data Issue

     [ https://issues.apache.org/jira/browse/NIFI-8750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matt Burgess resolved NIFI-8750.
--------------------------------
    Fix Version/s: 1.14.0
       Resolution: Duplicate

Resolving as a duplicate of NIFI-8320 (fixed in the upcoming 1.14.0 release). If you are still seeing this issue with 1.14.0, please feel free to reopen the case

> PutDatabaseRecord Insert Varchar Type Data Issue
> ------------------------------------------------
>
>                 Key: NIFI-8750
>                 URL: https://issues.apache.org/jira/browse/NIFI-8750
>             Project: Apache NiFi
>          Issue Type: Bug
>    Affects Versions: 1.13.2
>            Reporter: adg
>            Priority: Critical
>             Fix For: 1.14.0
>
>         Attachments: cc1.png, cc222.png, cc5.png, cc6.png
>
>
> when I query a record from Mysql to get an AVRO Flowfile, then use PutDatabaseRecord(version 1.13.2) insert to another table that has {color:#FF0000}one more column{color} then the avro flowfile. the data of the {color:#FF0000}varchar{color}(60) will change. The original data of the first table I query from is '0069443370'. and the data of the second table which I insert to becomes '69443370'.
> when the sceond target table has the same structure of the first table, it works fine.
> when we use version 1.7.1 ,it works fine.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)