Re: order by primary key desc return wrong results

2018-07-31 Thread James Taylor
Please file a JIRA. On Mon, Jul 30, 2018 at 10:12 PM, jie chen wrote: > phoenix-4.14-hbase-1.2 > > 0: jdbc:phoenix:localhost> create table test(id bigint not null primary >>> key, a bigint); >> >> No rows affected (1.242 seconds) >> >> 0: jdbc:phoenix:localhost> upsert into test values(1,11);

order by primary key desc return wrong results

2018-07-31 Thread jie chen
phoenix-4.14-hbase-1.2 0: jdbc:phoenix:localhost> create table test(id bigint not null primary >> key, a bigint); > > No rows affected (1.242 seconds) > > 0: jdbc:phoenix:localhost> upsert into test values(1,11); > > 1 row affected (0.01 seconds) > > 0: jdbc:phoenix:localhost> upsert into test