rdblue commented on pull request #1432: URL: https://github.com/apache/iceberg/pull/1432#issuecomment-689126675
Thanks, @HeartSaVioR! I think the behavior you're proposing is an improvement. Have you considered implementing this by using cached tables underneath metadata tables? So instead of refreshing each metadata table with a different `Table` instance for the same table, use the same cached `Table` instance for all metadata tables? That seems simpler than using notifications. ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
