[
https://issues.apache.org/jira/browse/KYLIN-3167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wang Cheng updated KYLIN-3167:
------------------------------
Description:
When using beeline to retrieve Hive table meta information, KYLIN only pick up
the datatype's name, for example:
varchar(1000) -> varchar
decimal(9,4) -> decimal
char(10) -> char
In later processing, KYLIN append default precision for those datatypes, it is
inconsistent with originals.
was:
When using beeline to retrieve table meta information, KYLIN only pick up the
datatype's name, for example:
varchar(1000) -> varchar
decimal(9,4) -> decimal
char(10) -> char
In later processing, KYLIN append default precision for those datatypes, it is
inconsistent with originals.
> Datatype lost precision when using beeline
> ------------------------------------------
>
> Key: KYLIN-3167
> URL: https://issues.apache.org/jira/browse/KYLIN-3167
> Project: Kylin
> Issue Type: Bug
> Reporter: Wang Cheng
> Priority: Major
>
> When using beeline to retrieve Hive table meta information, KYLIN only pick
> up the datatype's name, for example:
> varchar(1000) -> varchar
> decimal(9,4) -> decimal
> char(10) -> char
> In later processing, KYLIN append default precision for those datatypes, it
> is inconsistent with originals.
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)