pgaref opened a new pull request #1982:
URL: https://github.com/apache/hive/pull/1982


   ### What changes were proposed in this pull request?
   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.
   
   This PR unifies those properties to facilitate configuration and improve 
code reuse.
   
   ### Why are the changes needed?
   Reduce conf complexity
   
   ### Does this PR introduce _any_ user-facing change?
   Unifies hive.strict.timestamp.conversion and hive.strict.checks.type.safety 
properties
   
   
   ### How was this patch tested?
   Existing tests
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to