melin edited a comment on pull request #3936:
URL: https://github.com/apache/hudi/pull/3936#issuecomment-962556577
The primary key syntax is consistent with other relational databases
```sql
create table test_hudi_demo (
id int,
name string,
price double,
ds date)
stored as hudi
primary key (id)
lifeCycle 300
```
--
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]