You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by Eric Hanson <eh...@microsoft.com> on 2013/10/25 03:19:24 UTC

Review Request 14920: add support for vectorized [NOT] BETWEEN

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

Review request for hive and Jitendra Pandey.


Bugs: HIVE-5582
    https://issues.apache.org/jira/browse/HIVE-5582


Repository: hive-git


Description
-------

add support for vectorized [NOT] BETWEEN


Diffs
-----

  ant/src/org/apache/hadoop/hive/ant/GenVectorCode.java 2ee0451 
  ql/src/gen/vectorization/ExpressionTemplates/FilterColumnBetween.txt PRE-CREATION 
  ql/src/gen/vectorization/ExpressionTemplates/FilterStringColumnBetween.txt PRE-CREATION 
  ql/src/java/org/apache/hadoop/hive/ql/exec/vector/VectorizationContext.java 4a9b870 
  ql/src/java/org/apache/hadoop/hive/ql/optimizer/physical/Vectorizer.java e698870 
  ql/src/test/org/apache/hadoop/hive/ql/exec/vector/TestVectorizationContext.java 90ab983 
  ql/src/test/org/apache/hadoop/hive/ql/exec/vector/expressions/TestVectorFilterExpressions.java 3687c46 

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


Testing
-------

Unit tests and end-to-end tests.


Thanks,

Eric Hanson