Simeon Simeonov created SPARK-9764: -------------------------------------- Summary: Spark SQL uses table metadata inconsistently Key: SPARK-9764 URL: https://issues.apache.org/jira/browse/SPARK-9764 Project: Spark Issue Type: Bug Components: SQL Affects Versions: 1.4.1 Environment: Ubuntu on AWS Reporter: Simeon Simeonov
For the same table, {{DESCRIBE}} and {{SHOW COLUMNS}} produce different results. The former shows the correct column names. The latter always shows just a single column named {{col}}. This is true for any table created with {{HiveContext.read.json}}. -- 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