Sergey Semichev created SPARK-7493: -------------------------------------- Summary: ALTER TABLE statement Key: SPARK-7493 URL: https://issues.apache.org/jira/browse/SPARK-7493 Project: Spark Issue Type: Bug Components: SQL Environment: Databricks cloud Reporter: Sergey Semichev Priority: Minor
Full table name (database_name.table_name) cannot be used with "ALTER TABLE" statement It works with CREATE TABLE "ALTER TABLE database_name.table_name ADD PARTITION (source_year='2014', source_month='01')....." Error in SQL statement: java.lang.RuntimeException: org.apache.spark.sql.AnalysisException: mismatched input 'ADD' expecting KW_EXCHANGE near 'test_table' in alter exchange partition; -- 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