Commit Graph

156 Commits

Author SHA1 Message Date
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
56fab289be [CP] fix recover useless unique for temp table bug 2024-02-09 01:04:04 +00:00
426469c057 [CP] fix serialize ObSqlArrayObj bugs 2024-02-08 19:27:43 +00:00
b6a15b6111 fix some outline/hint bugs 2024-02-08 13:15:20 +00:00
0d0b11c0cc [FEAT MERGE] impl vectorization 2.0
Co-authored-by: oceanoverflow <oceanoverflow@gmail.com>
Co-authored-by: hezuojiao <hezuojiao@gmail.com>
Co-authored-by: Monk-Liu <1152761042@qq.com>
2024-02-08 05:32:54 +00:00
6a7c171057 [CP] fix inheriting zerofill attribute incorrectly 2024-02-08 02:32:48 +00:00
fd359dc4a4 [FEAT MERGE] 4.3 optimizer enhancement
Co-authored-by: akaError <lzg020616@163.com>
2024-02-07 23:05:57 +00:00
6ad1d8c1c5 Ignore 'not null' of virtual table in optimizer 2024-02-07 21:25:11 +00:00
c2511b580f [FEAT MERGE] materialized view 2024-02-07 20:31:14 +00:00
ae90c30120 Parsing numeric constant as ObDecimalIntType in oracle compatible mode 2024-02-07 04:13:50 +00:00
e8a646b765 bugfix : json_object bugfix 2024-02-07 01:52:17 +00:00
017d1a8454 bugfix : json_object bugfix && json dot notation in PL 2024-02-06 18:06:36 +00:00
62ca9f3991 fix bugs that lost stmt scala group by property after remove all aggr_items 2024-02-06 17:20:31 +00:00
c8ef409bf3 Do not report ERROR when sample rate equals 100 2024-02-06 14:49:36 +00:00
f1c9be6b9f [CP] [CP] Fix view synonym bug 2024-02-06 06:12:01 +00:00
22884dc072 Fix temp table bugs 2024-01-19 11:43:13 +00:00
95340d5b0b [CP] fix recover useless unique for temp table bug 2024-01-05 09:42:35 +00:00
bff45aaa70 [CP] fix serialize ObSqlArrayObj bugs 2024-01-02 13:13:05 +00:00
2c9d21b7d9 fix some outline/hint bugs 2023-12-27 03:13:13 +00:00
b6773084c6 [FEAT MERGE] impl vectorization 2.0
Co-authored-by: Naynahs <cfzy002@126.com>
Co-authored-by: hwx65 <1780011298@qq.com>
Co-authored-by: oceanoverflow <oceanoverflow@gmail.com>
2023-12-22 03:43:22 +00:00
faeedc83d1 [CP] fix inheriting zerofill attribute incorrectly 2023-12-19 16:48:06 +00:00
37fe7ce4eb [FEAT MERGE] 4.3 optimizer enhancement
Co-authored-by: 2149 <260391947@qq.com>
Co-authored-by: akaError <lzg020616@163.com>
Co-authored-by: jinmaoli <lijinmao.csmaster@gmail.com>
2023-12-18 14:04:23 +08:00