[
https://issues.apache.org/jira/browse/HIVE-27439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17736489#comment-17736489
]
Ayush Saxena commented on HIVE-27439:
-------------------------------------
Committed to master.
Thanx [~xleesf] for the contribution & [~zhangbutao] for the review!!!
> Support space in Decimal(precision, scale) format
> -------------------------------------------------
>
> Key: HIVE-27439
> URL: https://issues.apache.org/jira/browse/HIVE-27439
> Project: Hive
> Issue Type: Bug
> Affects Versions: 3.1.3
> Reporter: leesf
> Assignee: leesf
> Priority: Minor
> Labels: pull-request-available
> Fix For: 4.0.0
>
>
> Now, TypeInfoUtils#parseType only support Decimal(precision,scale) instead of
> Decimal(precision, scale), for example, support decimal(10,2) instead of
> decimal(10, 2) with a blank before 2, however, users may create decimal in
> this format decimal(10, 2) and it will throw exception inĀ
> ```
> Integer.parseInt(params[1]);
> ```
> we need fix this issue.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)