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

NullPointerException in DESCRIBE FORMATTED on views

    XMLWordPrintableJSON

Details

    Description

      impala-shell -i localhost:21000 (first impalad)
      [localhost:21000] default> create view v1 as select * from functional.alltypes;
      [localhost:21000] default> alter view v1 as select * from tpch.customer; 
      impala-shell.sh -i localhost:21001 (second impalad)
      [localhost:21001] default> describe formatted v1;
      Query: describe formatted v1
      ERROR: NullPointerException: null

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: