RrazzmatazZ commented on issue #4230:
URL: https://github.com/apache/hudi/issues/4230#issuecomment-1680255779

   > 
   
   
   
   > 
   
   hello @BalaMahesh I met the same problem, I tried to set these config 
options when creating table, and it worked !
   ```
   create table hudi_cow_pt_tbl (
     id bigint,
     name string,
     ts bigint,
     dt string,
     hh string
   ) using hudi
   options (
     type = 'cow',
     primaryKey = 'id',
     preCombineField = 'ts',
     hoodie.write.markers.type= 'direct',
     hoodie.embed.timeline.server= 'false'
    )
   location 's3a://hudi/tmp/hudi_cow_pt_tbl';
   
   ```


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