Onder Kalaci
b6ebd791a6
Sort task list for multi-task explain outputs
...
This is purely for ensuring that regression tests do not randomly fail.
2018-11-30 11:19:37 -07:00
mehmet furkan şahin
e5a5502b16
Adds support for multiple ANDs in Having
...
This PR adds support for multiple AND expressions in Having
for pushdown planner. We simply make a call to make_ands_explicit
from MultiLogicalPlanOptimize for the having qual in
workerExtendedOpNode.
2018-04-16 14:14:48 +03:00
velioglu
72dfe4a289
Adds colocation check to local join
2018-04-04 22:49:27 +03:00
mehmet furkan şahin
314fc09d90
regression test shard_count is changed from 32 to 4
2017-11-20 12:47:49 +03:00
Marco Slot
89eb833375
Use citus.next_shard_id where practical in regression tests
2017-11-15 10:12:05 +01:00
Hadi Moshayedi
11adb9b034
Push down LIMIT and HAVING when grouped by partition key. ( #1641 )
...
We can do this because all rows belonging to a group are in the same shard when grouping by distribution column on a range/hash distributed table.
2017-10-02 20:17:51 -04:00