Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EARLIEST_BY_OFFSET not supporting timestamp type #7787

Closed
k1th opened this issue Jul 13, 2021 · 0 comments · Fixed by #8081
Closed

EARLIEST_BY_OFFSET not supporting timestamp type #7787

k1th opened this issue Jul 13, 2021 · 0 comments · Fixed by #8081
Assignees
Labels
bug fix-it-week P0 Denotes must-have for a given milestone streaming-engine Tickets owned by the ksqlDB Streaming Team
Milestone

Comments

@k1th
Copy link

k1th commented Jul 13, 2021

Describe the bug
Version: 0.17
EARLIEST_BY_OFFSET(<some_timestamp_column>) throws an error.

To Reproduce
Create any query with aggregation that tries to aggregate timestamp fields.

Expected behavior
no error

Actual behaviour
ERROR: Function 'EARLIEST_BY_OFFSET' does not accept parameters (TIMESTAMP).

@cadonna cadonna added the query-engine Issues owned by the ksqlDB Query Engine team label Jul 16, 2021
@agavra agavra added streaming-engine Tickets owned by the ksqlDB Streaming Team and removed query-engine Issues owned by the ksqlDB Query Engine team labels Jul 20, 2021
@vcrfxia vcrfxia added P0 Denotes must-have for a given milestone fix-it-week and removed needs-triage labels Jul 27, 2021
@vcrfxia vcrfxia added this to the 0.22.0 milestone Jul 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug fix-it-week P0 Denotes must-have for a given milestone streaming-engine Tickets owned by the ksqlDB Streaming Team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants