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

ERROR IllegalStateException when INSERT INTO partitioned Iceberg table

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Resolved
    • None
    • Impala 4.2.0
    • None
    • ghx-label-12

    Description

      CREATE TABLE ice_tbl_a(
        level STRING,
        event_time int,
        register_time DATE
      ) PARTITIONED BY SPEC (level, TRUNCATE(10, level), event_time) STORED AS ICEBERG;
      
      insert into table ice_tbl_a(level) values('123');
      
      ERROR: IllegalStateException: null 

      Eventually the data should be written to `$DB/$TBL/data/level=123/level_trunc=123/event_time=_HIVE_DEFAULT_PARTITION_/xx_data.0. parq` instead of throwing an exception.

      Attachments

        Activity

          People

            lipenglin Li Penglin
            lipenglin Li Penglin
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: