[ https://issues.apache.org/jira/browse/HIVE-27439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ayush Saxena resolved HIVE-27439. --------------------------------- Resolution: Fixed > 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)