apache / hudi

Upserts, Deletes And Incremental Processing on Big Data.
https://hudi.apache.org/
Apache License 2.0
5.35k stars 2.42k forks source link

must specify a primary key when creating a hudi table #10774

Closed qinlz-1 closed 6 months ago

qinlz-1 commented 7 months ago

According to the example on the website, the hudi table cannot be created, and the primary key must be specified

Environment Description

image

danny0405 commented 7 months ago

We support pkless table since 0.14.0, did you have a try?

ad1happy2go commented 7 months ago

@qinlz-1 I saw you mentioned you using hudi 0.14.1. I somehow thinks you are using an older version of hudi. 0.14.0 and 0.14.1 allows this type of table. Although we get the same error as you are getting when using older version.

image
ad1happy2go commented 7 months ago

@qinlz-1 Were you able to get it fixed with above information. Let us know in case you need more help on this or Feel free to close this issue. Thanks.

ad1happy2go commented 6 months ago

@qinlz-1 Closing this issue. Please reopen in case of any other issues. Thanks.