[ 
https://issues.apache.org/jira/browse/HIVE-2186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13225715#comment-13225715
 ] 

Zhenxiao Luo commented on HIVE-2186:
------------------------------------

Seems '^' also needs to be escaped.

If add:

SELECT count(*) from escape_raw;
SELECT count(*) from escape1;

into escape1.q

escape1 only get 127 rows, while, escape_raw get 128 rows(note that 
escapetest.txt has 128 rows).

one row missing in escape1, which is the '^'.

This is to be fixed in HIVE-2856. Comments are appreciated.

Thanks,
Zhenxiao
                
> Dynamic Partitioning Failing because of characters not supported globStatus
> ---------------------------------------------------------------------------
>
>                 Key: HIVE-2186
>                 URL: https://issues.apache.org/jira/browse/HIVE-2186
>             Project: Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Siying Dong
>            Assignee: Franklin Hu
>             Fix For: 0.8.0
>
>         Attachments: hive-2186.1.patch, hive-2186.2.patch, hive-2186.3.patch, 
> hive-2186.4.patch, hive-2186.5.patch
>
>
> Some dynamic queries failed on the stage of loading partitions if dynamic 
> partition columns contain special characters. We need to escape all of them.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to