Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.99.5
    • sqoop2-framework
    • 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.

      Attachments

        1. SQOOP-1703.patch
          19 kB
          Veena Basavaraj
        2. SQOOP-1703.patch
          15 kB
          Veena Basavaraj

        Activity

          People

            vybs Veena Basavaraj
            vybs Veena Basavaraj
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: