Skip to content

Commit 4233e25

Browse files
committed
Fix bug in set input cols
1 parent 7d41599 commit 4233e25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/utils.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#'
88
#' @export
99
nlp_set_input_cols <- function(jobj, input_cols) {
10-
newobj <- sparklyr:::ml_set_param(jobj, "inputCols", output_col)
10+
newobj <- sparklyr:::ml_set_param(jobj, "inputCols", input_col)
1111
return(newobj)
1212
#invoke(spark_jobj(jobj), "setInputCols", cast_string_list(input_cols))
1313
}

0 commit comments

Comments
 (0)