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

bug: dynmic filter does not work when some #19912

Open
st1page opened this issue Dec 24, 2024 · 0 comments
Open

bug: dynmic filter does not work when some #19912

st1page opened this issue Dec 24, 2024 · 0 comments
Milestone

Comments

@st1page
Copy link
Contributor

st1page commented Dec 24, 2024

Not sure if it is expected because of some coner case or it is a bug. will invesitage it later.

dev=> create table t(v int, ts timestamptz);
CREATE_TABLE
dev=> create table mock_time(now timestamp);
CREATE_TABLE
dev=> create materialized view mv as select * from t where ts > (select max(now) from mock_time);
ERROR:  Failed to run the query

Caused by:
  Not supported: streaming nested-loop join
HINT: The non-equal join in the query requires a nested-loop join executor, which could be very expensive to run. Consider rewriting the query to use dynamic filter as a substitute if possible.
See also: https://docs.risingwave.com/docs/current/sql-pattern-dynamic-filters/
@github-actions github-actions bot added this to the release-2.2 milestone Dec 24, 2024
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

No branches or pull requests

1 participant