MaxGekk commented on issue #24755: [SPARK-27898][SQL] Support 4 date 
operators(date + integer, integer + date, date - integer and date - date)
URL: https://github.com/apache/spark/pull/24755#issuecomment-497737947
 
 
   According to SQL standard, `date '2001-10-01' - date '2001-09-28'` must 
return the `Interval` type instead of `IntegerType` as `DateDiff` does.

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