Skip to content
Snippets Groups Projects
Commit 95daff64 authored by Reynold Xin's avatar Reynold Xin
Browse files

[SPARK-11646] WholeTextFileRDD should return Text rather than String

If it returns Text, we can reuse this in Spark SQL to provide a WholeTextFile data source and directly convert the Text into UTF8String without extra string decoding and encoding.

Author: Reynold Xin <rxin@databricks.com>

Closes #9622 from rxin/SPARK-11646.
parent 27524a3a
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment