GitHub user henryr opened a pull request:
https://github.com/apache/spark/pull/20355
SPARK-23148: [SQL] Allow pathnames with special characters for CSV / â¦
â¦JSON / text
## What changes were proposed in this pull request?
Fix for JSON and CSV data sources when file names include characters
that would be changed by URL encoding.
## How was this patch tested?
New unit tests for JSON, CSV and text suites
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/henryr/spark spark-23148
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/20355.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 #20355
----
commit 98da4cd4b865ef8944a10a24ee709ed9ee0a4721
Author: Henry Robinson <henry@...>
Date: 2018-01-19T22:55:53Z
SPARK-23148: [SQL] Allow pathnames with special characters for CSV / JSON /
text
## What changes were proposed in this pull request?
Fix for JSON and CSV data sources when file names include characters
that would be changed by URL encoding.
## How was this patch tested?
New unit tests for JSON, CSV and text suites
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]