Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused caches in BigQueryClient #10725

Conversation

findepi
Copy link
Member

@findepi findepi commented Jan 21, 2022

They were never written to, so always empty.

This also removes bigquery.case-insensitive-name-matching.cache-ttl
config property, which was accepted, but didn't do anything.

Fixes #10697

They were never written to, so always empty.

This also removes `bigquery.case-insensitive-name-matching.cache-ttl`
config property, which was accepted, but didn't do anything.
@findepi findepi force-pushed the findepi/remove-unused-caches-in-bigqueryclient-326b82 branch from f1d3d25 to 3d596b2 Compare January 21, 2022 11:58
@github-actions github-actions bot added the docs label Jan 21, 2022
@findepi
Copy link
Member Author

findepi commented Jan 21, 2022

CI passed except for ci / test (:trino-clickhouse), which is known problem.

@findepi findepi merged commit 10c4756 into trinodb:master Jan 21, 2022
@findepi findepi deleted the findepi/remove-unused-caches-in-bigqueryclient-326b82 branch January 21, 2022 15:16
@findepi findepi mentioned this pull request Jan 21, 2022
@github-actions github-actions bot added this to the 369 milestone Jan 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

BigQuery bigquery.case-insensitive-name-matching.cache-ttl configuration is ignored
3 participants