You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On postgres, snowflake, redshift, and myql, str_flatten has no default value for the collapse arg, and throws an error without it. This is inconsistent with stringr::str_flatten, where collapse = '' is default.
On postgres, snowflake, redshift, and myql,
str_flattenhas no default value for thecollapsearg, and throws an error without it. This is inconsistent withstringr::str_flatten, wherecollapse = ''is default.Fixed in #992