You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by nchammas <gi...@git.apache.org> on 2016/05/10 21:47:01 UTC

[GitHub] spark pull request: [SPARK-15256] Clarify DataFrameReader.jdbc() d...

GitHub user nchammas opened a pull request:

    https://github.com/apache/spark/pull/13034

    [SPARK-15256] Clarify DataFrameReader.jdbc() docstring

    This PR:
    * Clarifies the Python docstring for DataFrameReader.jdbc() by pulling from the [Scala docstrings](https://github.com/apache/spark/blob/b28137764716f56fa1a923c4278624a56364a505/sql/core/src/main/scala/org/apache/spark/sql/DataFrameReader.scala#L201-L251) and rephrasing things.
    * Corrects minor Sphinx typos.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/nchammas/spark SPARK-15256

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/13034.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #13034
    
----
commit 7699db2f800bdd5ba70f6af47dbfaf37fe0026a9
Author: Nicholas Chammas <ni...@gmail.com>
Date:   2016-05-10T21:41:43Z

    clarify jdbc() docstring

----


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-15256] [SQL] [PySpark] Clarify DataFram...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the pull request:

    https://github.com/apache/spark/pull/13034#issuecomment-218593914
  
    Test FAILed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/58407/
    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 not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-15256] Clarify DataFrameReader.jdbc() d...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the pull request:

    https://github.com/apache/spark/pull/13034#issuecomment-218479662
  
    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 does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-15256] Clarify DataFrameReader.jdbc() d...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/13034#issuecomment-218304242
  
    **[Test build #58282 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/58282/consoleFull)** for PR 13034 at commit [`6e30db8`](https://github.com/apache/spark/commit/6e30db8e93bf996559b2e0c9644d2a238668322c).


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-15256] Clarify DataFrameReader.jdbc() d...

Posted by nchammas <gi...@git.apache.org>.
Github user nchammas commented on a diff in the pull request:

    https://github.com/apache/spark/pull/13034#discussion_r62758916
  
    --- Diff: python/pyspark/sql/readwriter.py ---
    @@ -415,28 +415,31 @@ def orc(self, path):
         def jdbc(self, url, table, column=None, lowerBound=None, upperBound=None, numPartitions=None,
                  predicates=None, properties=None):
             """
    -        Construct a :class:`DataFrame` representing the database table accessible
    -        via JDBC URL `url` named `table` and connection `properties`.
    --- End diff --
    
    Single backticks in Sphinx just make things italic. e.g. See the [current doc](http://spark.apache.org/docs/1.6.1/api/python/pyspark.sql.html#pyspark.sql.DataFrameReader.jdbc).


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-15256] Clarify DataFrameReader.jdbc() d...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/13034#issuecomment-218315927
  
    **[Test build #58288 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/58288/consoleFull)** for PR 13034 at commit [`26dc46b`](https://github.com/apache/spark/commit/26dc46bcd6a5b02832afed4f582619a39ef03980).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds no public classes.


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-15256] Clarify DataFrameReader.jdbc() d...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the pull request:

    https://github.com/apache/spark/pull/13034#issuecomment-218302388
  
    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 does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-15256] Clarify DataFrameReader.jdbc() d...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the pull request:

    https://github.com/apache/spark/pull/13034#issuecomment-218308354
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/58282/
    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 does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-15256] Clarify DataFrameReader.jdbc() d...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/13034#issuecomment-218302387
  
    **[Test build #58278 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/58278/consoleFull)** for PR 13034 at commit [`7699db2`](https://github.com/apache/spark/commit/7699db2f800bdd5ba70f6af47dbfaf37fe0026a9).
     * This patch **fails Python style tests**.
     * This patch merges cleanly.
     * This patch adds no public classes.


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-15256] [SQL] [PySpark] Clarify DataFram...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/13034#issuecomment-218592065
  
    **[Test build #2985 has started](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/2985/consoleFull)** for PR 13034 at commit [`6a73fe9`](https://github.com/apache/spark/commit/6a73fe9930bf0041c8ad38a130be6ec86d11a173).


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-15256] Clarify DataFrameReader.jdbc() d...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the pull request:

    https://github.com/apache/spark/pull/13034#issuecomment-218316019
  
    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 does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-15256] [SQL] [PySpark] Clarify DataFram...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/13034#issuecomment-218593888
  
    **[Test build #58407 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/58407/consoleFull)** for PR 13034 at commit [`6a73fe9`](https://github.com/apache/spark/commit/6a73fe9930bf0041c8ad38a130be6ec86d11a173).
     * This patch **fails PySpark unit tests**.
     * This patch merges cleanly.
     * This patch adds no public classes.


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-15256] Clarify DataFrameReader.jdbc() d...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the pull request:

    https://github.com/apache/spark/pull/13034#issuecomment-218302389
  
    Test FAILed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/58278/
    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 not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-15256] Clarify DataFrameReader.jdbc() d...

Posted by davies <gi...@git.apache.org>.
Github user davies commented on the pull request:

    https://github.com/apache/spark/pull/13034#issuecomment-218550046
  
    @nchammas Could you add `[SQL]` or `[PYSPARK]` in the title?


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-15256] Clarify DataFrameReader.jdbc() d...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/13034#issuecomment-218308240
  
    **[Test build #58282 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/58282/consoleFull)** for PR 13034 at commit [`6e30db8`](https://github.com/apache/spark/commit/6e30db8e93bf996559b2e0c9644d2a238668322c).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds no public classes.


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-15256] Clarify DataFrameReader.jdbc() d...

Posted by davies <gi...@git.apache.org>.
Github user davies commented on a diff in the pull request:

    https://github.com/apache/spark/pull/13034#discussion_r62767671
  
    --- Diff: python/pyspark/sql/readwriter.py ---
    @@ -804,8 +806,7 @@ def csv(self, path, mode=None, compression=None, sep=None, quote=None, escape=No
         def orc(self, path, mode=None, partitionBy=None, compression=None):
             """Saves the content of the :class:`DataFrame` in ORC format at the specified path.
     
    -        ::Note: Currently ORC support is only available together with
    -        :class:`HiveContext`.
    +        .. note:: Currently ORC support is only available together with :class:`HiveContext`.
    --- End diff --
    
    Could you also update the doc tests?


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-15256] [SQL] [PySpark] Clarify DataFram...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/13034#issuecomment-218585288
  
    **[Test build #58401 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/58401/consoleFull)** for PR 13034 at commit [`61dd221`](https://github.com/apache/spark/commit/61dd22140f1aa32c039e774850749f0fefdc5a2b).


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-15256] [SQL] [PySpark] Clarify DataFram...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the pull request:

    https://github.com/apache/spark/pull/13034#issuecomment-218609160
  
    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 does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-15256] [SQL] [PySpark] Clarify DataFram...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/spark/pull/13034


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-15256] Clarify DataFrameReader.jdbc() d...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/13034#issuecomment-218302048
  
    **[Test build #58278 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/58278/consoleFull)** for PR 13034 at commit [`7699db2`](https://github.com/apache/spark/commit/7699db2f800bdd5ba70f6af47dbfaf37fe0026a9).


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-15256] [SQL] [PySpark] Clarify DataFram...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the pull request:

    https://github.com/apache/spark/pull/13034#issuecomment-218609163
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/58414/
    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 does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-15256] Clarify DataFrameReader.jdbc() d...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/13034#issuecomment-218312706
  
    **[Test build #58288 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/58288/consoleFull)** for PR 13034 at commit [`26dc46b`](https://github.com/apache/spark/commit/26dc46bcd6a5b02832afed4f582619a39ef03980).


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-15256] [SQL] [PySpark] Clarify DataFram...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/13034#issuecomment-218590587
  
    **[Test build #58407 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/58407/consoleFull)** for PR 13034 at commit [`6a73fe9`](https://github.com/apache/spark/commit/6a73fe9930bf0041c8ad38a130be6ec86d11a173).


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-15256] Clarify DataFrameReader.jdbc() d...

Posted by nchammas <gi...@git.apache.org>.
Github user nchammas commented on the pull request:

    https://github.com/apache/spark/pull/13034#issuecomment-218308569
  
    cc @davies 


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-15256] Clarify DataFrameReader.jdbc() d...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the pull request:

    https://github.com/apache/spark/pull/13034#issuecomment-218316020
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/58288/
    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 does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-15256] [SQL] [PySpark] Clarify DataFram...

Posted by nchammas <gi...@git.apache.org>.
Github user nchammas commented on a diff in the pull request:

    https://github.com/apache/spark/pull/13034#discussion_r62903086
  
    --- Diff: python/pyspark/sql/readwriter.py ---
    @@ -804,8 +806,7 @@ def csv(self, path, mode=None, compression=None, sep=None, quote=None, escape=No
         def orc(self, path, mode=None, partitionBy=None, compression=None):
             """Saves the content of the :class:`DataFrame` in ORC format at the specified path.
     
    -        ::Note: Currently ORC support is only available together with
    -        :class:`HiveContext`.
    +        .. note:: Currently ORC support is only available together with :class:`HiveContext`.
    --- End diff --
    
    Ah OK, I'll take a look.


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-15256] [SQL] [PySpark] Clarify DataFram...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/13034#issuecomment-218609079
  
    **[Test build #58414 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/58414/consoleFull)** for PR 13034 at commit [`e7d97e4`](https://github.com/apache/spark/commit/e7d97e494332c335a4f3593658cc71f0fe4b2eff).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds no public classes.


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-15256] [SQL] [PySpark] Clarify DataFram...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the pull request:

    https://github.com/apache/spark/pull/13034#issuecomment-218611140
  
    Test FAILed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/58401/
    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 not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-15256] Clarify DataFrameReader.jdbc() d...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the pull request:

    https://github.com/apache/spark/pull/13034#issuecomment-218479665
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/58371/
    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 does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-15256] Clarify DataFrameReader.jdbc() d...

Posted by nchammas <gi...@git.apache.org>.
Github user nchammas commented on a diff in the pull request:

    https://github.com/apache/spark/pull/13034#discussion_r62765904
  
    --- Diff: python/pyspark/sql/readwriter.py ---
    @@ -804,8 +806,7 @@ def csv(self, path, mode=None, compression=None, sep=None, quote=None, escape=No
         def orc(self, path, mode=None, partitionBy=None, compression=None):
             """Saves the content of the :class:`DataFrame` in ORC format at the specified path.
     
    -        ::Note: Currently ORC support is only available together with
    -        :class:`HiveContext`.
    +        .. note:: Currently ORC support is only available together with :class:`HiveContext`.
    --- End diff --
    
    Sure, I'll change all occurrences of this within this file.


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-15256] Clarify DataFrameReader.jdbc() d...

Posted by davies <gi...@git.apache.org>.
Github user davies commented on a diff in the pull request:

    https://github.com/apache/spark/pull/13034#discussion_r62902235
  
    --- Diff: python/pyspark/sql/readwriter.py ---
    @@ -804,8 +806,7 @@ def csv(self, path, mode=None, compression=None, sep=None, quote=None, escape=No
         def orc(self, path, mode=None, partitionBy=None, compression=None):
             """Saves the content of the :class:`DataFrame` in ORC format at the specified path.
     
    -        ::Note: Currently ORC support is only available together with
    -        :class:`HiveContext`.
    +        .. note:: Currently ORC support is only available together with :class:`HiveContext`.
    --- End diff --
    
    I meant the hiveContext in doc tests. If that is not easy, we could do that later.


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-15256] [SQL] [PySpark] Clarify DataFram...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/13034#issuecomment-218605028
  
    **[Test build #58414 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/58414/consoleFull)** for PR 13034 at commit [`e7d97e4`](https://github.com/apache/spark/commit/e7d97e494332c335a4f3593658cc71f0fe4b2eff).


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-15256] [SQL] [PySpark] Clarify DataFram...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/13034#issuecomment-218595197
  
    **[Test build #2985 has finished](https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/2985/consoleFull)** for PR 13034 at commit [`6a73fe9`](https://github.com/apache/spark/commit/6a73fe9930bf0041c8ad38a130be6ec86d11a173).
     * This patch **fails PySpark unit tests**.
     * This patch merges cleanly.
     * This patch adds no public classes.


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-15256] [SQL] [PySpark] Clarify DataFram...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the pull request:

    https://github.com/apache/spark/pull/13034#issuecomment-218593911
  
    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 does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-15256] Clarify DataFrameReader.jdbc() d...

Posted by davies <gi...@git.apache.org>.
Github user davies commented on a diff in the pull request:

    https://github.com/apache/spark/pull/13034#discussion_r62764854
  
    --- Diff: python/pyspark/sql/readwriter.py ---
    @@ -804,8 +806,7 @@ def csv(self, path, mode=None, compression=None, sep=None, quote=None, escape=No
         def orc(self, path, mode=None, partitionBy=None, compression=None):
             """Saves the content of the :class:`DataFrame` in ORC format at the specified path.
     
    -        ::Note: Currently ORC support is only available together with
    -        :class:`HiveContext`.
    +        .. note:: Currently ORC support is only available together with :class:`HiveContext`.
    --- End diff --
    
    We are deprecating HiveContext in 2.0, should we change this to say "Hive support"?


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-15256] Clarify DataFrameReader.jdbc() d...

Posted by nchammas <gi...@git.apache.org>.
Github user nchammas commented on a diff in the pull request:

    https://github.com/apache/spark/pull/13034#discussion_r62766153
  
    --- Diff: python/pyspark/sql/readwriter.py ---
    @@ -804,8 +806,7 @@ def csv(self, path, mode=None, compression=None, sep=None, quote=None, escape=No
         def orc(self, path, mode=None, partitionBy=None, compression=None):
             """Saves the content of the :class:`DataFrame` in ORC format at the specified path.
     
    -        ::Note: Currently ORC support is only available together with
    -        :class:`HiveContext`.
    +        .. note:: Currently ORC support is only available together with :class:`HiveContext`.
    --- End diff --
    
    Done.


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-15256] Clarify DataFrameReader.jdbc() d...

Posted by nchammas <gi...@git.apache.org>.
Github user nchammas commented on a diff in the pull request:

    https://github.com/apache/spark/pull/13034#discussion_r62768456
  
    --- Diff: python/pyspark/sql/readwriter.py ---
    @@ -804,8 +806,7 @@ def csv(self, path, mode=None, compression=None, sep=None, quote=None, escape=No
         def orc(self, path, mode=None, partitionBy=None, compression=None):
             """Saves the content of the :class:`DataFrame` in ORC format at the specified path.
     
    -        ::Note: Currently ORC support is only available together with
    -        :class:`HiveContext`.
    +        .. note:: Currently ORC support is only available together with :class:`HiveContext`.
    --- End diff --
    
    Sure, though I'm not sure what to update specifically. Could you elaborate?


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-15256] Clarify DataFrameReader.jdbc() d...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/13034#issuecomment-218479517
  
    **[Test build #58371 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/58371/consoleFull)** for PR 13034 at commit [`576c404`](https://github.com/apache/spark/commit/576c40475a0cf4622bcabbf91368fbf1c6a94e9e).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds no public classes.


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-15256] [SQL] [PySpark] Clarify DataFram...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/13034#issuecomment-218586594
  
    **[Test build #58403 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/58403/consoleFull)** for PR 13034 at commit [`183b6e7`](https://github.com/apache/spark/commit/183b6e7685b6b30005aac1f995b38e3e74ac02d9).


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-15256] [SQL] [PySpark] Clarify DataFram...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the pull request:

    https://github.com/apache/spark/pull/13034#issuecomment-218611137
  
    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 not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-15256] [SQL] [PySpark] Clarify DataFram...

Posted by nchammas <gi...@git.apache.org>.
Github user nchammas commented on a diff in the pull request:

    https://github.com/apache/spark/pull/13034#discussion_r62924265
  
    --- Diff: python/pyspark/sql/readwriter.py ---
    @@ -804,8 +806,7 @@ def csv(self, path, mode=None, compression=None, sep=None, quote=None, escape=No
         def orc(self, path, mode=None, partitionBy=None, compression=None):
             """Saves the content of the :class:`DataFrame` in ORC format at the specified path.
     
    -        ::Note: Currently ORC support is only available together with
    -        :class:`HiveContext`.
    +        .. note:: Currently ORC support is only available together with :class:`HiveContext`.
    --- End diff --
    
    Looks like that was taken care of in #13044.


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-15256] Clarify DataFrameReader.jdbc() d...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/13034#issuecomment-218474656
  
    **[Test build #58371 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/58371/consoleFull)** for PR 13034 at commit [`576c404`](https://github.com/apache/spark/commit/576c40475a0cf4622bcabbf91368fbf1c6a94e9e).


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-15256] [SQL] [PySpark] Clarify DataFram...

Posted by nchammas <gi...@git.apache.org>.
Github user nchammas commented on the pull request:

    https://github.com/apache/spark/pull/13034#issuecomment-218610450
  
    Thanks for reviewing @davies!


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-15256] [SQL] [PySpark] Clarify DataFram...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the pull request:

    https://github.com/apache/spark/pull/13034#issuecomment-218591181
  
    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 does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-15256] [SQL] [PySpark] Clarify DataFram...

Posted by nchammas <gi...@git.apache.org>.
Github user nchammas commented on a diff in the pull request:

    https://github.com/apache/spark/pull/13034#discussion_r62925488
  
    --- Diff: python/pyspark/sql/readwriter.py ---
    @@ -804,8 +806,7 @@ def csv(self, path, mode=None, compression=None, sep=None, quote=None, escape=No
         def orc(self, path, mode=None, partitionBy=None, compression=None):
             """Saves the content of the :class:`DataFrame` in ORC format at the specified path.
     
    -        ::Note: Currently ORC support is only available together with
    -        :class:`HiveContext`.
    +        .. note:: Currently ORC support is only available together with :class:`HiveContext`.
    --- End diff --
    
    Oh nevermind, I think that person missed a few places...


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-15256] [SQL] [PySpark] Clarify DataFram...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/13034#issuecomment-218610975
  
    **[Test build #58401 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/58401/consoleFull)** for PR 13034 at commit [`61dd221`](https://github.com/apache/spark/commit/61dd22140f1aa32c039e774850749f0fefdc5a2b).
     * This patch **fails PySpark unit tests**.
     * This patch **does not merge cleanly**.
     * This patch adds no public classes.


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-15256] [SQL] [PySpark] Clarify DataFram...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the pull request:

    https://github.com/apache/spark/pull/13034#issuecomment-218591185
  
    Test PASSed.
    Refer to this link for build results (access rights to CI server needed): 
    https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/58403/
    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 does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-15256] [SQL] [PySpark] Clarify DataFram...

Posted by davies <gi...@git.apache.org>.
Github user davies commented on the pull request:

    https://github.com/apache/spark/pull/13034#issuecomment-218609781
  
    LGTM, 
    Merging this into master and 2.0, 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 project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-15256] Clarify DataFrameReader.jdbc() d...

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the pull request:

    https://github.com/apache/spark/pull/13034#issuecomment-218308352
  
    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 does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-15256] Clarify DataFrameReader.jdbc() d...

Posted by nchammas <gi...@git.apache.org>.
Github user nchammas commented on the pull request:

    https://github.com/apache/spark/pull/13034#issuecomment-218480507
  
    @davies - I think this is ready for another review.
    
    I wasn't sure what doc tests you were referring to that needed to be updated, but all the tests are passing.


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] spark pull request: [SPARK-15256] [SQL] [PySpark] Clarify DataFram...

Posted by SparkQA <gi...@git.apache.org>.
Github user SparkQA commented on the pull request:

    https://github.com/apache/spark/pull/13034#issuecomment-218591035
  
    **[Test build #58403 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/58403/consoleFull)** for PR 13034 at commit [`183b6e7`](https://github.com/apache/spark/commit/183b6e7685b6b30005aac1f995b38e3e74ac02d9).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds no public classes.


---
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 enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org