Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
When the hive.strict.checks.type.safety property is set to true, queries with comparisons between bigints and doubles should fail according to the description of the property.
At the moment a warning message is displayed in the console but the query doesn't fail no matter the value of the property.
WARNING: Comparing a bigint and a double may result in a loss of precision.
Attachments
Issue Links
- Is contained by
-
HIVE-24534 Prevent comparisons between characters and decimals types when strict checks enabled
- Closed