xushiyan commented on code in PR #8445:
URL: https://github.com/apache/hudi/pull/8445#discussion_r1203461726
##########
hudi-client/hudi-client-common/src/test/java/org/apache/hudi/io/storage/TestHoodieHFileReaderWriter.java:
##########
@@ -198,10 +200,10 @@ public void testWriteReadHFileWithMetaFields(boolean
populateMetaFields, boolean
}
}
+ @Disabled("Disable the test with evolved schema for HFile since it's not
supported")
+ @ParameterizedTest
@Override
- @Test
- public void testWriteReadWithEvolvedSchema() throws Exception {
- // Disable the test with evolved schema for HFile since it's not supported
+ public void testWriteReadWithEvolvedSchema(String evolvedSchemaPath) throws
Exception {
Review Comment:
it's disabled with a message. should be a good reminder there.
--
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]