[ https://issues.apache.org/jira/browse/SPARK-15234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Apache Spark reassigned SPARK-15234: ------------------------------------ Assignee: Apache Spark > 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: Apache Spark > > {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