Skip to content

Commit

Permalink
Clean should not create a .inflight file
Browse files Browse the repository at this point in the history
  • Loading branch information
prasannarajaperumal committed May 22, 2017
1 parent 7014670 commit 70dd7a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ public void close() {
* by a running query can be cleaned)
*/
public void clean() throws HoodieIOException {
String startCleanTime = startCommit();
String startCleanTime = HoodieActiveTimeline.createNewCommitTime();
clean(startCleanTime);
}

Expand Down

0 comments on commit 70dd7a2

Please sign in to comment.