[
https://issues.apache.org/jira/browse/HIVE-27439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ayush Saxena updated HIVE-27439:
--------------------------------
Summary: Support space in Decimal(precision, scale) format (was: Support
Decimal(precision, scale) format)
> 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)