You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(databricks)!: transpile TRY_DIVIDE to/from other dialects [CLAUDE] (#7489)
Databricks' TRY_DIVIDE(a, b) returns NULL on division by zero. It is
now mapped to exp.SafeDivide, which already has the correct semantics
and generates appropriate SQL for all target dialects.
Closes#7312
0 commit comments