Open xabriel opened 2 years ago
I work around this by using collect()
before using unnest_longer()
and then doing partition(cluster)
again when I need the parallelism.
Here is a repro from my project using multidplyr that shows the workaround for this issue as well as #132:
Thanks for the suggestion! Will definitely consider it when I'm next working on multidplyr.
unnest_longer()
, function of tidyr, fails with what seems a red herring error message.Created on 2022-03-02 by the reprex package (v2.0.1)