Re:

2017-11-29 Thread Zhenyi Zhao
Unsubscribe

Re: How to pass the TestHplsqlDb test in hive-hplsql?

2016-08-01 Thread Zhenyi Zhao
topn.q file for example). > > Thanks, > Dmitry > > On Mon, Aug 1, 2016 at 11:34 AM, Zhenyi Zhao wrote: > >> Hi Dmitry, >> >> Thank you for your answer. you said “*src* and *sample_07* are >> sample tables supplied with Hive” , where can I find t

Re: How to pass the TestHplsqlDb test in hive-hplsql?

2016-08-01 Thread Zhenyi Zhao
/hplsql/src/test/queries/db/schema.sql > > *src* and *sample_07* are sample tables supplied with Hive. By the way, > *src* table is used in many Hive tests. > > Thanks, > Dmitry > > > > On Mon, Aug 1, 2016 at 6:48 AM, Zhenyi Zhao wrote: > >> Hi all, >> >

How to pass the TestHplsqlDb test in hive-hplsql?

2016-07-31 Thread Zhenyi Zhao
Hi all, There is a unit test class named "TestHplsqlDb.java" I found at http://www.hplsql.org/downloads/hplsql-0.3.17-src.zip. But I want to know why this class dose't exsit at https://github.com/apache/hive/tree/master/hplsql. Now I want to test the hplsql‘s compatibility with hive datasource,