You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sqoop.apache.org by "Veena Basavaraj (JIRA)" <ji...@apache.org> on 2014/11/29 03:19:12 UTC

[jira] [Updated] (SQOOP-1817) Missing Unit tests for CSVIntermediate BIT, Date and DateTime

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

Veena Basavaraj updated SQOOP-1817:
-----------------------------------
    Description: 
The IDF provides the following set of apis

1. set/getText
2. set/get Object array
3. set/getData ( which in case of CSV is same as get/set text 

There are 4 possible combinations possible in here

setText ==> gettext

setText ==> getObjectArray

setObjectArray ==> getObjectArray

setObjectArray ==> getText

The above are missing and one or more combinations are missing for bit, date, date time and mighe be even string


  was:
The IDF provides the following set of apis

1. set/getText
2. set/get Object array
3. set/getData ( which in case of CSV is same as get/set text 

There are 4 possible combinations possible in here

setText ==> gettext

setText ==> getObjectArray

setObjectArray ==> getObjectArray

setObjectArray ==> getText

The above are missing for bit, date, date time and mighe be even string


        Summary: Missing Unit tests for CSVIntermediate BIT, Date and DateTime  (was: Missing Unit tests for CSVIntermediate)

> Missing Unit tests for CSVIntermediate BIT, Date and DateTime
> -------------------------------------------------------------
>
>                 Key: SQOOP-1817
>                 URL: https://issues.apache.org/jira/browse/SQOOP-1817
>             Project: Sqoop
>          Issue Type: Sub-task
>            Reporter: Veena Basavaraj
>             Fix For: 1.99.5
>
>
> The IDF provides the following set of apis
> 1. set/getText
> 2. set/get Object array
> 3. set/getData ( which in case of CSV is same as get/set text 
> There are 4 possible combinations possible in here
> setText ==> gettext
> setText ==> getObjectArray
> setObjectArray ==> getObjectArray
> setObjectArray ==> getText
> The above are missing and one or more combinations are missing for bit, date, date time and mighe be even string



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)