Skip to content

Commit

Permalink
Reverted close change
Browse files Browse the repository at this point in the history
  • Loading branch information
rmahindra123 authored and nsivabalan committed Nov 21, 2023
1 parent 15b4a6e commit 8ff6f25
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -844,6 +844,8 @@ public void ingestOnce() {
streamSync.syncOnce();
} catch (IOException e) {
throw new HoodieIngestionException(String.format("Ingestion via %s failed with exception.", this.getClass()), e);
} finally {
close();
}
}

Expand Down

0 comments on commit 8ff6f25

Please sign in to comment.