andygrove opened a new pull request, #4790: URL: https://github.com/apache/datafusion-comet/pull/4790
## Which issue does this PR close? Follow-up to #4541 (part of #4540). ## Rationale for this change #4541 added support for Spark's `YearMonthIntervalType` and `DayTimeIntervalType` and enabled the `make_ym_interval` and `make_dt_interval` constructors via codegen dispatch. The expression support list in `expressions.md` still marked both as planned (🔜), so it no longer reflects reality. ## What changes are included in this PR? Update `docs/source/user-guide/latest/expressions.md` to mark `make_dt_interval` and `make_ym_interval` as supported (✅) and drop the now-obsolete tracking-issue notes. ## How are these changes tested? Documentation-only change. The behavior is covered by the SQL file tests added in #4541 (`make_ym_interval.sql` and `make_dt_interval.sql`). -- 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]
