You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sedona.apache.org by ji...@apache.org on 2022/02/18 21:11:46 UTC

[incubator-sedona] branch fix-r-build updated: Update R build from Spark 3.2.0 to 3.2.1

This is an automated email from the ASF dual-hosted git repository.

jiayu pushed a commit to branch fix-r-build
in repository https://gitbox.apache.org/repos/asf/incubator-sedona.git


The following commit(s) were added to refs/heads/fix-r-build by this push:
     new c7bcec7  Update R build from Spark 3.2.0 to 3.2.1
c7bcec7 is described below

commit c7bcec757b43c2e3d5f2a5381b84457dc1290a7a
Author: Jia Yu <ji...@apache.org>
AuthorDate: Fri Feb 18 13:11:41 2022 -0800

    Update R build from Spark 3.2.0 to 3.2.1
---
 .github/workflows/r.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/r.yml b/.github/workflows/r.yml
index 9c554e9..71e97d3 100644
--- a/.github/workflows/r.yml
+++ b/.github/workflows/r.yml
@@ -15,14 +15,14 @@ jobs:
     strategy:
       fail-fast: true
       matrix:
-        spark: [2.4.8, 3.0.3, 3.1.2, 3.2.0]
+        spark: [2.4.8, 3.0.3, 3.1.2, 3.2.1]
         scala: [2.11.8, 2.12.15]
         r: [oldrel, release]
         exclude:
-          - spark: 3.2.0
+          - spark: 3.2.1
             scala: 2.11.8
             r: oldrel
-          - spark: 3.2.0
+          - spark: 3.2.1
             scala: 2.11.8
             r: release
           - spark: 3.1.2