Skip to content

feat(sql): support UNION

Summary

  • feat(sql): support UNION
  • update sbroad submodule to commit with support of UNION operator
  • add integration tests for global tables (sharded tables were tested in cartridge tests)
  • Usage:

select a from t union select b from t2


Merge request reports

Loading