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

drop table if exists fails with internal error #355

Open
agonencyto opened this issue Sep 27, 2024 · 0 comments
Open

drop table if exists fails with internal error #355

agonencyto opened this issue Sep 27, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@agonencyto
Copy link

What happened?

bq --api http://0.0.0.0:9050 query --project_id=test "drop table if exists a"
BigQuery error in query operation: Error processing job 'test:bqjob_r481d78696f5de5a6_0000019232da5976_1': failed to delete table spec: failed to find table
spec from map by test_a

What did you expect to happen?

no error , but "if exist" should not break and none existing table

How can we reproduce it (as minimally and precisely as possible)?

just run the command "drop table if exists"

Anything else we need to know?

No response

@agonencyto agonencyto added the bug Something isn't working label Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant