jonvex commented on PR #9699:
URL: https://github.com/apache/hudi/pull/9699#issuecomment-1717814330
@KnightChess I added documentation for run_clean procedure. I don't think
"skip_locking" does anything because we drop the argument
```
public HoodieCleanMetadata clean(String cleanInstantTime, boolean
scheduleInline, boolean skipLocking) throws HoodieIOException {
return tableServiceClient.clean(cleanInstantTime, scheduleInline);
}
```
--
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]