You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes: confluentinc#4482
Comparison and Between expressions in the WHERE clause already support magic conversion from a STRING containing a ISO formatted datetime into a BIGINT for the `ROWTIME` column.
This changes extends the support to cover the `WINDOWSTART` and `WINDOWEND` columns.
The change also fixes a bug where by a numeric Between expression on `ROWTIME` resulted in a class-cast exception, e.g. `WHERE ROWTIME < 123546794894`.
Fixes: #4482
Comparison and Between expressions in the WHERE clause already support magic conversion from a STRING containing a ISO formatted datetime into a BIGINT for the `ROWTIME` column.
This changes extends the support to cover the `WINDOWSTART` and `WINDOWEND` columns.
The change also fixes a bug where by a numeric Between expression on `ROWTIME` resulted in a class-cast exception, e.g. `WHERE ROWTIME < 123546794894`.
Tested using ksqlDB built on 20200207 from commit hash f8bb986
Works with pull query
Doesn't work in push query
Note : works fine in push query if using
rowtime
The text was updated successfully, but these errors were encountered: