Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
/** * All data types supported by Sqoop. */ public enum Type { ARRAY, BINARY, BIT, DATE, DATE_TIME, DECIMAL, ENUM, FIXED_POINT, FLOATING_POINT, MAP, SET, TEXT, TIME, UNSUPPORTED, ; }
this infact represent the column type in the abstract base class
Column
, Make it obvious.