nealrichardson commented on a change in pull request #11324:
URL: https://github.com/apache/arrow/pull/11324#discussion_r724228539



##########
File path: r/R/field.R
##########
@@ -54,11 +54,11 @@ Field <- R6Class("Field",
     }
   )
 )
-Field$create <- function(name, type, metadata) {
+Field$create <- function(name, type, metadata, nullable = TRUE) {

Review comment:
       Thanks for updating the docs. We use roxygen2, so the way to update them 
best is to add the new `@param` to around L69 below, and then re-run 
`roxygen2::roxygenize()`.




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