Github user asfgit closed the pull request at:
https://github.com/apache/spark/pull/9016
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enab
Github user liancheng commented on the pull request:
https://github.com/apache/spark/pull/9016#issuecomment-147597344
Thanks, merging to master.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not hav
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/9016#issuecomment-147579896
Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/43
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/9016#issuecomment-147579796
[Test build #43597 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/43597/console)
for PR 9016 at commit
[`615d9a3`](https://github.
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/9016#issuecomment-147575381
Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/43
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/9016#issuecomment-147575379
Merged build finished. Test PASSed.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/9016#issuecomment-147575290
[Test build #43596 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/43596/console)
for PR 9016 at commit
[`55a92ba`](https://github.
Github user cloud-fan commented on the pull request:
https://github.com/apache/spark/pull/9016#issuecomment-147561041
LGTM pending test.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this f
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/9016#issuecomment-147550833
[Test build #43597 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/43597/consoleFull)
for PR 9016 at commit
[`615d9a3`](https://gith
Github user liancheng commented on the pull request:
https://github.com/apache/spark/pull/9016#issuecomment-147549448
LGTM pending Jenkins
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/9016#issuecomment-147549291
Merged build triggered.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not h
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/9016#issuecomment-147549299
Merged build started.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have
Github user davies commented on the pull request:
https://github.com/apache/spark/pull/9016#issuecomment-147549002
@cloud-fan @liancheng Had updated this to use UnsafeReader, do you have
more comments?
---
If your project is set up for it, you can reply to this email and have your
re
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/9016#issuecomment-147546562
[Test build #43596 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/43596/consoleFull)
for PR 9016 at commit
[`55a92ba`](https://gith
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/9016#issuecomment-147545154
Merged build started.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/9016#issuecomment-147545132
Merged build triggered.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not h
Github user liancheng commented on a diff in the pull request:
https://github.com/apache/spark/pull/9016#discussion_r41808778
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/columnar/ColumnType.scala ---
@@ -34,7 +34,8 @@ import org.apache.spark.unsafe.types.UTF8String
Github user davies commented on a diff in the pull request:
https://github.com/apache/spark/pull/9016#discussion_r41808695
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/columnar/ColumnType.scala ---
@@ -34,7 +34,8 @@ import org.apache.spark.unsafe.types.UTF8String
*
Github user liancheng commented on a diff in the pull request:
https://github.com/apache/spark/pull/9016#discussion_r41806519
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/columnar/ColumnType.scala ---
@@ -34,7 +34,8 @@ import org.apache.spark.unsafe.types.UTF8String
Github user liancheng commented on a diff in the pull request:
https://github.com/apache/spark/pull/9016#discussion_r41806391
--- Diff:
sql/catalyst/src/main/java/org/apache/spark/sql/catalyst/expressions/UnsafeArrayData.java
---
@@ -145,6 +146,8 @@ public Object get(int ordinal,
Github user liancheng commented on a diff in the pull request:
https://github.com/apache/spark/pull/9016#discussion_r41804973
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/columnar/ColumnType.scala ---
@@ -449,124 +416,126 @@ private[sql] object LARGE_DECIMAL {
}
Github user davies commented on a diff in the pull request:
https://github.com/apache/spark/pull/9016#discussion_r41802694
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/columnar/ColumnType.scala ---
@@ -34,7 +34,8 @@ import org.apache.spark.unsafe.types.UTF8String
*
Github user davies commented on a diff in the pull request:
https://github.com/apache/spark/pull/9016#discussion_r41802164
--- Diff:
sql/catalyst/src/main/java/org/apache/spark/sql/catalyst/expressions/UnsafeArrayData.java
---
@@ -145,6 +146,8 @@ public Object get(int ordinal, Dat
Github user davies commented on a diff in the pull request:
https://github.com/apache/spark/pull/9016#discussion_r41802119
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/columnar/ColumnType.scala ---
@@ -449,124 +416,126 @@ private[sql] object LARGE_DECIMAL {
}
Github user liancheng commented on a diff in the pull request:
https://github.com/apache/spark/pull/9016#discussion_r41788877
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/columnar/ColumnType.scala ---
@@ -34,7 +34,8 @@ import org.apache.spark.unsafe.types.UTF8String
Github user liancheng commented on a diff in the pull request:
https://github.com/apache/spark/pull/9016#discussion_r41788873
--- Diff:
sql/catalyst/src/main/java/org/apache/spark/sql/catalyst/expressions/UnsafeArrayData.java
---
@@ -145,6 +146,8 @@ public Object get(int ordinal,
Github user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/9016#discussion_r41679715
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/columnar/ColumnType.scala ---
@@ -449,124 +416,126 @@ private[sql] object LARGE_DECIMAL {
}
Github user cloud-fan commented on a diff in the pull request:
https://github.com/apache/spark/pull/9016#discussion_r41679710
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/columnar/ColumnType.scala ---
@@ -449,124 +416,126 @@ private[sql] object LARGE_DECIMAL {
}
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/9016#issuecomment-146951528
Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/43
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/9016#issuecomment-146951525
Merged build finished. Test PASSed.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/9016#issuecomment-146951360
[Test build #43476 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/43476/console)
for PR 9016 at commit
[`1716bcd`](https://github.
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/9016#issuecomment-146905428
[Test build #43476 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/43476/consoleFull)
for PR 9016 at commit
[`1716bcd`](https://gith
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/9016#issuecomment-146904608
Merged build started.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/9016#issuecomment-146904577
Merged build triggered.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not h
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/9016#issuecomment-146780052
Merged build finished. Test FAILed.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/9016#issuecomment-146780055
Test FAILed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/43
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/9016#issuecomment-146779983
[Test build #43459 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/43459/console)
for PR 9016 at commit
[`6e050a7`](https://github.
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/9016#issuecomment-146756987
[Test build #43459 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/43459/consoleFull)
for PR 9016 at commit
[`6e050a7`](https://gith
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/9016#issuecomment-146756468
Merged build triggered.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not h
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/9016#issuecomment-146756479
Merged build started.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/9016#issuecomment-146743581
Test FAILed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/43
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/9016#issuecomment-146743462
[Test build #43448 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/43448/console)
for PR 9016 at commit
[`b29314b`](https://github.
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/9016#issuecomment-146743576
Build finished. Test FAILed.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does n
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/9016#issuecomment-146737729
Test FAILed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/43
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/9016#issuecomment-146737728
Merged build finished. Test FAILed.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/9016#issuecomment-146737690
[Test build #43441 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/43441/console)
for PR 9016 at commit
[`96661a8`](https://github.
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/9016#issuecomment-146732510
Merged build finished. Test FAILed.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project
Github user AmplabJenkins commented on the pull request:
https://github.com/apache/spark/pull/9016#issuecomment-146732511
Test FAILed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/43
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/9016#issuecomment-146732468
[Test build #43439 has
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/43439/console)
for PR 9016 at commit
[`297b06e`](https://github.
Github user SparkQA commented on the pull request:
https://github.com/apache/spark/pull/9016#issuecomment-146727257
[Test build #43448 has
started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/43448/consoleFull)
for PR 9016 at commit
[`b29314b`](https://gith
50 matches
Mail list logo