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

NullPointerException occurs when quering metadata of empty Iceberg table

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • None
    • Impala 4.4.0
    • fe
    • None
    • ghx-label-12

    Description

      [4620ee0acf3b:21050] default> create table empty_ice_tbl (id int) stored as iceberg;
      Query: create table empty_ice_tbl (id int) stored as iceberg
      +-------------------------+
      | summary                 |
      +-------------------------+
      | Table has been created. |
      +-------------------------+
      Fetched 1 row(s) in 0.21s
      [4620ee0acf3b:21050] default> select * from default.empty_ice_tbl.entries;
      Query: select * from default.empty_ice_tbl.entries
      Query submitted at: 2024-01-11 10:51:05 (Coordinator: http://4620ee0acf3b:25000)
      Query state can be monitored at: http://4620ee0acf3b:25000/query_plan?query_id=544ab08315c17508:5d14118400000000
      ERROR: NullPointerException: null
      

      Attachments

        Activity

          People

            eyizoha Zihao Ye
            eyizoha Zihao Ye
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: