Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

arrange() does not work before using collect() #19

Open
SulevR opened this issue Apr 24, 2024 · 0 comments
Open

arrange() does not work before using collect() #19

SulevR opened this issue Apr 24, 2024 · 0 comments

Comments

@SulevR
Copy link

SulevR commented Apr 24, 2024

When trying to use dplyr arrange() function before collect(), it does not work.

Steps to reproduce:

cdm$condition_occurrence %>%
  arrange(condition_concept_id) %>%
  show_query()

ACTUAL RESULT:

  SELECT *
  FROM main.condition_occurrence

EXPECTED RESULT:

  SELECT *
  FROM main.condition_occurrence
  ORDER BY condition_concept_id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant