yaooqinn commented on issue #26702: [SPARK-30070][SQL] Support ANSI datetimes predicate - overlaps URL: https://github.com/apache/spark/pull/26702#issuecomment-559642210 Hi @maropu, the `overlaps`'s behavior in the SQL standard is very clear, and PostgreSQL follows it exactly. So here we do exactly the same. In Oracle, it is also supported but undocumented. Not supported by MySQL.
---------------------------------------------------------------- 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]
