GoogleCloudPlatform / zetasql-toolkit

The ZetaSQL Toolkit is a library that helps users use ZetaSQL Java API to perform SQL analysis for multiple query engines, including BigQuery and Cloud Spanner.
Apache License 2.0
35 stars 8 forks source link

Add time-based eviction to caches for BigQuery resources #4

Closed ppaglilla closed 1 year ago

ppaglilla commented 1 year ago

Adds time-based eviction for the caching of BigQuery resources on the BigQueryService class. Uses the Guava Cache class.