Skip to content

[SQL] Add support for FORMAT_TIMESTAMP and FORMAT_TIME#5889

Open
mihaibudiu wants to merge 1 commit intomainfrom
issue5863
Open

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

Conversation

@mihaibudiu
Copy link
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
Contributor Author

@wilmaontherun

Copy link
Collaborator

@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.

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

2 participants