Download Latest Version sparklyr 1.9.1 source code.tar.gz (3.7 MB)
Email in envelope

Get an email when there's a new version of sparklyr

Home / v1.8.6
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2024-04-29 996 Bytes
sparklyr 1.8.6 source code.tar.gz 2024-04-29 3.6 MB
sparklyr 1.8.6 source code.zip 2024-04-29 4.1 MB
Totals: 3 Items   7.7 MB 0

Sparklyr 1.8.6

  • Addresses issues with R 4.4.0. The root cause was that version checking functions changed how the work.
  • package_version() no longer accepts numeric_version() output. Wrapped the package_version() function to coerce the argument if it's a numeric_version class
  • Comparison operators (<, >=, etc.) for packageVersion() do no longer accept numeric values. The changes were to pass the version as a character

  • Adding support for Databricks "autoloader" (format: cloudFiles) for streaming ingestion of files(stream_read_cloudfiles)(@zacdav-db [#3432]):

  • stream_write_table()
  • stream_read_table()

  • Made changes to stream_write_generic (@zacdav-db [#3432]):

  • toTable method doesn't allow calling start, added to_table param that adjusts logic
  • path option not propagated when to_table is TRUE

  • Upgrades to Roxygen version 7.3.1

Source: README.md, updated 2024-04-29