Skip to content

[SQL] Add support for FORMAT_TIMESTAMP and FORMAT_TIME#5889

Merged
mihaibudiu merged 1 commit intomainfrom
issue5863
Mar 23, 2026
Merged

[SQL] Add support for FORMAT_TIMESTAMP and FORMAT_TIME#5889
mihaibudiu merged 1 commit intomainfrom
issue5863

Conversation

@mihaibudiu
Copy link
Copy Markdown
Contributor

Fixes #5863

We had FORMAT_DATE but not FORMAT_TIMESTAMP of FORMAT_TIME, and they are not so easy to build from other functions.

Describe Manual Test Plan

Compared with Rust playground results

Checklist

  • Unit tests added/updated
  • Integration tests added/updated
  • Documentation updated
  • Changelog updated

Signed-off-by: Mihai Budiu <mbudiu@feldera.com>
@mihaibudiu mihaibudiu requested a review from anandbraman March 20, 2026 23:04
@mihaibudiu mihaibudiu enabled auto-merge March 20, 2026 23:04
@mihaibudiu
Copy link
Copy Markdown
Contributor Author

@wilmaontherun

Copy link
Copy Markdown

@mythical-fred mythical-fred left a comment

Choose a reason for hiding this comment

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

LGTM. Good test coverage. One nit: the import of DBSPConcreteAsofJoinOperator added to ExpressionCompiler.java (line 44) is unused — please remove it.

Copy link
Copy Markdown
Contributor

@anandbraman anandbraman 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 for adding these

@mihaibudiu mihaibudiu added this pull request to the merge queue Mar 23, 2026
Merged via the queue into main with commit 5ca6251 Mar 23, 2026
1 check passed
@mihaibudiu mihaibudiu deleted the issue5863 branch March 23, 2026 16:26
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.

[SQL] Support a FORMAT_TIMESTAMP function

3 participants