Commit Graph

1551 Commits

Author SHA1 Message Date
b72cd87fa6 fix generated column resolve bug for updatable view 2024-11-27 04:15:24 +00:00
648e6d4047 [FEAT MERGE] Fulltext index feature for version 435
Co-authored-by: Tyshawn <tuyunshan@gmail.com>
Co-authored-by: wz-WillZheng <18701736737@163.com>
Co-authored-by: SuperYoko <lipeng.yk@gmail.com>
2024-11-26 10:15:08 +00:00
0579303529 [ARRAY] array_expr bugfix 2024-11-26 06:45:16 +00:00
843b859fd2 [to #2024112300105248117] fix mysqltest 2024-11-25 21:17:03 +00:00
3a69729b35 fix: enable inlist rewrite for prepare stmt with question mark 2024-11-25 03:45:34 +00:00
3f08f92f54 bugfix for string_to_array and support unsigned float and double type in array 2024-11-23 22:15:28 +00:00
c141972115 [FEAT MERGE] [PATCH] serverless_opt 2024-11-23 18:14:57 +00:00
2f11aaf7c8 [FEAT MERGE] patch add column instant under mysql mode 2024-11-23 05:45:10 +00:00
7887fcce92 [FEAT MERGE]
Co-authored-by: Handora <qcdsr970209@gmail.com>
2024-11-23 00:45:17 +00:00
6d3a8a8b76 [FEAT MERGE] patch 3A from 4_2_x_release to master
Co-authored-by: rolandqi <qikai456@126.com>
Co-authored-by: WeiXinChan <chenwx6728@163.com>
2024-11-22 17:15:27 +00:00
e19b90c9ad [FEAT MERGE] patch new query range
Co-authored-by: ChangerR <dingjinchengyx@163.com>
Co-authored-by: akaError <lzg020616@163.com>
Co-authored-by: xianyu-w <707512433@qq.com>
2024-11-22 12:15:48 +00:00
b1e23e14c6 [FEAT MERGE] support baseline data transformation from row store to column store in delayed mode 2024-11-22 10:15:19 +00:00
beae2e24c9 [FEAT MERGE] support nested materialized view
Co-authored-by: fkuner <784819644@qq.com>
Co-authored-by: fforkboat <fforkboat@gmail.com>
2024-11-22 09:45:44 +00:00
3961b3633c select into export oracle int to orc 2024-11-22 09:15:31 +00:00
3867bc5ceb modify odps table 2024-11-22 08:17:12 +00:00
f302270f0c [FEAT MERGE] vector index2
Co-authored-by: skylhd <dickylhd@gmail.com>
2024-11-22 07:45:08 +00:00
0ef02930d0 [FEAT MERGE]direct load data support partition level load 2024-11-22 07:15:03 +00:00
eed772ed73 [FEAT MERGE] [435] sql execution improvements
Co-authored-by: GongYusen <986957406@qq.com>
Co-authored-by: Zach41 <zach_41@163.com>
Co-authored-by: Cai-Yao <729673078@qq.com>
2024-11-22 06:15:09 +00:00
ffc34e8fd7 fix async gather table stats overflow collect window 2024-11-21 21:45:25 +00:00
5361d527e5 [CP] Fix failed mysql tests 2024-11-21 20:15:26 +00:00
1ce2614422 [CP] [to #2024091200104458377]current of dblink table return -4007 2024-11-21 18:45:37 +00:00
ce458e96f8 [FEAT MERGE] ARRAY EXPRS IMPLEMENTS
Co-authored-by: qijiax <qijia_xu@163.com>
2024-11-21 13:44:48 +00:00
553cb3a4bd 修复一些SMART_CALL问题 2024-11-21 10:15:53 +00:00
8f3fafe9f2 [FEAT MERGE] patch mysql xa from 425 to 435 2024-11-21 08:45:04 +00:00
bcdbabf580 [FEAT MERGE] Patch Assume Role from 4.2.5 to 4.3.5 2024-11-21 04:46:20 +00:00
05fcf4f468 [FEAT MERGE]patch PL dblink from 425 to master 2024-11-20 08:45:04 +00:00
8aff09f2cd [FEAT MERGE]优化器技术改造
Co-authored-by: JinmaoLi <ljm.csmaster@gmail.com>
Co-authored-by: jingtaoye35 <1255153887@qq.com>
Co-authored-by: chimyue <chimyue@gmail.com>
2024-11-19 13:14:40 +00:00
13e9dbbb97 [FEAT MERGE] select into upload parquet, orc, csv
Co-authored-by: doubleMocha <1085615789@qq.com>
Co-authored-by: qingzhu521 <q15000557748@gmail.com>
Co-authored-by: nautaa <870284156@qq.com>
2024-11-19 10:14:26 +00:00
afb6162c48 [FEAT MERGE][CP]parallel comment/create index 2024-11-19 06:15:24 +00:00
2710586f0e [CP] [CP] Make dml strict sql mode compatible with mysql 2024-11-18 13:44:46 +00:00
a1126f904d [CP] Fix type deduce bugs 2024-11-18 13:14:40 +00:00
92016c007e [FEAT MERGE][CP] 425 sql exec + enum set type refactoring CP 435
Co-authored-by: hezuojiao <hezuojiao@gmail.com>
2024-11-18 02:44:36 +00:00
e17fa92572 fix: decimal int not handled properly for values stmt 2024-11-15 11:18:38 +00:00
a623e539b0 fix oracle modify null failed after drop pk. 2024-11-14 12:14:46 +00:00
68ec445d55 fix: purge_run_detail maybe hung scheduler thread 2024-11-14 09:14:38 +00:00
a8a00b05fc [CP] [FEAT MERGE] JSON/XML/GIS MEM OPTIMIZATION AND NEW XML/GIS EXPR 2024-11-13 15:15:03 +00:00
sdc
cff1cf7644 fix ctas from dblink table bug 2024-11-13 11:14:38 +00:00
f2302d9266 [CP] [to #2024110600104964418] fix: filter some error codes not to be overwritten during resolving 2024-11-11 14:47:32 +00:00
5075180494 [FEAT MERGE]merge backup config and pitr optimize 2024-11-11 03:44:39 +00:00
cb5fb02205 fix bug, not allow to create cg in shared storag mode 2024-11-08 06:48:09 +00:00
cdfe3aa1be enhance storage cardinality estimation for paritition table 2024-11-08 05:44:07 +00:00
9946e2f7d4 [CP] to issue<2024103000104874215>:fix enum as pl argument issue 2024-11-08 04:13:52 +00:00
ddf80672d5 fix: [oracle]do not rewrite inlist to values table for char type 2024-11-07 05:17:27 +00:00
fa0bda2249 fix inlist rewrite compatibility bug 2024-11-06 08:44:29 +00:00
00edb784f4 add progressive_merge_round when alter tablespace 2024-11-06 04:14:49 +00:00
965abb921a [CP] create table as select with dup select alias 2024-11-05 15:15:03 +00:00
d0d1d1613d fix materialized view bug 2024-11-05 04:45:08 +00:00
64ed3953c4 [FEAT MERGE]loading data supports multi-files 2024-11-04 10:48:00 +00:00
d926d0f59d fix: missing password length check when validate_password_policy=medium 2024-11-01 07:14:09 +00:00
a9d86c2315 to issue<2024102900104845408>:fix subquery in pl issue 2024-10-31 09:14:05 +00:00