Re: [jira] [Created] (DRILL-4056) Avro deserialization

2015-11-11 Thread Stefán Baxter
Hi, I have a) confirmed this behavior with more data and latest 1.3 anb b) submitted a test file to the Jira ticket. This affects all string based data fetched from Avro files (at least for me) I think this should be considered a blocker for 1.3. Regards, -Stefán On Tue, Nov 10, 2015 at 2:40

[jira] [Resolved] (DRILL-759) Drill does not support date + interval

2015-11-11 Thread Krystal (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Krystal resolved DRILL-759. --- Resolution: Fixed This is now fixed. > Drill does not support date + interval > --

[GitHub] drill pull request: DRILL-3987: Componentize Drill, extracting vec...

2015-11-11 Thread cwestin
Github user cwestin commented on the pull request: https://github.com/apache/drill/pull/250#issuecomment-155847895 I've sent you the location of the branch many times; the remaining changes are still there: https://github.com/cwestin/incubator-drill/tree/alloc . After DRILL-3940 is me

[jira] [Created] (DRILL-4072) Hive partition pruning not working with avro serde's

2015-11-11 Thread Rahul Challapalli (JIRA)
Rahul Challapalli created DRILL-4072: Summary: Hive partition pruning not working with avro serde's Key: DRILL-4072 URL: https://issues.apache.org/jira/browse/DRILL-4072 Project: Apache Drill

[jira] [Created] (DRILL-4073) Parquet RecordReader fails to read a file on s3

2015-11-11 Thread amit hadke (JIRA)
amit hadke created DRILL-4073: - Summary: Parquet RecordReader fails to read a file on s3 Key: DRILL-4073 URL: https://issues.apache.org/jira/browse/DRILL-4073 Project: Apache Drill Issue Type: Bu

[jira] [Resolved] (DRILL-4061) Incorrect results returned by window function query.

2015-11-11 Thread Khurram Faraaz (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-4061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Khurram Faraaz resolved DRILL-4061. --- Resolution: Not A Problem > Incorrect results returned by window function query. > ---

What is supposed to happen if SCALAR_REPLACEMENT does not work?

2015-11-11 Thread Hsuan Yi Chu
Hi Jacques and Chris, If SCALAR_REPLACEMENT fails, should drill just fall back (by setting SCALAR_REPLACEMENT_OPTION = try)? The default behavior for now is that query will just fail if SCALAR_REPLACEMENT does not work. A case can be found at here: https://issues.apache.org/jira/browse/DRILL-385

Re: What is supposed to happen if SCALAR_REPLACEMENT does not work?

2015-11-11 Thread Jacques Nadeau
There are two expected behaviors: - Scalar replacement fails in the Drill distribution: ignore, log warning and move forward. - Scalar replacement fails in unit tests: query should fail (so we don't inject new problems into the codebase unexpectedly) -- Jacques Nadeau CTO and Co-Founder, Dremio

Re: What is supposed to happen if SCALAR_REPLACEMENT does not work?

2015-11-11 Thread Hsuan Yi Chu
So drill does not move forward when it should have had to. It is a bug. Thanks Jacques. On Wed, Nov 11, 2015 at 1:11 PM, Jacques Nadeau wrote: > There are two expected behaviors: > > - Scalar replacement fails in the Drill distribution: ignore, log warning > and move forward. > - Scalar replace

Re: select from table with options

2015-11-11 Thread Julien Le Dem
Hi, I've been trying to enable this but it looks like in the current grammar (before my change) you can not use table functions and EXTEND together. That's because they are on difference branches of an | in the grammar. So I would suggest that we treat those as two separate improvement in two diffe

[jira] [Created] (DRILL-4074) "numFiles" in the explain plan should always reflect the files read.

2015-11-11 Thread Rahul Challapalli (JIRA)
Rahul Challapalli created DRILL-4074: Summary: "numFiles" in the explain plan should always reflect the files read. Key: DRILL-4074 URL: https://issues.apache.org/jira/browse/DRILL-4074 Project: A

[GitHub] drill pull request: DRILL-3987: Componentize Drill, extracting vec...

2015-11-11 Thread cwestin
Github user cwestin commented on the pull request: https://github.com/apache/drill/pull/250#issuecomment-155948627 On 2.2 above: This description of events is not entirely accurate. We have never held up releases for the allocator work. Not once, never mind numerous occasions. For two

[GitHub] drill pull request: DRILL-3987: Componentize Drill, extracting vec...

2015-11-11 Thread jacques-n
Github user jacques-n commented on the pull request: https://github.com/apache/drill/pull/250#issuecomment-155954144 Hey Chris, let's move this discussion to the pull request and/or patches that you're talking about. It is clear that you're frustrated that your allocator branch hasn't

[GitHub] drill pull request: DRILL-3987: Componentize Drill, extracting vec...

2015-11-11 Thread cwestin
Github user cwestin commented on the pull request: https://github.com/apache/drill/pull/250#issuecomment-155957315 And I responded to the feedback on JIRA-3940, wherein I disagree with your comments; are you saying your word is final there? After that one, there would be one m

[jira] [Created] (DRILL-4075) Assertion Error in PruneScanRule when querying empty partitioned hive tables

2015-11-11 Thread Rahul Challapalli (JIRA)
Rahul Challapalli created DRILL-4075: Summary: Assertion Error in PruneScanRule when querying empty partitioned hive tables Key: DRILL-4075 URL: https://issues.apache.org/jira/browse/DRILL-4075 Pr

[GitHub] drill pull request: DRILL-3987: Componentize Drill, extracting vec...

2015-11-11 Thread jacques-n
Github user jacques-n commented on the pull request: https://github.com/apache/drill/pull/250#issuecomment-155969401 I didn't see the comment on DRILL-3940. Will take a look. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[jira] [Created] (DRILL-4076) Unlike hive drill treats _HIVE_DEFAULT_PARTITION_ as a null value

2015-11-11 Thread Rahul Challapalli (JIRA)
Rahul Challapalli created DRILL-4076: Summary: Unlike hive drill treats _HIVE_DEFAULT_PARTITION_ as a null value Key: DRILL-4076 URL: https://issues.apache.org/jira/browse/DRILL-4076 Project: Apac

[GitHub] drill pull request: DRILL-3987: Componentize Drill, extracting vec...

2015-11-11 Thread parthchandra
Github user parthchandra commented on the pull request: https://github.com/apache/drill/pull/250#issuecomment-155971965 Let's keep the discussion on DRILL-3940 out of this pull request and take it offline. For this patch, I see the changes as mostly benign. --- If your project is set

Fwd: Avro deserialization bug - 1.3-SNAPSHOT

2015-11-11 Thread Stefán Baxter
Hi, Decided to send this to dev* as well. Can someone please assist me with this problem of Drill distorting string values that are read from Avro files. Regards, -Stefan -- Forwarded message -- From: Stefán Baxter Date: Wed, Nov 11, 2015 at 10:14 PM Subject: Re: Avro deserial