Zouxxyy commented on issue #6931: URL: https://github.com/apache/hudi/issues/6931#issuecomment-1276979842
You are actually in insert mode, but since the record is in the same filegroup, there show no duplicate key records. If you add a configuration `set hoodie.parquet.small.file.limit=0`, you will then find duplicate key records because the record is written to different Filegroups. -- 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]
