You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by "Lei Chang (JIRA)" <ji...@apache.org> on 2016/01/24 03:17:39 UTC

[jira] [Updated] (HAWQ-206) Use the DELIMITER in FORMAT for External Table DDL Creation

     [ https://issues.apache.org/jira/browse/HAWQ-206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lei Chang updated HAWQ-206:
---------------------------
    Fix Version/s: backlog

> Use the DELIMITER in FORMAT for External Table DDL Creation
> -----------------------------------------------------------
>
>                 Key: HAWQ-206
>                 URL: https://issues.apache.org/jira/browse/HAWQ-206
>             Project: Apache HAWQ
>          Issue Type: Improvement
>          Components: PXF
>            Reporter: Goden Yao
>            Assignee: Goden Yao
>             Fix For: backlog
>
>
> As a HAWQ user, I should be able to:
> not type delimiter twice in DDL in the case of using HiveRC/Text profile via PXF
> *Background*
> Currently user has to specify the same delimiter twice in DDL(in the case of HiveRC/Text profiles):
> {code}
> ...
> location(E'pxf://...&delimiter=\x01') FORMAT TEXT (delimiter = E'\x01');
> {code}
> It would be really helpful if we could use the delimiter provided in TEXT this would reduce error prone DDL grammar and duplication.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)