You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Adam Holley (JIRA)" <ji...@apache.org> on 2018/04/03 21:43:00 UTC

[jira] [Resolved] (IMPALA-6371) Not correctly validating unicode delimiters.

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

Adam Holley resolved IMPALA-6371.
---------------------------------
    Resolution: Fixed

> Not correctly validating unicode delimiters.
> --------------------------------------------
>
>                 Key: IMPALA-6371
>                 URL: https://issues.apache.org/jira/browse/IMPALA-6371
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Frontend
>            Reporter: Adam Holley
>            Assignee: Adam Holley
>            Priority: Minor
>              Labels: newbie, usability
>             Fix For: Impala 2.12.0
>
>
> The following create statement returns successfully but the delimiter in the file is hex '57' (hex '11' when IMPALA-3464 is fixed). 
> {code:sql}
> [hostname:21000] > create table if not exists table5 (c1 string, c2 string, c3 string) row format delimited fields terminated by '\u1111' lines terminated by '\001' stored as textfile location "/temp";
> {code}
> Using '\u1111' as a delimiter should return an error as it does not meet the delimiter specs.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)