Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
In our production environment, we usually need to synchronize data from mysql, and at the same time, we need to get the schema from the database. So I submitted this PR. A schema provider that obtains metadata through Jdbc calls the Spark JDBC related methods by design. PR address: https://github.com/apache/incubator-hudi/pull/1200