|
|
436eb24303
|
executor,store: fix a bug caused by HashJoinExec encode/decode (#3225)
HashJoinExec encodeRow method doesn't consider timezone,
but decodeRow method does, this introduce a bug.
|
2017-05-09 16:13:38 +08:00 |
|
|
|
67815f1a07
|
plan: copy the physical info to avoid panic. (#3199)
|
2017-05-03 11:27:07 +08:00 |
|
|
|
b4f20e6f0b
|
util/testkit: refine testkit (#3177)
|
2017-04-29 23:20:49 +08:00 |
|
|
|
c646b59927
|
*: fix data race in join. (#3159)
|
2017-04-27 23:26:15 +08:00 |
|
|
|
7699d3fb76
|
*: refine EvalBool function. (#3139)
|
2017-04-25 22:07:17 +08:00 |
|
|
|
59154905aa
|
*: rename table-driven tests name. (#3081)
|
2017-04-19 10:02:57 +08:00 |
|
|
|
aaa6184670
|
*: implement index nested loop join (#2945)
|
2017-04-01 15:12:20 +08:00 |
|
|
|
c8c7dde6d7
|
plan: enforce property for index join. (#2938)
|
2017-03-28 12:02:37 +08:00 |
|
|
|
b4f985f385
|
plan: rebuild schema for join after join reordering. (#2905)
|
2017-03-21 16:41:25 +08:00 |
|
|
|
586b8718c0
|
plan: fix bug when apply meet limit. (#2894)
|
2017-03-21 09:55:47 +08:00 |
|
|
|
a408b86269
|
*: support in subquery unfolding (#2816)
|
2017-03-16 14:26:34 +08:00 |
|
|
|
3ad2608c9a
|
plan: decorrelate for aggregation. (#2682)
* plan: decorrelate for aggregation.
* add test
* address comment.
|
2017-02-24 09:45:57 +08:00 |
|
|
|
4dcd7c8d41
|
*: fix bug about scalar subquery. (#2674)
|
2017-02-18 15:42:26 +08:00 |
|
|
|
128e8e86d5
|
executor: fix bug about left outer join. (#2672)
|
2017-02-17 20:27:26 +08:00 |
|
|
|
37977865df
|
*: add max1row info and refine scalar subquery's decorrelation. (#2646)
|
2017-02-17 19:25:00 +08:00 |
|
|
|
7ec875c952
|
executor: fix a bug of left outer semi join. (#2573)
* executor: fix a bug of left outer semi join.
|
2017-02-03 07:33:44 -06:00 |
|
|
|
7965666bce
|
executor: ajust some code. (#2574)
|
2017-01-30 09:45:50 +08:00 |
|
|
|
96ee4446e3
|
*: refactor function. (#2499)
|
2017-01-22 18:10:38 +08:00 |
|
|
|
e38c67e086
|
executor: implements nested loop join. (#2365)
|
2017-01-03 19:53:03 +08:00 |
|