WeichenXu123 opened a new pull request #25334: [SPARK-28598][SQL][WIP] Few date 
time manipulation functions does not provide versions supporting Column as 
input through the Dataframe API
URL: https://github.com/apache/spark/pull/25334
 
 
   ## What changes were proposed in this pull request?
   
   Add following functions:
   ```
   def add_months(startDate: Column, numMonths: Column): Column
   def date_add(start: Column, days: Column): Column
   def date_sub(start: Column, days: Column): Column
   ```
   
   ## How was this patch tested?
   
   UT.
   
   Please review https://spark.apache.org/contributing.html before opening a 
pull request.
   

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


With regards,
Apache Git Services

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

Reply via email to