[
https://issues.apache.org/jira/browse/HIVE-28048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17812500#comment-17812500
]
Simhadri Govindappa commented on HIVE-28048:
--------------------------------------------
This seems to be the same as https://issues.apache.org/jira/browse/HIVE-27938
I have a PR up for review. [https://github.com/apache/hive/pull/5048]
> Hive cannot run ORDER BY queries on Iceberg tables partitioned by decimal
> columns
> ---------------------------------------------------------------------------------
>
> Key: HIVE-28048
> URL: https://issues.apache.org/jira/browse/HIVE-28048
> Project: Hive
> Issue Type: Bug
> Reporter: Zoltán Borók-Nagy
> Priority: Major
> Labels: iceberg
>
> Repro:
> {noformat}
> 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;
> {noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)