|
|
6c4338e939
|
disable expr pullup and const propagate with var assign
|
2023-12-12 12:17:51 +00:00 |
|
|
|
4d9dd617dc
|
fix failed cases and reserve error code in advance on the master branch.
|
2023-12-11 10:18:05 +00:00 |
|
|
|
80cb93dc2c
|
bugfix : json_table subquery param && json_table ban group by pushdown write
|
2023-12-05 07:12:17 +00:00 |
|
|
|
9322b0b153
|
Fix join elimination bug
|
2023-12-01 08:42:15 +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 |
|
|
|
743740102d
|
Parsing numeric constant as ObDecimalIntType in oracle compatible mode
|
2023-11-28 15:11:49 +00:00 |
|
|
|
fc7afe549f
|
fix a compare_query bug
|
2023-11-27 14:42:38 +00:00 |
|
|
|
18d0640d2f
|
bugfix : json_object bugfix
|
2023-11-27 10:00:01 +00:00 |
|
|
|
f54b7d8456
|
[CP] Disable view merge which generate stmt with more than 10 tables
|
2023-11-23 08:40:54 +00:00 |
|
|
|
47d1177733
|
fix several subquery coalesce bugs
|
2023-11-23 02:10:37 +00:00 |
|
|
|
53d768d872
|
fix aggr-first JA pullup bug
|
2023-11-22 12:40:37 +00:00 |
|
|
|
b73c90536a
|
[CP] fix merge stmt eliminate join table item cause 4016
|
2023-11-22 09:45:06 +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 |
|
|
|
3c38e827e0
|
fix propagate null bug
|
2023-11-16 06:40:49 +00:00 |
|
|
|
aa6c3e121a
|
[CP] Improve query range extraction efficiency when explain sql with single in
|
2023-11-15 15:10:17 +00:00 |
|
|
|
3b15c6e188
|
[CP] [CP] [CP] fix pdml location bug
|
2023-11-15 14:14:26 +00:00 |
|
|
|
7a17c22604
|
[CP] fix predicate move around cannot deduce implicit cast preds
|
2023-11-15 07:44:10 +00:00 |
|
|
|
83ca5fdc52
|
fix or expansion bug with lob datatype in mysql mode
|
2023-11-14 15:10:37 +00:00 |
|
|
|
a6117944b9
|
fix transformer bugs caused by shared expr
|
2023-11-13 10:09:17 +00:00 |
|
|
|
0a8a218ad6
|
[CP] Add smart_call in transform_predicate_move_around
|
2023-11-10 10:46:37 +00:00 |
|
|
|
128e2b22e2
|
[CP] fix check_match_index interface bug
|
2023-11-10 09:09:23 +00:00 |
|
|
|
7d7c37db03
|
fix some bugs
|
2023-11-10 06:39:12 +00:00 |
|
|
|
8b6b9d8df0
|
fix push limit to set query bug
|
2023-11-10 04:39:34 +00:00 |
|
|
|
18b2b12ceb
|
[CP] disable rewriting happened on a values clause as subquery temporarily
|
2023-11-09 13:17:34 +00:00 |
|
|
|
38085f4781
|
fix move query ref expr across stmts bug
|
2023-11-08 06:43:02 +00:00 |
|
|
|
a722d95b96
|
add system variable _enable_range_extraction_for_not_in to control query range extraction for not in
|
2023-11-07 13:09:56 +00:00 |
|
|
|
d76e2df6ef
|
fix distinct fd judgement bug
|
2023-11-06 09:39:30 +00:00 |
|
|
|
499e7373b7
|
fix scala group by remove by transformer
|
2023-11-03 08:09:37 +00:00 |
|
|
|
967936da96
|
fix s2adapter leak
|
2023-11-01 00:39:45 +00:00 |
|
|
|
ebc02c349e
|
bugfix: support use SEMI_TO_INNER and COALESCE_SQ with no param specified
|
2023-10-31 23:09:15 +00:00 |
|
|
|
3f58c62c83
|
Merge branch 'pr_1479'
|
2023-10-31 19:41:01 +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 |
|
|
|
ac7282194d
|
fix bug when in key part intersect with always false
|
2023-10-24 11:39:31 +00:00 |
|
|
|
7301597e49
|
fix no_unity build error for inc_build_test regression
|
2023-10-24 04:13:43 +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 |
|
|
|
4ebc347f35
|
Fix like '\' bug
|
2023-10-20 03:13:25 +00:00 |
|
|
|
c3de557195
|
fix transform merge into to insert into cause 4377
|
2023-10-20 02:13:43 +00:00 |
|
|
|
ae4654df37
|
fix bug that cause be decorrelated exprs
|
2023-10-19 08:17:24 +00:00 |
|
|
|
17bc8d4e1d
|
fix add cast check bug
|
2023-10-19 02:39:18 +00:00 |
|
|
|
983a0ad9dc
|
[CP] disable T_OP_ROW to deduce predicates
|
2023-10-18 02:39:47 +00:00 |
|
|
|
3c120e0a75
|
fix where subquery having exec_param pull up bug
|
2023-10-17 12:14:02 +00:00 |
|
|
|
1640e582e0
|
[CP] fix simplify set cause 4016 bug
|
2023-10-16 11:39:52 +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 |
|
|
|
3b8d433e92
|
don't handle aggr_first_unnest if order by has an correlated param.
|
2023-09-25 06:10:25 +00:00 |
|
|
|
cfdf9c8089
|
change codeowner
|
2023-09-20 15:13:07 +00:00 |
|
|
|
8b4f1665de
|
add limit to solve slow compute_fd_item
|
2023-09-20 15:01:11 +00:00 |
|