SPRKSCL1134
org.apache.spark.sql.functions.log has a workaround.
Description
This issue appears when the tool detects the usage of org.apache.spark.sql.functions.log which has a workaround.
Input code
Output code
Scenarios
This function has four overloads.
1. log(e: Column)
Action: does not need any change, becuse is not supported by Snowpark.
2. log(columnName: String)
Action: does not need any change, becuse is not supported by Snowpark.
3. log(base: Double, a: Column)
4. log(base: Double, columnName: String)