Open nickdickinson opened 1 year ago
Double check the documentation clearly explains the order of operations in a lazy dataframe when this is done on the server. It has to do with the chaining and sequence of operations which can be different than expected.
Arrange is limited to a single field and can result in a different order of records when done on the server vs. when done with dplyr::arrange on a data.frame.