[GitHub] spark pull request #20614: Revert [SPARK-23094] Fix invalid character handli...

2018-02-14 Thread asfgit
Github user asfgit closed the pull request at:

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


---

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



[GitHub] spark pull request #20614: Revert [SPARK-23094] Fix invalid character handli...

2018-02-14 Thread gatorsmile
GitHub user gatorsmile opened a pull request:

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

Revert [SPARK-23094] Fix invalid character handling in JsonDataSource

## What changes were proposed in this pull request?
This PR is to revert the PR https://github.com/apache/spark/pull/20302, 
because it causes a regression.

## How was this patch tested?
Added a test case. Without the revert, it return an empty result set. 

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

$ git pull https://github.com/gatorsmile/spark revertJsonFix

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

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


commit 3cd91b1d07d3cb2451045913d0c1e27226a67816
Author: gatorsmile 
Date:   2018-02-14T23:23:34Z

added test case

commit d4015d0c3c9b5cae0309bd6b9486b4990c7f4479
Author: gatorsmile 
Date:   2018-02-14T23:24:38Z

Revert "[SPARK-23094] Fix invalid character handling in JsonDataSource"

This reverts commit e01919e834d301e13adc8919932796ebae900576.




---

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