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/21 01:38:34 UTC

[jira] [Comment Edited] (SQOOP-1769) Fix Enum to no inherit from list

    [ https://issues.apache.org/jira/browse/SQOOP-1769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14220308#comment-14220308 ] 

Veena Basavaraj edited comment on SQOOP-1769 at 11/21/14 12:38 AM:
-------------------------------------------------------------------

https://docs.oracle.com/cd/E17952_01/refman-5.6-en/enum.html
An ENUM is a string object with a value chosen from a list of permitted values that are enumerated explicitly in the column specification at table creation time. It has these advantages: 

I am not sure why it is LIST type in SQOOP IDF?


was (Author: vybs):
An ENUM is a string object with a value chosen from a list of permitted values that are enumerated explicitly in the column specification at table creation time. It has these advantages: 

I am not sure why it is LIST type in SQOOP IDF?

> Fix Enum to no inherit from list
> --------------------------------
>
>                 Key: SQOOP-1769
>                 URL: https://issues.apache.org/jira/browse/SQOOP-1769
>             Project: Sqoop
>          Issue Type: Sub-task
>          Components: sqoop2-framework
>            Reporter: Veena Basavaraj
>            Assignee: Veena Basavaraj
>             Fix For: 1.99.5
>
>
> Enum holds a set of options it supports, but anytime Enum will be just a single value.
> So it inherting from ListType and having a listType is wrong



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