[
https://issues.apache.org/jira/browse/HIVE-26403?focusedWorklogId=792321&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-792321
]
ASF GitHub Bot logged work on HIVE-26403:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 18/Jul/22 19:37
Start Date: 18/Jul/22 19:37
Worklog Time Spent: 10m
Work Description: lcspinter merged PR #3450:
URL: https://github.com/apache/hive/pull/3450
Issue Time Tracking
-------------------
Worklog Id: (was: 792321)
Time Spent: 20m (was: 10m)
> Iceberg CTAS fails if source table schema contains decimal column
> -----------------------------------------------------------------
>
> Key: HIVE-26403
> URL: https://issues.apache.org/jira/browse/HIVE-26403
> Project: Hive
> Issue Type: Bug
> Reporter: László Pintér
> Assignee: László Pintér
> Priority: Major
> Labels: pull-request-available
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Iceberg CTAS fails if the source table's schema contains a decimal column
> where the scale == precision.
> IcebergDecimalObjectInspector contains a precondition that validates if the
> scale < precision.
> By definition, the scale must be less than or equal to the precision.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)