pgaref commented on a change in pull request #672:
URL: https://github.com/apache/orc/pull/672#discussion_r602796997
##########
File path: java/core/src/test/org/apache/orc/TestReader.java
##########
@@ -78,4 +78,11 @@ public void testReadFileInvalidHeader() throws Exception {
OrcFile.createReader(testFilePath,
OrcFile.readerOptions(conf).filesystem(fs));
}
+
+ @Test
+ public void testReadDocColumn() throws Exception {
+ Path path = new
Path(getClass().getClassLoader().getSystemResource("col.dot.orc").getPath());
Review comment:
Minor comment: Write, and Read the file within the Test itselft as it
would more self-explanatory (col-names, rows etc.)
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]