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

Tim Armstrong resolved IMPALA-5401.
-----------------------------------
    Resolution: Won't Fix

Removed support

> CTAS does not allow creating tables as SEQUENCEFILE even with 
> ALLOW_UNSUPPORTED_FORMATS=true
> --------------------------------------------------------------------------------------------
>
>                 Key: IMPALA-5401
>                 URL: https://issues.apache.org/jira/browse/IMPALA-5401
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Frontend
>    Affects Versions: Impala 2.8.0, Impala 2.9.0
>            Reporter: Alexander Behm
>            Priority: Major
>              Labels: bugbash-2017-05-31
>
> Repro:
> {code}
> set allow_unsupported_formats=true;
> create table test stored as sequencefile as select * from functional.alltypes;
> ERROR: AnalysisException: CREATE TABLE AS SELECT does not support the 
> (SEQUENCEFILE) file format. Supported formats are: (PARQUET, TEXTFILE, KUDU)
> {code}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to