voonhous commented on code in PR #17599:
URL: https://github.com/apache/hudi/pull/17599#discussion_r2652115337
##########
hudi-client/hudi-client-common/src/test/java/org/apache/hudi/client/transaction/TestConcurrentSchemaEvolutionTableSchemaGetter.java:
##########
@@ -383,7 +383,7 @@ private static Stream<Arguments> schemaTestParams() {
@ParameterizedTest
@MethodSource("schemaTestParams")
- void testGetTableAvroSchema(Schema inputSchema, boolean
includeMetadataFields, Schema expectedSchema) throws Exception {
+ void testGetTableAvroSchema(HoodieSchema inputSchema, boolean
includeMetadataFields, HoodieSchema expectedSchema) throws Exception {
Review Comment:
Done!
--
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]