|
|
2e64e7adcb
|
Add hint index_asc/index_desc and Adjust scan direction at the end of the plan generation
|
2024-12-10 16:15:39 +00:00 |
|
|
|
aec5c8657b
|
bugfix: support OB_VECTOR_TYPE in some array exprs
|
2024-12-10 14:15:22 +00:00 |
|
|
|
13bc8850d3
|
修复partition wise计划并行度计算不对,导致计划走偏的问题
|
2024-12-10 04:15:13 +00:00 |
|
|
|
6eb1ec1898
|
[vector index] fix ddl & dml parallel execute error
|
2024-12-09 07:14:48 +00:00 |
|
|
|
43fc3f0025
|
fix pq_subquery hint bug
|
2024-12-05 04:15:04 +00:00 |
|
|
|
9b2a1234cf
|
fix share calc_part_id expr between transmit and join_filter operator bug
|
2024-12-04 12:45:31 +00:00 |
|
|
|
94a7206ab4
|
[CP] fix: inlist resolver wrongly process params for ps protocol
|
2024-12-02 19:47:18 +00:00 |
|
|
|
9abdd6eb2c
|
[CP] bugfix: remove redundant copy when build calc_rowid_expr
Co-authored-by: yishenglanlingzui <395329313@qq.com>
|
2024-11-29 11:15:32 +00:00 |
|
|
|
304a78f0dd
|
fix json table core at resolve_table_column_expr
|
2024-11-28 06:45:19 +00:00 |
|
|
|
a6b89a3278
|
[CP] [#2024112600105285834]Fix :revert check column type and will fix later.
|
2024-11-27 16:47:07 +00:00 |
|
|
|
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 |
|
|
|
3a69729b35
|
fix: enable inlist rewrite for prepare stmt with question mark
|
2024-11-25 03:45:34 +00:00 |
|
|
|
c141972115
|
[FEAT MERGE] [PATCH] serverless_opt
|
2024-11-23 18:14:57 +00:00 |
|
|
|
7887fcce92
|
[FEAT MERGE]
Co-authored-by: Handora <qcdsr970209@gmail.com>
|
2024-11-23 00:45:17 +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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
f2302d9266
|
[CP] [to #2024110600104964418] fix: filter some error codes not to be overwritten during resolving
|
2024-11-11 14:47:32 +00:00 |
|
|
|
cdfe3aa1be
|
enhance storage cardinality estimation for paritition table
|
2024-11-08 05:44:07 +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 |
|
|
|
d0d1d1613d
|
fix materialized view bug
|
2024-11-05 04:45:08 +00:00 |
|
|
|
82a5c6fe6c
|
[CP] fix create heap table column array and collation type && column checksum error
|
2024-10-30 06:44:03 +00:00 |
|
|
|
1ab36fb893
|
fix lack inlist rewriting in remote mode
|
2024-10-28 06:44:31 +00:00 |
|
|
|
db7641ca22
|
[BUG.FIX] fix instead_of_dml_trigger_sqlqa.query-type_table-type_dml-type_1_oracle
|
2024-10-24 10:44:02 +00:00 |
|
|
|
3213c6cf21
|
fix the bug of insert overwrite partition to odps external table
|
2024-10-22 20:44:14 +00:00 |
|
|
|
7587a04d1e
|
Add resolve checks for set stmt
|
2024-10-17 17:13:43 +00:00 |
|
|
|
c7974e5c94
|
fix values table bug
|
2024-10-17 07:46:56 +00:00 |
|
|
|
72505efe2e
|
fix dblink as of scan bug
|
2024-10-17 03:14:07 +00:00 |
|
|
|
c65cf55246
|
fix: [ORACLE] share win/aggr func with params need cast
|
2024-10-14 14:13:48 +00:00 |
|
|
|
abe7980b2a
|
fix mysqltest in master
|
2024-10-09 07:45:48 +00:00 |
|
|
|
fdd96032d6
|
[FEAT MERGE] Support tenant-level global control direct load data
Co-authored-by: fforkboat <fforkboat@gmail.com>
|
2024-09-29 06:16:11 +00:00 |
|
|
|
22aa6dbb84
|
[FEAT MERGE] impl new type materialized view support fast refresh by major merge
Co-authored-by: fforkboat <fforkboat@gmail.com>
Co-authored-by: haitaoyang <haitaoy3.14@gmail.com>
Co-authored-by: chimyue <chimyue@gmail.com>
|
2024-09-27 14:16:09 +00:00 |
|
|
|
3659e1278c
|
[FEAT MERGE] roaringbitmap phase-3
|
2024-09-27 04:17:03 +00:00 |
|
|
|
298044a7f7
|
[CP] add _partition_wise_plan_enabled tenant config
|
2024-09-26 05:19:26 +00:00 |
|
|
|
24962e3cee
|
[FEAT MERGE] Full-Text Search Index Phase II
Co-authored-by: SuperYoko <lipeng.yk@gmail.com>
Co-authored-by: skylhd <dickylhd@gmail.com>
Co-authored-by: wz-WillZheng <18701736737@163.com>
|
2024-09-25 09:46:06 +00:00 |
|
|
|
beb9f30a20
|
[FEAT MERGE] 4.2.4 sql execution feature cp 4.3.4
Co-authored-by: qingsuijiu <642782632@qq.com>
Co-authored-by: jingtaoye35 <1255153887@qq.com>
Co-authored-by: cqliang1995 <cq.liang@outlook.com>
|
2024-09-25 07:51:13 +00:00 |
|
|
|
02dbf9bcbd
|
[FEAT MERGE] INDEX MERGE PHASE I
|
2024-09-25 04:55:20 +00:00 |
|
|
|
55248cfd56
|
add IS_EXPR_DETERMINISTIC flag
|
2024-09-24 03:16:23 +00:00 |
|
|
|
e47fc93c69
|
[CP] Enable storage cardinality estimation for partition table
|
2024-09-23 10:04:09 +00:00 |
|
|
|
6f1157391d
|
support T_JSON_TABLE_EXPRESSION in check_is_table_supported_for_mview
|
2024-09-20 13:31:27 +00:00 |
|