Closed piccolbo closed 9 years ago
problem is in transmute_, reported to dplyr team see hadley/dplyr#1158
I don't think this is the same problem anymore as dplyr#1158 By the way, we have a patch for that in dplyr.spark and it's not even executed when doing a filter(mutate ...
filter(mutate works in sql lite as is. works in spark sql replacing where clause with having. works in R putting a collapse between mutate and filter
asked for advice here https://github.com/hadley/dplyr/issues/1319
they are translated to
Works in sqlite, but not here. Triggered by
filter(mutate(...