James Taylor created PHOENIX-1738:
-------------------------------------
Summary: 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
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)