vinothchandar commented on pull request #1566:
URL: https://github.com/apache/incubator-hudi/pull/1566#issuecomment-620376125
Zooming out a bit, this seems like an artifact on how the different schema
providers are implemented right... Most of them fetch the schema in the
constructor (design choice to fail fast and early when there were no continuous
mode) and `schemaProvider.getSourceSchema()` just returns this initial value..
if we redid the schema provider implementations such that the schema is read
each time from SR (schema registry) (like how the JDBCSchemaProvider does)..
This problem will naturally be fixed and is a more elegant design IMO..
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]