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