[GitHub] drill pull request #520: DRILL-3510: Add ANSI_QUOTES option so that Drill's ...

2017-03-20 Thread sudheeshkatkam
Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/520#discussion_r107077042 --- Diff: exec/jdbc/src/main/java/org/apache/drill/jdbc/impl/DrillDatabaseMetaDataImpl.java --- @@ -184,6 +184,18 @@ private ServerMeta

[GitHub] drill pull request #520: DRILL-3510: Add ANSI_QUOTES option so that Drill's ...

2017-03-20 Thread sudheeshkatkam
Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/520#discussion_r107077892 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/planner/physical/PlannerSettings.java --- @@ -262,6 +266,22 @@ public long

[GitHub] drill pull request #520: DRILL-3510: Add ANSI_QUOTES option so that Drill's ...

2017-03-20 Thread sudheeshkatkam
Github user sudheeshkatkam commented on a diff in the pull request: https://github.com/apache/drill/pull/520#discussion_r107076868 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/rpc/user/UserSession.java --- @@ -125,6 +123,15 @@ public Builder

[jira] [Created] (DRILL-5372) IntervalVector.getObject() returns non-normalized Period

2017-03-20 Thread Paul Rogers (JIRA)
Paul Rogers created DRILL-5372: -- Summary: IntervalVector.getObject() returns non-normalized Period Key: DRILL-5372 URL: https://issues.apache.org/jira/browse/DRILL-5372 Project: Apache Drill

[jira] [Created] (DRILL-5371) Large run-time overhead for nested SELECT queries

2017-03-20 Thread Paul Rogers (JIRA)
Paul Rogers created DRILL-5371: -- Summary: Large run-time overhead for nested SELECT queries Key: DRILL-5371 URL: https://issues.apache.org/jira/browse/DRILL-5371 Project: Apache Drill Issue

[jira] [Created] (DRILL-5370) Drillbit dies for 5 MB SELECT statement

2017-03-20 Thread Paul Rogers (JIRA)
Paul Rogers created DRILL-5370: -- Summary: Drillbit dies for 5 MB SELECT statement Key: DRILL-5370 URL: https://issues.apache.org/jira/browse/DRILL-5370 Project: Apache Drill Issue Type: Bug

[GitHub] drill issue #791: DRILL-5369: Add initializer for ServerMetaContext

2017-03-20 Thread superbstreak
Github user superbstreak commented on the issue: https://github.com/apache/drill/pull/791 Thanks @laurentgo for the fix! --- 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

[jira] [Created] (DRILL-5369) Missing initialization for ServerMetaContext

2017-03-20 Thread Laurent Goujon (JIRA)
Laurent Goujon created DRILL-5369: - Summary: Missing initialization for ServerMetaContext Key: DRILL-5369 URL: https://issues.apache.org/jira/browse/DRILL-5369 Project: Apache Drill Issue

[GitHub] drill pull request #790: DRILL-5368: Fix memory leak issue in DrillClientImp...

2017-03-20 Thread laurentgo
GitHub user laurentgo opened a pull request: https://github.com/apache/drill/pull/790 DRILL-5368: Fix memory leak issue in DrillClientImpl::processServerMetaResult Fix a small memory leak by doing local allocation instead since the object doesn't escape the function. You can

[jira] [Created] (DRILL-5368) Memory leak in C++ server metadata handler

2017-03-20 Thread Laurent Goujon (JIRA)
Laurent Goujon created DRILL-5368: - Summary: Memory leak in C++ server metadata handler Key: DRILL-5368 URL: https://issues.apache.org/jira/browse/DRILL-5368 Project: Apache Drill Issue

[GitHub] drill pull request #777: DRILL-5330: NPE in FunctionImplementationRegistry

2017-03-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/777 --- 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

[GitHub] drill pull request #767: DRILL-5226: Managed external sort fixes

2017-03-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/767 --- 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

[GitHub] drill pull request #786: DRILL-5359: Fix ClassCastException when Drill pushe...

2017-03-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/786 --- 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

[GitHub] drill pull request #782: DRILL-5352: Profile parser printing for multi fragm...

2017-03-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/782 --- 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

[GitHub] drill pull request #772: DRILL-5316: Check drillbits size before we attempt ...

2017-03-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/772 --- 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

[GitHub] drill pull request #770: DRILL-5311: Check handshake result in C++ connector

2017-03-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/770 --- 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

[GitHub] drill pull request #780: DRILL-5349: Fix TestParquetWriter unit tests when s...

2017-03-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/780 --- 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

[GitHub] drill issue #782: DRILL-5352: Profile parser printing for multi fragments

2017-03-20 Thread amansinha100
Github user amansinha100 commented on the issue: https://github.com/apache/drill/pull/782 +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 issue #780: DRILL-5349: Fix TestParquetWriter unit tests when synchron...

2017-03-20 Thread amansinha100
Github user amansinha100 commented on the issue: https://github.com/apache/drill/pull/780 +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 issue #772: DRILL-5316: Check drillbits size before we attempt to acce...

2017-03-20 Thread amansinha100
Github user amansinha100 commented on the issue: https://github.com/apache/drill/pull/772 +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 issue #767: DRILL-5226: Managed external sort fixes

2017-03-20 Thread amansinha100
Github user amansinha100 commented on the issue: https://github.com/apache/drill/pull/767 +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

[jira] [Created] (DRILL-5367) Join query returns wrong results

2017-03-20 Thread Khurram Faraaz (JIRA)
Khurram Faraaz created DRILL-5367: - Summary: Join query returns wrong results Key: DRILL-5367 URL: https://issues.apache.org/jira/browse/DRILL-5367 Project: Apache Drill Issue Type: Bug