lidavidm commented on PR #3196:
URL: https://github.com/apache/arrow-adbc/pull/3196#issuecomment-3172388990

   ```
   In [7]: cur.execute("SELECT * FROM asdf")
   
   In [8]: cur.fetchallarrow()
   Out[8]: 
   pyarrow.Table
   a: struct<x: int32, y: string>
     child 0, x: int32
     child 1, y: string
   ----
   a: [
     -- is_valid: all not null
     -- child 0 type: int32
   [1]
     -- child 1 type: string
   ["foo"]]
   ```


-- 
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