[BUG] Error with outerJoin
in Getting Cohort Dispatch
#77
Labels
bug
Something isn't working
enhancement
New feature or request
good first issue
Good for newcomers
good for beginners
help wanted
Extra attention is needed
I had seen this bug a few times and thought maybe I was just "using it wrong", but it just dawned on me that there is actually an error here as the outerjoin should also join on the
:subject_id
variable or else there will result duplicate column name errors.@Jay-sanjay, I am not sure how we missed this with the tests... Did we not have a test that accounted for a dataframe with both
cohort_definition_id
andsubject_id
? I guess I am just surprised we missed this; ah well!The text was updated successfully, but these errors were encountered: