Problem using more than one user defined functions in a query

2015-08-19 Thread Bocsi Rajmund
Hi, I'm using phoenix-4.4.0-HBase-1.0 with hbase-1.0.1.1 and I experienced a strange problem. I created a view from the existing hbase table as it is suggested in the FAQ. In my database the row id (PK) contains the client id and the timestamp of the record among other pieces of informations.

Re: Problem using more than one user defined functions in a query

2015-08-19 Thread Anchal Agrawal
Hi Rajmund, This is being tracked at the JIRA ticket - https://issues.apache.org/jira/browse/PHOENIX-2151. I'm also facing the same issue. Please add your comments/test cases to the ticket as necessary. Rajeshbabu could not reproduce the error, so I have sent him an email with my UDFs and he is

Re: Problem using more than one user defined functions in a query

2015-08-20 Thread rajeshb...@apache.org
Hi Anchal,Rajmund Sorry for late reply. I have found the root cause for the issue and uploaded the patch at PHOENIX-2151. I have verified it's working fine. You can also try and check things are fine or not. Thanks Anchal for following up. Thanks, Rajeshbabu. On Wed, Aug 19, 2015 at 10:32 PM,

Re: Problem using more than one user defined functions in a query

2015-08-20 Thread Anchal Agrawal
Hi Rajeshbabu, I applied the patch and it resolves the issue. Thank you so much! I'll update the ticket with my comments. Sincerely,Anchal On Thursday, August 20, 2015 10:04 AM, "rajeshb...@apache.org" wrote: Hi Anchal,Rajmund Sorry for late reply. I have found the root cause fo