Re: Avro reader - Possible regression in 1.5-SNAPSHOT

2016-02-02 Thread Jason Altekruse
I made a comment on the JIRA about a possible explanation for this, it seems like a configuration/classpath issue. I would recommend moving the discussion there because it doesn't always forward JIRA updates to the list. On Tue, Feb 2, 2016 at 10:46 AM, Jinfeng Ni wrote: > Hi Stefán, > > Can you

Re: Avro reader - Possible regression in 1.5-SNAPSHOT

2016-02-02 Thread Stefán Baxter
Hi, As a part of answering this request I cloned the project again and built it from scratch. I did this because I had local, Lucene related, work that I thought could not possibly affect Avro (strictly contained to the Lucene reader). Long story short: this ticket can be closed as invalid and I

Re: Avro reader - Possible regression in 1.5-SNAPSHOT

2016-02-02 Thread Jinfeng Ni
Hi Stefán, Can you post the commit id for your build, by run: select * from sys.version; The unit test has similar query (select * from avro_table) [1], and did not hit this problem. I just want to make sure that we are using the same commit id. Thanks [1] https://github.com/apache/drill/blo

Re: Avro reader - Possible regression in 1.5-SNAPSHOT

2016-02-02 Thread Abdel Hakim Deneche
Thanks On Tue, Feb 2, 2016 at 9:03 AM, Stefán Baxter wrote: > https://issues.apache.org/jira/browse/DRILL-4339 > > On Tue, Feb 2, 2016 at 4:46 PM, Abdel Hakim Deneche > > wrote: > > > Hi Stefán, > > > > Can you open a JIRA for this, please ? > > > > Thanks > > > > On Tue, Feb 2, 2016 at 6:21 AM

Re: Avro reader - Possible regression in 1.5-SNAPSHOT

2016-02-02 Thread Stefán Baxter
https://issues.apache.org/jira/browse/DRILL-4339 On Tue, Feb 2, 2016 at 4:46 PM, Abdel Hakim Deneche wrote: > Hi Stefán, > > Can you open a JIRA for this, please ? > > Thanks > > On Tue, Feb 2, 2016 at 6:21 AM, Stefán Baxter > wrote: > > > Hi, > > > > I can confirm that this same query+avro-fil

Re: Avro reader - Possible regression in 1.5-SNAPSHOT

2016-02-02 Thread Abdel Hakim Deneche
Hi Stefán, Can you open a JIRA for this, please ? Thanks On Tue, Feb 2, 2016 at 6:21 AM, Stefán Baxter wrote: > Hi, > > I can confirm that this same query+avro-files work in 1.4 so this is > probably a regression > > Regards, > -Stefan > > On Tue, Feb 2, 2016 at 1:59 PM, Stefán Baxter > wrot

Re: Avro reader - Possible regression in 1.5-SNAPSHOT

2016-02-02 Thread Stefán Baxter
Hi, I can confirm that this same query+avro-files work in 1.4 so this is probably a regression Regards, -Stefan On Tue, Feb 2, 2016 at 1:59 PM, Stefán Baxter wrote: > Hi, > > I'm getting this error on master/head using the Avro Reader: > > "what ever the mind of man can conceive and believe,

Avro reader - Possible regression in 1.5-SNAPSHOT

2016-02-02 Thread Stefán Baxter
Hi, I'm getting this error on master/head using the Avro Reader: "what ever the mind of man can conceive and believe, drill can query" 0: jdbc:drill:zk=local> select * from dfs.asa.`/`; Exception in thread "drill-executor-2" java.lang.NoSuchMethodError: org.apache.drill.exec.store.avro.AvroRecord