Commit Graph

116 Commits

Author SHA1 Message Date
c0bb494078 fix some stack overflow bug in large query 2024-06-17 18:33:02 +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
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
b7138be5c0 Pull up the order by in nested aggr exprssion stmt fix the sementic error given by system 2024-05-15 13:01:00 +00:00
14d1cbd56b adjust mview behaviors when gather stat and do dynamic sampling 2024-05-14 08:46:07 +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
db7e8aedd6 fix real-time mview can not get unrefreshed rows when use prepare protocol 2024-05-10 10:29:46 +00:00
55ea51ecfe fix build rowkey_doc joined table redundantly 2024-05-07 02:46:31 +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
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
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
7956384fd3 [CP] implement preserve order for pagination 2024-03-21 09:46:05 +00:00
5bdd7e5bd1 [CP] [FEAT MERGE]support dblink udf 2024-03-21 04:45:37 +00:00
0487d20e6d adjust subquery_exprs in formalize_stmt 2024-03-15 03:15:37 +00:00
7829c9c8dc [CP] [CP] Fix view synonym bug 2024-02-10 11:32:36 +00:00
f12942adec [CP] fix temporary table bug in hierarchical query 2024-02-10 06:19:50 +00:00
62d96c8fa4 Fix temp table bugs 2024-02-09 19:25:38 +00:00
dbba584bb9 Fix row comparison wrong result of decimal int type 2024-02-09 18:04:52 +00:00
faefe65458 fix mysqltest 2024-02-09 03:21:37 +00:00
b6a15b6111 fix some outline/hint bugs 2024-02-08 13:15:20 +00:00
154f795315 [CP] [CP] [中信证券]support listagg aggr use group by column as separator 2024-02-08 04:39:07 +00:00
01d18c752e [CP] to issue<53642848>:fix collect package dependence issue if sql using package udf 2024-02-08 00:44:44 +00:00
fd359dc4a4 [FEAT MERGE] 4.3 optimizer enhancement
Co-authored-by: akaError <lzg020616@163.com>
2024-02-07 23:05:57 +00:00
c2511b580f [FEAT MERGE] materialized view 2024-02-07 20:31:14 +00:00
d701a60fd8 Enhanced compatibility for illegal date comparisons in T_OP_ROW 2024-02-07 07:02:00 +00:00
12b1bff858 Fix the issue of align_date4cmp_expr having a default value for type. 2024-02-07 04:53:08 +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
5f88cee6a8 [CP] fix temporary table bug in hierarchical query 2024-02-02 22:12:02 +00:00
22884dc072 Fix temp table bugs 2024-01-19 11:43:13 +00:00
658c51919f Fix row comparison wrong result of decimal int type 2024-01-19 02:42:38 +00:00
61a0c7e916 fix mysqltest 2024-01-09 02:44:06 +00:00
2c9d21b7d9 fix some outline/hint bugs 2023-12-27 03:13:13 +00:00
4f4b07a001 [CP] [CP] [中信证券]support listagg aggr use group by column as separator 2023-12-20 08:43:14 +00:00
27e485c0ff [CP] to issue<53642848>:fix collect package dependence issue if sql using package udf 2023-12-18 23:47:17 +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
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
d505b4ceb5 Enhanced compatibility for illegal date comparisons in T_OP_ROW 2023-11-30 09:45:55 +00:00
00140f1820 Fix the issue of align_date4cmp_expr having a default value for type. 2023-11-29 05:11:39 +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
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
c3de557195 fix transform merge into to insert into cause 4377 2023-10-20 02:13:43 +00:00
00c32f328e Fix core at multiset subquery 2023-10-09 12:39:33 +00:00
284626c49d fix reversing align_date4cmp_expr problem 2023-09-20 13:16:02 +00:00
794549cf22 Add normal_date_expr to the rewriting phase to solve the problem of comparing illegal date constants with date columns. 2023-09-11 07:10:43 +00:00
ff1d83df68 fix ObRawExpr::add_child_flags bug 2023-09-08 12:38:14 +08:00