From a94f0126a3ef4bd73769060d227be32a511369b7 Mon Sep 17 00:00:00 2001 From: Andy Grove Date: Wed, 1 Jul 2026 16:30:21 -0600 Subject: [PATCH] docs: mark make_dt_interval and make_ym_interval as supported PR #4541 enabled the YearMonthIntervalType and DayTimeIntervalType constructors via codegen dispatch. Update the expression support list to reflect that make_dt_interval and make_ym_interval are now supported. --- docs/source/user-guide/latest/expressions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/user-guide/latest/expressions.md b/docs/source/user-guide/latest/expressions.md index 4da175db33..c05c57269a 100644 --- a/docs/source/user-guide/latest/expressions.md +++ b/docs/source/user-guide/latest/expressions.md @@ -262,13 +262,13 @@ The type-name conversion functions (`bigint`, `binary`, `boolean`, `date`, `deci | `last_day` | ✅ | | | `localtimestamp` | ✅ | | | `make_date` | ✅ | | -| `make_dt_interval` | 🔜 | [#4541](https://github.com/apache/datafusion-comet/issues/4541) | +| `make_dt_interval` | ✅ | | | `make_interval` | 🔜 | Produces legacy CalendarInterval; tracked by [#4540](https://github.com/apache/datafusion-comet/issues/4540) | | `make_time` | 🔜 | Spark 4.1 TIME type; tracked by [#4288](https://github.com/apache/datafusion-comet/issues/4288) | | `make_timestamp` | ✅ | | | `make_timestamp_ltz` | ✅ | 2-arg TIME form falls back | | `make_timestamp_ntz` | ✅ | 2-arg TIME form falls back | -| `make_ym_interval` | 🔜 | [#4541](https://github.com/apache/datafusion-comet/issues/4541) | +| `make_ym_interval` | ✅ | | | `minute` | ✅ | | | `month` | ✅ | | | `monthname` | ✅ | Abbreviated month name (Spark 4.0+) |