the-other-tim-brown commented on code in PR #14355: URL: https://github.com/apache/hudi/pull/14355#discussion_r2593213450
########## hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/schema/SchemaProvider.java: ########## @@ -18,7 +18,7 @@ package org.apache.hudi.schema; -import org.apache.avro.Schema; +import org.apache.hudi.common.schema.HoodieSchema; Review Comment: Based on discussion for the Hudi-Utilities SchemaProviders, we should preserve the existing APIs for now to ensure user's have an easy upgrade path. See my suggestions on how to proceed on this other PR: https://github.com/apache/hudi/pull/14382#discussion_r2593093624 -- 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]
