AnalysisException: Execution error: Function 'try_divide' user-defined coercion failed with: Execution error: Unsupported Data Type: Spark `try_divide` function expects Int32, Int64 o Interval(YearMonth) / Int32, got Decimal128(3, 1), Decimal128(2, 1). No function matches the given name and argument types 'try_divide(Decimal128(3, 1), Decimal128(2, 1))'. You might need to add explicit type casts.
Candidate functions:
try_divide(UserDefined)
Function
try_dividedoes not accept floating point numbers:ERROR: