Skip to content

Commit

Permalink
Update dependencies.R
Browse files Browse the repository at this point in the history
Fix context creation to post 1.4.1 flow
  • Loading branch information
gregleleu committed Aug 15, 2024
1 parent 43cab48 commit ccf4385
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/R/dependencies.R
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ spark_dependencies <- function(spark_version, scala_version, ...) {
sedona_initialize_spark_connection <- function(sc) {
invoke_static(
sc,
"org.apache.sedona.sql.utils.SedonaSQLRegistrator",
"registerAll",
"org.apache.sedona.spark.SedonaContext",
"create",
spark_session(sc),
"r"
)
Expand Down

0 comments on commit ccf4385

Please sign in to comment.