Public signup for this instance is disabled. Go to our Self serve sign up page to request an account. Report potential security issues privately
Cancel
IMPALA-999 Casting all integer types to a legal Decimal is broken.
IMPALA-999 cast(string as Decimal(x,y)) can be wrong even if the string conforms to the type of decimal it's being cast to.
IMPALA-999 cast(float/double to Decimal(x,y)) yields unexpected results.