You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that when you sequence a group_by(), then a mutate(), and lastly an arrange(), dbplyr is not able to find the variable created by the mutate() when using select(). This works against a regular data frame. Reprex here:
It seems that when you sequence a
group_by()
, then amutate()
, and lastly anarrange()
,dbplyr
is not able to find the variable created by themutate()
when usingselect()
. This works against a regular data frame. Reprex here:Created on 2024-01-09 with reprex v2.0.2
Initially reported as a possible bug in
sparklyr
here: sparklyr/sparklyr#3413The text was updated successfully, but these errors were encountered: