lalitx17 opened a new pull request, #39028: URL: https://github.com/apache/beam/pull/39028
This adds a small class level cache around BigQueryWrapper.get_table() so multiple wrapper instances in the same worker can reuse table definitions instead of repeatedly calling BigQuery tables.get. The cache is bounded, expires entries after a conservative TTL, and is invalidated when Beam creates or deletes a table. addresses #34076 -- 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]
