gliga opened a new pull request, #2614:
URL: https://github.com/apache/arrow-adbc/pull/2614

   This PR avoids creating arrow iterator in case the resulting schema is 
empty.  The issue was that `IsAccelerated` (in 
`google-cloud-go/bigquery/storage_iterator.go`)  would return `false` in case 
there is no result (e.g., one is running `drop schema`) when creating 
`ArrowIterator`. Now, before we try to get `ArrowIterator`, we check if schema 
is empty.
   
   The PR also adds tests (trying to) following the existing formats. 
   
   Closes: https://github.com/apache/arrow-adbc/issues/2173


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to