N Campbell created HIVE-5529: -------------------------------- Summary: precision and scale for DECIMAL type p=2147483647 s=2147483647 Key: HIVE-5529 URL: https://issues.apache.org/jira/browse/HIVE-5529 Project: Hive Issue Type: Bug Components: JDBC Affects Versions: 0.11.0 Reporter: N Campbell Priority: Critical
If you declare a column of type DECIMAL you cannot define a precision and scale (per ISO-SQL). Should you attempt to describe a column in a resulset etc which is a decimal type it reports p=2147483647 s=2147483647. -- This message was sent by Atlassian JIRA (v6.1#6144)