ianmcook commented on a change in pull request #9800: URL: https://github.com/apache/arrow/pull/9800#discussion_r605208224
########## File path: r/R/dataset.R ########## @@ -64,6 +67,8 @@ open_dataset <- function(sources, partitioning = hive_partition(), unify_schemas = NULL, ...) { + # TODO: default to unify_schemas = TRUE when `sources` is a vector of file paths? + # (if so, also change the unifiy_schemas param description in the docs entry above) Review comment: Should `unify_schemas` default to `TRUE` when `sources` is a vector of file paths (not a directory path)? -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org