MaxGekk commented on PR #56562: URL: https://github.com/apache/spark/pull/56562#issuecomment-4727807692
Addressed follow-up scope request: TIMESTAMP_NTZ/LTZ(p) arithmetic in this PR now rejects CalendarIntervalType and supports ANSI day-time interval only.\n\nDetails:\n- Added analysis-time type check in TimestampAddInterval for nanos timestamp + CalendarIntervalType to return UNEXPECTED_INPUT_TYPE.\n- Added catalyst coverage asserting nanos timestamp operands reject calendar intervals.\n\nValidation: build/sbt 'catalyst/testOnly org.apache.spark.sql.catalyst.expressions.DateExpressionsSuite' -- 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]
