Clean should not create a .inflight file
This commit is contained in:
committed by
prazanna
parent
7014670795
commit
70dd7a25ea
@@ -720,7 +720,7 @@ public class HoodieWriteClient<T extends HoodieRecordPayload> implements Seriali
|
|||||||
* by a running query can be cleaned)
|
* by a running query can be cleaned)
|
||||||
*/
|
*/
|
||||||
public void clean() throws HoodieIOException {
|
public void clean() throws HoodieIOException {
|
||||||
String startCleanTime = startCommit();
|
String startCleanTime = HoodieActiveTimeline.createNewCommitTime();
|
||||||
clean(startCleanTime);
|
clean(startCleanTime);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user