Skip to content

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

@SulevR

Description

@SulevR

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions