hemanth-gowda-12 commented on issue #7654: URL: https://github.com/apache/hudi/issues/7654#issuecomment-1397816372
@fengjian428 One additional thing, doing a tree on the output dir, I see duplicates on upserts sometimes. (Looking at the different file groups under partition 8). ``` ├── 79 │ └── test │ └── 72383114-10ea-48dc-95c8-95862d87cea1-0_0-0-0_20230119154610592.parquet ├── 8 │ └── test │ ├── 37160938-ccc6-4125-b3a5-8671b88be605-0_0-0-0_20230119154430261.parquet │ ├── 37160938-ccc6-4125-b3a5-8671b88be605-0_0-0-0_20230119154612937.parquet │ ├── d0df26b9-81cb-45be-8b6c-eefb972ba6cf-0_0-0-0_20230119154442286.parquet │ └── d0df26b9-81cb-45be-8b6c-eefb972ba6cf-0_0-0-0_20230119154612937.parquet ``` Please let me know if you think I should create a different issue for that problem. -- 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]
