yihua commented on code in PR #14364:
URL: https://github.com/apache/hudi/pull/14364#discussion_r2565960874
##########
hudi-utilities/src/main/java/org/apache/hudi/utilities/schema/SchemaProvider.java:
##########
@@ -49,10 +49,10 @@ protected SchemaProvider(TypedProperties props,
JavaSparkContext jssc) {
}
@PublicAPIMethod(maturity = ApiMaturityLevel.STABLE)
- public abstract Schema getSourceSchema();
+ public abstract HoodieSchema getSourceSchema();
Review Comment:
Yes, that should be the approach to pursue to avoid breaking the
user-provided `SchemaProvider` implementation.
--
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]