You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by GitBox <gi...@apache.org> on 2021/08/30 08:36:25 UTC

[GitHub] [parquet-mr] gszadovszky commented on a change in pull request #925: PARQUET-2078: Failed to read parquet file after writing with the same …

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: dev-unsubscribe@parquet.apache.org

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