Re: Mondrian with Phoenix

2015-05-28 Thread divye sheth
Jira? Thanks! Divye Sheth On Thu, May 28, 2015 at 11:14 PM, James Taylor wrote: > Please file a JIRA if you haven't already (ideally with a reproducible test > case). > Thanks, > James > > On Thursday, May 28, 2015, Marek Wiewiorka > wrote: > > > Hi, > >

Mondrian with Phoenix

2015-05-28 Thread divye sheth
when the IN clause is applied to INTEGERS or one STRING e.g. select emp_id from employee where emp_id IN (1,2,3,4); //this works fine select name from employee where name IN ('divye'); //even this works fine *select name from employee where name IN ('divye', 'sheth');

IN operator - Phoenix

2015-05-26 Thread divye sheth
a workaround to fix this? Would appreciate any pointers/links for the same. Thanks Divye Sheth