paleolimbot commented on code in PR #14922:
URL: https://github.com/apache/arrow/pull/14922#discussion_r1061559654
##########
r/R/array.R:
##########
@@ -450,6 +440,44 @@ StructArray <- R6Class("StructArray",
)
)
+StructArray$create <- function(...) {
+ dots <- list2(...)
Review Comment:
Can you reprex your initial problem? (i.e., what usage caused the `Error:
Unknown: only data frames are allowed as unnamed arguments to be auto
spliced`). I'm wondering if the initial error might be fixed by
`record_batch(!!!dots)` instead of `record_batch(dots)`?
--
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]