1
0

Clean should not create a .inflight file

This commit is contained in:
Prasanna Rajaperumal
2017-05-19 23:48:31 -07:00
committed by prazanna
parent 7014670795
commit 70dd7a25ea

View File

@@ -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);
} }