lucasmo commented on issue #466: URL: https://github.com/apache/incubator-xtable/issues/466#issuecomment-2215359471
That clean commit no longer exists, but I ran again (with the same error). > 2024-07-08 21:17:12 INFO org.apache.hudi.common.table.timeline.HoodieActiveTimeline:171 - Loaded instants upto : Option{val=[20240708201227546__clean__COMPLETED__20240708201230000]} I found `20240708201227546.clean`. Output of `avro-tools tojson 20240708201227546.clean | jq`: ```json { "startCleanTime": "20240708201227546", "timeTakenInMillis": 517, "totalFilesDeleted": 7, "earliestCommitToRetain": "20240708111705091", "lastCompletedCommitTimestamp": "20240708201123175", "partitionMetadata": { "op_date=2024-07-03": { "partitionPath": "op_date=2024-07-03", "policy": "KEEP_LATEST_COMMITS", "deletePathPatterns": [ "a8214808-28b4-4c0f-8e77-193013379fd6-0_0-22-137_20240707181719248.parquet" ], "successDeleteFiles": [ "a8214808-28b4-4c0f-8e77-193013379fd6-0_0-22-137_20240707181719248.parquet" ], "failedDeleteFiles": [], "isPartitionDeleted": { "boolean": false } }, "op_date=2024-07-04": { "partitionPath": "op_date=2024-07-04", "policy": "KEEP_LATEST_COMMITS", "deletePathPatterns": [ "bb63b6ef-1a83-4a74-a736-c8418d811254-0_0-22-132_20240708081624436.parquet" ], "successDeleteFiles": [ "bb63b6ef-1a83-4a74-a736-c8418d811254-0_0-22-132_20240708081624436.parquet" ], "failedDeleteFiles": [], "isPartitionDeleted": { "boolean": false } }, "op_date=2024-07-05": { "partitionPath": "op_date=2024-07-05", "policy": "KEEP_LATEST_COMMITS", "deletePathPatterns": [ "525f1b45-7b9a-4c9e-8d83-a7cc157bb8fd-0_0-22-130_20240708091702825.parquet" ], "successDeleteFiles": [ "525f1b45-7b9a-4c9e-8d83-a7cc157bb8fd-0_0-22-130_20240708091702825.parquet" ], "failedDeleteFiles": [], "isPartitionDeleted": { "boolean": false } }, "op_date=2024-07-06": { "partitionPath": "op_date=2024-07-06", "policy": "KEEP_LATEST_COMMITS", "deletePathPatterns": [ "19976be6-94e0-4e15-a7a6-629b04c8f415-0_2-22-132_20240708091702825.parquet" ], "successDeleteFiles": [ "19976be6-94e0-4e15-a7a6-629b04c8f415-0_2-22-132_20240708091702825.parquet" ], "failedDeleteFiles": [], "isPartitionDeleted": { "boolean": false } }, "op_date=2024-07-07": { "partitionPath": "op_date=2024-07-07", "policy": "KEEP_LATEST_COMMITS", "deletePathPatterns": [ "620b8bd3-aaea-44e0-8ad7-0cfe055b58ee-0_3-22-133_20240708091702825.parquet" ], "successDeleteFiles": [ "620b8bd3-aaea-44e0-8ad7-0cfe055b58ee-0_3-22-133_20240708091702825.parquet" ], "failedDeleteFiles": [], "isPartitionDeleted": { "boolean": false } }, "op_date=2024-07-08": { "partitionPath": "op_date=2024-07-08", "policy": "KEEP_LATEST_COMMITS", "deletePathPatterns": [ "22f5d34a-48e5-44aa-bdd7-6172fc53ed82-0_4-22-134_20240708091702825.parquet" ], "successDeleteFiles": [ "22f5d34a-48e5-44aa-bdd7-6172fc53ed82-0_4-22-134_20240708091702825.parquet" ], "failedDeleteFiles": [], "isPartitionDeleted": { "boolean": false } }, "op_date=2024-06-26": { "partitionPath": "op_date=2024-06-26", "policy": "KEEP_LATEST_COMMITS", "deletePathPatterns": [ "d777fbc1-63ef-4fde-8940-1fca04abef1e-0_5-22-147_20240707201632859.parquet" ], "successDeleteFiles": [ "d777fbc1-63ef-4fde-8940-1fca04abef1e-0_5-22-147_20240707201632859.parquet" ], "failedDeleteFiles": [], "isPartitionDeleted": { "boolean": false } } }, "version": { "int": 2 }, "bootstrapPartitionMetadata": { "map": {} } } ``` -- 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: commits-unsubscr...@xtable.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org