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

CTAS does not allow creating tables as SEQUENCEFILE even with ALLOW_UNSUPPORTED_FORMATS=true

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Won't Fix
    • Impala 2.8.0, Impala 2.9.0
    • None
    • Frontend
    • ghx-label-3

    Description

      Repro:

      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)
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            alex.behm Alexander Behm
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: