Details
-
Bug
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
1.0.0
-
None
Description
def stringifyPartialValue(partialValue: Any): String = "%s".format(partialValue) def stringifyValue(value: Any): String = "%s".format(value)
These are only used in 1 place (DAGScheduler). The level of indirection actually makes the code harder to read without an editor. We should just inline them...