[
https://issues.apache.org/jira/browse/SPARK-46563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Max Gekk resolved SPARK-46563.
------------------------------
Fix Version/s: 4.0.0
Resolution: Fixed
Issue resolved by pull request 44558
[https://github.com/apache/spark/pull/44558]
> 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: Yi Zhu
> Priority: Major
> Labels: pull-request-available
> Fix For: 4.0.0
>
>
> {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: [email protected]
For additional commands, e-mail: [email protected]