ianmcook commented on a change in pull request #10992: URL: https://github.com/apache/arrow/pull/10992#discussion_r701406726
########## 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: Yep, Neal I assume you were leaving the non-breaking changes parts of `NEWS` to be filled in later like we usually do, but it would probably be a good idea to add some bullets describing the changes here and in https://github.com/apache/arrow/pull/10722 before this is merged. -- 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