danny0405 commented on code in PR #18350:
URL: https://github.com/apache/hudi/pull/18350#discussion_r3049216178
##########
hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/upgrade/ZeroToOneUpgradeHandler.java:
##########
@@ -64,6 +66,7 @@ public UpgradeDowngrade.TableConfigChangeSet upgrade(
// for every pending commit, delete old markers and re-create markers in
new format
recreateMarkers(commit, table, context,
config.getMarkersDeleteParallelism());
}
+ table.getTxnManager().ifPresent(obj -> ((TransactionManager) obj).close());
Review Comment:
can not do that since there is compile errors.
--
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]