[GitHub] drill pull request #1049: DRILL-5971: Fix INT64, INT32 logical types in comp...

2017-11-29 Thread vvysotskyi
Github user vvysotskyi commented on a diff in the pull request: https://github.com/apache/drill/pull/1049#discussion_r153735994 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/columnreaders/ColumnReaderFactory.java --- @@ -138,6 +138,8 @@

[GitHub] drill pull request #1049: DRILL-5971: Fix INT64, INT32 logical types in comp...

2017-11-29 Thread vvysotskyi
Github user vvysotskyi commented on a diff in the pull request: https://github.com/apache/drill/pull/1049#discussion_r153739725 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/store/parquet/columnreaders/ColumnReaderFactory.java --- @@ -138,6 +138,8 @@

[GitHub] drill pull request #1050: DRILL-5964: Do not allow queries to access paths o...

2017-11-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/1050 ---

[GitHub] drill pull request #1053: DRILL-5989 Travis Finally Runs Smoke Tests!!!

2017-11-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/1053 ---

[GitHub] drill pull request #921: DRILL-4286 Graceful shutdown of drillbit

2017-11-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/921 ---

[GitHub] drill pull request #1038: DRILL-5972: Slow performance for query on INFORMAT...

2017-11-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/drill/pull/1038 ---

[VOTE] Release Apache Drill 1.12.0 - rc0

2017-11-29 Thread Arina Ielchiieva
Hi all, I'd like to propose the first release candidate (rc0) of Apache Drill, version 1.12.0. The release candidate covers a total of 167 resolved JIRAs [1]. Thanks to everyone who contributed to this release. The tarball artifacts are hosted at [2] and the maven artifacts are hosted at [3].

Re: [EXT] Re: Food for thought about intra-document operation

2017-11-29 Thread Aman Sinha
Damien, for the intra-document operations, it would be useful to add support for LATERAL joins (SQL standard), which in conjunction with UNNEST (or FLATTEN) should address the use case you have. I have filed a JIRA for this: https://issues.apache.org/jira/browse/DRILL-5999. -Aman On Tue, Sep

[jira] [Created] (DRILL-5999) Add support for LATERAL join

2017-11-29 Thread Aman Sinha (JIRA)
Aman Sinha created DRILL-5999: - Summary: Add support for LATERAL join Key: DRILL-5999 URL: https://issues.apache.org/jira/browse/DRILL-5999 Project: Apache Drill Issue Type: New Feature

[GitHub] drill pull request #1057: DRILL-5993 Append Row Method For VectorContainer (...

2017-11-29 Thread Ben-Zvi
Github user Ben-Zvi commented on a diff in the pull request: https://github.com/apache/drill/pull/1057#discussion_r153934729 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/record/VectorContainer.java --- @@ -353,6 +353,23 @@ public int getRecordCount() {

[GitHub] drill pull request #1057: DRILL-5993 Append Row Method For VectorContainer (...

2017-11-29 Thread Ben-Zvi
Github user Ben-Zvi commented on a diff in the pull request: https://github.com/apache/drill/pull/1057#discussion_r153935071 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/record/TestVectorContainer.java --- @@ -124,4 +132,52 @@ public void testContainerMerge() {

[GitHub] drill pull request #1057: DRILL-5993 Append Row Method For VectorContainer (...

2017-11-29 Thread paul-rogers
Github user paul-rogers commented on a diff in the pull request: https://github.com/apache/drill/pull/1057#discussion_r153926390 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/record/VectorContainer.java --- @@ -353,6 +353,23 @@ public int getRecordCount() {

[GitHub] drill issue #1057: DRILL-5993 Append Row Method For VectorContainer (WIP)

2017-11-29 Thread paul-rogers
Github user paul-rogers commented on the issue: https://github.com/apache/drill/pull/1057 To answer the two questions: 1. The copier is used in multiple locations, some of which include selection vectors. Sort uses a copier to merge rows coming from multiple sorted batches.

[jira] [Created] (DRILL-6001) Deprecate using assertions (-ea) to enable direct memory allocation tracing.

2017-11-29 Thread Vlad Rozov (JIRA)
Vlad Rozov created DRILL-6001: - Summary: Deprecate using assertions (-ea) to enable direct memory allocation tracing. Key: DRILL-6001 URL: https://issues.apache.org/jira/browse/DRILL-6001 Project: Apache

[GitHub] drill issue #1057: DRILL-5993 Append Row Method For VectorContainer (WIP)

2017-11-29 Thread ilooner
Github user ilooner commented on the issue: https://github.com/apache/drill/pull/1057 @paul-rogers since HashJoin does not need to support Selection Vectors maybe we can postpone adding the corresponding appendRow methods if and when they are needed. I suspect by the time anyone

[GitHub] drill issue #1057: DRILL-5993 Append Row Method For VectorContainer (WIP)

2017-11-29 Thread ilooner
Github user ilooner commented on the issue: https://github.com/apache/drill/pull/1057 Please let me know if I should make any more changes. ---

[jira] [Created] (DRILL-6002) Avoid memory copy from direct buffer to heap while spilling to local disk

2017-11-29 Thread Vlad Rozov (JIRA)
Vlad Rozov created DRILL-6002: - Summary: Avoid memory copy from direct buffer to heap while spilling to local disk Key: DRILL-6002 URL: https://issues.apache.org/jira/browse/DRILL-6002 Project: Apache

[GitHub] drill pull request #1058: DRILL-6002: Avoid memory copy from direct buffer t...

2017-11-29 Thread vrozov
GitHub user vrozov opened a pull request: https://github.com/apache/drill/pull/1058 DRILL-6002: Avoid memory copy from direct buffer to heap while spilling to local disk @paul-rogers Please review You can merge this pull request into a Git repository by running: $ git pull

[GitHub] drill issue #1024: DRILL-3640: Support JDBC Statement.setQueryTimeout(int)

2017-11-29 Thread kkhatua
Github user kkhatua commented on the issue: https://github.com/apache/drill/pull/1024 @laurentgo I've added server-triggered timeout tests and made other changes as well, but they require support for [DRILL-5973](https://issues.apache.org/jira/browse/DRILL-5973) . I tested this

[GitHub] drill pull request #1057: DRILL-5993 Append Row Method For VectorContainer (...

2017-11-29 Thread ilooner
Github user ilooner commented on a diff in the pull request: https://github.com/apache/drill/pull/1057#discussion_r153958856 --- Diff: exec/java-exec/src/test/java/org/apache/drill/exec/record/TestVectorContainer.java --- @@ -124,4 +132,52 @@ public void testContainerMerge() {

[GitHub] drill issue #1055: DRILL-5973 : Support injection of time-bound pauses in se...

2017-11-29 Thread kkhatua
Github user kkhatua commented on the issue: https://github.com/apache/drill/pull/1055 @laurentgo / @parthchandra Please review this. It is the basis for unit tests in DRILL-3640 ---

[GitHub] drill pull request #1056: DRILL-6000: Categorized graceful shutdown unit tes...

2017-11-29 Thread ilooner
GitHub user ilooner opened a pull request: https://github.com/apache/drill/pull/1056 DRILL-6000: Categorized graceful shutdown unit tests as SlowTests Graceful shutdown unit tests were failing on Travis, and should not be run as part of the SmokeTests You can merge this pull

[GitHub] drill issue #1056: DRILL-6000: Categorized graceful shutdown unit tests as S...

2017-11-29 Thread ilooner
Github user ilooner commented on the issue: https://github.com/apache/drill/pull/1056 @arina-ielchiieva ---

[GitHub] drill pull request #1055: DRILL-5973 : Support injection of time-bound pause...

2017-11-29 Thread kkhatua
GitHub user kkhatua opened a pull request: https://github.com/apache/drill/pull/1055 DRILL-5973 : Support injection of time-bound pauses in server Support pause injections in the test framework that are time-bound, to allow for testing high latency scenarios. e.g. delayed

[jira] [Created] (DRILL-6000) Graceful Shutdown Unit Tests Should Not Be Run On Travis

2017-11-29 Thread Timothy Farkas (JIRA)
Timothy Farkas created DRILL-6000: - Summary: Graceful Shutdown Unit Tests Should Not Be Run On Travis Key: DRILL-6000 URL: https://issues.apache.org/jira/browse/DRILL-6000 Project: Apache Drill

[GitHub] drill issue #1057: DRILL-5993 Append Row Method For VectorContainer (WIP)

2017-11-29 Thread ilooner
Github user ilooner commented on the issue: https://github.com/apache/drill/pull/1057 @Ben-Zvi @paul-rogers ---

[GitHub] drill pull request #1057: DRILL-5993 Append Row Method For VectorContainer (...

2017-11-29 Thread ilooner
GitHub user ilooner opened a pull request: https://github.com/apache/drill/pull/1057 DRILL-5993 Append Row Method For VectorContainer (WIP) ## Motivation HashJoin requires a method that can take a row from a VectorContainer and append it to a destination VectorContainer.