Re: Paged Queries Not Working

2017-03-27 Thread Bernard Quizon
Thank you James and Rajeshbabu! I will try the row value constructor syntax. On Sat, Mar 25, 2017 at 1:00 AM, James Taylor wrote: > Bernard - the row value constructor syntax will work in the version you're > using and it's a more scalable way of doing paging over HBase

Re: Paged Queries Not Working

2017-03-24 Thread James Taylor
Bernard - the row value constructor syntax will work in the version you're using and it's a more scalable way of doing paging over HBase data. Thanks, James On Fri, Mar 24, 2017 at 3:16 AM, rajeshb...@apache.org < chrajeshbab...@gmail.com> wrote: > Offset is supported from Phoenix 4.8.0+

Re: Paged Queries Not Working

2017-03-24 Thread rajeshb...@apache.org
Offset is supported from Phoenix 4.8.0+ onwards. https://issues.apache.org/jira/browse/PHOENIX-2722 Thanks, Rajeshbabu. On Fri, Mar 24, 2017 at 1:13 PM, Bernard Quizon < bernard.qui...@stellarloyalty.com> wrote: > Hi, > > I was using versions phoenix-4.4.0-hbase-1.1 and phoenix-4.7.0-hbase-1.1

Paged Queries Not Working

2017-03-24 Thread Bernard Quizon
Hi, I was using versions phoenix-4.4.0-hbase-1.1 and phoenix-4.7.0-hbase-1.1 to test LIMIT and OFFSET But queries are resulting to errors: Samples: 0: jdbc:phoenix:localhost> SELECT * FROM A.SEGMENT ORDER BY field Limit 10 offset 10; Error: ERROR 602 (42P00): Syntax error. Missing "EOF" at line