Revision 6ef7a5bd32a483ea1bdac22fbd2403cdefd71bff authored by Shixiong Zhu on 22 June 2017, 06:43:21 UTC, committed by Shixiong Zhu on 22 June 2017, 06:43:30 UTC
## What changes were proposed in this pull request?

Decode the path generated by File sink to handle special characters.

## How was this patch tested?

The added unit test.

Author: Shixiong Zhu <shixiong@databricks.com>

Closes #18381 from zsxwing/SPARK-21167.

(cherry picked from commit d66b143eec7f604595089f72d8786edbdcd74282)
Signed-off-by: Shixiong Zhu <shixiong@databricks.com>
1 parent 198e3a0
History
File Mode Size
ml
mllib
sql
streaming
__init__.py -rw-r--r-- 4.0 KB
accumulators.py -rw-r--r-- 8.0 KB
broadcast.py -rw-r--r-- 4.6 KB
cloudpickle.py -rw-r--r-- 27.9 KB
conf.py -rw-r--r-- 7.4 KB
context.py -rw-r--r-- 42.5 KB
daemon.py -rw-r--r-- 6.0 KB
files.py -rw-r--r-- 1.9 KB
find_spark_home.py -rwxr-xr-x 2.7 KB
heapq3.py -rw-r--r-- 36.7 KB
java_gateway.py -rw-r--r-- 5.7 KB
join.py -rw-r--r-- 3.9 KB
profiler.py -rw-r--r-- 5.5 KB
rdd.py -rw-r--r-- 93.8 KB
rddsampler.py -rw-r--r-- 4.2 KB
resultiterable.py -rw-r--r-- 1.2 KB
serializers.py -rw-r--r-- 17.7 KB
shell.py -rw-r--r-- 3.1 KB
shuffle.py -rw-r--r-- 27.1 KB
statcounter.py -rw-r--r-- 5.0 KB
status.py -rw-r--r-- 3.7 KB
storagelevel.py -rw-r--r-- 3.3 KB
taskcontext.py -rw-r--r-- 2.9 KB
tests.py -rw-r--r-- 91.3 KB
traceback_utils.py -rw-r--r-- 2.6 KB
util.py -rw-r--r-- 1.4 KB
version.py -rw-r--r-- 833 bytes
worker.py -rw-r--r-- 7.8 KB

back to top