Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-25961

Altering partition specification parameters for Iceberg tables are not working

    XMLWordPrintableJSON

Details

    Description

      Altering the length of the truncate does not work:

      create database ice_test;
      create table  ice_test.ice_t (s string, i int, j int) partitioned by spec (truncate(1, s)) stored by iceberg;
      alter table ice_test.ice_t set partition spec(truncate(2, s));
      describe ice_test.ice_t;
      

      Maybe we need to update the IcebergTableUtil.updateSpec to fix this issue

      Attachments

        Issue Links

          Activity

            People

              pvary Peter Vary
              pvary Peter Vary
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 20m
                  20m