Re: Using Drill JDBC V1.2 with V1.1 release

2015-10-01 Thread Nikunj Thakkar
Dependency issues were related to Guava and Java Servlet. I've resolved them. Currently I'm facing index out of bound error in simple select query with prepared statement. Following is error log: java.sql.SQLException: exception while executing query: Unexpected RuntimeException:

Re: Using Drill JDBC V1.2 with V1.1 release

2015-10-01 Thread Dhruv Gohil
I think the JDBC driver didn't have any "known" issues in 1.1 > DRILL-3632 seems to be a blocker on 1.1.0 . On Thursday 01 October 2015 11:06 AM, Daniel Barclay wrote: Hakim, Abdel Hakim Deneche wrote: Hi Nikunj, What kind of dependcy issues you are seeing ? DRILL-3589 purpose was to

Re: Using Drill JDBC V1.2 with V1.1 release

2015-10-01 Thread Daniel Barclay
Dhruv Gohil wrote: I think the JDBC driver didn't have any "known" issues in 1.1 > DRILL-3632 seems to be a blocker on 1.1.0 . That is fixed now in master (for Drill 1.2) (via DRILL-3566). Daniel On Thursday 01 October 2015 11:06 AM, Daniel Barclay wrote: Hakim, Abdel Hakim Deneche

Re: Using Drill JDBC V1.2 with V1.1 release

2015-10-01 Thread Jahagirdar, Madhu
When is the release date for 1.2? Sent from my iPhone > On Oct 1, 2015, at 5:22 PM, Daniel Barclay wrote: > > Dhruv Gohil wrote: >>> I think the JDBC driver didn't have any >>> "known" issues in 1.1 >> > DRILL-3632 seems to be a blocker on 1.1.0 . > > That is fixed now in

Re: Using Drill JDBC V1.2 with V1.1 release

2015-09-30 Thread Daniel Barclay
Nikunj Thakkar wrote: ... I'm using drill v1.1.0 in my current setup and facing dependency issues. I came across https://issues.apache.org/jira/browse/DRILL-3589 which seems to be the root cause of my problem. Issue got resolved in v1.2. Can I use it with 1.1 release? Has anyone tried this? I

Re: Using Drill JDBC V1.2 with V1.1 release

2015-09-30 Thread Abdel Hakim Deneche
Hi Nikunj, What kind of dependcy issues you are seeing ? DRILL-3589 purpose was to improve Drill JDBC dependencies but I think the JDBC driver didn't have any "known" issues in 1.1 Thanks On Wed, Sep 30, 2015 at 12:02 PM, Daniel Barclay wrote: > Nikunj Thakkar wrote: >

Re: Using Drill JDBC V1.2 with V1.1 release

2015-09-30 Thread Daniel Barclay
Hakim, Abdel Hakim Deneche wrote: Hi Nikunj, What kind of dependcy issues you are seeing ? DRILL-3589 purpose was to improve Drill JDBC dependencies but I think the JDBC driver didn't have any "known" issues in 1.1 Actually, it did have dependency problems, especially library-conflict