Skip to content

pysparklyr 0.1.5

Latest
Compare
Choose a tag to compare
@edgararuiz edgararuiz released this 24 Jun 19:50
· 18 commits to main since this release

pysparklyr 0.1.5

Improvements

  • Adds support for I() in tbl()

  • Ensures arrow is installed by adding it to Imports (#116)

  • If the cluster version is higher than the available Python library, it will
    either use, or offer to install the available Python library

Fixes

  • Fixes issues with having multiple line functions in spark_apply()