Commit Graph

413 Commits

Author SHA1 Message Date
28b6553c74 [CP] [to #55433616] feat: complete udt dependency mechanism 2024-04-01 04:20:55 +00:00
53c4c7a438 [CP] [to #53656926] fix table.col.member_access & table.col.member_func() 2024-03-29 09:21:12 +00:00
5aa0503125 [FEAT MERGE] ap perf optimization
Co-authored-by: wangt1xiuyi <13547954130@163.com>
Co-authored-by: XIAO-HOU <372060054@qq.com>
Co-authored-by: z404289981 <z404289981@163.com>
2024-03-26 07:51:42 +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
895108db8a [CP] fix ObOpRawExpr's inner_same_as bug 2024-03-19 08:01:01 +00:00
0487d20e6d adjust subquery_exprs in formalize_stmt 2024-03-15 03:15:37 +00:00
3b2bc2118f Fixed the issue where the column could not be queried after the column default value was deleted 2024-03-13 08:27:29 +00:00
820414c560 [to #55289503]case/when not support cursor expr 2024-03-11 05:45:43 +00:00
09bbafdb7a fix t_op_row share bug 2024-03-11 03:15:39 +00:00
bb4f432964 Fix invalid precision of function index 2024-03-08 11:15:43 +00:00
485f7cecfb Fix bit agg function add redundant cast 2024-03-06 10:15:19 +00:00
8ca85b06ab Fixed the correctness issue of the LIKE expression when sql mode=NO_BACKSLASH_ESCAPES_LIKE. 2024-03-04 13:18:19 +00:00
a19b3513a5 fix listagg bug and skip table not exist when process schema stats 2024-02-29 12:49:50 +00:00
d1037b0b56 谓词下推造成 T_OP_ROW 共享 2024-02-22 02:16:31 +00:00
86b8b822b9 fix core caused by missing const flag 2024-02-20 09:46:17 +00:00
a3096d9389 [CP] not considering const expr equal in or/and expr when computing shared expr 2024-02-20 07:16:09 +00:00
60b61c9a6c add docker env to cluster name 2024-02-19 12:42:27 +00:00
df515b0fa3 [CP] Fix Session Var solidify bug 2024-02-18 09:13:30 +00:00
e4a0de2d29 [CP] duplicate updat bug修复 2024-02-10 08:22:06 +00:00
fa3f89363b Adjust stmt printer and codeowners 2024-02-09 22:36:05 +00:00
dbba584bb9 Fix row comparison wrong result of decimal int type 2024-02-09 18:04:52 +00:00
f14101149a [CP] sync bugfix.fix sanity json pl type coredump, fix treat expr in pl coredump 2024-02-09 15:38:24 +00:00
3897e45a83 [CP]sync bugfix from 42x. fix:json compare with const string, behavior not consistent with mysql 2024-02-09 14:49:24 +00:00
cfae8974c1 using same assign exprs in join first rewrite for update stmt 2024-02-09 12:43:12 +00:00
a291a8ffaf fix an exec_param and a expr copy_on_replace bugs 2024-02-09 12:25:58 +00:00
c34214132e bug:xor expr error when print 2024-02-09 11:27:36 +00:00
ce55f20e6f to issue<54195061>:fix dml + udt(pl complex var) issue 2024-02-09 10:28:30 +00:00
bb56b615fd [CP] fix set wrong column flag for value desc 2024-02-09 09:39:02 +00:00
3e4379dbd2 occupy code for show table status 2024-02-09 09:27:22 +00:00
19440b0c01 misc refinement 2024-02-09 08:01:58 +00:00
90b7fe53bb bugfix : json dot notation bugfix patch to master 2024-02-08 17:32:07 +00:00
75300339f3 [CP] [to #53795668] fix collection element access with deleted element 2024-02-08 16:50:15 +00:00
f351aa3c6a [CP] [to #53709570] fix udt parameter & function out value in ps anonymous block 2024-02-08 16:41:14 +00:00
5ca81e3013 Fix expr calc accuracy reuse during type deduce 2024-02-08 16:26:25 +00:00
ba7c8e7351 [to #52329678]package variables cannot be called with brackets 2024-02-08 16:23:24 +00:00
6baacf7f0f [CP]: Oracle json bugfix 2024-02-08 13:45:25 +00:00
883c6adc59 [CP] Fix wrong merge type between set and char
Co-authored-by: Larry955 <1412857955@qq.com>
2024-02-08 12:24:44 +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
154f795315 [CP] [CP] [中信证券]support listagg aggr use group by column as separator 2024-02-08 04:39:07 +00:00
6a7c171057 [CP] fix inheriting zerofill attribute incorrectly 2024-02-08 02:32:48 +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
bd42abb1c9 Fix mysqltest case failures 2024-02-07 21:43:13 +00:00
a97235802c Fix compare routine for questionamrk expr 2024-02-07 20:52:15 +00:00
c2511b580f [FEAT MERGE] materialized view 2024-02-07 20:31:14 +00:00
a73356831a Fix sum(bit_col) type dedction 2024-02-07 17:34:44 +00:00
15307ef94e [FEAT MERGE][CP]optimizer stats enhancement 2024-02-07 16:56:28 +00:00
c699ceea48 [FEAT MERGE] Solidify session vars for functional index 2024-02-07 16:44:49 +00:00
28209076a3 Bugfix for nagating decimal_int 2024-02-07 14:29:52 +00:00