nbenn opened a new issue, #1004: URL: https://github.com/apache/arrow-adbc/issues/1004
This is probably not an R-specific issue, but I did not track this down further so I'm reporting in the context where the issue showed up for me. One test in DBI executes a query containing a blob literal, something along the lines of ```r library(adbcdrivermanager) db <- adbc_database_init(adbcsqlite::adbcsqlite(), uri = ":memory:") con <- adbc_connection_init(db) read_adbc(con, "SELECT X'00' as a") #> Error in adbc_statement_execute_query(stmt, stream) : NOT_IMPLEMENTED ``` -- 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]
