yihua opened a new pull request, #6402:
URL: https://github.com/apache/hudi/pull/6402

   ### Change Logs
   
   This PR updates the docs of Spark SQL create table statement.  Based on 
#4584, the create table statement for an existing Hudi table does not require 
`partitioned by` or `options` statement (`options (primaryKey = 'id', 
preCombineField = 'ts') partitioned by (dt)`), and it should be
   ```
   create table hudi_existing_tbl using hudi
   location '/tmp/hudi/hudi_existing_table';
   ```
   
   ### Impact
   
   Only docs update.
   
   **Risk level: none**
   The website can be properly built and visualized locally.
   
   ### Contributor's checklist
   
   - [ ] Read through [contributor's 
guide](https://hudi.apache.org/contribute/how-to-contribute)
   - [ ] Change Logs and Impact were stated clearly
   - [ ] Adequate tests were added if applicable
   - [ ] CI passed
   


-- 
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]

Reply via email to