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

2017-12-02 Thread vrozov
Github user vrozov commented on a diff in the pull request: https://github.com/apache/drill/pull/1058#discussion_r154499915 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/cache/VectorSerializer.java --- @@ -40,20 +52,18 @@ */ public static class

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

2017-12-02 Thread vrozov
Github user vrozov commented on a diff in the pull request: https://github.com/apache/drill/pull/1058#discussion_r154499154 --- Diff: exec/java-exec/src/main/java/org/apache/drill/exec/cache/VectorSerializer.java --- @@ -62,27 +72,65 @@ public Writer write(VectorAccessible va)

Re: [VOTE] Release Apache Drill 1.12.0 - rc0

2017-12-02 Thread Arina Yelchiyeva
I guess this sinks the release. I'll prepare new release candidate once issue in DRILL-5702 [1] is fixed. [1] https://issues.apache.org/jira/browse/DRILL-5702 Kind regards Arina On Sat, Dec 2, 2017 at 12:14 PM, Vova Vysotskyi wrote: > Downloaded built archive at [2], ran

Re: [VOTE] Release Apache Drill 1.12.0 - rc0

2017-12-02 Thread Vova Vysotskyi
Downloaded built archive at [2], ran Drill in embedded mode, created and queried views, submitted few TPCH queries from UI, checked that query profiles are displayed correctly. Connected from SQuirrel using drill-jdbc-driver driver, ran few queries, also ran queries from a java application using