Commit Graph

387 Commits

Author SHA1 Message Date
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
94264813e2 fix do_row_gt_and generate unexpected range graph 2023-09-06 07:11:34 +00:00
d2e528c2c0 fix typos-remove modifications: ob_transform_min_max.h,ob_transform_semi_to_inner.cpp 2023-09-04 13:31:08 +08:00
cead89b3b8 fix outline unstable problems 2023-08-31 07:40:41 +00:00
c5b9eb70e5 [CP] fix created SelectStmt does not have select item 2023-08-31 04:10:28 +00:00
f0661d33d5 fix tpcds execute plan different with explian plan 2023-08-31 02:10:37 +00:00
5e158ef5e9 [FEAT MERGE]sql compat feature
Co-authored-by: Zach41 <zach_41@163.com>
2023-08-30 11:44:37 +00:00
8015a958d0 [FEAT MERGE] implement values statement
Co-authored-by: wangt1xiuyi <13547954130@163.com>
2023-08-30 10:44:18 +00:00
4e8a5b253e fix defensive check bug in WinMagic transform rule 2023-08-29 15:10:49 +00:00
54d3716317 fix rollup subquery expr bug under mysql mode 2023-08-29 13:17:58 +00:00
81b8923b14 [FEAT MERGE] system resource optimization
Co-authored-by: tushicheng <18829573815@163.com>
Co-authored-by: HaHaJeff <jeffzhouhhh@gmail.com>
Co-authored-by: dimstars <liangjinrongcm@gmail.com>
2023-08-29 10:41:01 +00:00
22160842d6 fix lossless cast constraint bug 2023-08-29 07:44:17 +00:00
95930a96d3 fix bug that not deal const expr in create inline view 2023-08-29 05:11:00 +00:00