Re: Drill 1.8.0 Error: RESOURCE ERROR: Failed to create schema tree.

2016-09-15 Thread Abhishek Girish
Hi Kartik, Can you take a look at the logs (or turn on verbose errors) and share the relevant stack trace? Also what platform is this on? -Abhishek On Thu, Sep 15, 2016 at 4:26 PM, Kartik Bhatia wrote: > When I run the following > 0: jdbc:drill:zk=local> SELECT * FROM

Drill 1.8.0 Error: RESOURCE ERROR: Failed to create schema tree.

2016-09-15 Thread Kartik Bhatia
When I run the following 0: jdbc:drill:zk=local> SELECT * FROM cp.`employee.json` LIMIT 5; It gives me java expection with Error: RESOURCE ERROR: Failed to create schema tree. ~~ This e-mail message from State Compensation

Re: NULL values for DATE type columns using JDBC connector

2016-09-15 Thread Khurram Faraaz
This is related to DRILL-4842 On Wed, Sep 14, 2016 at 12:31 AM, Sudheesh Katkam wrote: > Hi Dan, > > Per documentation , I > don’t think sql4es is in the list of actively tested JDBC drivers. But a > “WHERE something IS

drill rest api converts all data types to string

2016-09-15 Thread Niek Bartholomeus
Hi, I'm using the drill rest api to query my parquet files that were generated by spark. I noticed that numeric and boolean data types are all converted to string in the results. Nested data however is returned with the original data types intact. Probably this is happening here: