[GitHub] drill issue #1225: DRILL-6272: Refactor dynamic UDFs and function initialize...

2018-04-23 Thread arina-ielchiieva
Github user arina-ielchiieva commented on the issue: https://github.com/apache/drill/pull/1225 @vrozov I'll re-work PR with maven embedder, thanks for the idea. I'll ping you when changes are done. ---

[GitHub] drill pull request #1238: DRILL-6281: Refactor TimedRunnable

2018-04-23 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1238#discussion_r183330705 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/TimedCallable.java --- @@ -0,0 +1,258 @@ +/* + * Licensed to the Apache S

[GitHub] drill issue #1238: DRILL-6281: Refactor TimedRunnable

2018-04-23 Thread arina-ielchiieva
Github user arina-ielchiieva commented on the issue: https://github.com/apache/drill/pull/1238 @vrozov could you please post some line about the changes being done during refactoring, reasons and benefits? ---

[GitHub] drill issue #1235: DRILL-6336: Inconsistent method name.

2018-04-23 Thread arina-ielchiieva
Github user arina-ielchiieva commented on the issue: https://github.com/apache/drill/pull/1235 @BruceKuiLiu it is not public interface, no need to deprecate the method. You can simply replace. ---

[GitHub] drill pull request #1236: DRILL-6347: Inconsistent method name "field".

2018-04-23 Thread arina-ielchiieva
Github user arina-ielchiieva commented on a diff in the pull request: https://github.com/apache/drill/pull/1236#discussion_r183341109 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/planner/physical/visitor/PrelVisualizerVisitor.java --- @@ -88,10 +88,10 @@ public voi

[GitHub] drill issue #1235: DRILL-6336: Inconsistent method name.

2018-04-23 Thread BruceKuiLiu
Github user BruceKuiLiu commented on the issue: https://github.com/apache/drill/pull/1235 Thanks. ---

[GitHub] drill pull request #1236: DRILL-6347: Inconsistent method name "field".

2018-04-23 Thread HanumathRao
Github user HanumathRao commented on a diff in the pull request: https://github.com/apache/drill/pull/1236#discussion_r183384261 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/planner/physical/visitor/PrelVisualizerVisitor.java --- @@ -88,10 +88,10 @@ public void end

[GitHub] drill pull request #1238: DRILL-6281: Refactor TimedRunnable

2018-04-23 Thread vrozov
Github user vrozov commented on a diff in the pull request: https://github.com/apache/drill/pull/1238#discussion_r183397526 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/TimedCallable.java --- @@ -0,0 +1,258 @@ +/* + * Licensed to the Apache Software Fo

[GitHub] drill issue #1238: DRILL-6281: Refactor TimedRunnable

2018-04-23 Thread vrozov
Github user vrozov commented on the issue: https://github.com/apache/drill/pull/1238 DRILL-6281 is a subtask (preparation step) for DRILL-5908 Regression: Query intermittently may fail with error "Waited for 15000ms, but tasks for 'Get block maps' are not complete." Refactoring is nec

[GitHub] drill pull request #1203: DRILL-6289: Cluster view should show more relevant...

2018-04-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/1203 ---

[GitHub] drill pull request #1219: DRILL-6339: Add a new option to disable TopN (for ...

2018-04-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/1219 ---

[GitHub] drill pull request #1223: DRILL-6324: Unnest initial implementation

2018-04-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/1223 ---

[GitHub] drill pull request #1215: DRILL-6338: Do not skip license maven plugin when ...

2018-04-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/1215 ---

[GitHub] drill pull request #1213: DRILL-6334: Minor code cleanup

2018-04-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/1213 ---

[GitHub] drill pull request #1229: DRILL-6333: Fixed Quotation marks

2018-04-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/1229 ---

[GitHub] drill issue #1220: DRILL-6328: Consolidate developer docs in docs folder.

2018-04-23 Thread ilooner
Github user ilooner commented on the issue: https://github.com/apache/drill/pull/1220 replaced with TBA as suggested. ---

[GitHub] drill issue #1220: DRILL-6328: Consolidate developer docs in docs folder.

2018-04-23 Thread arina-ielchiieva
Github user arina-ielchiieva commented on the issue: https://github.com/apache/drill/pull/1220 LGTM. ---

[GitHub] drill issue #1217: DRILL-6302: Fixed NPE in Drillbit close method

2018-04-23 Thread sohami
Github user sohami commented on the issue: https://github.com/apache/drill/pull/1217 +1 LGTM. ---

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

2018-04-23 Thread Parth Chandra
I'm assuming jiang-wu will update the PR to use the Joda/JDK classes when he gets the time? On Thu, Apr 19, 2018 at 6:34 AM, arina-ielchiieva wrote: > Github user arina-ielchiieva commented on the issue: > > https://github.com/apache/drill/pull/1184 > > So what the next steps required be

[GitHub] drill issue #1233: Updated with links to previous releases

2018-04-23 Thread parthchandra
Github user parthchandra commented on the issue: https://github.com/apache/drill/pull/1233 For older releases a single link to http://archive.apache.org/dist/drill would be better (you won't have to update this very time there is a release). ---

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

2018-04-23 Thread jiang-wu
Github user jiang-wu commented on the issue: https://github.com/apache/drill/pull/1184 I was out of town last week. Will work on the type change to Java 8 Local[Data|Time|Timestamp] this week and then notify you when it is done. ---

[GitHub] drill pull request #1216: DRILL-6173: Support transitive closure during filt...

2018-04-23 Thread vdiravka
Github user vdiravka commented on a diff in the pull request: https://github.com/apache/drill/pull/1216#discussion_r183329162 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/planner/logical/TestTransitiveClosure.java --- @@ -0,0 +1,102 @@ +/* + * Licensed to t

[jira] [Created] (DRILL-6349) Drill JDBC driver fails on Java 1.9+ with NoClassDefFoundError: sun/misc/VM

2018-04-23 Thread Marc Prud'hommeaux (JIRA)
Marc Prud'hommeaux created DRILL-6349: - Summary: Drill JDBC driver fails on Java 1.9+ with NoClassDefFoundError: sun/misc/VM Key: DRILL-6349 URL: https://issues.apache.org/jira/browse/DRILL-6349 P

[GitHub] drill issue #1216: DRILL-6173: Support transitive closure during filter push...

2018-04-23 Thread amansinha100
Github user amansinha100 commented on the issue: https://github.com/apache/drill/pull/1216 +1 ---

[GitHub] drill pull request #1144: DRILL-6202: Deprecate usage of IndexOutOfBoundsExc...

2018-04-23 Thread parthchandra
Github user parthchandra commented on a diff in the pull request: https://github.com/apache/drill/pull/1144#discussion_r183530901 --- Diff: src/main/resources/checkstyle-config.xml --- @@ -30,10 +30,15 @@ + --- End diff -- I think IOBE shou

[GitHub] drill issue #1236: DRILL-6347: Inconsistent method name "field".

2018-04-23 Thread vrozov
Github user vrozov commented on the issue: https://github.com/apache/drill/pull/1236 IMO, neither `append` or `appendField` is a good choice (otherwise it is necessary to change `startNode/endNode` to `appendStart/EndNode`). It is either `field` or `visitField` and should follow visit

[GitHub] drill issue #1235: DRILL-6336: Inconsistent method name.

2018-04-23 Thread vrozov
Github user vrozov commented on the issue: https://github.com/apache/drill/pull/1235 There is no need to expose implementation details as part of the class API. Whether `DebugStringBuilder` uses `PrintWriter.print()` or something else to implement `append()` must be hidden from `Debug

[GitHub] drill pull request #1234: DRILL-5927: Fixed memory leak in TestBsonRecordRea...

2018-04-23 Thread vrozov
Github user vrozov commented on a diff in the pull request: https://github.com/apache/drill/pull/1234#discussion_r183563218 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/store/bson/TestBsonRecordReader.java --- @@ -49,17 +50,20 @@ import org.junit.BeforeClass;

[GitHub] drill pull request #1234: DRILL-5927: Fixed memory leak in TestBsonRecordRea...

2018-04-23 Thread vrozov
Github user vrozov commented on a diff in the pull request: https://github.com/apache/drill/pull/1234#discussion_r183562766 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/store/bson/TestBsonRecordReader.java --- @@ -272,6 +276,9 @@ public static void cleanUp() {

[GitHub] drill pull request #1234: DRILL-5927: Fixed memory leak in TestBsonRecordRea...

2018-04-23 Thread vrozov
Github user vrozov commented on a diff in the pull request: https://github.com/apache/drill/pull/1234#discussion_r183564004 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/store/bson/TestBsonRecordReader.java --- @@ -49,17 +50,20 @@ import org.junit.BeforeClass;

[GitHub] drill pull request #1239: CGroup Support for Drill-on-YARN

2018-04-23 Thread kkhatua
GitHub user kkhatua opened a pull request: https://github.com/apache/drill/pull/1239 CGroup Support for Drill-on-YARN Original commit works for stand-alone Drill. During testing with Drill-on-YARN, it was discovered that while the environment is sourced, the DrillApplicationManager

[GitHub] drill issue #1239: CGroup Support for Drill-on-YARN

2018-04-23 Thread kkhatua
Github user kkhatua commented on the issue: https://github.com/apache/drill/pull/1239 @Ben-Zvi please review. QA verified that Drill-on-YARN works with this patch. ---

[GitHub] drill pull request #1144: DRILL-6202: Deprecate usage of IndexOutOfBoundsExc...

2018-04-23 Thread vrozov
Github user vrozov commented on a diff in the pull request: https://github.com/apache/drill/pull/1144#discussion_r183571786 --- Diff: src/main/resources/checkstyle-config.xml --- @@ -30,10 +30,15 @@ + --- End diff -- IMO the same applies to

[GitHub] drill issue #1218: DRILL-6335: Refactor row set abstractions to prepare for ...

2018-04-23 Thread ppadma
Github user ppadma commented on the issue: https://github.com/apache/drill/pull/1218 LGTM. +1 ---

[GitHub] drill pull request #1238: DRILL-6281: Refactor TimedRunnable

2018-04-23 Thread HanumathRao
Github user HanumathRao commented on a diff in the pull request: https://github.com/apache/drill/pull/1238#discussion_r183576093 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/TimedCallable.java --- @@ -0,0 +1,258 @@ +/* + * Licensed to the Apache Softwa

[GitHub] drill pull request #1238: DRILL-6281: Refactor TimedRunnable

2018-04-23 Thread HanumathRao
Github user HanumathRao commented on a diff in the pull request: https://github.com/apache/drill/pull/1238#discussion_r183576419 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/FooterGatherer.java --- @@ -66,8 +69,8 @@ private static void checkMagicBytes

[GitHub] drill pull request #1238: DRILL-6281: Refactor TimedRunnable

2018-04-23 Thread vrozov
Github user vrozov commented on a diff in the pull request: https://github.com/apache/drill/pull/1238#discussion_r183578626 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/FooterGatherer.java --- @@ -66,8 +69,8 @@ private static void checkMagicBytes(File

[GitHub] drill pull request #1239: DRILL-143: CGroup Support for Drill-on-YARN

2018-04-23 Thread Ben-Zvi
Github user Ben-Zvi commented on a diff in the pull request: https://github.com/apache/drill/pull/1239#discussion_r183607110 --- Diff: distribution/src/resources/yarn-drillbit.sh --- @@ -110,6 +114,36 @@ # Enables Java GC logging. Passed from the drill.yarn.drillbit.log-gc

[GitHub] drill pull request #1234: DRILL-5927: Fixed memory leak in TestBsonRecordRea...

2018-04-23 Thread ilooner
Github user ilooner commented on a diff in the pull request: https://github.com/apache/drill/pull/1234#discussion_r183608064 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/store/bson/TestBsonRecordReader.java --- @@ -49,17 +50,20 @@ import org.junit.BeforeClass;

[GitHub] drill pull request #1234: DRILL-5927: Fixed memory leak in TestBsonRecordRea...

2018-04-23 Thread ilooner
Github user ilooner commented on a diff in the pull request: https://github.com/apache/drill/pull/1234#discussion_r183608559 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/store/bson/TestBsonRecordReader.java --- @@ -272,6 +276,9 @@ public static void cleanUp() {

[GitHub] drill pull request #1234: DRILL-5927: Fixed memory leak in TestBsonRecordRea...

2018-04-23 Thread ilooner
Github user ilooner commented on a diff in the pull request: https://github.com/apache/drill/pull/1234#discussion_r183611338 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/store/bson/TestBsonRecordReader.java --- @@ -49,17 +50,20 @@ import org.junit.BeforeClass;

[GitHub] drill issue #1234: DRILL-5927: Fixed memory leak in TestBsonRecordReader, an...

2018-04-23 Thread ilooner
Github user ilooner commented on the issue: https://github.com/apache/drill/pull/1234 @vrozov addressed comments ---