You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "László Pintér (Jira)" <ji...@apache.org> on 2022/07/18 11:34:00 UTC

[jira] [Created] (HIVE-26403) Iceberg CTAS fails if source table schema contains decimal column

László Pintér created HIVE-26403:
------------------------------------

             Summary: 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


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)