Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-6739

Exception in ALTER TABLE SET statements

    XMLWordPrintableJSON

Details

    • ghx-label-7

    Description

      [localhost:21000] > alter table functional.alltypesagg partition(year=2009, month=1) set location 'hdfs://localhost:20500/test-warehouse/new_table';
      Query: alter table functional.alltypesagg partition(year=2009, month=1) set location 'hdfs://localhost:20500/test-warehouse/new_table'
      ERROR: IndexOutOfBoundsException: toIndex = 3
      
      [localhost:21000] > alter table functional.alltypesagg partition(year=2009, month=1) set fileformat parquet;
      Query: alter table functional.alltypesagg partition(year=2009, month=1) set fileformat parquet
      ERROR: IllegalStateException: null
      
      [localhost:21000] > alter table functional.alltypesagg partition(year=2009, month=1) set row format delimited fields terminated by ' ';
      Query: alter table functional.alltypesagg partition(year=2009, month=1) set row format delimited fields terminated by ' '
      ERROR: IllegalStateException: null
      

      Attachments

        Activity

          People

            fredyw Fredy Wijaya
            aholley Adam Holley
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: