feat: support inner join with global tbls
Summary
- feat: support inner join with global tbls
- Update sbroad submodule
- Add integration tests with join on global tables
- Left join is partially supported: except a case where global table is on the left and right child is non-local (not single or global)
Close #...
Ensure that
-
New code is covered by tests -
API is documented -
Changelog is up to date -
(if Lua API changed) Lua API version is bumped inluamod.rs
-
(if necessary) A follow-up doc issue is created in picodata/docs and linked here