eitsupi opened a new issue, #3475: URL: https://github.com/apache/arrow-adbc/issues/3475
### What happened? The documentation suggests that the default behavior of `write_adbc()` is `mode = "create_append"`, but in fact we can't specify `mode = "create_append"` and depending on the driver the default seems to be `"create"`. https://github.com/apache/arrow-adbc/blob/11f92d0cdad30908464d8f01b74f5440d980db6d/r/adbcdrivermanager/R/helpers.R#L30-L31 https://github.com/apache/arrow-adbc/blob/11f92d0cdad30908464d8f01b74f5440d980db6d/r/adbcdrivermanager/R/helpers.R#L113-L115 https://github.com/apache/arrow-adbc/blob/11f92d0cdad30908464d8f01b74f5440d980db6d/r/adbcdrivermanager/R/helpers.R#L129 ### Stack Trace _No response_ ### How can we reproduce the bug? _No response_ ### Environment/Setup _No response_ -- 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]
