yihua commented on a change in pull request #5004:
URL: https://github.com/apache/hudi/pull/5004#discussion_r832498126
##########
File path:
hudi-client/hudi-client-common/src/test/java/org/apache/hudi/io/storage/TestHoodieHFileReaderWriter.java
##########
@@ -160,6 +187,89 @@ public void testWriteReadHFile(boolean populateMetaFields,
boolean testAvroWithM
}
}
+ @Override
+ @Test
+ public void testWriteReadWithEvolvedSchema() throws Exception {
+ // Disable the test with evolved schema for HFile since it's not supported
Review comment:
We need the override here to disable the test.
--
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]