Commit Graph

399 Commits

Author SHA1 Message Date
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
5813fbd504 bugfix: failed to update local table semi join link table 2023-09-20 14:26:39 +00:00
284626c49d fix reversing align_date4cmp_expr problem 2023-09-20 13:16:02 +00:00
0c6b823cc8 fix missing cast when simplify set stmt 2023-09-14 03:10:18 +00:00
e831a7f141 Fix core at cost-based rewrite in temp table query 2023-09-13 10:14:07 +00:00
4fc00eb489 fix equalsets use 500 tenant memory 2023-09-13 09:48:07 +00:00
57c943efcc fix bug get columns to create inline view 2023-09-13 02:44:18 +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
79e6900f6f fix query range bug when intersect in node with other node 2023-09-11 04:44:06 +00:00
32bc1e3d3d push cte preds when generate plan in cost based rewrite 2023-09-11 03:10:33 +00:00
4a904949c2 fix correctness bug of replacing zerofill column expr 2023-09-09 13:42:25 +00:00
576917492e fix win magic bug 2023-09-09 13:09:00 +00:00
46cc984ade Merge branch 'pr_1547' 2023-09-08 15:48:46 +08:00
bb216de58d bugfix: specify tenant for memory allocation of member variables in PredicateDeduce 2023-09-08 14:18:44 +08:00
af229ed04b fix query range bug when union in node with other node 2023-09-08 12:48:16 +08:00
ff1d83df68 fix ObRawExpr::add_child_flags bug 2023-09-08 12:38:14 +08:00
bc71fc8461 Formalize dblink bool output expr 2023-09-08 12:08:44 +08:00