[GitHub] drill pull request #599: DRILL-4911: Avoid plan serialization in SimpleParal...

2016-10-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/599 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabl

[jira] [Created] (DRILL-4933) Column aliasing isn’t working when we use partition by clause with row_number() [Ranking Window Functions]

2016-10-05 Thread Deepak Shivamurthy (JIRA)
Deepak Shivamurthy created DRILL-4933: - Summary: Column aliasing isn’t working when we use partition by clause with row_number() [Ranking Window Functions] Key: DRILL-4933 URL: https://issues.apache.org/jira/b

[GitHub] drill pull request #565: DRILL-4841: Use server event loop for web clients

2016-10-05 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/565#discussion_r82102648 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/server/BootStrapContext.java --- @@ -53,6 +54,8 @@ public BootStrapContext(DrillConfig config, Sca

[GitHub] drill pull request #598: DRILL-4906 CASE Expression with constant generates ...

2016-10-05 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/598 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabl

Re: [HANGOUT] Topics for 10/04/16

2016-10-05 Thread Jacques Nadeau
-user (since this is really a dev discussion) Looking at DRILL-4280, I see the comment about C++ changes but don't see them there or in the linked squash branch. Maybe I'm missing something obvious? The key performance benefits from the provided patch are about all the other interrogations that T

Re: interval year column is represented as interval in parquet schema

2016-10-05 Thread Khurram Faraaz
correction. It is INTERVAL DAY datatype that is represented as INTERVAL in the parquet schema. Shouldn't the entry in the parquet schema be INTERVAL DAY, same as the one used in the CTAS to create the parquet file. Thanks, Khurram On Wed, Oct 5, 2016 at 7:34 PM, Khurram Faraaz wrote: > Hi All,

Re: [HANGOUT] Topics for 10/04/16

2016-10-05 Thread Parth Chandra
Yup. I agree that we need to make sure that both clients are in sync. I believe DRILL-4280's PR refers to making changes in both APIs as well. Do you have a sense of how these changes give us a performance boost? As far as I can see, the APIs result in nearly the same code path being executed, wit

interval year column is represented as interval in parquet schema

2016-10-05 Thread Khurram Faraaz
Hi All, interval year column is marked as interval in parquet schema for CTAS created parquet file. This is seen on Drill 1.9.0, git commit id : f3c26e34 0: jdbc:drill:schema=dfs.tmp> create table dur_day(dr_day) as select cast(columns[0] as* interval day*) dr_day from `duration.csv`; +--

[jira] [Created] (DRILL-4932) Need to fix typos in Interval section of docs

2016-10-05 Thread Khurram Faraaz (JIRA)
Khurram Faraaz created DRILL-4932: - Summary: Need to fix typos in Interval section of docs Key: DRILL-4932 URL: https://issues.apache.org/jira/browse/DRILL-4932 Project: Apache Drill Issue Ty

[jira] [Created] (DRILL-4931) Attempting to execute a SELECT against an HBase store results in an IllegalAccessError accessing method "com.google.common.base.Stopwatch.()"

2016-10-05 Thread T.C. Hydock (JIRA)
T.C. Hydock created DRILL-4931: -- Summary: Attempting to execute a SELECT against an HBase store results in an IllegalAccessError accessing method "com.google.common.base.Stopwatch.()" Key: DRILL-4931 URL: https://is

[GitHub] drill pull request #603: DRILL-4927: Add support for Null Equality Joins

2016-10-05 Thread KulykRoman
GitHub user KulykRoman opened a pull request: https://github.com/apache/drill/pull/603 DRILL-4927: Add support for Null Equality Joins - Added changes to support Null Equality Joins; - Created tests for it. You can merge this pull request into a Git repository by running: $