Commit Graph

142 Commits

Author SHA1 Message Date
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
3600ce7413 Ignore 'not null' of virtual table in optimizer 2023-12-18 14:04:23 +08:00
f7cd32be94 [FEAT MERGE] materialized view
Co-authored-by: suz-yang <suz.yang@foxmail.com>
Co-authored-by: leftgeek <1094669802@qq.com>
Co-authored-by: chimyue <chimyue@gmail.com>
2023-12-14 07:42:52 +00:00
743740102d Parsing numeric constant as ObDecimalIntType in oracle compatible mode 2023-11-28 15:11:49 +00:00
18d0640d2f bugfix : json_object bugfix 2023-11-27 10:00:01 +00:00
10be8c9e6b bugfix : json_object bugfix && json dot notation in PL 2023-11-21 02:15:10 +00:00
5b56913d35 fix bugs that lost stmt scala group by property after remove all aggr_items 2023-11-20 14:49:02 +00:00
57ee69aca8 patch bugfix to master 2023-11-16 10:10:21 +00:00
83ca5fdc52 fix or expansion bug with lob datatype in mysql mode 2023-11-14 15:10:37 +00:00
128e2b22e2 [CP] fix check_match_index interface bug 2023-11-10 09:09:23 +00:00
38085f4781 fix move query ref expr across stmts bug 2023-11-08 06:43:02 +00:00
566e920620 Merge branch 'column_store'
Co-authored-by: wangt1xiuyi <13547954130@163.com>
Co-authored-by: yangqise7en <877793735@qq.com>
Co-authored-by: Zach41 <zach_41@163.com>
2023-10-31 15:39:22 +00:00
17bc8d4e1d fix add cast check bug 2023-10-19 02:39:18 +00:00
3d363ea059 Fix core caused by check_stmt_unique 2023-10-10 09:24:53 +00:00
00c32f328e Fix core at multiset subquery 2023-10-09 12:39:33 +00:00