Skip to content

feat(sql): support UNION

Arseniy Volynets requested to merge volynets/union into master

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