[
https://issues.apache.org/jira/browse/HIVE-5517?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13799055#comment-13799055
]
Hudson commented on HIVE-5517:
------------------------------
ABORTED: Integrated in Hive-trunk-hadoop2 #509 (See
[https://builds.apache.org/job/Hive-trunk-hadoop2/509/])
HIVE-5517 : Implement end-to-end tests for vectorized string and math
functions, and casts (Eric Hanson via Ashutosh Chauhan) (hashutosh:
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1533106)
*
/hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/vector/VectorizationContext.java
*
/hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/vector/expressions/MathFuncLongToLong.java
*
/hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/vector/expressions/PosModDoubleToDouble.java
*
/hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/exec/vector/expressions/PosModLongToLong.java
*
/hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/optimizer/physical/Vectorizer.java
*
/hive/trunk/ql/src/test/org/apache/hadoop/hive/ql/exec/vector/expressions/TestVectorMathFunctions.java
* /hive/trunk/ql/src/test/queries/clientpositive/vectorized_casts.q
* /hive/trunk/ql/src/test/queries/clientpositive/vectorized_math_funcs.q
* /hive/trunk/ql/src/test/queries/clientpositive/vectorized_string_funcs.q
* /hive/trunk/ql/src/test/results/clientpositive/vectorized_casts.q.out
* /hive/trunk/ql/src/test/results/clientpositive/vectorized_math_funcs.q.out
* /hive/trunk/ql/src/test/results/clientpositive/vectorized_string_funcs.q.out
> Implement end-to-end tests for vectorized string and math functions, and casts
> ------------------------------------------------------------------------------
>
> Key: HIVE-5517
> URL: https://issues.apache.org/jira/browse/HIVE-5517
> Project: Hive
> Issue Type: Sub-task
> Reporter: Eric Hanson
> Assignee: Eric Hanson
> Priority: Minor
> Fix For: 0.13.0
>
> Attachments: function-tests.sql, HIVE-5517.2.patch,
> HIVE-5517.3.patch, HIVE-5517.4.patch
>
>
> Vectorized implementations of string functions, math functions, and type
> casts have been implemented.
> Currently, these have junit tests to verify input/output correctness on
> batches of rows. They have been tested from the command line to verify
> end-to-end execution. However, we should add end-to-end tests to verify they
> work from SQL statements and produce the right results. This will catch
> regressions in case of, for example, incorrect changes in
> VectorizationContext.java.
--
This message was sent by Atlassian JIRA
(v6.1#6144)