I have two user defined functions which extends ScalarFunction taking same column as parameter and outputs different results. If i execute the functions seperately in two different select caluse i am getting the expected output. If i use the two functions in a same select clause the first function only is called twice and seeing the output of first function twice.
Thanks Rajeshbabu for finding the phoenix jira https://issues.apache.org/jira/browse/PHOENIX-2151 I am using phoenix 4.4.0 version and i see the fix got fixed in 4.6.0. Is there any work around i can do to get fixed in phoenix.4.4.0 version . Thanks venu