[GitHub] drill issue #685: Drill 5043: Function that returns a unique id per session/...

2016-12-13 Thread nagarajanchinnasamy
Github user nagarajanchinnasamy commented on the issue: https://github.com/apache/drill/pull/685 @arina-ielchiieva - minor changes made - commit message amended - unit tests added But am not sure If I have done the squashing correctly!!! tried `rebase`

[GitHub] drill pull request #677: DRILL-5065 - Optimize count( * ) queries on MapR-DB...

2016-12-13 Thread spanchamiamapr
Github user spanchamiamapr closed the pull request at: https://github.com/apache/drill/pull/677 --- 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

[jira] [Created] (DRILL-5130) UNION ALL difference in results

2016-12-13 Thread Khurram Faraaz (JIRA)
Khurram Faraaz created DRILL-5130: - Summary: UNION ALL difference in results Key: DRILL-5130 URL: https://issues.apache.org/jira/browse/DRILL-5130 Project: Apache Drill Issue Type: Bug

cast to date - different result on sqlline vs on Web UI

2016-12-13 Thread Khurram Faraaz
Hi All, I am on Drill 1.9.0 git commit ID: 51246693 Why does Drill return different result on sqlline vs when run on Web UI ? {noformat} postgres=# SELECT (CASE WHEN (false) THEN null ELSE cast('2016/09/22' as date) END) res1 FROM (VALUES(1)) subquery; res1 2016-09-22 (1

[GitHub] drill issue #662: DRILL-5051: Fix incorrect result returned in nest query wi...

2016-12-13 Thread zbdzzg
Github user zbdzzg commented on the issue: https://github.com/apache/drill/pull/662 @sudheeshkatkam Could you please review this? Thanks. --- 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

[GitHub] drill pull request #696: DRILL-4558: BSonReader should prepare buffer size a...

2016-12-13 Thread chunhui-shi
GitHub user chunhui-shi opened a pull request: https://github.com/apache/drill/pull/696 DRILL-4558: BSonReader should prepare buffer size as actual need You can merge this pull request into a Git repository by running: $ git pull https://github.com/chunhui-shi/drill

[GitHub] drill pull request #695: DRILL-4868: fix how hive function set DrillBuf.

2016-12-13 Thread chunhui-shi
GitHub user chunhui-shi opened a pull request: https://github.com/apache/drill/pull/695 DRILL-4868: fix how hive function set DrillBuf. You can merge this pull request into a Git repository by running: $ git pull https://github.com/chunhui-shi/drill DRILL-4868 Alternatively

[jira] [Created] (DRILL-5129) Use SilentListener in DrillSeparatePlanningTest

2016-12-13 Thread Sudheesh Katkam (JIRA)
Sudheesh Katkam created DRILL-5129: -- Summary: Use SilentListener in DrillSeparatePlanningTest Key: DRILL-5129 URL: https://issues.apache.org/jira/browse/DRILL-5129 Project: Apache Drill

[GitHub] drill issue #679: DRILL-5098: Improving fault tolerance for connection betwe...

2016-12-13 Thread sudheeshkatkam
Github user sudheeshkatkam commented on the issue: https://github.com/apache/drill/pull/679 +1 --- 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

[GitHub] drill pull request #679: DRILL-5098: Improving fault tolerance for connectio...

2016-12-13 Thread sohami
Github user sohami commented on a diff in the pull request: https://github.com/apache/drill/pull/679#discussion_r92296665 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/client/DrillClient.java --- @@ -357,10 +357,53 @@ protected void afterExecute(final Runnable r,

[GitHub] drill issue #690: DRILL-5121 A memory leak is observed when exact case is no...

2016-12-13 Thread jinfengni
Github user jinfengni commented on the issue: https://github.com/apache/drill/pull/690 The proposed change looks fine for case insensitive store. On the other hand, have you given some thoughts of @Ben-Zvi 's comment about case sensitive store? Will it work for case sensitive store?

[GitHub] drill pull request #686: DRILL-5117: Compile error when query a json file wi...

2016-12-13 Thread jinfengni
Github user jinfengni commented on a diff in the pull request: https://github.com/apache/drill/pull/686#discussion_r92290434 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/expr/SizedJBlock.java --- @@ -32,7 +32,11 @@ public SizedJBlock(JBlock block) {

[GitHub] drill pull request #686: DRILL-5117: Compile error when query a json file wi...

2016-12-13 Thread jinfengni
Github user jinfengni commented on a diff in the pull request: https://github.com/apache/drill/pull/686#discussion_r92292702 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/compile/TestLargeFileCompilation.java --- @@ -154,4 +158,20 @@ public void testProject()

[GitHub] drill issue #692: DRILL-5123: Write query profile after sending final respon...

2016-12-13 Thread sudheeshkatkam
Github user sudheeshkatkam commented on the issue: https://github.com/apache/drill/pull/692 +1 --- 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

[GitHub] drill pull request #679: DRILL-5098: Improving fault tolerance for connectio...

2016-12-13 Thread sudheeshkatkam
Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/679#discussion_r92291348 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/client/DrillClient.java --- @@ -357,10 +357,53 @@ protected void afterExecute(final

[GitHub] drill pull request #694: DRILL-5104: Foreman should not alter physical plan ...

2016-12-13 Thread paul-rogers
GitHub user paul-rogers opened a pull request: https://github.com/apache/drill/pull/694 DRILL-5104: Foreman should not alter physical plan memory Foreman should not set external sort memory for a physical plan Physical plans include a plan for memory allocations. However,

Apache Drill Hangout minutes - 2016-12-13

2016-12-13 Thread Parth Chandra
Attendees: Arina, Boaz, Chunhui, Gautam, Karthikeyan, Khurram, Padma, Parth, Roman, Paul, Serhiy, Sonny, Vitalii. Serhiy - JIRA status workflow suggestion: admin can create workflows. Needs to be a Apache infrastructure person to change this and we don't know how easy it will be. Karthik - Netty

Re: hangout starting in a bit

2016-12-13 Thread Parth Chandra
hangout is on: https://plus.google.com/hangouts/_/event/ci4rdiju8bv04a64efj5fedd0lc On Tue, Dec 13, 2016 at 10:02 AM, Khurram Faraaz wrote: > Can we please have the link to the hangout ? > > On Tue, Dec 13, 2016 at 11:32 PM, Parth Chandra wrote: > > >

Re: hangout starting in a bit

2016-12-13 Thread Khurram Faraaz
Can we please have the link to the hangout ? On Tue, Dec 13, 2016 at 11:32 PM, Parth Chandra wrote: > >

hangout starting in a bit

2016-12-13 Thread Parth Chandra

[jira] [Created] (DRILL-5128) Issue with unable to create parquet file on dfs workspace

2016-12-13 Thread David Smith (JIRA)
David Smith created DRILL-5128: -- Summary: Issue with unable to create parquet file on dfs workspace Key: DRILL-5128 URL: https://issues.apache.org/jira/browse/DRILL-5128 Project: Apache Drill