YannByron opened a new pull request #4584:
URL: https://github.com/apache/hudi/pull/4584


   This pr is to modify SQL statement for creating hudi table based on an 
existing hudi path.
   
   From:
   
   `
   create table hudi_tbl using hudi tblproperties (primaryKey='id', 
preCombineField='ts', type='cow') partitioned by (pt) location '/path/to/hudi'
   `
   
   To:
   `
   create table hudi_tbl using hudi location '/path/to/hudi'
   `


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