andygrove opened a new pull request, #4443: URL: https://github.com/apache/datafusion-comet/pull/4443
## Summary #4417 added support for `AddMonths`, `MakeTimestamp`, `MicrosToTimestamp`, `MillisToTimestamp`, `MonthsBetween`, `ToUnixTimestamp`, `UnixMicros`, `UnixMillis`, and `UnixSeconds`, but the user and contributor guide expression lists were not updated. This docs-only PR updates both. - `docs/source/user-guide/latest/expressions.md` — adds the nine new entries in alphabetical order to the Date/Time Functions table (and widens the Expression column by one to fit `MicrosToTimestamp` / `MillisToTimestamp`). - `docs/source/contributor-guide/spark_expressions_support.md` — flips the corresponding `[ ]` rows to `[x]` under `datetime_funcs`. ## Test plan - [ ] Visually inspect the rendered tables on the docs preview build -- 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]
