Skip to content

Commit

Permalink
Removing bullet points
Browse files Browse the repository at this point in the history
  • Loading branch information
arushi-firebolt committed Mar 6, 2024
1 parent c667e99 commit cf3bbb0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/Reference/release-notes/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,7 @@ If you know that the values cannot be null when performing an anti join on nulla
### Resolved issues

<!--- FIR-21152 --->
* Changed return for division by 0 from null to fail. Examples include:
-division by zero throws now an exception (NULL value before)
-type overflow throws now an exception (not checked before)

This is a breaking change.
* Changed return for division by 0 from null to fail. Examples include: division by zero now throws an exception (NULL value before) and type overflow now throws an exception (not checked before). This is a breaking change.

<!--- FIR-18709 --->
* Updated error log for upload failure for clarity.
Expand Down

0 comments on commit cf3bbb0

Please sign in to comment.