hussein-awala commented on code in PR #9441: URL: https://github.com/apache/hudi/pull/9441#discussion_r1294085403
########## website/docs/quick-start-guide.md: ########## @@ -384,6 +384,68 @@ create table hudi_ctas_cow_pt_tbl2 using hudi location 'file:/tmp/hudi/hudi_tbl/ partitioned by (datestr) as select * from parquet_mngd; ``` +**CREATE TABLE LIKE** + +The "CREATE TABLE LIKE" statement allows you to create a new Hudi table with the same schema and properties from an existing Hudi/hive table. Review Comment: Nit ```suggestion The `CREATE TABLE LIKE` statement allows you to create a new Hudi table with the same schema and properties from an existing Hudi/hive table. ``` -- 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]
