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


##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/schema/SchemaProvider.java:
##########
@@ -29,9 +29,9 @@ public abstract class SchemaProvider implements Serializable {
 
   private static final long serialVersionUID = 1L;
 
-  public abstract Schema getSourceSchema();
+  public abstract HoodieSchema getSourceSchema();
 
-  public Schema getTargetSchema() {
+  public HoodieSchema getTargetSchema() {

Review Comment:
   Addressed.



-- 
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