thisisnic commented on code in PR #35543:
URL: https://github.com/apache/arrow/pull/35543#discussion_r1238604905
##########
r/R/dplyr-collect.R:
##########
@@ -192,5 +192,6 @@ implicit_schema <- function(.data) {
aggregate_types(.data, hash, old_schm)
)
}
- schema(!!!new_fields)
+
+ schema(new_fields)
Review Comment:
Actually, yeah, I should totally add it to those docs (and perhaps an
example too) - if it's not obvious to you as one of the main devs here, it
won't be obvious to others either! Thanks for catching 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]