[GitHub] spark pull request: Fix reading of partitioned format=text dataset...

2016-05-14 Thread jurriaan
Github user jurriaan commented on the pull request: https://github.com/apache/spark/pull/13104#issuecomment-219207482 I'll create a JIRA just to be sure, thanks! --- 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 pro

[GitHub] spark pull request: Fix reading of partitioned format=text dataset...

2016-05-14 Thread HyukjinKwon
Github user HyukjinKwon commented on the pull request: https://github.com/apache/spark/pull/13104#issuecomment-219207342 Oh, I just meant it changes codes to support partitioned table for text data source which seems disabled in Spark 2.0. It seems the guide says it does not a JIRA o

[GitHub] spark pull request: Fix reading of partitioned format=text dataset...

2016-05-14 Thread jurriaan
Github user jurriaan commented on the pull request: https://github.com/apache/spark/pull/13104#issuecomment-219207031 @HyukjinKwon It's related to https://issues.apache.org/jira/browse/SPARK-14463. Or should I create a new JIRA? And how is this changing existing behaviour? It

[GitHub] spark pull request: Fix reading of partitioned format=text dataset...

2016-05-13 Thread HyukjinKwon
Github user HyukjinKwon commented on the pull request: https://github.com/apache/spark/pull/13104#issuecomment-219199027 (I think it might need a JIRA because it seems changing existing behaviour) --- If your project is set up for it, you can reply to this email and have your reply ap

[GitHub] spark pull request: Fix reading of partitioned format=text dataset...

2016-05-13 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/13104#issuecomment-219165088 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/

[GitHub] spark pull request: Fix reading of partitioned format=text dataset...

2016-05-13 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/13104#issuecomment-219165082 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 projec

[GitHub] spark pull request: Fix reading of partitioned format=text dataset...

2016-05-13 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/13104#issuecomment-219164866 **[Test build #58591 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/58591/consoleFull)** for PR 13104 at commit [`4b6ad2b`](https://g

[GitHub] spark pull request: Fix reading of partitioned format=text dataset...

2016-05-13 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/13104#issuecomment-219147522 **[Test build #58591 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/58591/consoleFull)** for PR 13104 at commit [`4b6ad2b`](https://gi

[GitHub] spark pull request: Fix reading of partitioned format=text dataset...

2016-05-13 Thread marmbrus
Github user marmbrus commented on the pull request: https://github.com/apache/spark/pull/13104#issuecomment-219146749 ok to 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 feature e

[GitHub] spark pull request: Fix reading of partitioned format=text dataset...

2016-05-13 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/13104#issuecomment-219130685 Can one of the admins verify this patch? --- 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 p

[GitHub] spark pull request: Fix reading of partitioned format=text dataset...

2016-05-13 Thread jurriaan
GitHub user jurriaan opened a pull request: https://github.com/apache/spark/pull/13104 Fix reading of partitioned format=text datasets I was using this in Spark 1.6.1 but it broke in Spark 2.0.0. It would be logical if you could also write those, but not entirely sure ho