Migration from Scala to Python
Migrating a history Scala project to Python, I find some tips that can help me forget the type system in scala. Feel good!!!
Scala to PythonMigrating a history Scala project to Python, I find some tips that can help me forget the type system in scala. Feel good!!!
Recently reading a blog Structured Streaming in PySpark It's implemented in Databricks platform. Then I try to implement in my local Spark. Some tricky issue happened during my work.