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

Hudson commented on PHOENIX-1738:
---------------------------------

FAILURE: Integrated in Phoenix-master #622 (See 
[https://builds.apache.org/job/Phoenix-master/622/])
PHOENIX-1738 Create end-to-end test for SIGN function (Shuxiong Ye) (jtaylor: 
rev 95aa6dbbcf9fed6970622041dbd811843a3d9235)
* 
phoenix-core/src/main/java/org/apache/phoenix/expression/function/SignFunction.java
* phoenix-core/src/it/java/org/apache/phoenix/end2end/SignFunctionEnd2EndIT.java


> Create end-to-end test for SIGN function
> ----------------------------------------
>
>                 Key: PHOENIX-1738
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-1738
>             Project: Phoenix
>          Issue Type: Test
>            Reporter: James Taylor
>            Assignee: Shuxiong Ye
>             Fix For: 4.4
>
>         Attachments: 
> PHOENIX-1738_Implement_end-to-end_test_for_Math_build-in_function_SIGN.patch.2
>
>
> Add end-to-end test that uses SIGN in the WHERE clause against a column value 
> in ArithmeticQueryIT. This tests that the "plumbing" for SIGN was done 
> correctly (i.e. mainly that it was added to ExpressionType).
> A query like this with a few rows in the table would be good:
> {code}
> SELECT * FROM testDecimalArithmetic WHERE SIGN(col1) = -1
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to