dwsmith1983 commented on issue #3113: URL: https://github.com/apache/datafusion-comet/issues/3113#issuecomment-5636932928
`timestampadd` is handled since #5030 (0fe9b3877): `CometTimestampAdd` in spark/src/main/scala/org/apache/comet/serde/datetime.scala routes the expression through the codegen dispatcher, so it executes inside the Comet pipeline instead of forcing a Spark fallback. It is covered by spark/src/test/resources/sql-tests/expressions/datetime/timestampadd.sql for both `timestamp` and `timestamp_ntz` inputs. Suggest closing. -- 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]
