You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2024/01/02 09:20:00 UTC

[jira] [Assigned] (SPARK-46563) View simpleString not follow conf spark.sql.debug.maxToStringFields

     [ https://issues.apache.org/jira/browse/SPARK-46563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot reassigned SPARK-46563:
--------------------------------------

    Assignee: Apache Spark

> View simpleString not follow conf spark.sql.debug.maxToStringFields
> -------------------------------------------------------------------
>
>                 Key: SPARK-46563
>                 URL: https://issues.apache.org/jira/browse/SPARK-46563
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 3.2.4, 3.5.0, 4.0.0, 3.3.4
>            Reporter: Yi Zhu
>            Assignee: Apache Spark
>            Priority: Major
>              Labels: pull-request-available
>
> {code:java}
> override def simpleString(maxFields: Int): String = {
>     s"View (${desc.identifier}, ${output.mkString("[", ",", "]")})"
>   }
> {code}
> Will show all columns info



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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