danielfordfc commented on PR #8246:
URL: https://github.com/apache/hudi/pull/8246#issuecomment-1537458573

   @nsivabalan I've taken your thoughts and moved the schemaprovider.refresh 
call into the SyncOnce call.
   I've then added overrides to FileBasedSchemaProvider and 
SchemaRegistryProvider.
   
   Is this how you envisioned it?
   
   I guess where appropriate, individual providers can handle their refreshing 
in different ways (FileBased is simply re-polling the file, but 
SchemaRegistryProvider involves dropping the internal cachedSchema and 
refreshing). Is this along the right lines?
   
   note: the FileBasedSchemaProvider has had a fair bit of refactoring since 
your branch off of 0.11.1


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