You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@orc.apache.org by GitBox <gi...@apache.org> on 2021/09/02 00:12:12 UTC

[GitHub] [orc] dongjoon-hyun commented on a change in pull request #891: ORC-978: Fix NPE in TestFlinkOrcReaderWriter

dongjoon-hyun commented on a change in pull request #891:
URL: https://github.com/apache/orc/pull/891#discussion_r700654781



##########
File path: java/core/src/test/org/apache/orc/impl/TestWriterImpl.java
##########
@@ -118,4 +118,12 @@ public void testStripes() throws Exception {
     Reader r = OrcFile.createReader(testFilePath, OrcFile.readerOptions(conf));
     assertEquals(r.getStripes(), w.getStripes());
   }
+
+  @Test
+  public void testCloseIsIdempotent() throws IOException {

Review comment:
       Thank you for adding a test case for this.




-- 
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-unsubscribe@orc.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org