MRKKmrkk opened a new pull request, #4985:
URL: https://github.com/apache/hive/pull/4985

   ### What changes were proposed in this pull request?
   Implement YESTERDAY UDF in Hive
   
   ### Why are the changes needed?
   In my daily work, I frequently need to examine data from the previous day. 
Currently, in Hive, the only available method to obtain the date of yesterday 
is by using calculations like date_sub(current_date, 1). It would be convenient 
if Hive could introduce a method named 'yesterday' to facilitate the quick and 
easy retrieval of the date corresponding to the previous day.
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   ### Is the change a dependency upgrade?
   No
   
   ### How was this patch tested?
   Created  qtests as part of this change
   


-- 
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.

To unsubscribe, e-mail: [email protected]

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