yanghua commented on a change in pull request #1237: [HUDI-583] Code Cleanup,
remove redundant code, and other changes
URL: https://github.com/apache/incubator-hudi/pull/1237#discussion_r373779086
##########
File path:
hudi-common/src/test/java/org/apache/hudi/common/table/log/TestHoodieLogFormat.java
##########
@@ -414,7 +414,6 @@ public void testBasicAppendAndRead() throws IOException,
URISyntaxException, Int
dataBlockRead.getRecords().size());
assertEquals("Both records lists should be the same. (ordering
guaranteed)", copyOfRecords1,
dataBlockRead.getRecords());
- assertEquals(dataBlockRead.getSchema(), getSimpleSchema());
Review comment:
Would you mind to explain why we should to remove this assertion?
----------------------------------------------------------------
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]
With regards,
Apache Git Services