Name | Modified | Size | Downloads / 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 acceptsnumeric_version()
output. Wrapped thepackage_version()
function to coerce the argument if it's anumeric_version
class-
Comparison operators (
<
,>=
, etc.) forpackageVersion()
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 callingstart
, addedto_table
param that adjusts logic-
path
option not propagated whento_table
isTRUE
-
Upgrades to Roxygen version 7.3.1