Aaron Davidson created SPARK-2660:
-------------------------------------

             Summary: Enable pretty-printing SchemaRDD Rows
                 Key: SPARK-2660
                 URL: https://issues.apache.org/jira/browse/SPARK-2660
             Project: Spark
          Issue Type: Improvement
          Components: SQL
            Reporter: Aaron Davidson


Right now, "printing a Row" results in something like "[a,b,c]". It would be 
cool if there was a way to pretty-print them similar to JSON, into something 
like

{code}
{
  Col1 : a,
  Col2 : b,
  Col3 : c
}
{code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to