Skip to content

window_order crashing when deleting the variable that I am ordering for #1103

Description

@catalamarti

Before when using window_order I could do something for example:

x <- table_x %>% window_order(variable1) %>% .... %>% select(-variable1)

Now when the variable that you ordered for is not present it crashes.

Example with dbplyr 2.0.0:
working

Now with the new version dbplyr 2.3.0:
not_working

As far as I know there is no way to delete the ordering so I am stuck and I have to use the previous version.
Is this something on purpose? Then how we can solve this error?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions