Jove Yuan

Results 4 comments of Jove Yuan

> It can done either through R using #3188 or in Scala by calling `Shell.getBackend()` (see > > https://github.com/sparklyr/sparklyr/blob/13ede95c8973c116a0e685a27ccd51a70756b590/java/spark-1.5.2/shell.scala#L52 > > ) followed by `getPort()` on the backend object. Let...

This was using sparklyr 1.8.2, although I suspect it affects other sparklyr versions including dev. I copied the `findMatchedSignature` method from https://github.com/sparklyr/sparklyr/blob/4d49e40c8cefd394358f64261fceeaeaef13f8cc/java/spark-1.5.2/invoke.scala#L17-L133 into a Scala REPL and was able to...

Yes, apologies. I reproduced this in Databricks with Spark 3.5 and sparklyr 1.8.2 with the following query. The third line is an implementation detail of `sparklyr` (eventually called by `sdf_len`,...

Hi Edgar, yeah, I'm testing a preview build internally in Databricks. I'm using sparklyr from the Databricks cluster itself, so it doesn't require Databricks Connect though. The root cause (bug...