Skip to content

feat: support inner join with global tbls

Arseniy Volynets requested to merge test-inner-join-with-global into master

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 in luamod.rs
  • (if necessary) A follow-up doc issue is created in picodata/docs and linked here

Merge request reports