SPRKSCL1114
org.apache.spark.sql.functions.repeat has a workaround.
Description
Input code
val result = repeat(someColumn, 5)Output code
/*EWI: SPRKSCL1114 => org.apache.spark.sql.functions.repeat has a workaround, see documentation for more info*/
val result = repeat(someColumn, 5)Scenarios
val result = repeat(someColumn, col(5))