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

Fix BigQuery metadata listing for ambiguous table names #18927

Merged
merged 1 commit into from
Sep 5, 2023

Conversation

wendigo
Copy link
Contributor

@wendigo wendigo commented Sep 5, 2023

Since #18730 metadata listing does not longer call getTableHandle so when listing columns or tables in BigQuery connector, ambiguous objects are filtered out.

Fixes #18889 and makes master happy :)

Description

Release notes

(x) This is not user-visible or is docs only, and no release notes are required.

@wendigo wendigo requested a review from hashhar September 5, 2023 10:48
@cla-bot cla-bot bot added the cla-signed label Sep 5, 2023
@wendigo wendigo requested a review from ebyhr September 5, 2023 10:49
Copy link
Member

@hashhar hashhar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM % change commit message to Since c9fa5ffe64439cae24070628275d22d1ccbaa897 .....

Since c9fa5ff metadata listing does not longer call getTableHandle.
Listing columns or tables in BigQuery connector is not failing since for ambiguous tables as
they are filtered out.
@wendigo
Copy link
Contributor Author

wendigo commented Sep 5, 2023

@hashhar done

@hashhar
Copy link
Member

hashhar commented Sep 5, 2023

/test-with-secrets sha=bde96c3a4b4d44109649a64801fdeb928113dfde

@github-actions github-actions bot added the bigquery BigQuery connector label Sep 5, 2023
@github-actions
Copy link

github-actions bot commented Sep 5, 2023

The CI workflow run with tests that require additional secrets finished as failure: https://github.com/trinodb/trino/actions/runs/6084072239

@wendigo wendigo closed this Sep 5, 2023
@wendigo wendigo reopened this Sep 5, 2023
@wendigo
Copy link
Contributor Author

wendigo commented Sep 5, 2023

Damn, closed it by accident. I hope that run with secrets workflow won't be restarted :)

@wendigo
Copy link
Contributor Author

wendigo commented Sep 5, 2023

This particular test that was linked here was successful so I'm merging this change as it-is.

@wendigo wendigo merged commit 3ee876c into trinodb:master Sep 5, 2023
@wendigo wendigo deleted the serafin/fix-bq branch September 5, 2023 16:07
@github-actions github-actions bot added this to the 426 milestone Sep 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bigquery BigQuery connector cla-signed
Development

Successfully merging this pull request may close these issues.

TestBigQueryCaseInsensitiveMapping.testTableNameClash is broken
3 participants