Gavin
67ceccc525
[BugFix] Fix the issue that create spill directory failed when writing data to iceberg table. ( #63278 )
...
Signed-off-by: GavinMar <yangguansuo@starrocks.com>
2025-09-23 09:41:43 +08:00
Murphy
91ff95b980
[Refactor] SegmentIterator::ScanContext ( #63333 )
...
Signed-off-by: Murphy <mofei@starrocks.com>
Signed-off-by: Murphy <96611012+murphyatwork@users.noreply.github.com>
Co-authored-by: wyb <wybb86@gmail.com>
2025-09-22 15:40:51 +08:00
Kevin Cai
9cd12321c1
[BugFix] fix delete predicate edge case ( #63339 )
...
Signed-off-by: Kevin Cai <kevin.cai@celerdata.com>
2025-09-22 04:57:59 +00:00
Yixin Luo
bb7a7ace8c
[BugFix] Fix pk index cumulative compaction strategy when max_rss_rowid is same ( #63277 )
...
Signed-off-by: luohaha <18810541851@163.com>
2025-09-22 11:48:12 +08:00
Murphy
f16b69ee5b
[Enhancement] remove the adaptive zonemap creation ( #63297 )
2025-09-21 19:31:46 +08:00
meegoo
af7052ff34
[Enhancement] Make BE reject multi-statement transaction stream load ( #63242 )
...
Signed-off-by: meegoo <meegoo.sr@gmail.com>
2025-09-19 10:33:40 -07:00
Murphy
f6f67a1af8
[Tool] meta_tool: dump_zonemap ( #63292 )
...
Signed-off-by: Murphy <mofei@starrocks.com>
2025-09-19 16:55:59 +08:00
Yixin Luo
2981ce997a
[BugFix] fix delvec no found issue when drop tablet and queries run concurrently ( #63291 )
...
Signed-off-by: luohaha <18810541851@163.com>
2025-09-19 06:20:44 +00:00
zihe.liu
1ffaebab6f
[Enhancement] Optimize trunc_to_month and trunc_to_quarter for date ( #63245 )
...
## Why I'm doing:
Given a Julian date, our current approach to obtaining `trunc_to_quarter` or `trunc_to_month` is:
1. First decode it into year, month, and day.
2. Then, we adjust the corresponding month and day,
3. and finally compute the new Julian date from the adjusted year, month, and day.
However, in practice, it is unnecessary to compute a new Julian date from the adjusted values. Instead, we can directly calculate the offset between the target Julian and the current Julian based on the decoded year, month, and day.
benchmark: speedup around 50%
- trunc_to_month: https://quick-bench.com/q/fZiRaC7U1pHODHsWQuO1cvFN2qM
- trunc_to_quarter: https://quick-bench.com/q/Idw7wLB74k-5PNW2u4xcXNsoeKA
Signed-off-by: zihe.liu <ziheliu1024@gmail.com>
2025-09-19 13:46:55 +08:00
zhanghe
5c2aaaf717
[BugFix] Fix ApplyCommitTask loss in concurrent scenarios. ( #60633 )
...
Signed-off-by: edwinhzhang <edwinhzhang@tencent.com>
Signed-off-by: sevev <qiangzh95@gmail.com>
Signed-off-by: zhangqiang <qiangzh95@gmail.com>
Co-authored-by: sevev <qiangzh95@gmail.com>
2025-09-19 10:10:25 +08:00
xiangguangyxg
2fc227d19a
[BugFix] Fix BE crash in tracer when jaeger_endpoint is invalid ( #63257 )
...
## Why I'm doing:
When BE config jaeger_endpoint is invalid, BE will crash in tracer:
```
*** Aborted at 1757906071 (unix time) try "date -d @1757906071" if you are using GNU date ***
PC: @ 0xbe8d0af starrocks::Tracer::start_trace_or_add_span(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)
*** SIGSEGV (@0x0) received by PID 3328297 (TID 0x7f30f7d2c640) LWP(3328810) from PID 0; stack trace: ***
@ 0x7f31e6d41ee8 (/usr/lib/x86_64-linux-gnu/libc.so.6+0x99ee7)
@ 0x109a4ae8 google::(anonymous namespace)::FailureSignalHandler(int, siginfo_t*, void*)
@ 0x7f31e6cea520 (/usr/lib/x86_64-linux-gnu/libc.so.6+0x4251f)
@ 0xbe8d0af starrocks::Tracer::start_trace_or_add_span(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)
@ 0xcc1383c starrocks::OlapTableSink::init(starrocks::TDataSink const&, starrocks::RuntimeState*)
@ 0xcc09965 starrocks::DataSink::create_data_sink(starrocks::RuntimeState*, starrocks::TDataSink const&, std::vector<starrocks::TExpr, std::allocator<starrocks::TExpr> > const&, starrocks::TPlanFragmentExecParams const&, int, starrocks::RowDescriptor const&, std::uniq@^A
@ 0xcc5475f starrocks::pipeline::FragmentExecutor::_prepare_pipeline_driver(starrocks::ExecEnv*, starrocks::pipeline::UnifiedExecPlanFragmentParams const&)
@ 0xcc55a96 starrocks::pipeline::FragmentExecutor::prepare(starrocks::ExecEnv*, starrocks::TExecPlanFragmentParams const&, starrocks::TExecPlanFragmentParams const&)
@ 0xcdea3f5 starrocks::PInternalServiceImplBase<starrocks::PInternalService>::_exec_plan_fragment_by_pipeline(starrocks::TExecPlanFragmentParams const&, starrocks::TExecPlanFragmentParams const&)
@ 0xcde9873 starrocks::PInternalServiceImplBase<starrocks::PInternalService>::_exec_plan_fragment(brpc::Controller*, starrocks::PExecPlanFragmentRequest const*)
@ 0xcde9403 starrocks::PInternalServiceImplBase<starrocks::PInternalService>::_exec_plan_fragment(google::protobuf::RpcController*, starrocks::PExecPlanFragmentRequest const*, starrocks::PExecPlanFragmentResult*, google::protobuf::Closure*)
@ 0xcb1e547 starrocks::PriorityThreadPool::work_thread(int)
@ 0x1095100b thread_proxy
@ 0x7f31e6d3cac3 (/usr/lib/x86_64-linux-gnu/libc.so.6+0x94ac2)
@ 0x7f31e6dce850 (/usr/lib/x86_64-linux-gnu/libc.so.6+0x12684f)
```
Invalid jaeger_endpoint example:
`jaeger_endpoint = http://localhost:14268 `
Valid jaeger_endpoint example:
`jaeger_endpoint = localhost:14268 `
## What I'm doing:
Create a no-op tracer to protect BE from crash when jaeger_endpoint is invalid.
Signed-off-by: xiangguangyxg <xiangguangyxg@gmail.com>
2025-09-19 10:02:46 +08:00
zhangqiang
7a67b9bdf6
[BugFix] Fix use-after-free on pipeline timer during shutdown ( #63189 )
...
Signed-off-by: sevev <qiangzh95@gmail.com>
2025-09-18 11:20:54 +08:00
Drake Wang
8736a9d386
[BugFix] Fix version check failed while appling replication txn with compaction enabled ( #62663 )
...
Signed-off-by: sunny.xl <wxl24life@gmail.com>
Signed-off-by: Drake Wang <wxl24life@gmail.com>
Co-authored-by: Kevin Cai <caixh.kevin@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-09-17 14:01:41 +08:00
Yixin Luo
a5e2e085dc
[Enhancement] publish sst files generated during data loading and compaction ( #63005 )
...
Signed-off-by: luohaha <18810541851@163.com>
2025-09-16 11:13:30 +00:00
wyb
0925f39e61
[Enhancement] Improve fragment instance exec state report ( #63132 )
...
Signed-off-by: wyb <wybb86@gmail.com>
2025-09-16 17:04:02 +08:00
satanson
ad6d9af81a
[UT] Fix german_string UT fail in ASAN mode ( #63185 )
...
Signed-off-by: satanson <ranpanf@gmail.com>
2025-09-16 08:09:56 +00:00
PengFei Li
e0cf9111e1
[BugFix] Fix secondary replicas can continue waiting because of wrong timestamp ( #62805 )
...
Signed-off-by: PengFei Li <lpengfei2016@gmail.com>
2025-09-15 18:59:08 -07:00
zhangqiang
ebb9d9ed10
[UT] Refactor some ut ( #63095 )
...
Signed-off-by: sevev <qiangzh95@gmail.com>
2025-09-16 09:54:59 +08:00
satanson
b956f11544
[Enhancement] Full sort use german string for comparison ( #62929 )
...
Signed-off-by: satanson <ranpanf@gmail.com>
2025-09-15 20:23:40 +08:00
Simon Griebel
f7b21e6eb8
[Enhancement] Directly create a small_permutation in the chunks_sorter_full_sort ( #62400 )
...
Signed-off-by: Simon Griebel <s.griebel@celonis.com>
2025-09-15 11:11:03 +08:00
wyb
d37927c522
[Enhancement] Add fragment instance exec state report thread pool metrics ( #63067 )
...
Signed-off-by: wyb <wybb86@gmail.com>
2025-09-12 18:32:06 +08:00
Murphy
180b81f3ff
[BugFix] Fix JSON extraction null column consistency and add validation checks ( #63054 )
...
Signed-off-by: Murphy <mofei@starrocks.com>
2025-09-12 16:06:44 +08:00
Murphy
3688bc4bd4
[BugFix] fix hour_from_unixtime rule ( #63006 )
2025-09-12 13:57:33 +08:00
Murphy
9a5c49824b
[BugFix] fix bugs of FlatJSON with lake table ( #62706 )
...
Signed-off-by: Murphy <mofei@starrocks.com>
Signed-off-by: Murphy <96611012+murphyatwork@users.noreply.github.com>
Co-authored-by: Kevin Cai <caixh.kevin@gmail.com>
2025-09-12 10:21:25 +08:00
Kevin Cai
6582d48d19
[UT] fix ut ASAN leak, wait for all rpc requests done before exit ( #62986 )
...
Signed-off-by: Kevin Cai <kevin.cai@celerdata.com>
2025-09-11 14:06:56 +08:00
stdpain
78af5073e1
[BugFix] Fix some use-after-free issues ( #62917 )
...
Signed-off-by: stdpain <drfeng08@gmail.com>
2025-09-11 09:52:23 +08:00
Yixin Luo
ab2730d86a
[Enhancement] generate cloud native pk index sst files when tablet write ( #62768 )
...
Signed-off-by: luohaha <18810541851@163.com>
2025-09-10 20:31:39 +08:00
eyes_on_me
efd17800bf
[BugFix] mutate input columns in functions' returning value ( #62826 )
...
Signed-off-by: silverbullet233 <3675229+silverbullet233@users.noreply.github.com>
2025-09-10 09:28:55 +00:00
PengFei Li
678cb8fff4
[BugFix] Fix collecting stream load profile failed ( #62802 )
...
Signed-off-by: PengFei Li <lpengfei2016@gmail.com>
2025-09-10 10:25:16 +08:00
stdpain
1362075b96
[BugFix] Fix binary plain encoding page try reserve too large memory ( #62883 )
...
Signed-off-by: stdpain <drfeng08@gmail.com>
2025-09-10 09:42:46 +08:00
stdpain
ed2dc59ef7
[Enhancement] support struct input for min/max by ( #62829 )
...
Signed-off-by: stdpain <drfeng08@gmail.com>
2025-09-09 17:01:08 +08:00
Kevin Cai
21cabd3eb3
[BugFix] fix nullptr delta writer in local tablet channel ( #62861 )
...
Signed-off-by: Kevin Cai <kevin.cai@celerdata.com>
2025-09-09 07:01:09 +00:00
starrocks-xupeng
806161bca7
[BugFix] fix missing compaction profile when file bundling is on ( #62638 )
...
Signed-off-by: starrocks-xupeng <xupeng@starrocks.com>
2025-09-09 14:26:29 +08:00
duanyyyyyyy
11bb192d6f
[Enhancement] Add a cleaner for BrpcStubCache to cleanup unused connections ( #61417 )
...
Signed-off-by: duanyyyyyyy <yan.duan9759@gmail.com>
2025-09-09 11:01:10 +08:00
stdpain
6c0693fbf6
[Enhancement] support column zero copy read from page cache ( #62331 )
...
Signed-off-by: stdpain <drfeng08@gmail.com>
2025-09-08 14:17:12 +08:00
trueeyu
6fda0829d1
[Refactor] Split data cache engine into disk cache engine and memory cache engine. ( #62760 )
...
Signed-off-by: trueeyu <lxhhust350@qq.com>
2025-09-05 22:08:56 +08:00
wyb
353ee2e652
[BugFix] Fix csv header skip causing data loss in files() ( #62719 )
...
Signed-off-by: wyb <wybb86@gmail.com>
2025-09-05 18:33:24 +08:00
Rohit Satardekar
6b3d00852b
[Enhancement] add command to show the dropped meta information that can be recovered ( #51007 )
...
Signed-off-by: Rohit Satardekar <rohitrs1983@gmail.com>
2025-09-05 10:23:19 +08:00
Kevin Cai
76cd8d3e21
[Tool] simplify meta_tool help message ( #62703 )
...
Signed-off-by: Kevin Cai <kevin.cai@celerdata.com>
2025-09-04 11:12:10 +08:00
SevenJ
c02fca2a21
[BugFix] fix iceberg transform compact bug ( #62697 )
...
Signed-off-by: SevenJ <wenjun7j@gmail.com>
2025-09-04 10:05:06 +08:00
wyb
1b62cf522b
[BugFix] Fix cache env init order ( #62700 )
...
Signed-off-by: wyb <wybb86@gmail.com>
2025-09-03 19:56:31 +08:00
Xu Bai
e970bfd5de
[Feature] Introduce Variant column definition ( #61099 )
...
Signed-off-by: Xu Bai <xuba@cisco.com>
2025-09-03 13:22:19 +08:00
PengFei Li
f4d48a0203
[BugFix] Fix publish incorrectly reported as successful during graceful shutdown in shared-nothing ( #62417 )
...
Signed-off-by: PengFei Li <lpengfei2016@gmail.com>
2025-09-03 11:25:38 +08:00
Murphy
347b0b1983
[Enhancement] introduce a function to obtain the column size ( #62481 )
...
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
2025-09-03 10:18:35 +08:00
Murphy
29bb9b3274
[Enhancement] replace memcompare with memequal for SortedAgg ( #62585 )
...
Signed-off-by: Murphy <mofei@starrocks.com>
2025-09-03 10:08:45 +08:00
xiangguangyxg
ecc0382e57
[BugFix] Fix async delta writer crash due to null pointer ( #62626 )
...
Signed-off-by: xiangguangyxg <xiangguangyxg@gmail.com>
2025-09-02 17:22:27 +08:00
wyb
794c189fbd
[Enhancement] Add clone metrics in backend ( #62479 )
...
Signed-off-by: wyb <wybb86@gmail.com>
2025-09-02 09:23:22 +08:00
meegoo
7e26e9ee0d
[Enhancement] Support multi statements transaction (part2) ( #62019 )
...
Signed-off-by: meegoo <meegoo.sr@gmail.com>
2025-09-02 08:40:06 +08:00
stephen
107f4fe5c0
[BugFix] Fix int256_t negation undefined behavior causing memory allocation failure ( #62510 )
...
Signed-off-by: stephen <stephen5217@163.com>
2025-09-01 14:38:30 +08:00
stephen
c277e50e08
[BugFix] Fix two minus signs when the result is INT256_MIN ( #62512 )
...
Signed-off-by: stephen <stephen5217@163.com>
2025-08-29 16:58:48 +08:00
lyw
2cc7a0547d
[Enhancement] fix null_or_empty can support array type ( #62207 )
...
Signed-off-by: liyanwei14 <liyanwei1@jd.com>
Signed-off-by: stdpain <34912776+stdpain@users.noreply.github.com>
Co-authored-by: stdpain <34912776+stdpain@users.noreply.github.com>
2025-08-29 11:57:02 +08:00
eyes_on_me
6c220d0dac
[Enhancement] support expr reuse in outer join where predicates ( #62139 )
...
Signed-off-by: silverbullet233 <3675229+silverbullet233@users.noreply.github.com>
2025-08-29 11:19:32 +08:00
shuming.li
b7380d396c
[Feature] (IVM Part4) Support more agg combinator functions ( #62122 )
...
Signed-off-by: shuming.li <ming.moriarty@gmail.com>
2025-08-29 11:17:51 +08:00
zihe.liu
08ec7af660
[BugFix] Fix compile memcpy_inlined_overflow16 on ARM ( #62478 )
...
Signed-off-by: zihe.liu <ziheliu1024@gmail.com>
2025-08-29 10:01:23 +08:00
zihe.liu
6034903e92
[BugFix] Fix division by zero for partition hash join ( #62474 )
...
Signed-off-by: zihe.liu <ziheliu1024@gmail.com>
2025-08-29 09:40:04 +08:00
starrocks-xupeng
ad5ae303b4
[Enhancement] reduce unnecessary storage related logs ( #62121 )
...
Signed-off-by: starrocks-xupeng <xupeng@starrocks.com>
2025-08-28 17:28:00 +08:00
zihe.liu
67f6144903
[BugFix] Fix UAF for BinaryColumn::append_selective ( #62410 )
...
Signed-off-by: zihe.liu <ziheliu1024@gmail.com>
2025-08-28 15:24:51 +08:00
stdpain
dce102af1c
[BugFix] Fix integer overflow caused by integer left shift in compression key ( #62366 )
...
Signed-off-by: stdpain <drfeng08@gmail.com>
2025-08-28 14:47:05 +08:00
eyes_on_me
5b5c24e6fd
[BugFix] fix lambda common expr slot id conflicts in array_map ( #62414 )
...
Signed-off-by: silverbullet233 <3675229+silverbullet233@users.noreply.github.com>
2025-08-28 05:50:04 +00:00
stdpain
8018ed1de5
[UT] Fix ut append_chunk_safe ( #62413 )
...
Signed-off-by: stdpain <drfeng08@gmail.com>
2025-08-28 11:31:06 +08:00
Murphy
a823459549
[BugFix] fix the overlap check of zonemap ( #62369 )
2025-08-28 10:19:44 +08:00
stdpain
15cf9745e3
[BugFix] Fix UAF when FixedLengthColumn append self ( #62375 )
...
Signed-off-by: stdpain <drfeng08@gmail.com>
2025-08-27 19:58:02 +08:00
Yixin Luo
4fdbf8f379
[BugFix] fix combine txnlog vacuum issue when delete tablets ( #62363 )
...
Signed-off-by: luohaha <18810541851@163.com>
2025-08-27 19:02:39 +08:00
Murphy
61474e35c8
[Enhancement] create adaptive zonemap index for strings ( #61965 )
...
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
2025-08-27 11:03:35 +08:00
zihe.liu
09a7019fb7
[Enhancement] Adjust partition hash join strategy ( #61405 )
...
Signed-off-by: zihe.liu <ziheliu1024@gmail.com>
2025-08-27 10:46:43 +08:00
Murphy
1a10dd2007
[Enhancement] enable flat json by default ( #62097 )
2025-08-27 10:14:55 +08:00
Simon Griebel
f67ca1b875
[Enhancement] Improve the runtime of materialize_by_permutation ( #62102 )
...
Signed-off-by: Simon Griebel <s.griebel@celonis.com>
2025-08-27 09:50:20 +08:00
zihe.liu
6ba3236b1c
[UT] Fix join test timeout ( #62298 )
...
Signed-off-by: zihe.liu <ziheliu1024@gmail.com>
2025-08-26 13:50:31 +08:00
Murphy
bfcc5d3204
[Enhancement] create string column zonemap with prefix truncation ( #61975 )
...
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
2025-08-26 13:22:21 +08:00
Yixin Luo
33ea13c282
[BugFix] avoid BE crash when LakePersistentIndex init fail ( #62279 )
...
Signed-off-by: luohaha <18810541851@163.com>
2025-08-25 12:12:54 +00:00
zhanghe
44456376f3
[BugFix]Fix the error of using GTID to handle dirty tablet metadata ( #62275 )
...
Signed-off-by: edwinhzhang <edwinhzhang@tencent.com>
2025-08-25 09:39:30 +00:00
zihe.liu
3b5872dfad
[Enhancement] Use linear-chained to optimize hash join ( #61429 )
...
Signed-off-by: zihe.liu <ziheliu1024@gmail.com>
2025-08-25 16:40:11 +08:00
xiangguangyxg
4389f39325
[BugFix] Add lock when get max version from tablet in replication txn manager ( #62238 )
...
Signed-off-by: xiangguangyxg <xiangguangyxg@gmail.com>
2025-08-25 15:59:30 +08:00
zihe.liu
5925d146b7
[Enhancement] Optimize append_selective for binary column ( #62165 )
...
Signed-off-by: zihe.liu <ziheliu1024@gmail.com>
2025-08-25 11:31:56 +08:00
yan zhang
8bbb2a3305
[Enhancement] short circuit optimization on select limit case (on Scan Node) ( #62188 )
...
Signed-off-by: yan zhang <dirtysalt1987@gmail.com>
2025-08-25 11:01:44 +08:00
Seaven
d6b3d16bf4
[BugFix] Fix push down string expr error ( #62224 )
...
Signed-off-by: Seaven <seaven_7@qq.com>
2025-08-25 10:48:54 +08:00
starrocks-xupeng
5a7aa8cc17
[BugFix] fix cn crash if when cache is turned off ( #62174 )
2025-08-25 10:17:51 +08:00
Yixin Luo
288aa732b7
[BugFix] support lazy delta column compact for size tiered compaction in pk table to reduce cost ( #61930 )
...
Signed-off-by: luohaha <18810541851@163.com>
2025-08-22 16:46:44 +00:00
Gavin
6172f84e4f
[Enhancement] Optimize the iceberg sink local sorting based on the spill partition writer ( #62096 )
...
Signed-off-by: GavinMar <yangguansuo@starrocks.com>
2025-08-23 00:20:56 +08:00
Murphy
87713094cc
[BugFix] check if it's flatjson before non-existent field optimization ( #62227 )
2025-08-23 00:20:29 +08:00
trueeyu
b3305cceeb
[Refactor] Move all scanners to a single directory. ( #62204 )
...
Signed-off-by: trueeyu <lxhhust350@qq.com>
2025-08-22 15:17:02 +08:00
zombee0
96a37ca97b
[BugFix]runtime filter partition are bucket aware ( #62191 )
...
Signed-off-by: zombee0 <ewang2027@gmail.com>
2025-08-22 11:21:05 +08:00
stdpain
b5ec74838a
[Enhancement] make profile counter as compile option ( #62103 )
...
Signed-off-by: stdpain <drfeng08@gmail.com>
2025-08-22 10:02:49 +08:00
Yixin Luo
c695a4d2b7
[Enhancement] update persistent index size statistic when do major compaction ( #62195 )
...
Signed-off-by: luohaha <18810541851@163.com>
2025-08-21 12:53:46 +00:00
stdpain
67ab5e56ad
[BugFix] Fix partitioned hash join crash when enable query cache ( #62146 )
...
Signed-off-by: stdpain <drfeng08@gmail.com>
2025-08-21 15:25:59 +08:00
stdpain
5a78cb3c75
[BugFix] Fix throw exception issue in low-cardinality optimization error in ALLOW_THROW_EXCEPTION mode ( #62098 )
...
Signed-off-by: stdpain <drfeng08@gmail.com>
2025-08-20 16:51:29 +08:00
Murphy
aa4adc5a3d
[Enhancement] Optimize accessing non-existent JSON field ( #62003 )
2025-08-20 14:46:07 +08:00
Murphy
29c8d76cd0
[BugFix] fix json global dict with heterogeneous schema ( #62001 )
2025-08-20 10:48:17 +08:00
zihe.liu
a7f9942582
[BugFix] Fix set_tablet_schema for partition_morsel_queue(split_morsel_queue) ( #62034 )
...
Signed-off-by: zihe.liu <ziheliu1024@gmail.com>
2025-08-20 10:01:39 +08:00
shuming.li
087fd0a622
[Refactor] (IVM Part3) Refactor AggStateCombinator ( #61951 )
...
Signed-off-by: shuming.li <ming.moriarty@gmail.com>
2025-08-20 10:01:17 +08:00
wyb
c1e1b1fdb4
[Enhancement] Improve fe tablet schedules system table ( #62073 )
...
Signed-off-by: wyb <wybb86@gmail.com>
2025-08-19 23:22:38 +08:00
wyb
c301a76c4b
[BugFix] Fix missing clone copy size and duration ( #62074 )
...
Signed-off-by: wyb <wybb86@gmail.com>
2025-08-19 20:22:42 +08:00
wangshifa.1
d0c5c0cc33
[Feature] Add date function of weekday ( #61865 )
...
Why I'm doing:
Fixes #61695
What I'm doing:
Fixes #61695 , add WEEKDAY function similar to the dayofweek_iso function, but it returns numbers from 0 to 6 (corresponding to Monday to Sunday)
Signed-off-by: wangshifa.1 <wangshifa.1@jd.com>
2025-08-19 16:16:45 +08:00
Hongkun Xu
72fe131ace
[Feature] Support MATCH_ALL operator ( #61906 )
...
Signed-off-by: Hongkun Xu <xuhongkun666@163.com>
2025-08-19 15:46:49 +08:00
Gavin
14a8c1415a
[Enhancement] Introduce a connector partition chunk writer to support spilling chunk data for iceberg table sink. ( #61963 )
...
Signed-off-by: GavinMar <yangguansuo@starrocks.com>
2025-08-19 11:38:35 +08:00
stdpain
9c04977e7a
[Enhancement] avoid pow regression in glibc-2.34 ( #62044 )
...
Signed-off-by: stdpain <drfeng08@gmail.com>
2025-08-19 10:22:05 +08:00
stdpain
48a7ac22e0
[BugFix] Fix group by compressed key cause wrong result on decimal ( #62022 )
...
Signed-off-by: stdpain <drfeng08@gmail.com>
2025-08-18 19:55:24 +08:00
stdpain
c951cc6dfd
[Enhancement] dump distro and arch info in crash log ( #62017 )
...
Signed-off-by: stdpain <drfeng08@gmail.com>
2025-08-18 15:46:15 +08:00
Yixin Luo
463b29f8bd
[BugFix] avoid get file size in report tablet stat thread ( #61901 )
...
Signed-off-by: luohaha <18810541851@163.com>
2025-08-18 15:35:39 +08:00
zhangqiang
3309b7555e
[Refactor] Change some vlog level ( #61995 )
...
Signed-off-by: sevev <qiangzh95@gmail.com>
2025-08-18 12:00:12 +08:00