[GitHub] spark pull request: [WIP][SPARK-2883][SQL]initial support ORC in s...

2014-12-30 Thread scwf
Github user scwf closed the pull request at: https://github.com/apache/spark/pull/2576 --- 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 enable

[GitHub] spark pull request: [WIP][SPARK-2883][SQL]initial support ORC in s...

2014-12-30 Thread scwf
Github user scwf commented on the pull request: https://github.com/apache/spark/pull/2576#issuecomment-68408312 yes, closed! --- 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 enabl

[GitHub] spark pull request: [WIP][SPARK-2883][SQL]initial support ORC in s...

2014-12-30 Thread marmbrus
Github user marmbrus commented on the pull request: https://github.com/apache/spark/pull/2576#issuecomment-68393152 We can close this issue right? --- 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] spark pull request: [WIP][SPARK-2883][SQL]initial support ORC in s...

2014-12-20 Thread scwf
Github user scwf commented on the pull request: https://github.com/apache/spark/pull/2576#issuecomment-67762830 OK, so i make #3753 to support orc through the new datasource api. @zhzhan, in that PR it's support to read partitioned orc files but no ppd(ppd also need refactory based o

[GitHub] spark pull request: [WIP][SPARK-2883][SQL]initial support ORC in s...

2014-12-15 Thread marmbrus
Github user marmbrus commented on the pull request: https://github.com/apache/spark/pull/2576#issuecomment-67059719 We are adding support for writing data in the next version of the API so probably better to wait until that is available. --- If your project is set up for it, you can

[GitHub] spark pull request: [WIP][SPARK-2883][SQL]initial support ORC in s...

2014-12-15 Thread scwf
Github user scwf commented on the pull request: https://github.com/apache/spark/pull/2576#issuecomment-67003139 @marmbrus, i am fixing the test failure and refactoring the code based on datasource api, and one question here is, should i keep the sink part(write interface) here? Or jus

[GitHub] spark pull request: [WIP][SPARK-2883][SQL]initial support ORC in s...

2014-12-01 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/2576#issuecomment-65177482 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/24

[GitHub] spark pull request: [WIP][SPARK-2883][SQL]initial support ORC in s...

2014-12-01 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2576#issuecomment-65172020 [Test build #24014 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/24014/consoleFull) for PR 2576 at commit [`601d242`](https://githu

[GitHub] spark pull request: [WIP][SPARK-2883][SQL]initial support ORC in s...

2014-12-01 Thread zhzhan
Github user zhzhan commented on the pull request: https://github.com/apache/spark/pull/2576#issuecomment-65139300 @scwf I send a pull request to your orc1 branch for the predictor push down support. Please take a look at it, and merge them. Let me know if you have any concerns. https

[GitHub] spark pull request: [WIP][SPARK-2883][SQL]initial support ORC in s...

2014-11-26 Thread zhzhan
Github user zhzhan commented on a diff in the pull request: https://github.com/apache/spark/pull/2576#discussion_r20970019 --- Diff: sql/hive/src/main/scala/org/apache/spark/sql/hive/orc/orc.scala --- @@ -0,0 +1,244 @@ +/* + * Licensed to the Apache Software Foundation (ASF

[GitHub] spark pull request: [WIP][SPARK-2883][SQL]initial support ORC in s...

2014-11-22 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/2576#issuecomment-64105028 Test FAILed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/23

[GitHub] spark pull request: [WIP][SPARK-2883][SQL]initial support ORC in s...

2014-11-22 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2576#issuecomment-64103085 [Test build #23756 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/23756/consoleFull) for PR 2576 at commit [`1e0c1d9`](https://githu

[GitHub] spark pull request: [WIP][SPARK-2883][SQL]initial support ORC in s...

2014-11-22 Thread scwf
Github user scwf commented on the pull request: https://github.com/apache/spark/pull/2576#issuecomment-64103060 Added support orc with new datasource API TODO: to fix partitioned issue --- If your project is set up for it, you can reply to this email and have your reply app