cloud-fan commented on issue #27107: [SPARK-30436][SQL] Allow CREATE EXTERNAL TABLE with only requiring LOCATION URL: https://github.com/apache/spark/pull/27107#issuecomment-571443983 There are 2 kinds of syntaxes: `visitCreateTable` and `visitCreateHiveTable`. The major difference between the 2 syntaxes is: USING vs STORED AS. EXTERNAL is also a difference but it's not major. `CREATE EXTERNAL TABLE ... LOCATION` should be the first syntax and should fail because EXTERNAL is not allowed in the first syntax.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
