Commit Graph

335 Commits

Author SHA1 Message Date
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
100b105042 further fix for identifier is too long 2023-12-18 14:04:23 +08:00
c87f94e0e2 [CP] [to #53256652] fix hitting wrong plan when table function UDT is changed 2023-12-14 10:13:04 +00:00
df81fcb12c [to #53767952]fix bug trigger not use das 2023-12-14 09:17:42 +00: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
58aad590f1 [FEAT MERGE] Solidify session vars for functional index 2023-12-12 06:42:37 +00:00
385a1d50d8 Fix minimal logic for recording columns. 2023-12-11 09:12:40 +00:00
af61c60757 fix auto generated identifier is too long 2023-12-08 07:17:22 +00:00
f0e43ced82 bugfix : json dot notation with item method , error code mismatch 2023-12-07 10:42:51 +00:00
5c7d80971b Bugfix for ObDecimalIntType 2023-12-05 16:41:48 +00:00
d787f731e2 fix resolver bug of outer join symbol 2023-12-04 13:42:34 +00:00
f9aa4172eb Fix default value of ObDecimalIntType 2023-12-04 08:11:56 +00:00
743740102d Parsing numeric constant as ObDecimalIntType in oracle compatible mode 2023-11-28 15:11:49 +00:00
fcfd20c623 [FEAT MERGE] New minimal mode for tenant. 2023-11-27 08:05:35 +00:00
4c009c7342 [CP] to issue<53410420>:adjust table function serial execution strategy 2023-11-27 07:23:40 +00:00
4e25ca5f67 return a reject error when delete from the view based on cte 2023-11-21 14:10:55 +00:00
7312d74d62 bugfix : mysql json_table 2023-11-21 09:19:22 +00:00
10be8c9e6b bugfix : json_object bugfix && json dot notation in PL 2023-11-21 02:15:10 +00:00
add6cefad8 [CP] to issue<53193501>:fix table function remote execute issue 2023-11-20 15:49:21 +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
d2dd4b65a1 [CP] to issue<52916428>:fix core when obj access expr as sql fliter expr 2023-11-15 11:10:36 +00:00
e8303c06bc dml_resolver allows extend types other than xml 2023-11-14 03:41:13 +00:00
6e6eedc0b8 [CP] disable var assign use das default 2023-11-13 07:13:15 +00:00
45a879703e [Fix] fix same cte table name in different subquery resolve bug 2023-11-09 14:09:19 +00:00
499e7373b7 fix scala group by remove by transformer 2023-11-03 08:09:37 +00:00
ebc02c349e bugfix: support use SEMI_TO_INNER and COALESCE_SQ with no param specified 2023-10-31 23:09:15 +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
7301597e49 fix no_unity build error for inc_build_test regression 2023-10-24 04:13:43 +00:00
bacc417957 feat: add the rule to use-das when has variable assignments in sql
Co-authored-by: leslieyuchen <leslieyuchen@gmail.com>
2023-10-23 09:14:03 +00:00
c9753f2968 license opt: Identify external and internal code and modify their open source licenses correctly. 2023-10-23 03:43:44 +00:00
17bc8d4e1d fix add cast check bug 2023-10-19 02:39:18 +00:00
86d7a2b8d6 Fix core at RCTE 2023-10-17 06:39:31 +00:00
5be7bb98ca [CP] [to #48974202] fix pl object name same as database name 2023-10-17 05:39:31 +00:00
62e21b0cea fix pdml cannot be enabled after rewrite generate joined table 2023-10-16 02:40:26 +00:00
sdc
75b04d6a2b [CP] fix distinct clob bug 2023-10-13 03:43:46 +00:00
3e3a622c0a fix mysqltest for invalid identifier 2023-10-11 10:44:05 +00:00
5a099ac415 fix mysqltest 2023-10-08 07:13:40 +00:00
e3e5039fd0 fix mysqltest for subquery ambiguously error 2023-10-07 08:40:04 +00:00
a8ed6a2c3e bugfix: INSERT/UPDATE an inline view containing more than one table 2023-10-06 08:09:44 +00:00
ed08722e44 fix select * from subquery ambiguously error 2023-09-28 03:10:01 +00:00
5a47b904ed fix:is json check constrain bug, json-table path expr not quoted supported, gdb charset result incorrect 2023-09-22 09:44:04 +00:00
c13243ff23 fix handling invalid character in identifier 2023-09-22 03:10:14 +00:00
c8c222deaa Add a rule to force use das if has variable assignments in sql 2023-09-13 13:21:37 +00:00
180330fca0 fix resolve bugs 2023-09-13 12:40:24 +00:00
e4415822c8 fix bug: update set should report error when charset convert error 2023-09-13 07:10:33 +00:00
f67fe833a9 to issue<52079802>:fix synonym + udf used in sql hit plan cache issue 2023-09-12 11:40:10 +00:00
d6f15c7b10 Recursive CTE iscycle clause support number type 2023-09-12 03:14:33 +00:00
19a59fc849 Merge branch 'pr_1546' 2023-09-08 15:51:13 +08:00
46cc984ade Merge branch 'pr_1547' 2023-09-08 15:48:46 +08:00