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
Is your feature request related to a problem or challenge?
In downstream crates such as Comet, we don't have a good way to catch overflow errors from DataFusion/Arrow. We have to rely on looking for certain words in error messages. For example:
It would be a better developer experience if DataFusion/Arrow had specific overflow errors. I see that Arrow already has DivideByZero so it seems logical that we could also have an Overflow or ArithmeticOverflow as well. I will file an issue in Arrow and link to it from this issue.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem or challenge?
In downstream crates such as Comet, we don't have a good way to catch overflow errors from DataFusion/Arrow. We have to rely on looking for certain words in error messages. For example:
We then create a specific overflow exception:
Describe the solution you'd like
It would be a better developer experience if DataFusion/Arrow had specific overflow errors. I see that Arrow already has
DivideByZero
so it seems logical that we could also have anOverflow
orArithmeticOverflow
as well. I will file an issue in Arrow and link to it from this issue.Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: