Commit Graph

205 Commits

Author SHA1 Message Date
b922437256 Fix OblimitVecOp core caused by swallowing error codes 2024-05-07 14:45:44 +00:00
3da8529a26 Fixed the memory leak issue in ObTempTableAccessVecOp. 2024-04-26 03:52:32 +00:00
aad5aa3176 [bugfix]: fix load_data 4013. 2024-04-25 06:39:27 +00:00
bc062e48a6 fix temp table access rescan bug 2024-04-24 06:19:51 +00:00
a412a10a83 [bugfix]: in datumstorewrapper, block_reader is reset twice. 2024-04-24 05:20:15 +00:00
f1a6170c93 [FEAT MERGE] Full-text Search Index + [CP]Adaptive DAS Group Rescan + Json Multi-Value Index
Co-authored-by: saltonz <saltonzh@gmail.com>
Co-authored-by: pe-99y <315053752@qq.com>
Co-authored-by: JinmaoLi <ljm.csmaster@gmail.com>
2024-04-22 05:46:19 +00:00
d9824868ff fix mysqltest and modify outfile suffix 2024-04-20 14:58:29 +00:00
541a906e5a [json bugfix] json_table column field uses double quotes to indicate path causing coredump 2024-04-17 11:13:34 +00:00
0d6f3a8316 [FEAT MERGE] Support partitioned external table, and opt select into outfile
Co-authored-by: SevenJ-swj <sevenjworkstation@gmail.com>
Co-authored-by: dontknow9179 <545187809@qq.com>
2024-04-16 16:15:48 +00:00
037fe7d9bb [FEAT MERGE]
Co-authored-by: cqliang1995 <cq.liang@outlook.com>
Co-authored-by: qingsuijiu <642782632@qq.com>
Co-authored-by: yaojing624 <jingfeng.jf@oceanbase.com>
2024-04-16 10:51:16 +00:00
2c510c6538 Fix decimal int stored precision check 2024-04-16 06:50:10 +00:00
d0413d0c8d [CP] Compatible with mysql decimal truncate warning display 2024-04-12 11:45:57 +00:00
e55235b5d4 Fix sample filter compatibility bug. 2024-04-12 11:15:23 +00:00
4afa70a218 [FEAT MERGE] JSON/XML phase2 and JSON Partial Update
Co-authored-by: Carrot-77 <1012982871@qq.com>
Co-authored-by: wu-xingying <729224612@qq.com>
2024-04-12 10:46:02 +00:00
34c3718f40 [CP][FEAT MERGE]SDO_GEOMETRY & MYSQL GIS EXPR IMPLEMENT 2024-04-08 13:45:08 +00:00
44fc2f09f5 [FEAT MERGE] perf opt and support cs compaction to row
Co-authored-by: z404289981 <z404289981@163.com>
Co-authored-by: XIAO-HOU <372060054@qq.com>
Co-authored-by: wudidapaopao <664920313@qq.com>
2024-04-07 10:35:21 +00:00
5a4de37bb6 fix miss ret problem 2024-04-07 08:12:12 +00:00
d58caf4dc4 Fix clear filter mistakenly in filter IN pushdown. 2024-04-02 12:44:55 +00:00
d47900b6bf Fix temp row store overwrite ret code 2024-04-01 02:46:07 +00:00
b85bfe378d Fix tpcds perf drop 2024-03-28 14:15:24 +00:00
e6d00ac5bb Fix too strong param obj meta defensive code in filter IN. 2024-03-28 13:15:29 +00:00
02f936be1c Fix filter IN pushdown compact 2024-03-28 09:15:26 +00:00
5aa0503125 [FEAT MERGE] ap perf optimization
Co-authored-by: wangt1xiuyi <13547954130@163.com>
Co-authored-by: XIAO-HOU <372060054@qq.com>
Co-authored-by: z404289981 <z404289981@163.com>
2024-03-26 07:51:42 +00:00
ce7584d0fe [CP] fix select outrow lob into user var 2024-03-25 13:50:55 +00:00
8a7386cdbf 【bugfix合入】zstd压缩库内存管理改造
Co-authored-by: zhjc1124 <zhjc1124@gmail.com>
2024-03-22 09:52:27 +00:00
c829cf3175 add item type and member of select into spec 2024-03-21 10:45:53 +00:00
2a4c64d7b2 Fix winfunc single partition parallel error result 2024-03-15 10:45:29 +00:00
92fca7def1 [FEAT MERGE]: use parameter _ob_ddl_temp_file_compress_func to control compression in ddl. 2024-03-07 04:45:49 +00:00
4c5811f762 Opt compact row memory alloc 2024-03-07 02:45:09 +00:00
33ec292f4c fix compact row not compatible 2024-03-04 05:14:36 +00:00
6288816744 adjust compact row format && fix farm case failed 2024-02-27 12:44:28 +00:00
fb3a420c8f The ObTempBlockStore had incorrect use of the dump interface in append_block_payload, which has now been corrected. 2024-02-27 11:20:26 +00:00
690df5b287 Fix temp column store iterator vector reuse 2024-02-10 03:50:35 +00:00
8c5bdce48b revert adjust compact row format 2024-02-10 03:13:31 +00:00
0b9512c5ac adjust compact row format 2024-02-10 02:44:42 +00:00
828fb8b357 [bugfix]: shouldn't ignore sizeof(Block) while calc remain size of a block. 2024-02-10 01:42:36 +00:00
ab5422253c Fixed the issue where memory could not be reused when reading interme results 2024-02-10 00:14:28 +00:00
19d5e20cf1 Use the corresponding column fill cg
Co-authored-by: Charles0429 <xiezhenjiang@gmail.com>
Co-authored-by: Monk-Liu <1152761042@qq.com>
2024-02-09 22:21:21 +00:00
ed33b6e951 [opt]: vec_sort support truncate tmp_file. 2024-02-09 16:10:16 +00:00
ee68fd84f7 Optimize operator name with use_rich_format enabled 2024-02-09 14:05:06 +00:00
e15634314e Fix ObTempRowStore filling in uniform const format value causing crash 2024-02-09 12:49:05 +00:00
42af945db5 Fix section code REVERSE_ INULL, DIVIDE_ BY_ ZERO's problem 2024-02-09 06:37:54 +00:00
e487607c24 Fix some bug for vec2.0 2024-02-09 05:23:36 +00:00
748f33d484 Fix some hash distinct bug for vec2.0 2024-02-09 04:47:51 +00:00
19ca0ef47c Set uniform base format for trans info expr 2024-02-09 04:23:47 +00:00
acc64bfcdc Fix temp block store dump reader block failed 2024-02-08 23:40:28 +00:00
3154082c61 Adapt the new vec2.0 interface for single row calculation 2024-02-08 21:55:56 +00:00
550562e6e3 Fix vec 2.0 limit op use wrong null index 2024-02-08 19:09:40 +00:00
90b7fe53bb bugfix : json dot notation bugfix patch to master 2024-02-08 17:32:07 +00:00
fa31f40416 fix do not restore number buffer leads memory damage 2024-02-08 16:47:15 +00:00