Commit Graph

5657 Commits

Author SHA1 Message Date
bdca9cce3e [branch-2.1]add internal workload group (#42006) (#44592)
Add an internal workload group when Doris started, currently it mainly
used to manage compaction workload cpu usage.
pick #42006
2024-11-26 17:09:55 +08:00
e9f4615ddc branch-2.1: [Bug](function)window funnel function should support datetimev2 type get scale info #44420 (#44524)
Cherry-picked from #44420

Co-authored-by: zhangstar333 <zhangsida@selectdb.com>
2024-11-26 12:24:30 +08:00
550aa9c3ae [cherry-pick](branch-2.1) Pick "[Fix](full compaction) Full compaction should not do ordered data compaction (#44359)" (#44529) 2024-11-26 12:21:30 +08:00
07c81a6362 branch-2.1: [fix](nereids)lag and lead function's nullability is wrong #44050 (#44558)
Cherry-picked from #44050

Co-authored-by: starocean999 <lichi@selectdb.com>
2024-11-26 12:19:11 +08:00
766f964f74 [branch-2.1](cases) Make auto&dynamic cases sleep long enough (#44228) (#44477)
pick https://github.com/apache/doris/pull/44228
2024-11-25 11:05:14 +08:00
5e9bda678c Pick some pr to branch 21 #42279 #44164 (#44369) 2024-11-23 03:28:38 +08:00
92a0919e9c branch-2.1: [Bug](function)fix json_object function check null nums error as return bool #44321 (#44381)
Cherry-picked from #44321

Co-authored-by: zhangstar333 <zhangsida@selectdb.com>
2024-11-22 23:51:33 +08:00
dceaf97381 branch-2.1: [enhance](orc) Optimize ORC Predicate Pushdown for OR-connected Predicate #43255 (#44438)
Cherry-picked from #43255

Co-authored-by: Socrates <suyiteng@selectdb.com>
2024-11-22 22:52:53 +08:00
964b40ae1c [fix](bloom filter)Fix drop column with bloom filter index (#44361) (#44478)
pick #44361
2024-11-22 22:50:01 +08:00
c1a2aabd5a [fix](regression) Fix the issue of duplicate names of HDFS resource (#44441) 2024-11-22 22:49:04 +08:00
3b2650c26d [fix-2.1](auto-partition) Fix unintended partition creation when insert overwrite auto detect for auto partition table (#44449) 2024-11-22 22:46:40 +08:00
33389ce691 branch-2.1: [enhance](regression-test) fix hudi incremental query bug and add hudi p2 cases #44003 (#44460)
Cherry-picked from #44003

Co-authored-by: Socrates <suyiteng@selectdb.com>
2024-11-22 22:42:59 +08:00
ec068049c7 branch-2.1: [fix](meta-cache) fix refreshOnlyCatalogCache when use_meta_cache = false #44363 (#44461)
Cherry-picked from #44363

Co-authored-by: Socrates <suyiteng@selectdb.com>
2024-11-22 22:41:10 +08:00
6af6d4a5ef branch-2.1: [refactor](regression) Re-arrange cases for data-partitioning doc (#44248)
pick https://github.com/apache/doris/pull/43373
2024-11-22 19:49:07 +08:00
702abbff0f [Opt](orc)Optimize the merge io when orc reader read multiple tiny stripes. (#42004) (#44239)
bp #42004

Co-authored-by: kaka11chen <kaka11.chen@gmail.com>
2024-11-22 11:01:41 +08:00
75f8323f45 [opt](regression-test) move some cases to p2 to accelerate the testing speed of p0 (#37590) (#44389)
pick #37590

move some cases to p2 to accelerate the testing speed of p0
2024-11-21 23:07:57 +08:00
88c258c218 [test](routine load) fix some unstable routine load cases (#42252) (#44388)
pick #42252

Fix some unstable routine load case.
2024-11-21 23:07:01 +08:00
4ae4833bdc [test](routine load) add routine load doc case (#43230) (#44382)
pick #43230

Add routine load doc case.
2024-11-21 23:06:14 +08:00
936417e6f9 [cherry-pick][test](doc) add table design example in doris's doc to regression test (#42444) (#44313)
(cherry picked from commit 051128f172a0e6c26109160752293d95746e29f8)

### What problem does this PR solve?

Issue Number: close #xxx

Related PR: #42444

Problem Summary:
2024-11-21 14:58:42 +08:00
fbf573f8c8 [fix](hive)fix hive catalog miss partition that have special characters. #42906 (#44152)
cherry pick from #42906

---------

Co-authored-by: daidai <2017501503@qq.com>
2024-11-21 14:11:22 +08:00
a666b5e0c9 [fix](case) Enhance the robustness of set_config_temporary_action #42306 (#44282)
cherry pick from #42306
2024-11-20 10:35:44 +08:00
e0261ffb9c [fix](auth)Fix all priv not contain Show_view_priv (#43605) (#44289)
pick: https://github.com/apache/doris/pull/43605
2024-11-20 10:33:49 +08:00
0ddf2958b3 [fix](trash) Fix clean_trash docker regression case #40925 (#44280)
cherry pick from #40925
2024-11-20 09:41:45 +08:00
3136fa48a6 branch-2.1: [chore](ci) adjust some invalid url #44261 (#44270)
Cherry-picked from #44261

Co-authored-by: Dongyang Li <lidongyang@selectdb.com>
2024-11-19 19:28:04 +08:00
81a8d9cb25 [fix](nereids)the column name should be case insensitive in tablet prune (#44206) 2024-11-19 17:28:46 +08:00
c9801f7a38 branch-2.1: [Bug](function) fix cut_ipv6 function error about modify the input column data #43921 (#44180)
Cherry-picked from #43921

Co-authored-by: zhangstar333 <zhangsida@selectdb.com>
2024-11-19 17:27:29 +08:00
83b74827aa branch-2.1: [fix](iceberg)Fix count(*) error with dangling delete problem #44039 (#44101)
Cherry-picked from #44039

Co-authored-by: wuwenchi <wuwenchi@selectdb.com>
2024-11-19 17:19:25 +08:00
cb40a0bee3 branch-2.1: [test](statistics)Add stats test for replace table. #44011 (#44212)
Cherry-picked from #44011

Co-authored-by: James <lijibing@selectdb.com>
2024-11-19 07:57:13 +08:00
161d76328d branch-2.1: [fix](iceberg)Delete the data files when deleting the table #43441 (#44138)
Cherry-picked from #43441

Co-authored-by: wuwenchi <wuwenchi@selectdb.com>
2024-11-18 18:00:13 +08:00
b01b202b93 branch-2.1: [fix](Nereids) fold const return type does not matched with type coercion #44022 (#44141)
Cherry-picked from #44022

Co-authored-by: LiBinfeng <libinfeng@selectdb.com>
2024-11-18 17:57:15 +08:00
1d21b6ea47 [test](doc) add test case for error data handling doc #43468 (#44132)
cherry pick from #43468
2024-11-18 14:06:12 +08:00
d4cc3e759e [fix](test) fix regression test case in test_broker_load_p2 #43638 (#44126)
cherry pick from #43638
2024-11-18 14:05:18 +08:00
1fb1f3b211 [improvement](statistics)Skip auto analyze empty table. (#43865) (#44099)
backport: https://github.com/apache/doris/pull/43865
2024-11-18 13:17:22 +08:00
e67231c6a8 branch-2.1: [test](doc) add regression test case for load high availability #43481 (#43947)
Cherry-picked from #43481

Co-authored-by: Xin Liao <liaoxin@selectdb.com>
2024-11-18 11:23:30 +08:00
8fcce4f591 [improvement](nereids) support extract from disjunction in join on condition (#38479) (#43670)
cherry-pick #38479 to branch-2.1
2024-11-16 17:15:39 +08:00
b120e895f1 branch-2.1: [fix](test) fix mysql jdbc catalog test out #43867 (#43916)
Cherry-picked from #43867

Co-authored-by: zy-kkk <zhongyongkang@selectdb.com>
2024-11-16 16:29:58 +08:00
10009dc062 [fix](variant) fix index in variant (#43375) (#43971)
Problem Summary:

1. Fixing error checks,
`InvertedIndexColumnWriter::check_support_inverted_index`, It is not
appropriate to determine support for other indexes by checking the
inverted index.
2. Fix `TableSchema::update_index()`

pick from master #43375
2024-11-16 16:29:00 +08:00
42b190cfad branch-2.1: [fix](dynamic partition) data lost with very small dynamic_partition.start #43898 (#44033)
Cherry-picked from #43898

Co-authored-by: camby <cambyzhu@tencent.com>
2024-11-16 16:21:34 +08:00
d1cc68a26a branch-2.1: [Fix](auto-increment) Fix duplicate auto-increment column value problem #43774 (#43984)
Cherry-picked from #43774

Co-authored-by: bobhan1 <baohan@selectdb.com>
2024-11-16 16:17:24 +08:00
48e33bfb2a branch-2.1: [fix](hive)Fixed the issue of reading hive table with empty lzo files #43979 (#44063)
Cherry-picked from #43979

Co-authored-by: wuwenchi <wuwenchi@selectdb.com>
2024-11-16 16:14:50 +08:00
269c2c844b branch-2.1: [opt](paimon)Optimize the display of splitstate to prevent too many splits #43982 (#44060)
Cherry-picked from #43982

Co-authored-by: wuwenchi <wuwenchi@selectdb.com>
2024-11-16 16:10:25 +08:00
91dcc0e194 branch-2.1: [fix](mtmv) Fix generate hyper graph wrongly when has filter which can not push down #43539 (#43946)
Cherry-picked from #43539

Co-authored-by: seawinde <wusi@selectdb.com>
2024-11-16 16:08:36 +08:00
75d4e2c5ad branch-2.1: [fix](case) fix replay_wal_restart_fe #43705 (#43897)
Cherry-picked from #43705

Co-authored-by: meiyi <meiyi@selectdb.com>
2024-11-16 16:00:20 +08:00
edd9015de3 [branch-2.1](function) fix error result in auto partition name (#41130) (#43977)
pick https://github.com/apache/doris/pull/41130
https://github.com/apache/doris/pull/41372

---------

Co-authored-by: zhaochangle <zhaochangle@selectdb.com>
2024-11-15 19:11:42 +08:00
02bb36c281 branch-2.1: [fix](regression)Fix unstable delta rows case. #43928 (#43988)
Cherry-picked from #43928

Co-authored-by: James <lijibing@selectdb.com>
2024-11-15 11:42:57 +08:00
5d5547803c branch-2.1: [fix](datacheck) let count skip opt via meta #43743 (#43981)
Cherry-picked from #43743

Co-authored-by: Yongqiang YANG <yangyongqiang@selectdb.com>
2024-11-15 10:57:27 +08:00
7fc78e3f87 [opt](brpc) check and remove unavailable brpc stubs (#43212) (#43859) 2024-11-14 19:52:06 +08:00
b4f0f6d825 branch-2.1: [fix](planner)show tablet command return wrong result when having limit and offset (#43845)
Cherry-picked from #43768

Co-authored-by: starocean999 <lichi@selectdb.com>
2024-11-13 21:11:31 +08:00
1101fbaf04 [fix](column_complex) wrong type of Field returned by ColumnComplex (#43515) (#43860) 2024-11-13 19:07:00 +08:00
d723aa3e78 branch-2.1: [feat](backup) GetSnapshot returns snapshot expiration time (#43830)
Cherry-picked from #43731

Co-authored-by: walter <maochuan@selectdb.com>
2024-11-13 17:47:47 +08:00