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
* Distribute subqueries
Distributing subqueries can be done in the same manner like we can
distribute regular matrix selectors. The only difference is that we
need to make sure a remote engine has sufficient scope to calculate
both the inner and outer query range. To do this, we simply add the
two ranges together when calculating the offset for the remote query
and based on this we can decide when it is safe to distribute.
Signed-off-by: Filip Petkovski <[email protected]>
* Add logical plan tests
Signed-off-by: Filip Petkovski <[email protected]>
* Add test for multiple subqueries
Signed-off-by: Filip Petkovski <[email protected]>
* Fix failing test
Signed-off-by: Filip Petkovski <[email protected]>
---------
Signed-off-by: Filip Petkovski <[email protected]>
0 commit comments