Andrew Or created SPARK-9267:
--------------------------------

             Summary: Remove highly unnecessary accumulators stringify methods
                 Key: SPARK-9267
                 URL: https://issues.apache.org/jira/browse/SPARK-9267
             Project: Spark
          Issue Type: Bug
          Components: Spark Core
    Affects Versions: 1.0.0
            Reporter: Andrew Or
            Assignee: Andrew Or
            Priority: Trivial


{code}
def stringifyPartialValue(partialValue: Any): String = "%s".format(partialValue)
def stringifyValue(value: Any): String = "%s".format(value)
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to