rmahindra123 commented on code in PR #10117:
URL: https://github.com/apache/hudi/pull/10117#discussion_r1399899229
##########
hudi-utilities/src/main/java/org/apache/hudi/utilities/streamer/HoodieStreamer.java:
##########
@@ -844,8 +844,6 @@ public void ingestOnce() {
streamSync.syncOnce();
} catch (IOException e) {
throw new HoodieIngestionException(String.format("Ingestion via %s
failed with exception.", this.getClass()), e);
- } finally {
Review Comment:
ok, i reverted this change, this seems fine.
--
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]