Uploaded image for project: 'Tajo (Retired)'
  1. Tajo (Retired)
  2. TAJO-29 ORCFile integration
  3. TAJO-1463

Add ORCFile store type to create ORCFile table

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Minor
    • Resolution: Later
    • None
    • None
    • Storage
    • None

    Description

      To support ORCFile, Tajo can recognize ORCFile as a store type.

      • Before
        default> create table t(a int) using orcfile;
        ERROR: Store format orcfile is not supported.
        
      • After
        default> create table t1(a int) using orcfile;
        OK
        default> select * from t1;
        a
        -------------------------------
        (0 rows, 0.054 sec, 0 B selected)
        

      For non-empty orcfile table, fix NPE error into the following normal process.

      default> select * from orc1; 
      ERROR: Unknown Storage Type: ORCFILE
      

      Attachments

        1. TAJO-1463.Hyun.150329.0.patch.txt
          1 kB
          Dongjoon Hyun
        2. TAJO-1463.Hyun.150329.1.patch.txt
          2 kB
          Dongjoon Hyun
        3. TAJO-1463.Hyun.150331.1.patch.txt
          3 kB
          Dongjoon Hyun

        Issue Links

          Activity

            People

              eminency Jongyoung Park
              dongjoon Dongjoon Hyun
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: