Commit Graph

22203 Commits

Author SHA1 Message Date
lyw b05e7ded50
[Feature](function) support sec_to_time (#62797) 2025-10-11 17:28:48 +08:00
Murphy 731ff88162
[Enhancement] add metric for page_cache (#63905)
Signed-off-by: Murphy <mofei@starrocks.com>
2025-10-11 08:45:57 +00:00
eyes_on_me 21207415d4
[BugFix] fix asan error from PartitionedSpillerWriter::_remove_partition (#63903)
Signed-off-by: silverbullet233 <3675229+silverbullet233@users.noreply.github.com>
2025-10-11 15:20:35 +08:00
trueeyu 35aa2cc5ac
[Doc] Fix the doc mistake related to datacache config (#63888)
Signed-off-by: trueeyu <lxhhust350@qq.com>
Signed-off-by: 絵空事スピリット <wanglichen@starrocks.com>
Co-authored-by: 絵空事スピリット <wanglichen@starrocks.com>
2025-10-11 06:58:28 +00:00
shuming.li fe3bef00d1
[BugFix] Fix data cache bugs with invalid compute resources (#63537)
Signed-off-by: shuming.li <ming.moriarty@gmail.com>
2025-10-11 14:30:30 +08:00
Drake Wang 1378c139ae
[BugFix] Fix fail to get splits from morsel queue introduces crash of be (#62753)
Signed-off-by: sunny.xl <wxl24life@gmail.com>
2025-10-11 14:27:34 +08:00
satanson 674145d7c8
[Enhancement] Support Constant Folding for some array functions (#63692)
Signed-off-by: satanson <ranpanf@gmail.com>
2025-10-11 14:22:57 +08:00
shuming.li ee66eb3b3f
[Enhancement] Change default_mv_partition_refresh_strategy to adaptive by default (#63594)
Signed-off-by: shuming.li <ming.moriarty@gmail.com>
2025-10-11 11:33:11 +08:00
satanson 78945fde78
[Enhancement] lead/lag/first_value/last_value support array type (#63547)
Signed-off-by: satanson <ranpanf@gmail.com>
2025-10-11 10:05:20 +08:00
shuming.li d0b7c2226f
[BugFix] Fix agg push down type cast bug (#63875)
Signed-off-by: shuming.li <ming.moriarty@gmail.com>
2025-10-11 10:04:35 +08:00
Hechem Selmi f754c243b4
[Enhancement] Add statistic for xx_hash3_64 function (#63791)
Why I'm doing:
The function XX_HASH3_64 does not have any statistics and will be set to UNKNOWN. Even though we can not set good statistics for this function, even having trivial statistics is better then not having anything as it could be helpful for follow up functions like MOD.
For example for the expression ABS(MOD(XX_HASH3_64(a),100)) without statistics for XX_HASH3_64 the whole expression statistics will be unknown, but with trivial XX_HASH3_64 statistics starrocks can set the MIN to 0 and the MAX to 100 for the whole expression.
This could be the difference between a correct and a wrong join order.

(there are probably other cases like this one)

What I'm doing:
Adding statistic for the function XX_HASH3_64. The MIN and MAX are set to negative infinity and positive infinity. The DISTINCT COUNT is set to the number of rows.

Signed-off-by: m-selmi <m.selmi@celonis.com>
2025-10-11 09:07:02 +08:00
srlch af76406358
[UT] Fix unstable cluster snapshot test (#63886)
Signed-off-by: srlch <linzichao@starrocks.com>
2025-10-10 18:27:41 +08:00
shuming.li 6f69933e11
[UT] Add more cases to cover nested mv create (#62996)
Signed-off-by: shuming.li <ming.moriarty@gmail.com>
2025-10-10 18:27:18 +08:00
shuming.li 1785077e7b
[UT] Fix print_hit_materialized_views to ensure the result deterministic (#63862)
Signed-off-by: shuming.li <ming.moriarty@gmail.com>
2025-10-10 18:25:44 +08:00
Evgeniy Shishkin e7ea42635d
[BugFix] Fix IN runtime filter to respect FE session variable (#63081) 2025-10-10 16:41:01 +08:00
shuming.li 2c23586802
[Enhancement] Add task run execute timeout checker (#63842)
Signed-off-by: shuming.li <ming.moriarty@gmail.com>
2025-10-10 15:16:48 +08:00
zhangqiang 707b3c4a7a
[BugFix] Fix nullptr exception during remove expried load job (#63820)
Signed-off-by: sevev <qiangzh95@gmail.com>
2025-10-10 14:37:24 +08:00
meegoo 4a3092a306
[BugFix] Fix multi statements transaction fail due to mix file bundle write (#63823)
Signed-off-by: meegoo <meegoo.sr@gmail.com>
2025-10-10 11:36:11 +08:00
crossoverJie b93ef4ecde
[Enhancement] Allow dropping cn/be without specifying a warehouse name (#62940)
Signed-off-by: crossoverJie <crossoverJie@gmail.com>
2025-10-10 11:01:58 +08:00
eyes_on_me 6461e22e0d
[BugFix] fix partitioned spill crash when removing partition (#63825)
Signed-off-by: silverbullet233 <3675229+silverbullet233@users.noreply.github.com>
2025-10-10 10:11:18 +08:00
Smith Cruise bf38c24adf
[Enhancement] Remove iceberg redundant code (#63860)
Signed-off-by: Smith Cruise <chendingchao1@126.com>
2025-10-10 08:40:41 +08:00
shuming.li 7ed48a790a
[BugFix] Fix mv rewrite bugs with IllegalStateException (#63655)
Signed-off-by: shuming.li <ming.moriarty@gmail.com>
2025-10-09 19:22:29 +08:00
shuming.li fb05bb99a4
[UT] Fix mv related unstable tests (#63852)
Signed-off-by: shuming.li <ming.moriarty@gmail.com>
2025-10-09 18:21:42 +08:00
shuming.li 128aabc9aa
[BugFix] Fix create partitioned mv with NullPointerException (#63830)
Signed-off-by: shuming.li <ming.moriarty@gmail.com>
2025-10-09 16:55:37 +08:00
kangkaisen bd3b311d7b
[Tool] Support compilation on Mac 8: be code 2 (#63822) 2025-10-09 16:36:20 +08:00
Yixin Luo 53eb82341c
[Enhancement] enable pk parallel execution by default (#63821)
Signed-off-by: luohaha <18810541851@163.com>
2025-10-09 08:06:29 +00:00
shuming.li 0dfb447b23
[BugFix] Fix mv rewrite bugs with char/varchar implicit cast (#63659)
Signed-off-by: shuming.li <ming.moriarty@gmail.com>
2025-10-09 14:30:20 +08:00
Li Jiao 27bb322bfd
[Doc] Fix link formatting in Iceberg table creation section (#63829)
Signed-off-by: Li Jiao <jaogoy@gmail.com>
2025-10-09 14:26:56 +08:00
kangkaisen 05a903eecc
[Tool] Support compilation on Mac 7: be code 1 (#63815) 2025-10-09 10:28:57 +08:00
Yixin Luo 4918a1fadc
[Enhancement] Primary key consistency test supports PK parallel execution (#63698)
Signed-off-by: luohaha <18810541851@163.com>
2025-10-09 10:22:07 +08:00
Gavin 1dbf05f5dd
[Enhancement] Write iceberg tables without accumulating chunks when memory is sufficient to improve the sink performance for small number of partitions. (#63802)
Signed-off-by: GavinMar <yangguansuo@starrocks.com>
2025-10-08 14:42:22 +08:00
kangkaisen 5f982fa9e6
[Tool] Support compilation on Mac 6: fix all build_thirdparty issues (#63813) 2025-10-08 14:02:21 +08:00
yan zhang ece0f0d560
[Enhancement] to avoid memory stats inaccurate case (#63788)
Signed-off-by: yan zhang <dirtysalt1987@gmail.com>
2025-10-08 10:46:42 +08:00
kangkaisen 3e1b09d470
[Tool] Support compilation on Mac 5: fix protobuf & leveldb build (#63808) 2025-10-08 10:18:14 +08:00
trueeyu a41a7772b4
[Refactor] Remove poco_connection_pool_mem_tracker (#63801)
Signed-off-by: trueeyu <lxhhust350@qq.com>
2025-10-07 15:11:30 +08:00
yan zhang fc35890c29
[UT] increase CBO timeout to avoid iceberg UT fail (#63766)
Signed-off-by: yan zhang <dirtysalt1987@gmail.com>
2025-10-07 09:28:55 +08:00
trueeyu 60c23fcd2d
[BugFix] Fix the bug where updating the memory quota of the data cache does not task effect (#63787) 2025-10-06 21:17:01 +08:00
Gavin 3b454d6ec9
[BugFix] Fix the crash issue caused by using an unintialized column evaluator in iceberg partition writer. (#63782)
Signed-off-by: GavinMar <yangguansuo@starrocks.com>
2025-10-06 11:15:06 +08:00
trueeyu 647ed56800
[Refactor] Remove unused be conf: datacache_engine and datacache_tiered_cache_enable (#63775)
Signed-off-by: trueeyu <lxhhust350@qq.com>
2025-10-04 11:00:38 +08:00
stdpain 371134cd5e
[BugFix] Fixed potential deadlock during initialization of ExceptionStackContext (#63776)
Signed-off-by: stdpain <drfeng08@gmail.com>
2025-10-03 16:35:49 +08:00
trueeyu 6dd2c4e555
[BugFix] Fix the bug where datacache_evict_probability does not take effect in DataCacheMem (#63770)
Signed-off-by: trueeyu <lxhhust350@qq.com>
2025-10-03 10:04:14 +08:00
trueeyu 35e984856e
[Refactor] Remove some names related to ObjectCache (#63768)
Signed-off-by: trueeyu <lxhhust350@qq.com>
2025-10-02 18:05:04 +08:00
kangkaisen bf8516dc7b
[Tool] Support compilation on Mac 4: build_be.sh (#63761) 2025-10-02 10:45:24 +08:00
trueeyu d23e5cee79
[Refactor] refactors the cache module by reorganizing cache-related files (#63759)
Signed-off-by: trueeyu <lxhhust350@qq.com>
2025-10-01 19:05:00 +08:00
trueeyu 0094eeaa6d
[BugFix] Fix the crash caused by out-of-order instruction execution in the ARM environment (#63294)
Signed-off-by: trueeyu <lxhhust350@qq.com>
2025-10-01 05:52:45 +00:00
kangkaisen 319afcdd5b
[Tool] Support compilation on Mac 3: CMakeLists.txt (#63713) 2025-10-01 09:45:20 +08:00
絵空事スピリット 6fd4cc9c2d
[Doc] 3.4.8 Release Notes (#63750) 2025-10-01 09:35:23 +08:00
trueeyu df0faf1b26
[Refactor] Split the LocalCacheEngine interface into LocalMemCacheEngine and LocalDiskCacheEngine (#63734)
Signed-off-by: trueeyu <lxhhust350@qq.com>
2025-10-01 09:19:12 +08:00
Dan Roscigno 0d5d2c76e9
[Doc] Enhance DataGrip integration documentation (#63744) 2025-10-01 08:06:28 +08:00
Murphy a5da35091a
[BugFix] fix jsonpath rewrite with wrong column type (#63690) 2025-09-30 10:37:56 +00:00