This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git
The following commit(s) were added to refs/heads/master by this push:
new 833005ef0 [SEDONA-642] R - Update to jar naming logic (#1548)
833005ef0 is described below
commit 833005ef0d27d96e11b0e74da39641381d3da1f7
Author: gregleleu <[email protected]>
AuthorDate: Thu Aug 15 14:52:45 2024 -0400
[SEDONA-642] R - Update to jar naming logic (#1548)
---
R/DESCRIPTION | 2 +-
R/R/dependencies.R | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/R/DESCRIPTION b/R/DESCRIPTION
index 969308e75..6cdaaa5d6 100644
--- a/R/DESCRIPTION
+++ b/R/DESCRIPTION
@@ -1,7 +1,7 @@
Type: Package
Package: apache.sedona
Title: R Interface for Apache Sedona
-Version: 1.6.0
+Version: 1.6.0.900
Authors@R:
c(person(family = "Apache Sedona",
role = c("aut", "cre"),
diff --git a/R/R/dependencies.R b/R/R/dependencies.R
index 013d3a411..68583c0df 100644
--- a/R/R/dependencies.R
+++ b/R/R/dependencies.R
@@ -18,7 +18,7 @@
spark_dependencies <- function(spark_version, scala_version, ...) {
if (spark_version[1, 1] == "3") {
- spark_version <- "3.0"
+ spark_version <- spark_version
scala_version <- scala_version %||% "2.12"
} else {
stop("Unsupported Spark version: ", spark_version)
@@ -42,7 +42,7 @@ spark_dependencies <- function(spark_version, scala_version,
...) {
),
packages
)
- cli::cli_alert_info(sprintf("Using Sedona jars versions: %s etc.",
packages[1]))
+ cli::cli_alert_info(sprintf("Using Sedona jar version: %s", packages[1]))
}
spark_dependency(