[GitHub] vvysotskyi opened a new pull request #1527: DRILL-3610 & DRILL-4456 Fix TIMESTAMPADD, TIMESTAMPDIFF and Hive TRANSLATE functions

2018-11-08 Thread GitBox
vvysotskyi opened a new pull request #1527: DRILL-3610 & DRILL-4456 Fix TIMESTAMPADD, TIMESTAMPDIFF and Hive TRANSLATE functions URL: https://github.com/apache/drill/pull/1527 - In the first commit was added renaming of Hive `TRANSLATE` function to `TRANSLATE3` during function

[GitHub] arina-ielchiieva commented on a change in pull request #1527: DRILL-4456: Fix Hive translate UDF

2018-11-08 Thread GitBox
arina-ielchiieva commented on a change in pull request #1527: DRILL-4456: Fix Hive translate UDF URL: https://github.com/apache/drill/pull/1527#discussion_r231898546 ## File path: contrib/storage-hive/core/src/main/java/org/apache/drill/exec/expr/fn/HiveFunctionRegistry.java

[GitHub] arina-ielchiieva commented on a change in pull request #1527: DRILL-4456: Fix Hive translate UDF

2018-11-08 Thread GitBox
arina-ielchiieva commented on a change in pull request #1527: DRILL-4456: Fix Hive translate UDF URL: https://github.com/apache/drill/pull/1527#discussion_r231897328 ## File path: contrib/storage-hive/core/src/main/java/org/apache/drill/exec/expr/fn/HiveFunctionRegistry.java

[GitHub] vvysotskyi commented on issue #1527: DRILL-4456: Fix Hive translate UDF

2018-11-08 Thread GitBox
vvysotskyi commented on issue #1527: DRILL-4456: Fix Hive translate UDF URL: https://github.com/apache/drill/pull/1527#issuecomment-436978556 @vdiravka, done: https://github.com/apache/drill/pull/1528 This is an automated

[GitHub] vdiravka commented on issue #1527: DRILL-3610 & DRILL-4456 Fix TIMESTAMPADD, TIMESTAMPDIFF and Hive TRANSLATE functions

2018-11-08 Thread GitBox
vdiravka commented on issue #1527: DRILL-3610 & DRILL-4456 Fix TIMESTAMPADD, TIMESTAMPDIFF and Hive TRANSLATE functions URL: https://github.com/apache/drill/pull/1527#issuecomment-436976287 @vvysotskyi The PR with two commits make sense if that tickets are interdependent. Looks like

[GitHub] vvysotskyi opened a new pull request #1528: DRILL-3610: Fix TIMESTAMPADD and TIMESTAMPDIFF functions

2018-11-08 Thread GitBox
vvysotskyi opened a new pull request #1528: DRILL-3610: Fix TIMESTAMPADD and TIMESTAMPDIFF functions URL: https://github.com/apache/drill/pull/1528 - Added type inference for TIMESTAMPADD function to avoid failures for the cases when function types are checked for expressions before and

[GitHub] vdiravka edited a comment on issue #1527: DRILL-3610 & DRILL-4456 Fix TIMESTAMPADD, TIMESTAMPDIFF and Hive TRANSLATE functions

2018-11-08 Thread GitBox
vdiravka edited a comment on issue #1527: DRILL-3610 & DRILL-4456 Fix TIMESTAMPADD, TIMESTAMPDIFF and Hive TRANSLATE functions URL: https://github.com/apache/drill/pull/1527#issuecomment-436976287 @vvysotskyi The PR with two commits makes sense if that tickets are interdependent. Looks

[GitHub] vvysotskyi commented on issue #1446: DRILL-6349: Drill JDBC driver fails on Java 1.9+ with NoClassDefFoundError: sun/misc/VM

2018-11-08 Thread GitBox
vvysotskyi commented on issue #1446: DRILL-6349: Drill JDBC driver fails on Java 1.9+ with NoClassDefFoundError: sun/misc/VM URL: https://github.com/apache/drill/pull/1446#issuecomment-436982612 @oleg-zinovev, Drill fails to start on Windows. There are two syntax errors in scripts: -

[GitHub] arina-ielchiieva commented on issue #1527: DRILL-3610 & DRILL-4456 Fix TIMESTAMPADD, TIMESTAMPDIFF and Hive TRANSLATE functions

2018-11-08 Thread GitBox
arina-ielchiieva commented on issue #1527: DRILL-3610 & DRILL-4456 Fix TIMESTAMPADD, TIMESTAMPDIFF and Hive TRANSLATE functions URL: https://github.com/apache/drill/pull/1527#issuecomment-436938037 @vdiravka could you please review.

Re: November Apache Drill board report

2018-11-08 Thread Arina Ielchiieva
Thanks everyone for the feedback. Report has been submitted. Kind regards, Arina On Wed, Nov 7, 2018 at 6:28 PM Arina Yelchiyeva wrote: > Release notes were generated automatically based on resolved Jiras with > fix version 1.14.0. > > Updated the report. > I am going to sen it tomorrow if

[GitHub] oleg-zinovev commented on issue #1446: DRILL-6349: Drill JDBC driver fails on Java 1.9+ with NoClassDefFoundError: sun/misc/VM

2018-11-08 Thread GitBox
oleg-zinovev commented on issue #1446: DRILL-6349: Drill JDBC driver fails on Java 1.9+ with NoClassDefFoundError: sun/misc/VM URL: https://github.com/apache/drill/pull/1446#issuecomment-437014456 @vvysotskyi Thanks for sqlline validation. I can run Drill from user home directory on

[GitHub] vvysotskyi commented on issue #1446: DRILL-6349: Drill JDBC driver fails on Java 1.9+ with NoClassDefFoundError: sun/misc/VM

2018-11-08 Thread GitBox
vvysotskyi commented on issue #1446: DRILL-6349: Drill JDBC driver fails on Java 1.9+ with NoClassDefFoundError: sun/misc/VM URL: https://github.com/apache/drill/pull/1446#issuecomment-437037180 @oleg-zinovev, I used also fresh windows 10 installation in virtual box with installed

[GitHub] oleg-zinovev edited a comment on issue #1446: DRILL-6349: Drill JDBC driver fails on Java 1.9+ with NoClassDefFoundError: sun/misc/VM

2018-11-08 Thread GitBox
oleg-zinovev edited a comment on issue #1446: DRILL-6349: Drill JDBC driver fails on Java 1.9+ with NoClassDefFoundError: sun/misc/VM URL: https://github.com/apache/drill/pull/1446#issuecomment-437014456 @vvysotskyi Thanks for sqlline validation. I can run Drill from user home

[GitHub] oleg-zinovev edited a comment on issue #1446: DRILL-6349: Drill JDBC driver fails on Java 1.9+ with NoClassDefFoundError: sun/misc/VM

2018-11-08 Thread GitBox
oleg-zinovev edited a comment on issue #1446: DRILL-6349: Drill JDBC driver fails on Java 1.9+ with NoClassDefFoundError: sun/misc/VM URL: https://github.com/apache/drill/pull/1446#issuecomment-437014456 @vvysotskyi Thanks for sqlline validation. I can run Drill from user home

[GitHub] bitblender commented on a change in pull request #1467: DRILL-5671: Set secure ACLs (Access Control List) for Drill ZK nodes in a secure cluster

2018-11-08 Thread GitBox
bitblender commented on a change in pull request #1467: DRILL-5671: Set secure ACLs (Access Control List) for Drill ZK nodes in a secure cluster URL: https://github.com/apache/drill/pull/1467#discussion_r232045669 ## File path:

[GitHub] bitblender commented on a change in pull request #1467: DRILL-5671: Set secure ACLs (Access Control List) for Drill ZK nodes in a secure cluster

2018-11-08 Thread GitBox
bitblender commented on a change in pull request #1467: DRILL-5671: Set secure ACLs (Access Control List) for Drill ZK nodes in a secure cluster URL: https://github.com/apache/drill/pull/1467#discussion_r232045689 ## File path:

[GitHub] bitblender commented on a change in pull request #1467: DRILL-5671: Set secure ACLs (Access Control List) for Drill ZK nodes in a secure cluster

2018-11-08 Thread GitBox
bitblender commented on a change in pull request #1467: DRILL-5671: Set secure ACLs (Access Control List) for Drill ZK nodes in a secure cluster URL: https://github.com/apache/drill/pull/1467#discussion_r232045631 ## File path: distribution/src/resources/drill-override-example.conf

Re: [DISCUSS] Resurrect support for Table Statistics in Drill

2018-11-08 Thread Gautam Parai
Hi Paul, Thank you so much for the feedback. Please see my responses below. First, the code to gather the stats is rather complex; it is the evolution > of some work an intern did way back when. We'd be advised to find a simpler > implementation, ideally one that uses mechanisms we already have.

[jira] [Created] (DRILL-6835) Schema Provision using File / Table Function

2018-11-08 Thread Arina Ielchiieva (JIRA)
Arina Ielchiieva created DRILL-6835: --- Summary: Schema Provision using File / Table Function Key: DRILL-6835 URL: https://issues.apache.org/jira/browse/DRILL-6835 Project: Apache Drill

Schema Provision using File / Table Function

2018-11-08 Thread Arina Yelchiyeva
Hi all, besides the initiative to allow providing metadata in the Drill metastore, there also can be an option to provide table schema using file and / or table function. I have created Jira DRILL-6835 [1] with the link to the design document. Those who are interested, are welcome to read it and

[jira] [Created] (DRILL-6836) Eliminate StreamingAggr for COUNT DISTINCT

2018-11-08 Thread Boaz Ben-Zvi (JIRA)
Boaz Ben-Zvi created DRILL-6836: --- Summary: Eliminate StreamingAggr for COUNT DISTINCT Key: DRILL-6836 URL: https://issues.apache.org/jira/browse/DRILL-6836 Project: Apache Drill Issue Type:

[GitHub] lushuifeng commented on issue #1519: DRILL-6760: Retain original exception in Verbose Error Message

2018-11-08 Thread GitBox
lushuifeng commented on issue #1519: DRILL-6760: Retain original exception in Verbose Error Message URL: https://github.com/apache/drill/pull/1519#issuecomment-437229216 Done. This is an automated message from the Apache Git

Re: [DISCUSS] Resurrect support for Table Statistics in Drill

2018-11-08 Thread Paul Rogers
Hi Gautam, Thanks much for the explanations. You raise some interesting points. I noticed that Boaz has just filed a JIRA ticket to tackle the inefficient count distinct case. To take a step back, recall that Arina is working on a metadata proposal. A key aspect of that proposal is that it

[GitHub] kkhatua opened a new pull request #1529: DRILL-6837: Missing reference for dynamically created Javascript library

2018-11-08 Thread GitBox
kkhatua opened a new pull request #1529: DRILL-6837: Missing reference for dynamically created Javascript library URL: https://github.com/apache/drill/pull/1529 A PR for DRILL-6084 broke the auto-complete library required for Edit Query page, with the removal of the static javascript

[jira] [Created] (DRILL-6838) Query with Runtime Filter fails with IllegalStateException: Memory was leaked by query

2018-11-08 Thread Abhishek Ravi (JIRA)
Abhishek Ravi created DRILL-6838: Summary: Query with Runtime Filter fails with IllegalStateException: Memory was leaked by query Key: DRILL-6838 URL: https://issues.apache.org/jira/browse/DRILL-6838

[jira] [Created] (DRILL-6837) Missing dynamically created Java library for a profile's Edit Query

2018-11-08 Thread Kunal Khatua (JIRA)
Kunal Khatua created DRILL-6837: --- Summary: Missing dynamically created Java library for a profile's Edit Query Key: DRILL-6837 URL: https://issues.apache.org/jira/browse/DRILL-6837 Project: Apache

[GitHub] vdiravka commented on a change in pull request #1527: DRILL-4456: Fix Hive translate UDF

2018-11-08 Thread GitBox
vdiravka commented on a change in pull request #1527: DRILL-4456: Fix Hive translate UDF URL: https://github.com/apache/drill/pull/1527#discussion_r231943055 ## File path: contrib/storage-hive/core/src/main/java/org/apache/drill/exec/expr/fn/HiveFunctionRegistry.java ##

[GitHub] vdiravka commented on a change in pull request #1527: DRILL-4456: Fix Hive translate UDF

2018-11-08 Thread GitBox
vdiravka commented on a change in pull request #1527: DRILL-4456: Fix Hive translate UDF URL: https://github.com/apache/drill/pull/1527#discussion_r231862125 ## File path: exec/java-exec/src/main/java/org/apache/drill/exec/planner/sql/DrillConvertletTable.java ## @@

[GitHub] arina-ielchiieva commented on issue #1519: DRILL-6760: Retain original exception in Verbose Error Message

2018-11-08 Thread GitBox
arina-ielchiieva commented on issue #1519: DRILL-6760: Retain original exception in Verbose Error Message URL: https://github.com/apache/drill/pull/1519#issuecomment-437077086 +1, please squash the commits. This is an

[GitHub] oleg-zinovev commented on issue #1446: DRILL-6349: Drill JDBC driver fails on Java 1.9+ with NoClassDefFoundError: sun/misc/VM

2018-11-08 Thread GitBox
oleg-zinovev commented on issue #1446: DRILL-6349: Drill JDBC driver fails on Java 1.9+ with NoClassDefFoundError: sun/misc/VM URL: https://github.com/apache/drill/pull/1446#issuecomment-437054614 > @oleg-zinovev, I used also fresh windows 10 installation in virtual box with installed

[GitHub] vvysotskyi commented on a change in pull request #1527: DRILL-4456: Fix Hive translate UDF

2018-11-08 Thread GitBox
vvysotskyi commented on a change in pull request #1527: DRILL-4456: Fix Hive translate UDF URL: https://github.com/apache/drill/pull/1527#discussion_r231975877 ## File path: contrib/storage-hive/core/src/main/java/org/apache/drill/exec/expr/fn/HiveFunctionRegistry.java ##

[GitHub] vdiravka commented on a change in pull request #1527: DRILL-4456: Fix Hive translate UDF

2018-11-08 Thread GitBox
vdiravka commented on a change in pull request #1527: DRILL-4456: Fix Hive translate UDF URL: https://github.com/apache/drill/pull/1527#discussion_r231862125 ## File path: exec/java-exec/src/main/java/org/apache/drill/exec/planner/sql/DrillConvertletTable.java ## @@

[GitHub] vvysotskyi commented on a change in pull request #1527: DRILL-4456: Fix Hive translate UDF

2018-11-08 Thread GitBox
vvysotskyi commented on a change in pull request #1527: DRILL-4456: Fix Hive translate UDF URL: https://github.com/apache/drill/pull/1527#discussion_r231976803 ## File path: contrib/storage-hive/core/src/main/java/org/apache/drill/exec/expr/fn/HiveFunctionRegistry.java ##