pratyakshsharma commented on a change in pull request #4962:
URL: https://github.com/apache/hudi/pull/4962#discussion_r820264488
##########
File path:
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/client/utils/TransactionUtils.java
##########
@@ -80,11 +85,24 @@
final Option<HoodieCommitMetadata> thisCommitMetadata,
final HoodieWriteConfig config,
Option<HoodieInstant> lastCompletedTxnOwnerInstant,
- boolean reloadActiveTimeline) throws HoodieWriteConflictException {
+ boolean reloadActiveTimeline,
+ List<HoodieInstant> unCheckedPendClusteringInstants) throws
HoodieWriteConflictException {
Review comment:
ditto
--
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]