eitsupi commented on code in PR #3852:
URL: https://github.com/apache/arrow-adbc/pull/3852#discussion_r2660022943


##########
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:
   After thinking about it, and considering that `temporary` param, which is 
equivalently marked as experimental in Python, is not marked as experimental 
here, I removed the experimental markings as well.



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