Stamatis Zampetakis created HIVE-24778:
------------------------------------------
Summary: Unify hive.strict.timestamp.conversion and
hive.strict.checks.type.safety properties
Key: HIVE-24778
URL: https://issues.apache.org/jira/browse/HIVE-24778
Project: Hive
Issue Type: Improvement
Affects Versions: 4.0.0
Reporter: Stamatis Zampetakis
Fix For: 4.0.0
The majority of strict type checks can be controlled by
{{hive.strict.checks.type.safety}} property. HIVE-24157 introduced another
property, namely {{hive.strict.timestamp.conversion}}, to control the implicit
comparisons between numerics and timestamps.
The name and description of {{hive.strict.checks.type.safety}} imply that the
property covers all strict checks so having others for specific cases appears
confusing and can easily lead to unexpected behavior.
The goal of this issue is to unify those properties to facilitate configuration
and improve code reuse.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)