Commit Graph

1792 Commits

Author SHA1 Message Date
fa3f89363b Adjust stmt printer and codeowners 2024-02-09 22:36:05 +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
07c504639a [CP] fix nlj not clear eval flag bug 2024-02-09 22:12:31 +00:00
094f71022c fix:json-remove, json is true/false, json-length bug 2024-02-09 21:34:20 +00:00
1fecc53d98 fix bug: core at runtime filter deserialize because overwriting return code 2024-02-09 21:16:43 +00:00
d509a8e875 Fix prepare stmt error 4016 2024-02-09 21:02:22 +00:00
3b26dcb23a Vectorization 2.0, short-circuit processing of ‘in’ expressions. 2024-02-09 20:41:51 +00:00
3d8b312994 Add tracepoint of random batch_size/skip_bits for table scan 2024-02-09 18:16:53 +00:00
ec9479ac3c Addressing upgrade compatibility issues related to between expressions 2024-02-09 18:13:53 +00:00
dbba584bb9 Fix row comparison wrong result of decimal int type 2024-02-09 18:04:52 +00:00
646a7d70fe [placeholder] serialization placeholder for domain index scan and text retrieval 2024-02-09 16:51:19 +00:00
d100c7fee3 [BUGFIX] fix udf expr type deduce for clob 2024-02-09 16:39:27 +00:00
978db9f70d placeholder of func decode_trace_id 2024-02-09 16:33:47 +00:00
cab20fa86b [CP] [to #52804352] fix bug, case expressions in PL actually do not require parameter types to be consistent 2024-02-09 16:22:00 +00:00
ed33b6e951 [opt]: vec_sort support truncate tmp_file. 2024-02-09 16:10:16 +00:00
a791b6ecf9 [BUGFIX] fix in expr process text with row 2024-02-09 16:01:24 +00:00
f14101149a [CP] sync bugfix.fix sanity json pl type coredump, fix treat expr in pl coredump 2024-02-09 15:38:24 +00:00
126ee828f8 Resolve a series of out-of-memory issues within 500 tenant 2024-02-09 15:09:27 +00:00
a0c1edc5c0 fix not exit immediately when session killed 2024-02-09 14:55:05 +00:00
3897e45a83 [CP]sync bugfix from 42x. fix:json compare with const string, behavior not consistent with mysql 2024-02-09 14:49:24 +00:00
8b37397157 修复dump的兼容性问题,在超出BUF时进行截断处理 2024-02-09 14:40:34 +00:00
82ccf93d74 [CP] [xa][4.x] add defensive measure for xa end in trigger 2024-02-09 14:37:37 +00:00
05e57e88f6 Fix vector evaluation of const expr 2024-02-09 14:25:45 +00:00
ee68fd84f7 Optimize operator name with use_rich_format enabled 2024-02-09 14:05:06 +00:00
68d387893f Fix direct load query timeout 2024-02-09 13:59:10 +00:00
e8cef94585 fix in expr upgrade compat 2024-02-09 13:00:31 +00:00
e15634314e Fix ObTempRowStore filling in uniform const format value causing crash 2024-02-09 12:49:05 +00:00
3faf4cd834 fix to_char: to_char(Nan) get 0 ==> 'Nan' 2024-02-09 12:05:41 +00:00
bc837f87f8 Fixed the problem that the like expression did not parse the lob type pattern, resulting in missing rows in the query. 2024-02-09 11:24:39 +00:00
1423eb527b adapt runtime filter eval_vector interface for single row calculation. 2024-02-09 11:03:55 +00:00
038fc04cf9 [CP] to issue<53963421>:fix memory leak when fail to executing udt construct function 2024-02-09 10:49:10 +00:00
3e4379dbd2 occupy code for show table status 2024-02-09 09:27:22 +00:00
b7f2fcb3d6 修复nanvl,第一个为null的参数如果是binary double类型,需要对第二个参数 进行取值,若转换数字失败的话报错,成功返回null值 2024-02-09 09:09:45 +00:00
94cc0007e9 fix bug about gi random 2024-02-09 08:37:06 +00:00
19440b0c01 misc refinement 2024-02-09 08:01:58 +00:00
c02bdd18bc Prohibit the conversion of CLOB to OTIMESTAMP 2024-02-09 07:56:01 +00:00
bf28573c82 fix bug: datum count mismatch in merge join 2024-02-09 07:37:51 +00:00
6d5c70d2b4 fix bug: plan stat incorrect when some error happened during query processing 2024-02-09 07:25:50 +00:00
b75fc423ec [CP][BUGFIX] fix lrpad mysql pad len zero 2024-02-09 07:07:47 +00:00
a929895ebb to issue<54372232>:fixr refcursor as argument of store routine issue 2024-02-09 06:43:52 +00:00
42af945db5 Fix section code REVERSE_ INULL, DIVIDE_ BY_ ZERO's problem 2024-02-09 06:37:54 +00:00
c025ac9d71 Fix prefix_pattern type deduce bug 2024-02-09 06:20:06 +00:00
22ada2e123 Filling the tablet_id field in table __all_ddl_checksum 2024-02-09 06:05:08 +00:00
fe5ca779ad Fixed the problem of core when logging due to missing error code 2024-02-09 05:50:26 +00:00
b58a0a8d0c [CP] fix px ordered coord rescan bug 2024-02-09 05:29:38 +00:00
e487607c24 Fix some bug for vec2.0 2024-02-09 05:23:36 +00:00
3ac498c2fe [placeholder][fts] object id and error no placeholder for fulltext index search 2024-02-09 05:05:46 +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
02fdb9b6e6 use hint control sql memory managment 2024-02-09 03:59:57 +00:00