[GitHub] spark issue #19613: Fixed a typo

2017-11-01 Thread ganeshchand
Github user ganeshchand commented on the issue:

https://github.com/apache/spark/pull/19613
  
@srowen, @jmchung  - I came across the typo while reading the source for 
this specific class. Yeah,  I agree with your suggestion on running spell 
checks and fix as much in one pass. I'll submit another PR.


---

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




[GitHub] spark pull request #19613: Fixed a typo

2017-10-30 Thread ganeshchand
GitHub user ganeshchand opened a pull request:

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

Fixed a typo

ready to serialized => ready to be serialized

## What changes were proposed in this pull request?

(Please fill in changes proposed in this fix)

## How was this patch tested?

(Please explain how this patch was tested. E.g. unit tests, integration 
tests, manual tests)
(If this patch involves UI changes, please attach a screenshot; otherwise, 
remove this)

Please review http://spark.apache.org/contributing.html before opening a 
pull request.


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

$ git pull https://github.com/ganeshchand/spark patch-1

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

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


commit 6e086a38ccb32a04748a71bc23f1e65c383694b4
Author: Ganesh Chand 
Date:   2017-10-30T20:53:38Z

Fixed a typo

ready to serialized => ready to be serialized




---

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



[GitHub] spark issue #14491: [SPARK-16886] [EXAMPLES][SQL] structured streaming netwo...

2016-08-03 Thread ganeshchand
Github user ganeshchand commented on the issue:

https://github.com/apache/spark/pull/14491
  
I did verify Python code and Streaming docs. They are OK. 


---
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 #14491: [SPARK-16886] [EXAMPLES][SQL] structured streamin...

2016-08-03 Thread ganeshchand
GitHub user ganeshchand opened a pull request:

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

[SPARK-16886] [EXAMPLES][SQL] structured streaming network word count 
examples …

## What changes were proposed in this pull request?

Fixed a minor code comment typo by replacing DataFrame with Dataset


## How was this patch tested?

Run Locally

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

$ git pull https://github.com/ganeshchand/spark SPARK-16886

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

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


commit 8751e08b18b8f8a4467cf15f88076c0f93294fc2
Author: Ganesh Chand 
Date:   2016-08-04T02:29:40Z

[SPARK-16886] [SQL] structured streaming network word count examples code 
comments
Replaced Dataframe with Dataset in code comments




---
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