[
https://issues.apache.org/jira/browse/NIFI-2624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16627962#comment-16627962
]
ASF subversion and git services commented on NIFI-2624:
-------------------------------------------------------
Commit 4d6de9663087ebb30041341c8d55de01c4af3875 in nifi's branch
refs/remotes/github/pr/1142 from [~Toivo Adams]
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=4d6de96 ]
NIFI-2624 JdbcCommon treats BigDecimals now as Avro Logical type using bytes to
hold data (not String as is was before).
> JDBC-to-Avro processors handle BigDecimals as Strings
> -----------------------------------------------------
>
> Key: NIFI-2624
> URL: https://issues.apache.org/jira/browse/NIFI-2624
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Reporter: Matt Burgess
> Assignee: Koji Kawamura
> Priority: Major
> Fix For: 1.3.0
>
>
> The original SQL processors implemented BigDecimal values as Strings for
> Avro, as the version of Avro it used (1.7.6) did not support DECIMAL type.
> As of Avro 1.7.7 (AVRO-1402), this type is supported and so the SQL -/HiveQL-
> processors should be updated to handle BigDecimals correctly if possible.
> UPDATED: This JIRA improved only ExecuteSQL and QueryDatabaseTable
> processors. SelectHiveQL is removed from target. Hive tables can be queried
> by ExecuteSQL/QueryDatabaseTable once NIFI-3093 is resolved (and logical
> types will also be supported with those processors).
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)