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
When Athena returns a NaN or Infinity value, generally as a result of dividing by 0.0, the following error is displayed:
“Error running query: failed communicating with server. Please check your Internet connection and try again.”
This error message is confusing, and the result could also be handled more nicely.
Steps to Reproduce
execute the following query on an Athena connection:
select 1.0/0.0
When you divide an integer value by an integer zero (select 1/0), Athena throws the error "Error running query: DIVISION_BY_ZERO: / by zero" and this is presented nicely in Redash.
It would be good if either Redash throw a meaningful error upon being unable to handle the Infinity/Nan value, or if it displayed all results and presented null or some other value in place of Infinity/Nan.
Technical details:
Redash Version: 4.0.1
The text was updated successfully, but these errors were encountered:
Issue Summary
When Athena returns a NaN or Infinity value, generally as a result of dividing by 0.0, the following error is displayed:
“Error running query: failed communicating with server. Please check your Internet connection and try again.”
This error message is confusing, and the result could also be handled more nicely.
Steps to Reproduce
select 1.0/0.0
When you divide an integer value by an integer zero (select 1/0), Athena throws the error "Error running query: DIVISION_BY_ZERO: / by zero" and this is presented nicely in Redash.
It would be good if either Redash throw a meaningful error upon being unable to handle the Infinity/Nan value, or if it displayed all results and presented null or some other value in place of Infinity/Nan.
Technical details:
The text was updated successfully, but these errors were encountered: