Jonathan Natkins created HIVE-3439: -------------------------------------- Summary: PARTITIONED BY clause in CREATE TABLE is order-dependent Key: HIVE-3439 URL: https://issues.apache.org/jira/browse/HIVE-3439 Project: Hive Issue Type: Bug Reporter: Jonathan Natkins
hive> create external table foo (a int) location '/user/natty/foo' partitioned by (b int); FAILED: Parse Error: line 1:61 mismatched input 'partitioned' expecting EOF near ''/user/natty/foo'' hive> create external table foo (a int) partitioned by (b int) location '/user/natty/foo'; OK Time taken: 0.051 seconds -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira