nealrichardson commented on code in PR #14371:
URL: https://github.com/apache/arrow/pull/14371#discussion_r993756675
##########
r/R/util.R:
##########
@@ -251,3 +251,25 @@ augment_io_error_msg <- function(e, call, schema = NULL,
format = NULL) {
handle_augmented_field_misuse(msg, call)
abort(msg, call = call)
}
+
+simulate_data_frame <- function(schema) {
Review Comment:
Just to confirm, I benchmarked this function on the schema of the taxi
dataset (20 columns), and the median time was 15ms, so a little under 1ms per
column.
--
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]