Replies: 1 comment
-
This can happen. The stream is invalidated whenever any referenced table is updated. That doesn't necessarily mean that the query will emit different results though.
That's pretty weird, are you sure that there's nothing wrong with your query? If you have reproducible code that doesn't behave as expected, please open an issue.
You can find the implementation here. In particular, the |
Beta Was this translation helpful? Give feedback.
-
I've noticed that watch() generates empty lists of results sometimes? When this happens?
Or it triggers multiple times with same result.
What is the exact algorithm of watch(), I want to understand how results are generated.
Beta Was this translation helpful? Give feedback.
All reactions