Skip to content

sparklyr 1.8.6

Latest
Compare
Choose a tag to compare
@edgararuiz edgararuiz released this 01 May 17:19
· 4 commits to main since this release
286a7d7

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