[
https://issues.apache.org/jira/browse/HAWQ-997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15433993#comment-15433993
]
Oleksandr Diachenko edited comment on HAWQ-997 at 8/24/16 6:27 PM:
-------------------------------------------------------------------
HAWQ datatypes with precision:
* {noformat}bit [ (n) ]
* bit varying [ (n) ]
* character [ (n) ]
* character varying [ (n) ]
* decimal [ (p, s) ]
* interval [ (p) ]
* time [ (p) ] [ without time zone ]
* time [ (p) ] with time zone
* timestamp [ (p) ] [without time zone ]
* timestamp [ (p) ] with time zone
{noformat}
was (Author: odiachenko):
HAWQ datatypes with precision:
* {noformat}bit [ (n) ]{noformat}
* bit varying [ (n) ]
* character [ (n) ]
* character varying [ (n) ]
* decimal [ (p, s) ]
* interval [ (p) ]
* time [ (p) ] [ without time zone ]
* time [ (p) ] with time zone
* timestamp [ (p) ] [without time zone ]
* timestamp [ (p) ] with time zone
> HAWQ doesn't send PXF data type with precision
> -----------------------------------------------
>
> Key: HAWQ-997
> URL: https://issues.apache.org/jira/browse/HAWQ-997
> Project: Apache HAWQ
> Issue Type: Bug
> Components: PXF
> Reporter: Shivram Mani
> Assignee: Goden Yao
> Fix For: backlog
>
>
> HAWQ/PXF sends via the Rest api information about ATTR and types using
> x-gp-attr-typename. Attributes such as varchar(3) char(3) are sent as varchar
> and char. This causes HAWQ-992
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)