hvanhovell commented on issue #26092: [SPARK-29440][SQL] Support 
java.time.Duration as an external type of CalendarIntervalType
URL: https://github.com/apache/spark/pull/26092#issuecomment-541213321
 
 
   I have a bit of a problem with the assumption that a month has a fixed 
number of seconds. This is just not true, the duration of a month is not a 
constant and should be determined by the current date.
   
   If you really want to go down this path than we need to make sure an 
interval can only be month or micro second based.

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