Hisoka-X commented on PR #41251: URL: https://github.com/apache/spark/pull/41251#issuecomment-1582418650
> Is it a popular SQL syntax in other databases? Just in hive, I think we should support hive syntax to make sure user can easy use Spark with hive catalog. > And is it the same with `CREATE TABLE t USING format LOCATION path`? No, `CREATE TABLE t USING format LOCATION path` will use row data which store in path. The `CREATE TABLE LIKE FILE` just use schema which store in path. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
