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

Hive cannot run ORDER BY queries on Iceberg tables partitioned by decimal columns

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • None
    • 4.0.0
    • None

    Description

      Repro:

      create table test_dec (d decimal(8,4), i int)
      partitioned by spec (d)
      stored by iceberg;
      
      insert into test_dec values (3.4, 5), (4.5, 6);
      
      select * from test_dec order by i;
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            boroknagyz Zoltán Borók-Nagy
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: