bvaradar commented on code in PR #10117:
URL: https://github.com/apache/hudi/pull/10117#discussion_r1399573208
##########
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:
@rmahindra123 : In non-continuous mode, Can you confirm if close() will be
called ?
--
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]