rdsr commented on code in PR #3574: URL: https://github.com/apache/gobblin/pull/3574#discussion_r985110509
########## gobblin-modules/gobblin-orc/src/main/java/org/apache/gobblin/writer/GobblinBaseOrcWriter.java: ########## @@ -269,6 +280,7 @@ public void commit() @Override public void write(D record) throws IOException { + Preconditions.checkState(!closed, "Writer already closed"); Review Comment: Given there's so much usage and abstract classes which this extends I wanted to be sure that this condition is preserved -- 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: dev-unsubscr...@gobblin.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org