You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Thiruvalluvan M. G. (JIRA)" <ji...@apache.org> on 2018/12/30 05:51:00 UTC

[jira] [Updated] (AVRO-1269) AVRO is converting ORACLE,Netezza,Teradata decmials & long integers to Strings.

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

Thiruvalluvan M. G. updated AVRO-1269:
--------------------------------------
    Component/s: java

> AVRO is converting ORACLE,Netezza,Teradata decmials & long integers to Strings.
> -------------------------------------------------------------------------------
>
>                 Key: AVRO-1269
>                 URL: https://issues.apache.org/jira/browse/AVRO-1269
>             Project: Apache Avro
>          Issue Type: Bug
>          Components: java
>    Affects Versions: 1.7.1
>            Reporter: Prasad Dasari
>            Priority: Major
>
> I  tried to sqoop ORALCE,NETEZZA,TERADATA tables with AVRO foramt using plain JDBC (without using Cloudera connectors). I can see DECIMAL & NUMERIC data types are being converted to AVRO Strings.
> Oracle         --    NUMBER &  INTEGER  data types  are being converted to AVRO String format.
> NETEZZA        --   DECIMAL,NUMERIC data types are converted to AVRO String format.
> Teradata       --  DECIMAL AND LONG data types are converted to AVRO String format.
>  When i tried with map-columns to BigDecimal,BigInteger i can see AVRO does not support BigDecimal error message.
> Thanks,
> Prasad Dasari.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)