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

jirapos...@reviews.apache.org commented on HIVE-2456:
-----------------------------------------------------


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/1954/
-----------------------------------------------------------

(Updated 2011-09-19 17:18:39.180498)


Review request for hive.


Changes
-------

escape '%' and '_' in DELETE statement


Summary
-------

JDBCStatsAggregator first aggregates stats from all publishers, and then delete 
these intermediate results. The delete is using LIKE operator, so it needs to 
escape '_' and '%'.


This addresses bug HIVE-2456.
    https://issues.apache.org/jira/browse/HIVE-2456


Diffs
-----


Diff: https://reviews.apache.org/r/1954/diff


Testing
-------

running unit tests. 


Thanks,

Ning



> JDBCStatsAggregator DELETE STATEMENT should escape _ and %
> ----------------------------------------------------------
>
>                 Key: HIVE-2456
>                 URL: https://issues.apache.org/jira/browse/HIVE-2456
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: Ning Zhang
>            Assignee: Ning Zhang
>         Attachments: HIVE-2456.patch
>
>
> JDBCStatsAggregator first aggregates stats from all publishers, and then 
> delete these intermediate results. The delete is using LIKE operator, so it 
> needs to escape '_' and '%'.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to