You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by combineads <gi...@git.apache.org> on 2016/09/27 12:46:28 UTC

[GitHub] nifi issue #1053: NIFI-2811 JdbcCommon doesn't convert bigint(20) column.

Github user combineads commented on the issue:

    https://github.com/apache/nifi/pull/1053
  
    Hello. @mattyb149.
    Could you review this PR?
    Actually, we have this problem.
    My System has bigint(20) type column in MySql with some small value. e.i. 936398
    At the time NiFi throws below an exception.
    
    Caused by: org.apache.avro.file.DataFileWriter$AppendWriteException: org.apache.avro.UnresolvedUnionException: Not in union ["null","string"]: 936398
    
    Please, review this. We operate own NiFi branch because this issue doesn't merge master branch.
    I hope to use NiFi master branch one day soon.
    
    Thank you for your effort.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---