gszadovszky commented on a change in pull request #925:
URL: https://github.com/apache/parquet-mr/pull/925#discussion_r698296466
##########
File path:
parquet-hadoop/src/test/java/org/apache/parquet/hadoop/TestParquetFileWriter.java
##########
@@ -239,6 +248,82 @@ public void testWriteRead() throws Exception {
PrintFooter.main(new String[] {path.toString()});
}
+ @Test
+ public void testWriteReadWithRecordReader() throws Exception {
Review comment:
I think this unit test does not reproduce the original scenario. Please
check my comment in the
[jira](https://issues.apache.org/jira/browse/PARQUET-2078?focusedCommentId=17406621&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17406621).
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]