Commit Graph

177 Commits

Author SHA1 Message Date
e19b90c9ad [FEAT MERGE] patch new query range
Co-authored-by: ChangerR <dingjinchengyx@163.com>
Co-authored-by: akaError <lzg020616@163.com>
Co-authored-by: xianyu-w <707512433@qq.com>
2024-11-22 12:15:48 +00:00
8aff09f2cd [FEAT MERGE]优化器技术改造
Co-authored-by: JinmaoLi <ljm.csmaster@gmail.com>
Co-authored-by: jingtaoye35 <1255153887@qq.com>
Co-authored-by: chimyue <chimyue@gmail.com>
2024-11-19 13:14:40 +00:00
29362e5b15 [CP] enhance subquery pull up const select check 2024-11-19 02:44:59 +00:00
97e2c09776 fix where subquery pullup bug of set stmt 2024-11-07 10:13:59 +00:00
2e5a3cf0d0 fix mv rewrite with partition hint bug 2024-11-06 11:13:50 +00:00
ac3f18f016 fix: project prune mistakenly prunes union column inside order by expr 2024-11-05 14:14:53 +00:00
137c9ddbca fix: add finish func to ObTryTransHelper 2024-10-31 04:14:07 +00:00
ace4a27795 fix: enhance rewrite IN to EXISTS for set subquery 2024-10-12 04:41:10 +00:00
8480c382d6 fix: timestamp function can be null propagate 2024-09-29 19:15:42 +00:00
22aa6dbb84 [FEAT MERGE] impl new type materialized view support fast refresh by major merge
Co-authored-by: fforkboat <fforkboat@gmail.com>
Co-authored-by: haitaoyang <haitaoy3.14@gmail.com>
Co-authored-by: chimyue <chimyue@gmail.com>
2024-09-27 14:16:09 +00:00
3659e1278c [FEAT MERGE] roaringbitmap phase-3 2024-09-27 04:17:03 +00:00
227baab2eb [CP] adjust param matching rule for typed NULL value 2024-09-25 18:46:49 +00:00
55248cfd56 add IS_EXPR_DETERMINISTIC flag 2024-09-24 03:16:23 +00:00
4f3ee065a7 [CP] fix: correct limit and offset exprs when pulling up correlated exprs for set 2024-09-18 07:49:07 +00:00
81b0d69c37 [CP] fix missing not null constraint for expr_not_null check 2024-09-02 07:27:16 +00:00
502c2b251d fix: do not merge view if contained correlated join/semi join condition expr 2024-08-27 12:08:24 +00:00
10e34896bc [FEAT MERGE] enhance mview rewrite, support join MAV fast refresh and real-time mview
Co-authored-by: hy-guo <fqboyg@gmail.com>
2024-08-23 13:55:07 +00:00
dc6978c815 fix eval cost failed when merge into updatable view 2024-08-23 07:02:35 +00:00
e537a0c479 [FEAT MERGE] 424 SQL compatibility patch 433
Co-authored-by: wjhh2008 <wjh2006-1@163.com>
Co-authored-by: GongYusen <986957406@qq.com>
Co-authored-by: hy-guo <fqboyg@gmail.com>
2024-08-23 03:32:02 +00:00
cb61323917 [FEAT MERGE] enhance distributed late materialization [433] 2024-08-22 16:31:05 +00:00
c189ffd722 fix foreign_primary_join check bug 2024-08-15 10:12:16 +00:00
612c965ba0 ocupy some code on master for odps 2024-08-03 19:35:19 +00:00
107279b617 fix outline no reproduce bugs 2024-08-02 10:04:34 +00:00
60f33dfdfa support aggr-first in/exists subquery pullup 2024-07-02 06:26:27 +00:00
b7f4eb6aa2 errsim to check the compare method for std::sort 2024-06-24 07:58:04 +00:00
a164f7be0a Enable pushing down predicates when or_expansion happens on join_table 2024-06-20 02:47:26 +00:00
b81b1efd98 [FEAT MERGE]优化器技改patch到432
Co-authored-by: jingtaoye35 <1255153887@qq.com>
Co-authored-by: qingzhu521 <q15000557748@gmail.com>
Co-authored-by: akaError <lzg020616@163.com>
2024-06-18 02:23:56 +00:00
da5aece3e1 [FEAT MERGE] Fix the error code loss and overwriting issues on the master branch
Co-authored-by: jingtaoye35 <1255153887@qq.com>
Co-authored-by: fkuner <784819644@qq.com>
Co-authored-by: lucky-sinx <2549261744@qq.com>
2024-06-17 13:46:16 +00:00
1756434624 [CP] fix deduce NOT NULL attribute by aggr filter incorrectly 2024-06-17 12:48:43 +00:00
5ce9ef5136 [FEAT MERGE] patch 423 sql compatible features to 432
Co-authored-by: akaError <lzg020616@163.com>
Co-authored-by: JinmaoLi <ljm.csmaster@gmail.com>
Co-authored-by: qingzhu521 <q15000557748@gmail.com>
2024-05-27 11:18:01 +00:00
0a654826a2 move conflict detector into new file 2024-05-14 12:03:13 +00:00
d629369d10 [fulltext] enable text retrieval query with no-index-back and no-relevacne-calculation opt hint
Co-authored-by: JinmaoLi <ljm.csmaster@gmail.com>
2024-05-13 04:20:36 +00:00
d8fd236fa0 fix:multivalue delete from table bug, json overlaps search result not correct,add some constraint 2024-04-28 06:34:50 +00:00
0f00f1a727 fix mv rewrite bugs 2024-04-22 15:41:23 +00:00
f1a6170c93 [FEAT MERGE] Full-text Search Index + [CP]Adaptive DAS Group Rescan + Json Multi-Value Index
Co-authored-by: saltonz <saltonzh@gmail.com>
Co-authored-by: pe-99y <315053752@qq.com>
Co-authored-by: JinmaoLi <ljm.csmaster@gmail.com>
2024-04-22 05:46:19 +00:00
bf604885f8 [FEAT MERGE]
Co-authored-by: leftgeek <1094669802@qq.com>
Co-authored-by: coolfishchen <coolfishchen@gmail.com>
Co-authored-by: hy-guo <fqboyg@gmail.com>
2024-04-19 06:46:37 +00:00
0d6f3a8316 [FEAT MERGE] Support partitioned external table, and opt select into outfile
Co-authored-by: SevenJ-swj <sevenjworkstation@gmail.com>
Co-authored-by: dontknow9179 <545187809@qq.com>
2024-04-16 16:15:48 +00:00
b1f89ef7db bugfix: remove const in select exprs when create simple view 2024-04-15 08:45:45 +00:00
4afa70a218 [FEAT MERGE] JSON/XML phase2 and JSON Partial Update
Co-authored-by: Carrot-77 <1012982871@qq.com>
Co-authored-by: wu-xingying <729224612@qq.com>
2024-04-12 10:46:02 +00:00
acb0d73a97 [FEAT MERGE] cp lateral derived table to master 2024-04-11 10:20:03 +00:00
34c3718f40 [CP][FEAT MERGE]SDO_GEOMETRY & MYSQL GIS EXPR IMPLEMENT 2024-04-08 13:45:08 +00:00
9b23623ea5 fix win magic and simplify groupby bug 2024-04-08 06:29:15 +00:00
afc486e2df fix some bugs about NULL propagation 2024-03-26 04:45:58 +00:00
5bdd7e5bd1 [CP] [FEAT MERGE]support dblink udf 2024-03-21 04:45:37 +00:00
f8f1688b40 fix type bugs of simplify bit_and/bit_or/bit_xor 2024-03-19 08:17:48 +00:00
0487d20e6d adjust subquery_exprs in formalize_stmt 2024-03-15 03:15:37 +00:00
7fa555dad6 fix join elimination bug 2024-03-08 09:15:17 +00:00
0f1d7a6431 fix pullup scalar groupby as semi join incorrectly 2024-02-27 07:16:08 +00:00
7829c9c8dc [CP] [CP] Fix view synonym bug 2024-02-10 11:32:36 +00:00
62d96c8fa4 Fix temp table bugs 2024-02-09 19:25:38 +00:00