Re: DRILL-4199: Add Support for HBase 1.X - planning to merge

2016-06-23 Thread qiang li
row_key < '0bs' ) t2 on t1.uid = t2.uid limit 10 Now, my work can going on. But I think the first SQL should working too, hope someone can take a look at it. 2016-06-23 10:59 GMT+08:00 qiang li <tiredqi...@gmail.com>: > Dear all, > > Today ,I retest it again step by step.

Re: DRILL-4199: Add Support for HBase 1.X - planning to merge

2016-06-22 Thread qiang li
this issue, we are very need this function working. Thanks 2016-06-22 9:39 GMT+08:00 qiang li <tiredqi...@gmail.com>: > Thanks Aman. > > I think the second is not related to hbase too. Its happened occasionally. > I wil give you more detail when its happen again. > > Hi A

Re: DRILL-4199: Add Support for HBase 1.X - planning to merge

2016-06-21 Thread qiang li
om> wrote: > >> There should be another stack trace in drillbit.out when this happens, >> could you please check that file. >> >> On Mon, Jun 20, 2016 at 8:14 PM, qiang li <tiredqi...@gmail.com> wrote: >> >> > Another issue is some time when I restart t

Re: DRILL-4199: Add Support for HBase 1.X - planning to merge

2016-06-20 Thread qiang li
with relevant details. > > -Aman > > On Mon, Jun 20, 2016 at 5:13 AM, qiang li <tiredqi...@gmail.com> wrote: > > > Thanks Aditya. > > > > By the way, I found another issue. > > > > Let say I have two tables. > > > > offers_ref0 : rowkey

Re: DRILL-4199: Add Support for HBase 1.X - planning to merge

2016-06-20 Thread qiang li
m> wrote: >> >> > Thanks for reporting, I'm looking into it and will post a patch soon. >> > >> > On Wed, Jun 15, 2016 at 7:27 PM, qiang li <tiredqi...@gmail.com> wrote: >> > >> > > Hi Aditya, >> > > >> > &g

Re: DRILL-4199: Add Support for HBase 1.X - planning to merge

2016-06-15 Thread qiang li
(II)V at org.objectweb.asm.util.CheckMethodAdapter$1.visitEnd(CheckMethodAdapter.java:463) ~[asm-debug-all-5.0.3.jar:5.0.3] But the query is success. Does this exception will affect the query process, for example will it affect the query speed or data integrity? 2016-06-16 10:27 GMT+08:00 qiang li

drill hbase logical plan with group by

2016-05-12 Thread qiang li
Dear, Please help me, recently I met a issue when I test drill with hbase. I tested two sqls, one return the wrong result and the other return correct result. the wrong sql: select CONVERT_FROM(a.`v`.`e0`, 'UTF8') as k, count(a.`v`.`e0`) p from hbase.browser_action2 a where a.row_key >'0' group