[
https://issues.apache.org/jira/browse/SPARK-15234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Reynold Xin resolved SPARK-15234.
---------------------------------
Resolution: Fixed
Fix Version/s: 2.0.0
> 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
> Fix For: 2.0.0
>
>
> {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: [email protected]
For additional commands, e-mail: [email protected]