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

Review request for hive.


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
-----

  
trunk/ql/src/java/org/apache/hadoop/hive/ql/stats/jdbc/JDBCStatsAggregator.java 
1172720 
  trunk/ql/src/java/org/apache/hadoop/hive/ql/stats/jdbc/JDBCStatsUtils.java 
1172720 

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


Testing
-------

Running unit tests. 


Thanks,

Ning

Reply via email to