rahil-c commented on code in PR #14344:
URL: https://github.com/apache/hudi/pull/14344#discussion_r2561092653
##########
hudi-sync/hudi-datahub-sync/src/main/java/org/apache/hudi/sync/datahub/DataHubSyncTool.java:
##########
@@ -83,20 +83,20 @@ public void syncHoodieTable() {
}
}
- private void syncSchema() throws Exception {
Review Comment:
Just curious why are we removing throws Exception? Is it because you want to
enforce more stricter exception handling in the caller?
--
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]