Skip to content

Commit

Permalink
no ... = ...
Browse files Browse the repository at this point in the history
  • Loading branch information
t-kalinowski committed Sep 25, 2023
1 parent 0dea153 commit 3ade9d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/spark-connect.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spark_connect_method.spark_method_databricks_connect <- function(
master = master,
method = method,
config = config,
... = ...
...
)
}

Expand Down
2 changes: 1 addition & 1 deletion R/spark-pyobj.R
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ invoke.spark_pyobj <- function(jobj, method, ...) {
jobj = jobj$connection,
context = jobj$pyspark_obj,
method = method,
... = ...
...
)
}

Expand Down

0 comments on commit 3ade9d4

Please sign in to comment.