hbgstc123 commented on issue #8195: URL: https://github.com/apache/hudi/issues/8195#issuecomment-1471465616
The clustering only works for COW table with INSERT operation. Seems you are using default write.operation which is UPSERT. upsert with default state index will try to write new data to file group which base file is smaller than this config hoodie.parquet.small.file.limit (default 100MB) first. -- 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]
