[GitHub] spark pull request #19601: [SPARK-22383][SQL] Generate code to directly get ...

2018-10-26 Thread kiszk
Github user kiszk closed the pull request at: https://github.com/apache/spark/pull/19601 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark pull request #19601: [SPARK-22383][SQL] Generate code to directly get ...

2017-11-27 Thread kiszk
GitHub user kiszk reopened a pull request: https://github.com/apache/spark/pull/19601 [SPARK-22383][SQL] Generate code to directly get value of primitive type array from ColumnVector for table cache ## What changes were proposed in this pull request? This PR generates the

[GitHub] spark pull request #19601: [SPARK-22383][SQL] Generate code to directly get ...

2017-11-27 Thread kiszk
Github user kiszk closed the pull request at: https://github.com/apache/spark/pull/19601 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark pull request #19601: [SPARK-22383][SQL] Generate code to directly get ...

2017-11-16 Thread kiszk
Github user kiszk commented on a diff in the pull request: https://github.com/apache/spark/pull/19601#discussion_r151406905 --- Diff: sql/core/src/main/java/org/apache/spark/sql/execution/vectorized/UnsafeColumnVector.java --- @@ -0,0 +1,517 @@ +/* + * Licensed to the

[GitHub] spark pull request #19601: [SPARK-22383][SQL] Generate code to directly get ...

2017-11-15 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/19601#discussion_r151329119 --- Diff: sql/core/src/main/java/org/apache/spark/sql/execution/vectorized/UnsafeColumnVector.java --- @@ -0,0 +1,517 @@ +/* + * Licensed to the

[GitHub] spark pull request #19601: [SPARK-22383][SQL] Generate code to directly get ...

2017-11-15 Thread kiszk
Github user kiszk commented on a diff in the pull request: https://github.com/apache/spark/pull/19601#discussion_r151325703 --- Diff: sql/core/src/main/java/org/apache/spark/sql/execution/vectorized/UnsafeColumnVector.java --- @@ -0,0 +1,517 @@ +/* + * Licensed to the

[GitHub] spark pull request #19601: [SPARK-22383][SQL] Generate code to directly get ...

2017-11-15 Thread kiszk
Github user kiszk commented on a diff in the pull request: https://github.com/apache/spark/pull/19601#discussion_r151324069 --- Diff: sql/core/src/main/java/org/apache/spark/sql/execution/vectorized/ColumnVectorUtils.java --- @@ -93,28 +93,6 @@ public static void

[GitHub] spark pull request #19601: [SPARK-22383][SQL] Generate code to directly get ...

2017-11-15 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/19601#discussion_r151311790 --- Diff: sql/core/src/main/java/org/apache/spark/sql/execution/vectorized/ColumnVectorUtils.java --- @@ -93,28 +93,6 @@ public static void

[GitHub] spark pull request #19601: [SPARK-22383][SQL] Generate code to directly get ...

2017-11-15 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/19601#discussion_r151315786 --- Diff: sql/core/src/main/java/org/apache/spark/sql/execution/vectorized/UnsafeColumnVector.java --- @@ -0,0 +1,517 @@ +/* + * Licensed to the

[GitHub] spark pull request #19601: [SPARK-22383][SQL] Generate code to directly get ...

2017-10-29 Thread kiszk
Github user kiszk commented on a diff in the pull request: https://github.com/apache/spark/pull/19601#discussion_r147578600 --- Diff: sql/core/src/main/java/org/apache/spark/sql/execution/vectorized/ColumnVector.java --- @@ -367,9 +551,13 @@ public Object get(int ordinal,

[GitHub] spark pull request #19601: [SPARK-22383][SQL] Generate code to directly get ...

2017-10-29 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/19601#discussion_r147578474 --- Diff: sql/core/src/main/java/org/apache/spark/sql/execution/vectorized/ColumnVector.java --- @@ -367,9 +551,13 @@ public Object get(int ordinal,

[GitHub] spark pull request #19601: [SPARK-22383][SQL] Generate code to directly get ...

2017-10-28 Thread kiszk
GitHub user kiszk opened a pull request: https://github.com/apache/spark/pull/19601 [SPARK-22383][SQL] Generate code to directly get value of primitive type array from ColumnVector for table cache ## What changes were proposed in this pull request? This PR generates the