[jira] [Created] (DRILL-6377) typeof() does not return DECIMAL scale, precision

2018-05-01 Thread Paul Rogers (JIRA)
Paul Rogers created DRILL-6377: -- Summary: typeof() does not return DECIMAL scale, precision Key: DRILL-6377 URL: https://issues.apache.org/jira/browse/DRILL-6377 Project: Apache Drill Issue

[jira] [Created] (DRILL-6376) Doc: Return type of ROUND(x, y), TRUNC(x, y), TO_NUMBER is wrong

2018-05-01 Thread Paul Rogers (JIRA)
Paul Rogers created DRILL-6376: -- Summary: Doc: Return type of ROUND(x, y), TRUNC(x, y), TO_NUMBER is wrong Key: DRILL-6376 URL: https://issues.apache.org/jira/browse/DRILL-6376 Project: Apache Drill

[GitHub] drill pull request #1225: DRILL-6272: Refactor dynamic UDFs and function ini...

2018-05-01 Thread vrozov
Github user vrozov commented on a diff in the pull request: https://github.com/apache/drill/pull/1225#discussion_r185383432 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/udf/dynamic/JarBuilder.java --- @@ -0,0 +1,90 @@ +/* + * Licensed to the Apache

[GitHub] drill pull request #1225: DRILL-6272: Refactor dynamic UDFs and function ini...

2018-05-01 Thread vrozov
Github user vrozov commented on a diff in the pull request: https://github.com/apache/drill/pull/1225#discussion_r185385028 --- Diff: exec/java-exec/src/test/resources/drill-udf/pom.xml --- @@ -0,0 +1,90 @@ + + +http://maven.apache.org/POM/4.0.0; +

[GitHub] drill pull request #1248: DRIL-6027: Implement Spilling for the Hash-Join

2018-05-01 Thread Ben-Zvi
GitHub user Ben-Zvi opened a pull request: https://github.com/apache/drill/pull/1248 DRIL-6027: Implement Spilling for the Hash-Join This PR covers the work to enable the Hash-Join operator (*HJ*) to spill - when its limited memory becomes too small to hold the incoming data.

[GitHub] drill pull request #1225: DRILL-6272: Refactor dynamic UDFs and function ini...

2018-05-01 Thread vrozov
Github user vrozov commented on a diff in the pull request: https://github.com/apache/drill/pull/1225#discussion_r185353418 --- Diff: exec/java-exec/src/test/java/org/apache/drill/TestTpchDistributedConcurrent.java --- @@ -177,7 +177,7 @@ public void run() { } }

[GitHub] drill pull request #1225: DRILL-6272: Refactor dynamic UDFs and function ini...

2018-05-01 Thread vrozov
Github user vrozov commented on a diff in the pull request: https://github.com/apache/drill/pull/1225#discussion_r185374827 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/sql/TestCTTAS.java --- @@ -164,121 +166,113 @@ public void

[GitHub] drill pull request #1225: DRILL-6272: Refactor dynamic UDFs and function ini...

2018-05-01 Thread vrozov
Github user vrozov commented on a diff in the pull request: https://github.com/apache/drill/pull/1225#discussion_r185375540 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/sql/TestCTTAS.java --- @@ -498,47 +489,50 @@ public void

[GitHub] drill pull request #1225: DRILL-6272: Refactor dynamic UDFs and function ini...

2018-05-01 Thread vrozov
Github user vrozov commented on a diff in the pull request: https://github.com/apache/drill/pull/1225#discussion_r185369981 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/coord/zk/TestZookeeperClient.java --- @@ -125,7 +125,7 @@ public void

[GitHub] drill pull request #1225: DRILL-6272: Refactor dynamic UDFs and function ini...

2018-05-01 Thread vrozov
Github user vrozov commented on a diff in the pull request: https://github.com/apache/drill/pull/1225#discussion_r185374205 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/sql/TestCTTAS.java --- @@ -164,121 +166,113 @@ public void

[jira] [Created] (DRILL-6375) ANY_VALUE aggregate function

2018-05-01 Thread Gautam Kumar Parai (JIRA)
Gautam Kumar Parai created DRILL-6375: - Summary: ANY_VALUE aggregate function Key: DRILL-6375 URL: https://issues.apache.org/jira/browse/DRILL-6375 Project: Apache Drill Issue Type: New

[GitHub] drill issue #1247: DRILL-6242 Use java.time.Local{Date|Time|DateTime} for Dr...

2018-05-01 Thread jiang-wu
Github user jiang-wu commented on the issue: https://github.com/apache/drill/pull/1247 @parthchandra @vdiravka A new pull request that uses java.time.Local{Date|Time|DateTime}. ---

[GitHub] drill issue #1184: DRILL-6242 - Use java.sql.[Date|Time|Timestamp] classes t...

2018-05-01 Thread jiang-wu
Github user jiang-wu commented on the issue: https://github.com/apache/drill/pull/1184 @parthchandra @vdiravka I finally completed the changes on using Local{Date|Time|DateTime}. I made a new clean pull request for that here: https://github.com/apache/drill/pull/1247 ---

[GitHub] drill issue #1247: DRILL-6242 Use java.time.Local{Date|Time|DateTime} for Dr...

2018-05-01 Thread jiang-wu
Github user jiang-wu commented on the issue: https://github.com/apache/drill/pull/1247 Please see https://issues.apache.org/jira/browse/DRILL-6242?focusedCommentId=16459369=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-16459369 on the results of this

[GitHub] drill pull request #1247: DRILL-6242 Use java.time.Local{Date|Time|DateTime}...

2018-05-01 Thread jiang-wu
Github user jiang-wu commented on a diff in the pull request: https://github.com/apache/drill/pull/1247#discussion_r185358628 --- Diff: exec/vector/src/main/java/org/apache/drill/exec/expr/fn/impl/DateUtility.java --- @@ -639,29 +648,95 @@ public static String getTimeZone(int

[GitHub] drill pull request #1247: DRILL-6242 Use java.time.Local{Date|Time|DateTime}...

2018-05-01 Thread jiang-wu
Github user jiang-wu commented on a diff in the pull request: https://github.com/apache/drill/pull/1247#discussion_r185358343 --- Diff: exec/vector/src/main/java/org/apache/drill/exec/expr/fn/impl/DateUtility.java --- @@ -639,29 +648,95 @@ public static String getTimeZone(int

[GitHub] drill pull request #1247: DRILL-6242 Use java.time.Local{Date|Time|DateTime}...

2018-05-01 Thread jiang-wu
GitHub user jiang-wu opened a pull request: https://github.com/apache/drill/pull/1247 DRILL-6242 Use java.time.Local{Date|Time|DateTime} for Drill Date, Time, and Timestamp types * DRILL-6242 - Use java.time.Local{Date|Time|DateTime} classes to hold values from corresponding Drill

[GitHub] drill pull request #1224: DRILL-6321: Customize Drill's conformance. Allow s...

2018-05-01 Thread vrozov
Github user vrozov commented on a diff in the pull request: https://github.com/apache/drill/pull/1224#discussion_r185351651 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/planner/sql/DrillConformance.java --- @@ -0,0 +1,43 @@ +/* + * Licensed to the Apache

[jira] [Created] (DRILL-6374) TPCH Queries regressed and OOM when run concurrency test

2018-05-01 Thread Dechang Gu (JIRA)
Dechang Gu created DRILL-6374: - Summary: TPCH Queries regressed and OOM when run concurrency test Key: DRILL-6374 URL: https://issues.apache.org/jira/browse/DRILL-6374 Project: Apache Drill

[GitHub] drill issue #1224: DRILL-6321: Customize Drill's conformance. Allow support ...

2018-05-01 Thread parthchandra
Github user parthchandra commented on the issue: https://github.com/apache/drill/pull/1224 +1 Overall. Note that this is needed for implementing Lateral join and Unnest support. ---

[GitHub] drill pull request #1246: Drill 6242 Use java.time.Local{Date|Time|DateTime}...

2018-05-01 Thread jiang-wu
Github user jiang-wu closed the pull request at: https://github.com/apache/drill/pull/1246 ---

[GitHub] drill pull request #1241: DRILL-6364: Handle Cluster Info in WebUI when exis...

2018-05-01 Thread kkhatua
Github user kkhatua commented on a diff in the pull request: https://github.com/apache/drill/pull/1241#discussion_r185339738 --- Diff: exec/java-exec/src/main/resources/rest/index.ftl --- @@ -252,33 +255,129 @@ timeout = setTimeout(reloadStatus, refreshTime);

[GitHub] drill pull request #1246: Drill 6242 Use java.time.Local{Date|Time|DateTime}...

2018-05-01 Thread jiang-wu
GitHub user jiang-wu opened a pull request: https://github.com/apache/drill/pull/1246 Drill 6242 Use java.time.Local{Date|Time|DateTime} for Drill Date, Ti… * DRILL-6242 - Use java.time.Local[Date|Time|DateTime] classes to hold values from corresponding Drill date, time, and

[GitHub] drill pull request #1245: Drill 6242 - Use Java.time.Local{Date|Time|DateTim...

2018-05-01 Thread jiang-wu
GitHub user jiang-wu opened a pull request: https://github.com/apache/drill/pull/1245 Drill 6242 - Use Java.time.Local{Date|Time|DateTime} classes for values from Drill Date, Time, and Timestamp vectors * DRILL-6242 - Use java.time.Local{Date|Time|DateTime} classes to hold values

[GitHub] drill pull request #1224: DRILL-6321: Customize Drill's conformance. Allow s...

2018-05-01 Thread vrozov
Github user vrozov commented on a diff in the pull request: https://github.com/apache/drill/pull/1224#discussion_r185225979 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/planner/sql/DrillConformance.java --- @@ -0,0 +1,43 @@ +/* + * Licensed to the Apache

ApacheCon North America 2018 schedule is now live.

2018-05-01 Thread Rich Bowen
Dear Apache Enthusiast, We are pleased to announce our schedule for ApacheCon North America 2018. ApacheCon will be held September 23-27 at the Montreal Marriott Chateau Champlain in Montreal, Canada. Registration is open! The early bird rate of $575 lasts until July 21, at which time it

[GitHub] drill issue #1042: DRILL-5261: Expose REST endpoint in zookeeper

2018-05-01 Thread xhochy
Github user xhochy commented on the issue: https://github.com/apache/drill/pull/1042 @kkhatua Thanks, I'll have a look at that PR. ---

[GitHub] drill pull request #1042: DRILL-5261: Expose REST endpoint in zookeeper

2018-05-01 Thread xhochy
Github user xhochy closed the pull request at: https://github.com/apache/drill/pull/1042 ---