Skip to content
Snippets Groups Projects
Commit 86d253ec authored by Cheng Hao's avatar Cheng Hao Committed by Michael Armbrust
Browse files

[SPARK-3527] [SQL] Strip the string message

Author: Cheng Hao <hao.cheng@intel.com>

Closes #2392 from chenghao-intel/trim and squashes the following commits:

e52024f [Cheng Hao] trim the string message
parent 7b8008f5
No related branches found
No related tags found
No related merge requests found
......@@ -414,7 +414,7 @@ class SQLContext(@transient val sparkContext: SparkContext)
def simpleString: String =
s"""== Physical Plan ==
|${stringOrError(executedPlan)}
"""
""".stripMargin.trim
override def toString: String =
// TODO previously will output RDD details by run (${stringOrError(toRdd.toDebugString)})
......
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