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