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
stdrc
changed the title
for condition such as ts < expr(now()) the expression should maintain the monotonicity
allow conditions like ts < expr(now()) in temporal filter
Jul 9, 2024
dev=> explain create materialized view mv as select * from t1 where ts + interval '1 hour' < date_trunc('DAY',now());
ERROR: Failed to run the query
Caused by:
Conditions containing now must be of the form `input_expr cmp now() [+- const_expr]` or `now() [+- const_expr] cmp input_expr`, where `input_expr` references a column and contains no `now()`.
No description provided.
The text was updated successfully, but these errors were encountered: