|
|
1eb34edeb1
|
Bugfix for vector casting
|
2024-01-07 13:42:30 +00:00 |
|
|
|
c63e9bf14b
|
fix external table bug
|
2024-01-05 09:47:15 +00:00 |
|
|
|
f1850a3e45
|
[CP] [to #54239515] fix udf out parameter with same source
|
2024-01-05 08:12:52 +00:00 |
|
|
|
6ef2d82735
|
[CP] Fix the issue of incorrect results with batch NLJ + SET OP
|
2024-01-05 05:17:35 +00:00 |
|
|
|
6409395938
|
Fix a spelling error in the comment
|
2024-01-05 03:47:18 +00:00 |
|
|
|
fe567d504b
|
Fix temp block store dump reader block failed
|
2024-01-04 16:12:46 +00:00 |
|
|
|
ac69a200d2
|
Remove default implementation of IAggergate::add_one_row
|
2024-01-04 15:42:34 +00:00 |
|
|
|
7e258bf872
|
fix hash join NL mode do not inc age leads 4013
|
2024-01-04 12:52:12 +00:00 |
|
|
|
d9accd212d
|
[CP] fix px retry 4377
|
2024-01-04 07:43:08 +00:00 |
|
|
|
93aaa435e6
|
[CP] [to #53934515] Fix decode expression does not support returning complex types
|
2024-01-04 06:12:34 +00:00 |
|
|
|
48106fdd6a
|
Adapt the new vec2.0 interface for single row calculation
Co-authored-by: hwx65 <1780011298@qq.com>
|
2024-01-04 05:42:43 +00:00 |
|
|
|
92add5609c
|
[CP] fix bug insert ignore with generated column maybe cause 4377 error
|
2024-01-04 04:42:55 +00:00 |
|
|
|
0c1f5ac25e
|
fix hash join core when nest loop mode build hash table
|
2024-01-03 17:23:03 +00:00 |
|
|
|
745e46e176
|
fix topn bug: comp not updated when new batch be added
|
2024-01-03 12:37:45 +00:00 |
|
|
|
a93104bd85
|
occupy codes for the password func
|
2024-01-03 12:32:53 +00:00 |
|
|
|
2e35ef4490
|
Fix the memory leak bug of VectorHeader to_string
|
2024-01-03 11:57:00 +00:00 |
|
|
|
33600ef896
|
fix vec2.0 px merge sort receive and table scan partition pruning bug
|
2024-01-03 11:52:19 +00:00 |
|
|
|
cc95855054
|
fix coredump if toolbox init half
|
2024-01-03 11:13:33 +00:00 |
|
|
|
918714528b
|
bugfix: substr expr get wrong result length
|
2024-01-03 02:12:46 +00:00 |
|
|
|
bff45aaa70
|
[CP] fix serialize ObSqlArrayObj bugs
|
2024-01-02 13:13:05 +00:00 |
|
|
|
6fe86a8788
|
Fix vec 2.0 limit op use wrong null index
|
2024-01-02 10:43:20 +00:00 |
|
|
|
bbb4662d91
|
Fix print vectorized rows core when row is skipped
|
2024-01-02 10:13:23 +00:00 |
|
|
|
daaf5dc64b
|
[CP] fix update with non-strict mode core
Co-authored-by: leslieyuchen <leslieyuchen@gmail.com>
|
2024-01-02 09:43:21 +00:00 |
|
|
|
02038a911a
|
BUG: loading multi empty files failed
|
2024-01-02 07:13:21 +00:00 |
|
|
|
54a47d33fd
|
bugfix : json dot notation bugfix patch to master
|
2023-12-29 07:13:17 +00:00 |
|
|
|
62b5b467a4
|
use tracepoint control sql memory mgr global bound
|
2023-12-29 04:47:31 +00:00 |
|
|
|
ac80359a21
|
fix do not restore number buffer leads memory damage
|
2023-12-28 13:43:13 +00:00 |
|
|
|
2882851e54
|
to issue<53361277>:support flush pl cache single cache object
|
2023-12-28 09:12:48 +00:00 |
|
|
|
021fbf0335
|
Placeholder of xml_phase3 branch on master
|
2023-12-28 08:18:00 +00:00 |
|
|
|
73af983961
|
Fix vec 2.0 hash infras ret code override
|
2023-12-27 14:43:09 +00:00 |
|
|
|
2376627c6d
|
[CP] Fix null hash value mismatch by using datum hash_func_v2
Co-authored-by: jinmaoli <lijinmao.csmaster@gmail.com>
|
2023-12-27 13:52:27 +00:00 |
|
|
|
599b21b90c
|
update_index_status 等schema刷新占位
|
2023-12-27 12:12:52 +00:00 |
|
|
|
59c57b92f2
|
[CP] Fix core at connect by caused by swallowing error code
|
2023-12-27 10:43:56 +00:00 |
|
|
|
a25e14fe74
|
Correct the method of determining whether there are nulls on the right side in the IN expression.
|
2023-12-27 08:43:11 +00:00 |
|
|
|
c8647966da
|
[CP]: Oracle json bugfix
|
2023-12-27 06:18:35 +00:00 |
|
|
|
a52b801e5f
|
fix: fix bug of multi level batch nlj lost data bug
|
2023-12-27 06:13:31 +00:00 |
|
|
|
5585d4c91c
|
Refactor vec2.0 between expr
|
2023-12-27 04:13:18 +00:00 |
|
|
|
7bcd1ef167
|
[4.2.1>master] finetune ENABLE_SERIALIZATION_CHECK
|
2023-12-27 03:43:16 +00:00 |
|
|
|
85f0244cf5
|
fix bug: topn sort earge filter bugs
|
2023-12-26 15:43:13 +00:00 |
|
|
|
0121227aeb
|
fix px merge sort receive clear eval flag bug
|
2023-12-26 11:13:28 +00:00 |
|
|
|
d52d2c12e6
|
[CP] Fix wrong merge type between set and char
Co-authored-by: Larry955 <1412857955@qq.com>
|
2023-12-26 10:13:15 +00:00 |
|
|
|
8c2fda8fdc
|
fix tenant mtl module register with MTL_BIND2 remove old MTL_BIND
|
2023-12-26 08:13:29 +00:00 |
|
|
|
b97e65cf1e
|
Unify the processing logic of PDML and regular DML
|
2023-12-26 07:43:29 +00:00 |
|
|
|
12c482603f
|
[CP] [to #53947201] fix a -4016 problem in PX + UDF
|
2023-12-26 06:43:38 +00:00 |
|
|
|
36f9cecbc7
|
[CP] fix hang at dfo scheduler wait_all
|
2023-12-26 03:18:29 +00:00 |
|
|
|
052e59ff06
|
Fix vector 2.0 case and opt temp column store from_vector
|
2023-12-25 11:57:51 +00:00 |
|
|
|
9ed470fd6a
|
Address the issue of errors arising from all elements in in_list being null
|
2023-12-25 11:18:40 +00:00 |
|
|
|
1737652b4f
|
Fix the core caused by uppercase and lowercase expressions not determining whether buf is empty
|
2023-12-25 10:52:33 +00:00 |
|
|
|
b483a8f5af
|
[CP] fix sqc handler memory leak when drop tenant
Co-authored-by: sdc <njucssdc@gmail.com>
|
2023-12-25 10:15:58 +00:00 |
|
|
|
7db773aea0
|
Fix nullif expr precision calc error
|
2023-12-25 09:18:36 +00:00 |
|