[jira] [Created] (DRILL-4912) Ability to use alias in join conditions

2016-09-28 Thread Kathiresan Selvaraj (JIRA)
Kathiresan Selvaraj created DRILL-4912: -- Summary: Ability to use alias in join conditions Key: DRILL-4912 URL: https://issues.apache.org/jira/browse/DRILL-4912 Project: Apache Drill

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

2016-09-28 Thread amansinha100
Github user amansinha100 commented on a diff in the pull request: https://github.com/apache/drill/pull/598#discussion_r80995340 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/planner/logical/TestCaseNullableTypes.java --- @@ -0,0 +1,107 @@ +/* +* Licensed to

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

2016-09-28 Thread amansinha100
Github user amansinha100 commented on a diff in the pull request: https://github.com/apache/drill/pull/598#discussion_r80994695 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/planner/logical/DrillConstExecutor.java --- @@ -143,116 +156,176 @@ public void

[GitHub] drill pull request #597: DRILL-4905: Push down the LIMIT to the parquet read...

2016-09-28 Thread ppadma
Github user ppadma commented on a diff in the pull request: https://github.com/apache/drill/pull/597#discussion_r80990803 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetGroupScan.java --- @@ -115,6 +115,8 @@ private List rowGroupInfos;

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

2016-09-28 Thread jinfengni
GitHub user jinfengni opened a pull request: https://github.com/apache/drill/pull/599 DRILL-4911: Avoid plan serialization in SimpleParallelizer when debu… …g logging is not enabled. You can merge this pull request into a Git repository by running: $ git pull

[jira] [Created] (DRILL-4911) SimpleParallelizer should avoid plan serialization for logging purpose when debug logging is not enabled.

2016-09-28 Thread Jinfeng Ni (JIRA)
Jinfeng Ni created DRILL-4911: - Summary: SimpleParallelizer should avoid plan serialization for logging purpose when debug logging is not enabled. Key: DRILL-4911 URL: https://issues.apache.org/jira/browse/DRILL-4911

[GitHub] drill pull request #597: DRILL-4905: Push down the LIMIT to the parquet read...

2016-09-28 Thread jinfengni
Github user jinfengni commented on a diff in the pull request: https://github.com/apache/drill/pull/597#discussion_r80970307 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/ParquetGroupScan.java --- @@ -115,6 +115,8 @@ private List rowGroupInfos;

[GitHub] drill pull request #597: DRILL-4905: Push down the LIMIT to the parquet read...

2016-09-28 Thread jinfengni
Github user jinfengni commented on a diff in the pull request: https://github.com/apache/drill/pull/597#discussion_r80968936 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/ExecConstants.java --- @@ -125,13 +125,14 @@ String

[GitHub] drill pull request #597: DRILL-4905: Push down the LIMIT to the parquet read...

2016-09-28 Thread jinfengni
Github user jinfengni commented on a diff in the pull request: https://github.com/apache/drill/pull/597#discussion_r80968605 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/ExecConstants.java --- @@ -125,13 +125,14 @@ String

Re: select count(1) : Cannot convert Indexed schema to NamePart

2016-09-28 Thread Jinfeng Ni
I tried to query a regular csv file and a csv.gz file, and did not run into the problem you saw. When you create a JIRA, it would be helpful if you can share a sample file for re-produce purpose. On Wed, Sep 28, 2016 at 9:33 AM, Aman Sinha wrote: > Is this specific to CSV

Re: select count(1) : Cannot convert Indexed schema to NamePart

2016-09-28 Thread Aman Sinha
Is this specific to CSV format files ? Yes, you should create a JIRA for this. Thanks for reporting. On Wed, Sep 28, 2016 at 8:55 AM, François Méthot wrote: > Hi, > > Since release 1.8, > > we have a workspace hdfs.datarepo1 mapped to > /year/month/day/ > containging

[GitHub] drill issue #598: DRILL-4906 CASE Expression with constant generates class e...

2016-09-28 Thread zfong
Github user zfong commented on the issue: https://github.com/apache/drill/pull/598 @amansinha100 - can you review this pull request. --- 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

select count(1) : Cannot convert Indexed schema to NamePart

2016-09-28 Thread François Méthot
Hi, Since release 1.8, we have a workspace hdfs.datarepo1 mapped to /year/month/day/ containging csv.gz if we do select count(1) on any level of the dir structure like select count(1) from hdfs.datarepo1.`/2016/08`; We get Error: SYSTEM ERROR: IllegalStateException: You cannot convert a

Re: ZK lost connectivity issue on large cluster

2016-09-28 Thread François Méthot
Hi, We have switched to 1.8 and we are still getting node disconnection. We did many tests, we thought initially our stand alone parquet converter was generating parquet files with problematic data (like 10K characters string), but we were able to reproduce it with employee data from the

[GitHub] drill issue #595: DRILL-4203: Parquet File. Date is stored wrongly

2016-09-28 Thread vdiravka
Github user vdiravka commented on the issue: https://github.com/apache/drill/pull/595 @parthchandra Done. Now it involves 2 Jason original commits (only with resolved git version conflicts) and one my commit on top. --- If your project is set up for it, you can reply to this email

[jira] [Created] (DRILL-4910) Apache Drill 1.8 UI doesn't display Hive join query results

2016-09-28 Thread Gopal Nagar (JIRA)
Gopal Nagar created DRILL-4910: -- Summary: Apache Drill 1.8 UI doesn't display Hive join query results Key: DRILL-4910 URL: https://issues.apache.org/jira/browse/DRILL-4910 Project: Apache Drill