Skip to content

Commit 238d73a

Browse files
committed
Suppress teradata warning
1 parent 5745a70 commit 238d73a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/backend-teradata.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ sql_table_analyze.Teradata <- function(con, table, ...) {
222222
glue_sql2(con, "COLLECT STATISTICS {.tbl table}")
223223
}
224224

225-
utils::globalVariables(c("ATAN2", "SUBSTR", "DECIMAL", "WEEKNUMBER_OF_YEAR", "SUM"))
225+
utils::globalVariables(c("ATAN2", "SUBSTR", "DECIMAL", "WEEKNUMBER_OF_YEAR", "VARCHAR", "SUM"))
226226

227227
#' @export
228228
#' @rdname win_over

0 commit comments

Comments
 (0)