[ 
https://issues.apache.org/jira/browse/SPARK-21313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16074402#comment-16074402
 ] 

Apache Spark commented on SPARK-21313:
--------------------------------------

User 'jaceklaskowski' has created a pull request for this issue:
https://github.com/apache/spark/pull/18539

> ConsoleSink's string representation
> -----------------------------------
>
>                 Key: SPARK-21313
>                 URL: https://issues.apache.org/jira/browse/SPARK-21313
>             Project: Spark
>          Issue Type: Improvement
>          Components: Structured Streaming
>    Affects Versions: 2.1.1
>            Reporter: Jacek Laskowski
>            Priority: Trivial
>
> Add {{toString}} with options for {{ConsoleSink}} so it shows nicely in query 
> progress.
> *BEFORE*
> {code}
>   "sink" : {
>     "description" : 
> "org.apache.spark.sql.execution.streaming.ConsoleSink@4b340441"
>   }
> {code}
> *AFTER*
> {code}
>   "sink" : {
>     "description" : "ConsoleSink[numRows=10, truncate=false]"
>   }
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to