lidavidm commented on issue #540: URL: https://github.com/apache/arrow-adbc/issues/540#issuecomment-1483173774
Yeah, I figure we should be non surprising (also, there isn't an actual ExecuteUpdate, it's just ExecuteQuery without an output ArrowArrayStream) On Fri, Mar 24, 2023, at 13:24, Dewey Dunnington wrote: > > > I noticed this when attempting to wrap it in R but I forgot/didn't know about ExecuteUpdate. R's DBI usually executes create/drop table using `DBI::dbExecute()` instead of `DBI::dbFetchQuery()` so it's probably fine from DBI's end, anyway. > > > — > Reply to this email directly, view it on GitHub <https://github.com/apache/arrow-adbc/issues/540#issuecomment-1483161122>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AACQB36NWR3JUA5ZVH6A653W5XKGPANCNFSM6AAAAAAWGZYILI>. > You are receiving this because you authored the thread.Message ID: ***@***.***> > -- 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]
