- Apr 08, 2022
-
-
Denis Smirnov authored
-
- Mar 25, 2022
-
-
Denis Smirnov authored
Add support join query to linker, now executor can execute join query with distribution conflict (plan has motion nodes). Extend text in some error
-
- Mar 18, 2022
-
-
Igor Kuznetsov authored
-
- Mar 16, 2022
-
-
Igor Kuznetsov authored
Planner may split some query into range of sub queries, where subquery execution depends on results previous subquery. Then planner analyzes query and if it finds similar situation he appends `motion` node to plan. If executor finds `monion` node in execution plan, he executes motion sub-query and saves result to virtual table, which linker will be used.
-
- Feb 17, 2022
-
-
Igor Kuznetsov authored
-
- Feb 07, 2022
-
-
Igor Kuznetsov authored
-
Igor Kuznetsov authored
Old code was removed. Integration tests was adopted to new executor
-
- Jan 14, 2022
-
-
Igor Kuznetsov authored
-
- Dec 16, 2021
-
-
Igor Kuznetsov authored
Was fixed interaction format between lua and sbroad rust lib. In current implementation sbroad encodes query result to yaml and send it to lua app. Lua app gives yaml and decodes it to lua table. After apply this changes lua app will receive lua table and yaml transformations will not be needed.
-