jonkeane commented on a change in pull request #10992: URL: https://github.com/apache/arrow/pull/10992#discussion_r701401288
########## File path: r/NEWS.md ########## @@ -19,6 +19,11 @@ # arrow 5.0.0.9000 +## Breaking changes + +* `dplyr::summarize()` on an in-memory Arrow Table or RecordBatch no longer eagerly evaluates. Call `compute()` or `collect()` to evaluate the query. +* Row order of data from a Dataset query is no longer deterministic. If you need a stable sort order, you should explicitly `arrange()` the query. Review comment: Should we mention `options(arrow.summarise.sort)` here too? -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org