eitsupi commented on code in PR #3852: URL: https://github.com/apache/arrow-adbc/pull/3852#discussion_r2658707912
########## r/adbcdrivermanager/R/helpers.R: ########## @@ -30,6 +30,10 @@ #' @param mode One of `"create"`, `"append"`, `"replace"`, `"create_append"` (error if the schema #' is not compatible or append otherwise), or `"default"` (use the `adbc.ingest.mode` #' argument of [adbc_statement_init()]). The default is `"default"`. +#' @param catalog_name If not `NULL`, the catalog to create/locate the table in. +#' **This API is EXPERIMENTAL.** Review Comment: Experimental arguments are often marked using functions in the lifecycle package, but the svg file for the badges will be included in the package. Is that acceptable? -- 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]
