Michael Blow has posted comments on this change. Change subject: Improved exception handling for IFrameWriter fail() / close() ......................................................................
Patch Set 1: (3 comments) https://asterix-gerrit.ics.uci.edu/#/c/1837/1/hyracks-fullstack/hyracks/hyracks-api/src/main/java/org/apache/hyracks/api/comm/FrameWriterLifecycleHelper.java File hyracks-fullstack/hyracks/hyracks-api/src/main/java/org/apache/hyracks/api/comm/FrameWriterLifecycleHelper.java: Line 34: public static void run(IFrameWriter writer, Failable tryBlock, Failable extraCatch, Failable extraFinally) > fix this? Done Line 95: hde = HyracksDataException.suppress(hde, e); > fix this? Done Line 101: hde = HyracksDataException.suppress(hde, finallyEx); > fix this? Done -- To view, visit https://asterix-gerrit.ics.uci.edu/1837 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ib09844f03701168727ad6cf4be0e3197d8708451 Gerrit-PatchSet: 1 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: Michael Blow <[email protected]> Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-Reviewer: Michael Blow <[email protected]> Gerrit-Reviewer: Till Westmann <[email protected]> Gerrit-Reviewer: Yingyi Bu <[email protected]> Gerrit-HasComments: Yes
