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:

Now with the new version dbplyr 2.3.0:

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?
Before when using window_order I could do something for example:
Now when the variable that you ordered for is not present it crashes.
Example with dbplyr 2.0.0:

Now with the new version dbplyr 2.3.0:

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?