Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-10-29 | 1.2 kB | |
sparklyr 1.8.4 source code.tar.gz | 2023-10-29 | 5.5 MB | |
sparklyr 1.8.4 source code.zip | 2023-10-29 | 6.0 MB | |
Totals: 3 Items | 11.4 MB | 0 |
Sparklyr 1.8.4
Compatability with new dbplyr
version
-
Fixes
db_connection_describe()
S3 consistency error (@t-kalinowski) -
Addresses new error from
dbplyr
that fails when you try to access components from a remotetbl
using$
-
Bumps the version of
dbplyr
to switch between the two methods to create temporary tables -
Addresses new
translate_sql()
hard requirement to pass acon
object. Done by passing the current connection orsimulate_hive()
Fixes
-
Small fix to spark_connect_method() arguments. Removes 'hadoop_version'
-
Improvements to handling
pysparklyr
load (@t-kalinowski) -
Fixes 'subscript out of bounds' issue found by
pysparklyr
(@t-kalinowski) -
Updates available Spark download links
Improvements
- Removes dependency on the following packages:
digest
base64enc
-
ellipsis
-
Converts
ml_fit()
into a S3 method forpysparklyr
compatibility
Test improvements
-
Improvements and fixes to tests (@t-kalinowski)
-
Fixes test jobs that include should have included Arrow but did not
-
Updates to the Spark versions to be tested
-
Re-adds tests for development
dbplyr