[GitHub] spark pull request #20730: [SQL] [minor] XPathDouble prettyPrint should say ...

2018-03-04 Thread asfgit
Github user asfgit closed the pull request at:

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


---

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



[GitHub] spark pull request #20730: [SQL] [minor] XPathDouble prettyPrint should say ...

2018-03-03 Thread ericl
GitHub user ericl opened a pull request:

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

[SQL] [minor] XPathDouble prettyPrint should say 'double' not 'float'

## What changes were proposed in this pull request?

It looks like this was incorrectly copied from `XPathFloat` in the class 
above.

## 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/ericl/spark fix-typo-xpath

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

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


commit c2f23350750019e49525eb5c133a9472cee0d08d
Author: Eric Liang 
Date:   2018-03-04T07:55:47Z

s/float/double




---

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