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

Apache Spark commented on SPARK-15234:
--------------------------------------

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

> spark.catalog.listDatabases.show() is not formatted correctly
> -------------------------------------------------------------
>
>                 Key: SPARK-15234
>                 URL: https://issues.apache.org/jira/browse/SPARK-15234
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 2.0.0
>            Reporter: Andrew Or
>            Assignee: Andrew Or
>
> {code}
> scala> spark.catalog.listDatabases.show()
> +--------------------+-----------+-----------+
> |                name|description|locationUri|
> +--------------------+-----------+-----------+
> |Database[name='de...|
> |Database[name='my...|
> |Database[name='so...|
> +--------------------+-----------+-----------+
> {code}
> It's because org.apache.spark.sql.catalog.Database is not a case class!



--
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