Skip to content

docs: list date/time expressions added in #4417#4443

Merged
andygrove merged 1 commit into
apache:mainfrom
andygrove:docs/datetime-expressions-4417
May 26, 2026
Merged

docs: list date/time expressions added in #4417#4443
andygrove merged 1 commit into
apache:mainfrom
andygrove:docs/datetime-expressions-4417

Conversation

@andygrove
Copy link
Copy Markdown
Member

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

Update the user guide expression table and the contributor guide
expressions checklist for AddMonths, MakeTimestamp, MicrosToTimestamp,
MillisToTimestamp, MonthsBetween, ToUnixTimestamp, UnixMicros,
UnixMillis, and UnixSeconds.
Copy link
Copy Markdown
Contributor

@mbutrovich mbutrovich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @andygrove!

@andygrove andygrove merged commit d6c402a into apache:main May 26, 2026
6 checks passed
@andygrove andygrove deleted the docs/datetime-expressions-4417 branch May 26, 2026 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants