nsivabalan commented on PR #13298: URL: https://github.com/apache/hudi/pull/13298#issuecomment-2913139735
@danny0405 : from a HoodieTable standpoint, so far we don't differentiate data table vs metadata table. So, we just call getMetadataWriter() and then trigger an update. So, when the HoodieTable is referring to a metadata table, when we do getMetadataWriter() it will return Option.empty(). I was just trying to optimize that call to return immediately. -- 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]
