Skip to content

Commit e6615d8

Browse files
committed
test
1 parent 5bd49e9 commit e6615d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/spark_read_bigquery.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ spark_read_bigquery <- function(sc,
9393
...) {
9494
parameters <- c(list(), additionalParameters)
9595
if (!is.null(serviceAccountKeyFile)) {
96-
spark_session_config(sc, config = "credentialsFile", value = serviceAccountKeyFile)
96+
sparklyr::spark_session_config(sc, config = "credentialsFile", value = serviceAccountKeyFile)
9797
parameters[["credentialsFile"]] = gsub("\\\\", "/", serviceAccountKeyFile)
9898
}
9999

0 commit comments

Comments
 (0)