[jira] [Resolved] (DRILL-7071) Reserved words documentation udpate

2019-04-12 Thread Bridget Bevens (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-7071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bridget Bevens resolved DRILL-7071. --- Resolution: Fixed Hi [~vitalii], I've updated the following page based on the reserved

[GitHub] [drill] amansinha100 commented on a change in pull request #1744: Drill 7148 - Join order, multi-col ndv and aggregate rowcount fixes for TPCH queries

2019-04-12 Thread GitBox
amansinha100 commented on a change in pull request #1744: Drill 7148 - Join order, multi-col ndv and aggregate rowcount fixes for TPCH queries URL: https://github.com/apache/drill/pull/1744#discussion_r275079027 ## File path:

[GitHub] [drill] amansinha100 commented on a change in pull request #1744: Drill 7148 - Join order, multi-col ndv and aggregate rowcount fixes for TPCH queries

2019-04-12 Thread GitBox
amansinha100 commented on a change in pull request #1744: Drill 7148 - Join order, multi-col ndv and aggregate rowcount fixes for TPCH queries URL: https://github.com/apache/drill/pull/1744#discussion_r275079574 ## File path:

[GitHub] [drill] amansinha100 commented on a change in pull request #1744: Drill 7148 - Join order, multi-col ndv and aggregate rowcount fixes for TPCH queries

2019-04-12 Thread GitBox
amansinha100 commented on a change in pull request #1744: Drill 7148 - Join order, multi-col ndv and aggregate rowcount fixes for TPCH queries URL: https://github.com/apache/drill/pull/1744#discussion_r275079302 ## File path:

Re: Query Question

2019-04-12 Thread Ted Dunning
On Fri, Apr 12, 2019 at 9:51 AM Paul Rogers wrote: > Hi All, > > The trick here, of course, is that Drill does not have the tuple concept > of Python: > > zip([1, 2, 3], [4, 5, 6]) --> [(1, 4), (2, 5), (3, 6)] > > > There is no good way in Drill, to represent the array of (1, 4), (2, 5) > pairs.

[GitHub] [drill] dvjyothsna commented on issue #1748: DRILL-7171: Create metadata directories cache file in the leaf level directories to support ConvertCountToDirectScan optimization.

2019-04-12 Thread GitBox
dvjyothsna commented on issue #1748: DRILL-7171: Create metadata directories cache file in the leaf level directories to support ConvertCountToDirectScan optimization. URL: https://github.com/apache/drill/pull/1748#issuecomment-482718924 @amansinha100 Please review

[GitHub] [drill] dvjyothsna opened a new pull request #1748: DRILL-7171: Create metadata directories cache file in the leaf level directories to support ConvertCountToDirectScan optimization.

2019-04-12 Thread GitBox
dvjyothsna opened a new pull request #1748: DRILL-7171: Create metadata directories cache file in the leaf level directories to support ConvertCountToDirectScan optimization. URL: https://github.com/apache/drill/pull/1748 Since the leaf level directory doesn't store the metadata

[jira] [Resolved] (DRILL-5658) Documentation for Drill Crypto Functions

2019-04-12 Thread Bridget Bevens (JIRA)
[ https://issues.apache.org/jira/browse/DRILL-5658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bridget Bevens resolved DRILL-5658. --- Resolution: Fixed Document is posted here:

[GitHub] [drill] Ben-Zvi commented on a change in pull request #1738: DRILL-7062: Initial implementation of run-time row-group pruning

2019-04-12 Thread GitBox
Ben-Zvi commented on a change in pull request #1738: DRILL-7062: Initial implementation of run-time row-group pruning URL: https://github.com/apache/drill/pull/1738#discussion_r275007436 ## File path:

Re: Query Question

2019-04-12 Thread Paul Rogers
Hi All, The trick here, of course, is that Drill does not have the tuple concept of Python: zip([1, 2, 3], [4, 5, 6]) --> [(1, 4), (2, 5), (3, 6)] There is no good way in Drill, to represent the array of (1, 4), (2, 5) pairs. The best we can do is: * A map of two columns, with element names

[GitHub] [drill] sohami commented on a change in pull request #1746: DRILL-7169: Rename drill-root ArtifactID to apache-drill

2019-04-12 Thread GitBox
sohami commented on a change in pull request #1746: DRILL-7169: Rename drill-root ArtifactID to apache-drill URL: https://github.com/apache/drill/pull/1746#discussion_r274976052 ## File path: distribution/pom.xml ## @@ -390,71 +390,71 @@ /opt/drill

[GitHub] [drill] sohami commented on a change in pull request #1746: DRILL-7169: Rename drill-root ArtifactID to apache-drill

2019-04-12 Thread GitBox
sohami commented on a change in pull request #1746: DRILL-7169: Rename drill-root ArtifactID to apache-drill URL: https://github.com/apache/drill/pull/1746#discussion_r274976856 ## File path: pom.xml ## @@ -42,7 +42,7 @@ 1.8 source-release-zip-tar -

[GitHub] [drill] dgrinchenko opened a new pull request #1747: DRILL-7167: Implemented DESCRIBE TABLE statement

2019-04-12 Thread GitBox
dgrinchenko opened a new pull request #1747: DRILL-7167: Implemented DESCRIBE TABLE statement URL: https://github.com/apache/drill/pull/1747 JIRA [DRILL-7167](https://issues.apache.org/jira/browse/DRILL-7167). - altered parser implementation to honor DESCRIBE TABLE syntax -

[GitHub] [drill] vdiravka commented on issue #1746: DRILL-7169: Rename drill-root ArtifactID to apache-drill

2019-04-12 Thread GitBox
vdiravka commented on issue #1746: DRILL-7169: Rename drill-root ArtifactID to apache-drill URL: https://github.com/apache/drill/pull/1746#issuecomment-482539531 > @vdiravka, with this change, a folder with the unpacked build in distribution was renamed from `apache-drill-1.16.0-SNAPSHOT`

[GitHub] [drill] Ben-Zvi commented on issue #1738: DRILL-7062: Initial implementation of run-time row-group pruning

2019-04-12 Thread GitBox
Ben-Zvi commented on issue #1738: DRILL-7062: Initial implementation of run-time row-group pruning URL: https://github.com/apache/drill/pull/1738#issuecomment-482479842 The code has been modified, simplified and passes all the tests. The changes from the first PR: (a) Cancelled

reg Apache Drill Client for NodeJS

2019-04-12 Thread Khurram Faraaz
Hi Charles, Can you please update the usage documentation for Apache Drill Client for NodeJS, do we need the Drill JDBC driver in there ? I tried the following, Node version is [root@test-01 drill-1.15.0]# node --version v6.16.0 [root@test-01 drill-1.15.0]# cat /etc/centos-release CentOS Linux

[jira] [Created] (DRILL-7174) Expose complex to Json control in the Drill C++ Client

2019-04-12 Thread Rob Wu (JIRA)
Rob Wu created DRILL-7174: - Summary: Expose complex to Json control in the Drill C++ Client Key: DRILL-7174 URL: https://issues.apache.org/jira/browse/DRILL-7174 Project: Apache Drill Issue Type: