jonkeane commented on code in PR #13105: URL: https://github.com/apache/arrow/pull/13105#discussion_r868315177
########## r/R/dataset-write.R: ########## @@ -206,9 +206,13 @@ write_dataset <- function(dataset, validate_positive_int_value(min_rows_per_group) validate_positive_int_value(max_rows_per_group) + source_schema <- source_data(dataset)$schema + # For backwards compatibility with Scanner-based writer (arrow <= 7.0.0): + # retain metadata from source dataset Review Comment: If we had one already, a jira would be nice here, but I'm sure we'll remember this is where it's going even without it, so let'snot -- 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]
