wangxianghu commented on pull request #2963: URL: https://github.com/apache/hudi/pull/2963#issuecomment-874518387
Hi, @vinothchandar, any thoughts on the pr? In this patch, I introduced a `SchemaProviderInterface ` as the base class of all `SchemaProvider`s and it is engine-free. it is useful to use `SchemaProvider` with different engines. currently, spark and flink client both have a `SchemaProvider` class, they should share a common one. flink: `org.apache.hudi.schema.SchemaProvider` spark: `org.apache.hudi.utilities.schema.SchemaProvider` -- 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]
