[GitHub] spark pull request #20975: [SPARK-23863] [SQL] Wholetext mode should not add...

2018-04-05 Thread barrenlake
Github user barrenlake closed the pull request at:

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


---

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



[GitHub] spark pull request #20975: [SPARK-23863] [SQL] Wholetext mode should not add...

2018-04-04 Thread barrenlake
GitHub user barrenlake opened a pull request:

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

[SPARK-23863] [SQL] Wholetext mode should not add line breaks

## What changes were proposed in this pull request?

Writes the WholeTextMode  Param to the InternalRow,  and making a logical 
decision to determine whether to write a newline character when writing.

## How was this patch tested?

Add unit tests

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/barrenlake/spark SPARK-23863

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

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


commit c6d50fd682c002fe98df4c76e0c8ce1deca711d2
Author: chenchengchen 
Date:   2018-04-03T15:37:42Z

[SPARK-23863] Wholetext mode should not add line breaks




---

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