EARLIEST_BY_OFFSET not supporting timestamp type #7787
Labels
bug
fix-it-week
P0
Denotes must-have for a given milestone
streaming-engine
Tickets owned by the ksqlDB Streaming Team
Milestone
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).
The text was updated successfully, but these errors were encountered: