maheshguptags commented on issue #8195:
URL: https://github.com/apache/hudi/issues/8195#issuecomment-1475804727

   @danny0405,
   I am using the operation type as `INSERT` not `UPSERT`.
   
    I am using the below config.
   ```
   'table.type' = 'COPY_ON_WRITE',
   'hoodie.datasource.write.operation'='insert',
   'hoodie.clean.max.commits'='2',
   'hoodie.cleaner.commits.retained' = '3',
   'hoodie.clean.async'='true',
   'hoodie.cleaner.policy' = 'KEEP_LATEST_COMMITS',
   'hoodie.parquet.small.file.limit'='104857600',
   'clustering.schedule.enabled'='true',
   'clustering.async.enabled'='true',
   'hoodie.clustering.inline'= 'true',
   'hoodie.clustering.inline.max.commits'= '2',
   'hoodie.clustering.plan.strategy.max.bytes.per.group'= '107374182400',
   'hoodie.clustering.plan.strategy.max.num.groups'= '1'
   ``` 
   
   thanks 


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