cbomgit commented on issue #9481:
URL: https://github.com/apache/hudi/issues/9481#issuecomment-1684490152
Update. The following command passes.
```
create table if not exists my_table using hudi
tblproperties (
type = 'cow',
primaryKey = 'col1,col2,col3',
preCombineField = 'col4'
)
location 's3://uri/*/*/*';
```
However, `select * from my_table` returns no results.
--
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]