voonhous commented on code in PR #14382:
URL: https://github.com/apache/hudi/pull/14382#discussion_r2595110452


##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/schema/SchemaRegistryProvider.java:
##########
@@ -110,12 +110,12 @@ public SchemaRegistryProvider(TypedProperties props) {
     checkRequiredConfigProperties(props, 
Collections.singletonList(Config.SRC_SCHEMA_REGISTRY_URL));
   }
 
-  private Schema getSchema(String registryUrl) throws IOException {
-    return new Schema.Parser().parse(fetchSchemaFromRegistry(registryUrl));
+  private HoodieSchema getSchema(String registryUrl) throws IOException {

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]

Reply via email to