Edgar Ruiz

Results 119 comments of Edgar Ruiz

Hi, does the issue also occur when Arrow is not in the mix?

Hi, I wonder if this has to do with the 1.7.5's integration with `dbplyr` . Would you mind testing that with the dev version of `sparklyr`? To install it use:...

Ok, thank you for testing. I added a `bug` label to this issue so I can follow up

Hi, I just realized that the field use for `arrange()` is one that does not end up in the final result. If I run this, it works: ``` sdf_test %>%...

Thank you for that follow up. Normal `dbplyr` translations do not support `collapse` but your tip about using `COLLECT_LIST` may make it work. I'll take a look at that.

Hi, I wonder if after closing a connection, and reconnecting, the ability to create Temp Views is restricted. Can you try creating a Temp View manually using `DBI` as shown...

Hi, try defining your function inside the function sent to `spark_apply()`, this works: ```r spark_apply( tbl_mtcars, function(x) { half

Hi, maybe trying a different port? ` Error listen tcp6 [::1]:7078: bind: address already in use]`

As @DavisVaughan pointed out, this is an issue introduced in `sparklyr`, and it affects more than just Spark version 3, here is a reprex using Spark 2: ``` r library(sparklyr)...

Hi @jmeron, I just realized that output from `dplyr` and `sparklyr` actually match, is there something I'm missing? ``` r library(sparklyr) #> #> Attaching package: 'sparklyr' #> The following object...