Commit Graph

43 Commits

Author SHA1 Message Date
657a8a0b0f Bugfix for window function vec2.0 2024-07-02 12:49:25 +00:00
a873193ea0 Fix error result of window function vec2.0 2024-06-28 08:29:01 +00:00
1a0e793ec1 serialization occupy in mergegroupby、windowfunction、hashgroupby 2024-06-26 15:46:29 +00:00
2d4b0fdc52 Fix unexpected memory access of window function 2024-06-26 05:58:35 +00:00
c981050104 [FEAT MERGE] mds_mvs
Co-authored-by: xuhuleon <xuhuleon@qq.com>
Co-authored-by: godyangfight <godyangfight@gmail.com>
Co-authored-by: JiahuaChen <garfieldjia@qq.com>
2024-06-25 07:51:39 +00:00
8e6c6a9c4d vostest pass 2024-06-25 04:46:24 +00:00
b7f4eb6aa2 errsim to check the compare method for std::sort 2024-06-24 07:58:04 +00:00
cc1b65e578 [FEAT MERGE] sql execution improvements
Co-authored-by: DengzhiLiu <dengzhiliu@gmail.com>
Co-authored-by: Zach41 <zach_41@163.com>
Co-authored-by: tushicheng <18829573815@163.com>
2024-06-21 15:16:43 +00:00
3bfa3e2070 [FEAT MERGE] Add roaringbitmap type and relative expr
Co-authored-by: fkuner <784819644@qq.com>
2024-06-21 09:46:21 +00:00
34c3718f40 [CP][FEAT MERGE]SDO_GEOMETRY & MYSQL GIS EXPR IMPLEMENT 2024-04-08 13:45:08 +00:00
2a4c64d7b2 Fix winfunc single partition parallel error result 2024-03-15 10:45:29 +00:00
7f6a80c189 fix lead window function bug 2024-03-11 11:15:05 +00:00
68dec0b1d6 [CP] Fix window function spec member not serialized 2024-02-08 08:24:58 +00:00
c8ef409bf3 Do not report ERROR when sample rate equals 100 2024-02-06 14:49:36 +00:00
bd53d340c0 [CP] Fix window function spec member not serialized 2023-12-24 14:13:01 +00:00
377c59a57e Fix get decimal int aggr ctx coredump in window function pushdown 2023-11-15 10:10:29 +00:00
588121e463 Fix window function array memory leak 2023-11-10 04:13:12 +00:00
566e920620 Merge branch 'column_store'
Co-authored-by: wangt1xiuyi <13547954130@163.com>
Co-authored-by: yangqise7en <877793735@qq.com>
Co-authored-by: Zach41 <zach_41@163.com>
2023-10-31 15:39:22 +00:00
c72fbafe90 Merge branch 'master' of https://github.com/shuangzi52/ob4 into fix_new_05 2023-09-11 10:18:26 +08:00
8bb7c8394f [CP] Fix cume_dist/percent_rank bug 2023-09-08 10:40:37 +08:00
7aca2f71ab fix nth_value window func compatible bug in Mysql mode 2023-08-30 07:44:37 +00:00
sdc
330bc1999c fix window function memory leak 2023-08-28 13:10:27 +00:00
e067fa2e07 fix some window func bugs 2023-08-14 07:18:41 +00:00
sdc
eeea3e7708 fix window function memleak when insert failed 2023-07-28 02:48:38 +00:00
8331f2f878 fix merge set op last_store_row dynamic leak 2023-05-08 04:08:29 +00:00
642f1c7d84 [FEAT MERGE] optimizer statistics gather enhance
Co-authored-by: Larry955 <1412857955@qq.com>
Co-authored-by: wangt1xiuyi <13547954130@163.com>
2023-04-28 13:11:58 +00:00
17abf2818a [FEAT MERGE] OB Support XMLType
Co-authored-by: simonjoylet <simonjoylet@gmail.com>
2023-04-28 03:45:10 +00:00
bf3c79679d fix some typo error 2023-04-18 11:45:35 +08:00
a615fb4f61 Fix a wf bug caused by the logic of recursion 2023-04-03 21:11:30 +00:00
d7eba01b90 fix get_dh_msg state errors during reentry lead to hang/core 2023-03-21 16:46:11 +00:00
8ce2f275c4 [fix] remove some internal urls and emails 2023-03-17 20:57:21 +08:00
1158aabcf8 fix the wrong start address for store_all_expr_datums in winfunc 2023-03-02 16:28:47 +00:00
2d19a9d8f5 [FEAT MERGE]4_1_sql_feature
Co-authored-by: leslieyuchen <leslieyuchen@gmail.com>
Co-authored-by: Charles0429 <xiezhenjiang@gmail.com>
Co-authored-by: raywill <hustos@gmail.com>
2023-01-28 16:01:28 +08:00
bbb017266b [FEAT MERGE]:Oracle Json Supported 2023-01-28 15:52:30 +08:00
93a1074b0c patch 4.0 2022-10-24 17:57:12 +08:00
8dac963196 [CP] Error in window function with preceding frame end or following frame start. 2022-07-20 11:27:48 +08:00
d1636b9051 [CP] [CP] [CP] Fix rollup SIGSEGV when building stored row 2022-06-06 14:20:53 +08:00
de9b833355 Fix window function stack overflow bug. 2022-03-10 10:19:19 +08:00
ab74cf7478 Fix window function parallel bug 2022-03-04 11:46:14 +08:00
xj0
e5f59ea074 support json type 2022-02-08 15:08:04 +08:00
gm
4a92b6d7df reformat source code
according to code styles, 'AccessModifierOffset' should be -2.
2021-06-17 10:40:36 +08:00
a474a9cf55 code: fix typo (#76)
* Update ob_dtl_rpc_channel.cpp

* Update ob_time_convert.cpp

* Update ob_time_convert.h

* Update ob_expr_date_add.cpp

* fix log spell error:faild -> failled, Faild -> Failed

* Update ob_optimizer_util.cpp

* Update ob_sql.cpp

* Update ob_optimizer_util.cpp

* Update ob_plan_cache_manager.cpp

* Update ob_partition_merge_task.cpp
2021-06-15 14:50:25 +08:00
cea7de1475 init push 2021-05-31 22:56:52 +08:00