I have a complex Pandas UDF implementation which works perfectly in PySpark. Now, I need to migrate it to use in Spark Scala. Is there a way I can directly use the current UDF implementation? Thanks.
I have a complex Pandas UDF implementation which works perfectly in PySpark. Now, I need to migrate it to use in Spark Scala. Is there a way I can directly use the current UDF implementation? Thanks.