Commit Graph

1781 Commits

Author SHA1 Message Date
d2f9fbc17a fix bug: runtime filter fill empty query range with multi columns 2024-01-26 12:12:05 +00:00
718216ee0c adjust compact row format 2024-01-26 04:42:16 +00:00
0784522672 Add error log for random table scan tracepoint 2024-01-25 07:12:23 +00:00
89b9a60c6a Split the memory of ObExecContext::temp_ctx_ between tenants. 2024-01-24 12:42:48 +00:00
ec93363fc9 [bugfix]: shouldn't ignore sizeof(Block) while calc remain size of a block. 2024-01-24 10:48:03 +00:00
sdc
e158ab5e5f fix wait init_sqc response core 2024-01-23 14:18:02 +00:00
55be7bf8fa [CP] fix wait msg hang because of broadcast msg can not received 2024-01-23 14:13:01 +00:00
2f8fa89e0c Fixed the issue where memory could not be reused when reading interme results
Co-authored-by: sdc <njucssdc@gmail.com>
2024-01-23 12:42:27 +00:00
b17c899823 [CP] check_parallel_ddl_schema_in_sync perceives the session and tenant status 2024-01-23 12:17:25 +00:00
60afc16914 [CP][BUGFIX] add fix zero lob val 2024-01-23 09:17:27 +00:00
fa3abbb4b1 bugfix lrpad expr return freed memory in mysql mode 2024-01-23 07:52:04 +00:00
33a604cacc fix eval functions inconsistent between master and 42x 2024-01-23 07:22:28 +00:00
cda6fbfc56 Fix type deduction error of mod expression 2024-01-23 06:52:39 +00:00
0983ed0b72 Adjust stmt printer and codeowners 2024-01-23 04:42:57 +00:00
27c9a5278f Use the corresponding column fill cg
Co-authored-by: Charles0429 <xiezhenjiang@gmail.com>
Co-authored-by: Monk-Liu <1152761042@qq.com>
2024-01-23 03:12:29 +00:00
ea49c78176 [CP] fix nlj not clear eval flag bug 2024-01-23 02:17:05 +00:00
9237df7de1 fix:json-remove, json is true/false, json-length bug 2024-01-22 12:12:52 +00:00
276338d45e fix bug: core at runtime filter deserialize because overwriting return code 2024-01-22 10:56:23 +00:00
7acad5e931 Fix prepare stmt error 4016 2024-01-22 09:42:40 +00:00
06d00daec0 Vectorization 2.0, short-circuit processing of ‘in’ expressions. 2024-01-22 07:47:56 +00:00
1148fd8ea1 Add tracepoint of random batch_size/skip_bits for table scan 2024-01-19 03:18:43 +00:00
3c28df4177 Addressing upgrade compatibility issues related to between expressions 2024-01-19 03:13:35 +00:00
658c51919f Fix row comparison wrong result of decimal int type 2024-01-19 02:42:38 +00:00
6e71299fd5 [placeholder] serialization placeholder for domain index scan and text retrieval 2024-01-18 09:17:48 +00:00
f926b7abf7 [BUGFIX] fix udf expr type deduce for clob 2024-01-18 08:42:37 +00:00
6dca77038d placeholder of func decode_trace_id 2024-01-18 08:12:46 +00:00
39acb953a0 [CP] [to #52804352] fix bug, case expressions in PL actually do not require parameter types to be consistent 2024-01-18 07:17:56 +00:00
9a25831540 [opt]: vec_sort support truncate tmp_file. 2024-01-18 06:50:09 +00:00
46a179b07b [BUGFIX] fix in expr process text with row 2024-01-18 06:34:53 +00:00
e52f385a43 [CP] sync bugfix.fix sanity json pl type coredump, fix treat expr in pl coredump 2024-01-18 04:12:46 +00:00
567cdc7229 Resolve a series of out-of-memory issues within 500 tenant 2024-01-17 16:12:40 +00:00
sdc
46726e1dbd fix not exit immediately when session killed 2024-01-17 15:12:18 +00:00
1cdd63cdae [CP]sync bugfix from 42x. fix:json compare with const string, behavior not consistent with mysql 2024-01-17 13:12:15 +00:00
5e140016ae 修复dump的兼容性问题,在超出BUF时进行截断处理 2024-01-17 12:12:25 +00:00
c0c4b80700 [CP] [xa][4.x] add defensive measure for xa end in trigger 2024-01-17 11:48:15 +00:00
7343816e8b Fix vector evaluation of const expr 2024-01-17 10:42:42 +00:00
0bea27fc06 Optimize operator name with use_rich_format enabled 2024-01-17 08:48:37 +00:00
e8d0e454bf Fix direct load query timeout 2024-01-17 08:12:26 +00:00
0eccca2aee fix in expr upgrade compat 2024-01-17 02:47:08 +00:00
efc6695d43 Fix ObTempRowStore filling in uniform const format value causing crash 2024-01-16 11:43:33 +00:00
1fc077442a fix to_char: to_char(Nan) get 0 ==> 'Nan' 2024-01-16 07:16:55 +00:00
8612914eab Fixed the problem that the like expression did not parse the lob type pattern, resulting in missing rows in the query. 2024-01-16 03:42:57 +00:00
f044d7692f adapt runtime filter eval_vector interface for single row calculation. 2024-01-15 13:12:54 +00:00
efef96dc43 [CP] to issue<53963421>:fix memory leak when fail to executing udt construct function 2024-01-15 09:48:20 +00:00
41776006da occupy code for show table status 2024-01-12 07:42:58 +00:00
fcf4ccfda9 修复nanvl,第一个为null的参数如果是binary double类型,需要对第二个参数 进行取值,若转换数字失败的话报错,成功返回null值 2024-01-12 03:18:33 +00:00
f1b204d8af fix bug about gi random 2024-01-11 12:44:13 +00:00
056e47167d misc refinement 2024-01-11 10:14:47 +00:00
4edd2b57c4 Prohibit the conversion of CLOB to OTIMESTAMP 2024-01-11 09:18:11 +00:00
eb22bf2855 fix bug: datum count mismatch in merge join 2024-01-11 07:13:13 +00:00