[jira] [Created] (DRILL-7709) CTAS as CSV creates files which the "csv" plugin can't read

2020-04-17 Thread Paul Rogers (Jira)
Paul Rogers created DRILL-7709: -- Summary: CTAS as CSV creates files which the "csv" plugin can't read Key: DRILL-7709 URL: https://issues.apache.org/jira/browse/DRILL-7709 Project: Apache Drill

[GitHub] [drill] paul-rogers merged pull request #2058: DRILL-7703: Support for 3+D arrays in EVF JSON loader

2020-04-17 Thread GitBox
paul-rogers merged pull request #2058: DRILL-7703: Support for 3+D arrays in EVF JSON loader URL: https://github.com/apache/drill/pull/2058 This is an automated message from the Apache Git Service. To respond to the

Re: [DISCUSS]: Masking Creds in Query Plans

2020-04-17 Thread Paul Rogers
Hi Charles, Excellent point. The problem is deeper. Drill serializes plugin configs in the query plan which it sends to each worker (Drillbit.) Why? To avoid race conditions if you start a query then change the plugin config and thus different nodes see different versions of the config.

[GitHub] [drill] paul-rogers commented on issue #2054: DRILL-6168: Revise format plugin table functions

2020-04-17 Thread GitBox
paul-rogers commented on issue #2054: DRILL-6168: Revise format plugin table functions URL: https://github.com/apache/drill/pull/2054#issuecomment-615472724 @arina-ielchiieva, the above analysis shows that this PR provides the correct results, the prior code and tests verified incorrect

[GitHub] [drill] paul-rogers commented on issue #2054: DRILL-6168: Revise format plugin table functions

2020-04-17 Thread GitBox
paul-rogers commented on issue #2054: DRILL-6168: Revise format plugin table functions URL: https://github.com/apache/drill/pull/2054#issuecomment-615470669 A similar analysis applies to the other queries. For `drill-3149_1`: ``` select columns[0] from

[GitHub] [drill] paul-rogers closed pull request #2061: DRILL-7708: Downgrade maven from 3.6.3 to 3.6.0

2020-04-17 Thread GitBox
paul-rogers closed pull request #2061: DRILL-7708: Downgrade maven from 3.6.3 to 3.6.0 URL: https://github.com/apache/drill/pull/2061 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [drill] vvysotskyi commented on issue #2061: DRILL-7708: Downgrade maven from 3.6.3 to 3.6.0

2020-04-17 Thread GitBox
vvysotskyi commented on issue #2061: DRILL-7708: Downgrade maven from 3.6.3 to 3.6.0 URL: https://github.com/apache/drill/pull/2061#issuecomment-615434184 I'm not sure that this is a good way to align the Maven version to the version supported by the system package manager. For

[GitHub] [drill] paul-rogers opened a new pull request #2061: DRILL-7708: Downgrade maven from 3.6.3 to 3.6.0

2020-04-17 Thread GitBox
paul-rogers opened a new pull request #2061: DRILL-7708: Downgrade maven from 3.6.3 to 3.6.0 URL: https://github.com/apache/drill/pull/2061 # [DRILL-7708](https://issues.apache.org/jira/browse/DRILL-7708): Downgrade maven from 3.6.3 to 3.6.0 ## Description Thanks to

[jira] [Created] (DRILL-7708) Downgrade maven from 3.6.3 to 3.6.0

2020-04-17 Thread Paul Rogers (Jira)
Paul Rogers created DRILL-7708: -- Summary: Downgrade maven from 3.6.3 to 3.6.0 Key: DRILL-7708 URL: https://issues.apache.org/jira/browse/DRILL-7708 Project: Apache Drill Issue Type: Bug

[GitHub] [drill] paul-rogers commented on issue #2054: DRILL-6168: Revise format plugin table functions

2020-04-17 Thread GitBox
paul-rogers commented on issue #2054: DRILL-6168: Revise format plugin table functions URL: https://github.com/apache/drill/pull/2054#issuecomment-615408581 @arina-ielchiieva, thanks much for running the tests! Looks like these failures are due to the verifying the incorrect prior

[GitHub] [drill] paul-rogers commented on issue #2060: DRILL-7706: Implement Drill RDBMS Metastore

2020-04-17 Thread GitBox
paul-rogers commented on issue #2060: DRILL-7706: Implement Drill RDBMS Metastore URL: https://github.com/apache/drill/pull/2060#issuecomment-615395578 @arina-ielchiieva, another related question. We currently use ZK to store things like plugin configs, dynamic UDFS, etc. Charles just

[GitHub] [drill] paul-rogers commented on issue #2060: DRILL-7706: Implement Drill RDBMS Metastore

2020-04-17 Thread GitBox
paul-rogers commented on issue #2060: DRILL-7706: Implement Drill RDBMS Metastore URL: https://github.com/apache/drill/pull/2060#issuecomment-615394559 @arina-ielchiieva, this is great! I wonder, will this PR handle a particular use case that I'm seeing? The metastore works for

Re: [NOTICE] Maven 3.6.3

2020-04-17 Thread Paul Rogers
Hi Arina, Thanks for keeping us up to date! As it turns out, I use Ubuntu (Linux Mint) for development. Maven is installed as a package using apt-get. Packages can lag behind a bit. The latest maven available via apt-get is 3.6.0. It is a nuisance to install a new version outside the package

[DISCUSS]: Masking Creds in Query Plans

2020-04-17 Thread Charles Givre
Hello all, I was thinking about this, if a user were to execute an EXPLAIN PLAN FOR query, they get a lot of information about the storage plugin, including in some cases creds. The example below shows a query plan for the JDBC storage plugin. As you can see, the user creds are right

[GitHub] [drill] arina-ielchiieva opened a new pull request #2060: DRILL-7706: Implement Drill RDBMS Metastore

2020-04-17 Thread GitBox
arina-ielchiieva opened a new pull request #2060: DRILL-7706: Implement Drill RDBMS Metastore URL: https://github.com/apache/drill/pull/2060 # [DRILL-7706](https://issues.apache.org/jira/browse/DRILL-7706): Implement Drill RDBMS Metastore ## Description Currently Drill has

[jira] [Created] (DRILL-7707) Unable to analyze table metadata is it resides in non-writable workspace

2020-04-17 Thread Arina Ielchiieva (Jira)
Arina Ielchiieva created DRILL-7707: --- Summary: Unable to analyze table metadata is it resides in non-writable workspace Key: DRILL-7707 URL: https://issues.apache.org/jira/browse/DRILL-7707

[jira] [Created] (DRILL-7706) Drill RDBMS Metastore

2020-04-17 Thread Arina Ielchiieva (Jira)
Arina Ielchiieva created DRILL-7706: --- Summary: Drill RDBMS Metastore Key: DRILL-7706 URL: https://issues.apache.org/jira/browse/DRILL-7706 Project: Apache Drill Issue Type: New Feature

[jira] [Created] (DRILL-7705) Update jQuery and Bootstrap libraries

2020-04-17 Thread Anton Gozhiy (Jira)
Anton Gozhiy created DRILL-7705: --- Summary: Update jQuery and Bootstrap libraries Key: DRILL-7705 URL: https://issues.apache.org/jira/browse/DRILL-7705 Project: Apache Drill Issue Type:

[NOTICE] Maven 3.6.3

2020-04-17 Thread Arina Ielchiieva
Hi all, Starting from Drill 1.18.0 (and current master from commit 20ad3c9 [1]), Drill build will require Maven 3.6.3, otherwise build will fail. Please make sure you have Maven 3.6.3 installed on your environments. [1]

[GitHub] [drill] arina-ielchiieva commented on issue #2058: DRILL-7703: Support for 3+D arrays in EVF JSON loader

2020-04-17 Thread GitBox
arina-ielchiieva commented on issue #2058: DRILL-7703: Support for 3+D arrays in EVF JSON loader URL: https://github.com/apache/drill/pull/2058#issuecomment-615181989 +1, LGTM. Additionally ran Functional / Advanced tests, all passed.

[GitHub] [drill] arina-ielchiieva commented on issue #2054: DRILL-6168: Revise format plugin table functions

2020-04-17 Thread GitBox
arina-ielchiieva commented on issue #2054: DRILL-6168: Revise format plugin table functions URL: https://github.com/apache/drill/pull/2054#issuecomment-615128763 @paul-rogers changes look good to me. I have ran Functional / Advanced tests and there are four failures. Please take a look

[GitHub] [drill] arina-ielchiieva merged pull request #2059: DRILL-7704: Update Maven to 3.6.3

2020-04-17 Thread GitBox
arina-ielchiieva merged pull request #2059: DRILL-7704: Update Maven to 3.6.3 URL: https://github.com/apache/drill/pull/2059 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [drill] arina-ielchiieva commented on issue #2059: DRILL-7704: Update Maven to 3.6.3

2020-04-17 Thread GitBox
arina-ielchiieva commented on issue #2059: DRILL-7704: Update Maven to 3.6.3 URL: https://github.com/apache/drill/pull/2059#issuecomment-615120696 @vvysotskyi / @paul-rogers thanks for the code review. This is an automated