[GitHub] spark pull request #14975: Correct fetchsize property name in docs

2016-09-17 Thread asfgit
Github user asfgit closed the pull request at:

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


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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



[GitHub] spark pull request #14975: Correct fetchsize property name in docs

2016-09-06 Thread darabos
GitHub user darabos opened a pull request:

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

Correct fetchsize property name in docs

## What changes were proposed in this pull request?

Replace `fetchSize` with `fetchsize` in the docs.

## How was this patch tested?

I manually tested `fetchSize` and `fetchsize`. The latter has an effect. 
See also 
[`JdbcUtils.scala#L38`](https://github.com/apache/spark/blob/v2.0.0/sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/jdbc/JdbcUtils.scala#L38)
 for the definition of the property.

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

$ git pull https://github.com/darabos/spark patch-3

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

https://github.com/apache/spark/pull/14975.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 #14975


commit 6607dec1e91ea04cb611ad5f942bf763202da747
Author: Daniel Darabos 
Date:   2016-09-06T12:08:36Z

Correct fetchsize property name.

Property is defined at JdbcUtils.scala#L38.




---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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