Open WillAyd opened 2 months ago
I'm guessing we're getting an ArrowIterator()
for every RowIterator
returned by executing a query. There's no physical table to create a Storage Read API connection to for the DROP TABLE
query, so IsAccelerated() is returning false
.
We should be falling back to a non-arrow iterator in cases like this.
What happened?
When attempting to drop a table via
cursor.execute
, BigQuery throws:However,
"bigquerystorage.googleapis.com"
is enabled in my project. I even tried "cloudstorage.googleapis.com" but the error persistedStack Trace
How can we reproduce the bug?
Environment/Setup
No response