jonkeane commented on code in PR #13878:
URL: https://github.com/apache/arrow/pull/13878#discussion_r951571005
##########
r/R/type.R:
##########
@@ -56,7 +56,9 @@ DataType$import_from_c <- ImportType
INTEGER_TYPES <- as.character(outer(c("uint", "int"), c(8, 16, 32, 64),
paste0))
FLOAT_TYPES <- c("float16", "float32", "float64", "halffloat", "float",
"double")
-#' Infer the arrow Array type from an R object
+#' Infer Arrow type
+#'
+#' Infer the Arrow Array type from an R object.
Review Comment:
Could you say more about what this adds? Both lines say basically the same
thing. What are we trying to convey with this?
--
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]