From 7e92863d41274fcb8f33989ab1904801a97870ee Mon Sep 17 00:00:00 2001 From: Martin Studer Date: Mon, 7 Oct 2024 17:13:11 +0200 Subject: [PATCH] Spark 2.3 is not supported by sparklyr --- .Rbuildignore | 1 + .github/workflows/ci-tests.yml | 4 ++-- .gitignore | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.Rbuildignore b/.Rbuildignore index 6f5729b..001dd1a 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -12,3 +12,4 @@ ^spark-warehouse$ cran-comments.md ^\.github$ +^adc.json$ diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 09eb1ce..de98148 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -27,8 +27,8 @@ jobs: config: - os-name: ubuntu os-version: latest - java: 8 - spark: "2.3" + java: 17 + spark: "3.5" r-version: release - os-name: ubuntu os-version: "20.04" diff --git a/.gitignore b/.gitignore index 797cc11..092904b 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,7 @@ vignettes/*.pdf *.utf8.md *.knit.md .Rproj.user +adc.json # Spark-specific files *.log