SPRKSCL1134
org.apache.spark.sql.functions.log has a workaround.
Description
Input code
val result = log(5, "columnName1")Output code
/*EWI: SPRKSCL1134 => org.apache.spark.sql.functions.log has a workaround, see documentation for more info*/
val result = log(5, "columnName1")