[ 
https://issues.apache.org/jira/browse/IMPALA-6739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Fredy Wijaya resolved IMPALA-6739.
----------------------------------
       Resolution: Fixed
    Fix Version/s: Impala 2.13.0
                   Impala 2.12.0
                   Impala 3.0

> Exception in ALTER TABLE SET statements
> ---------------------------------------
>
>                 Key: IMPALA-6739
>                 URL: https://issues.apache.org/jira/browse/IMPALA-6739
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Frontend
>            Reporter: Adam Holley
>            Assignee: Fredy Wijaya
>            Priority: Minor
>             Fix For: Impala 3.0, Impala 2.12.0, Impala 2.13.0
>
>
> {noformat}
> [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
> {noformat}
> {noformat}
> [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
> {noformat}
> {noformat}
> [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
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to