You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Fredy Wijaya (JIRA)" <ji...@apache.org> on 2018/04/02 21:07:00 UTC

[jira] [Resolved] (IMPALA-6739) Exception in ALTER TABLE SET statements

     [ 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)