Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-03-25 | 795 Bytes | |
sparklyr 1.8.5 source code.tar.gz | 2024-03-25 | 3.6 MB | |
sparklyr 1.8.5 source code.zip | 2024-03-25 | 4.1 MB | |
Totals: 3 Items | 7.7 MB | 0 |
Fixes
-
Fixes quoting issue with
dbplyr
2.5.0 (#3429) -
Fixes Windows OS identification (#3426)
Package improvements
-
Removes dependency on
tibble
, all calls are now redirected todplyr
(#3399) -
Removes dependency on
rapddirs
(#3401): - Backwards compatibility with
sparklyr
0.5 is no longer needed -
Replicates selection of cache directory
-
Converts
spark_apply()
to a method (#3418)
Spark improvements
- Spark 2.3 is no longer considered maintained as of September 2019
- Removes Java folder for versions 2.3 and below
- Merges Scala file sets into Spark version 2.4
-
Re-compiles JARs for version 2.4 and above
-
Updates Delta-to-Spark version matching when using
delta
as one of thepackages
when connecting (#3414)