182f37f837
[fix](planner) NullLiteral should always having a correct Type and set to be analyzed ( #43371 )
2024-11-10 10:10:40 +08:00
fba06b33b9
[cherry-pick](branch-2.1)add SessionVariable for enableCooldownReplicaAffinity ( #42675 )
...
pick from master:https://github.com/apache/doris/pull/41741
2024-11-10 00:46:26 +08:00
fefc8a8efb
branch-2.1: [fix](new_json_reader)fix new_json_reader core ( #43188 )
...
Cherry-picked from #41290
Co-authored-by: amory <wangqiannan@selectdb.com >
2024-11-09 12:33:34 +08:00
95cfe72f61
[test](p0) fix load stream leak in injection cases ( #42681 ) ( #43505 )
...
cherry-pick #42681
2024-11-08 21:36:13 +08:00
2e8753b0cd
[fix](restore) Add synchronized to avoid concurrent modification #43172 ( #43486 )
...
cherry pick from #43172
2024-11-08 15:51:17 +08:00
1ac00ea983
branch-2.1: [feat](doris compose) Copy lastest compose code from master branch ( #43464 )
...
Copy lastest code from master branch to support run docker suites
without external doris cluster, enable jvm debug port, ..., etc.
2024-11-08 09:47:19 +08:00
f6ddd818cd
[tests](inverted index)Add and improve add/drop index cases ( #36811 ) ( #43463 )
...
bp #36811
2024-11-08 09:38:54 +08:00
7de7541ec6
branch-2.1: [fix](ES Catalog)Only like on keyword can be applied to wildcard query ( #43400 )
...
Cherry-picked from #41176
Co-authored-by: qiye <jianliang5669@gmail.com >
2024-11-07 22:43:42 +08:00
12bb38eab3
[fix](build index)Fix build index failed on renamed column ( #42882 )( #43246 )( #43336 ) ( #43266 )
...
bp #42882 #43246 #43336
We pick these PRs together because they all fix one problem and if not
do so, the regression test won't be passed.
---------
Co-authored-by: Sun Chenyang <csun5285@gmail.com >
Co-authored-by: qidaye <luen@selectdb.com >
2024-11-07 21:32:02 +08:00
c3e6702d28
branch-2.1: [fix](array-funcs)fix array funcs which ret can be nullable ( #43354 )
...
Cherry-picked from #43243
Co-authored-by: amory <wangqiannan@selectdb.com >
2024-11-07 18:28:50 +08:00
8fedb03fdc
branch-2.1: [fix](auth)Fix after fe restarting, external permissions are lost ( #43307 )
...
Cherry-picked from #43275
Co-authored-by: zhangdong <493738387@qq.com >
2024-11-06 14:54:59 +08:00
876fae6f71
[fix](regression) test_primary_key_partial_update fail due to the U.S. change from DST to standard time ( #43288 ) ( #43300 )
...
cherry-pick #43288
2024-11-06 14:10:29 +08:00
46afbfca01
branch-2.1: [fix](ip) fix datatype serde for ipv6 with rowstore ( #43252 )
...
Cherry-picked from #43065
Co-authored-by: amory <wangqiannan@selectdb.com >
2024-11-05 20:09:14 +08:00
a365965c55
[fix](regression-test) Revome "UNIQUE KEY (k1)" case for test_dynamic_partition_mod_distribution_key ( #41002 ) ( #43179 )
...
pick: #4100
1. Remove "UNIQUE KEY (k1)" case, because for unique table hash column
must be key column, but for that historical bugs, this case will fail if
adding k2 unique key.
2. Seperate a p0 suite from docker suite because docker suite will not
be triggered in community doris p0 CI.
2024-11-05 00:39:21 +08:00
09f2516c7c
[fix](test) fix some test cases #43217 ( #43216 )
...
bp #43217
2024-11-04 22:15:30 +08:00
2863bf8aaa
[fix](regression) fix flaky partial update cases ( #42072 ) ( #43198 )
...
cherry-pick #42072 and #42908
2024-11-04 21:38:05 +08:00
ac7d9f61f8
[fix](case) adjust error msg checking to real msg ( #42000 ) ( #43138 )
2024-11-03 00:41:47 +08:00
98d3db03b1
[fix](regression-test) fix test_hive_serde_prop #42886 ( #43098 )
...
cherry pick from #42886
Co-authored-by: Socrates <suxiaogang223@icloud.com >
2024-11-01 23:11:45 +08:00
c5374be1bc
[cherry-pick](branch-2.1) Pick "[Feature](schema change) Support add column bitmap with default value bitmap_empty ( #42331 )" ( #42702 )
...
Pick #42331
2024-11-01 21:46:38 +08:00
3dcaa949e9
[fix](case)Fix multiple case tables with the same name causing case failure ( #42203 ) ( #43042 )
...
pick: from master #42203
2024-11-01 19:22:55 +08:00
355170a921
[cherry-pick](branch2.1) impl scalar functions trim_in、ltrim_in and rtrim_in ( #42641 )
...
pick https://github.com/apache/doris/pull/41681
2024-11-01 09:55:50 +08:00
e85e6c89ba
[fix](auditlog) add missing audit log fields and duplicate audit log error #42262 ( #43015 )
...
bp #42262
2024-11-01 08:24:55 +08:00
c573351e4e
[fix](tvf) fix FE cannot start when replay alter view from tvf ( #42866 )
...
bp: #40872
2024-10-31 14:15:48 +08:00
6c3d42e09a
[cherry-pick](branch-21) cherry-pick pr about ( #42488 ) ( #42099 ) ( #42055 ) ( #42916 )
...
## Proposed changes
Issue Number: close #xxx
<!--Describe your changes.-->
2024-10-31 14:14:19 +08:00
0b640b938c
[Test](bloom filter) add retry query for bloom filter test case #42937 ( #42975 )
...
cherry pick from #42937
2024-10-31 14:02:50 +08:00
cc30a7e78e
[fix](test) fix some unstable external p0 test cases ( #42685 ) ( #42943 )
...
cherry-pick #42685
Co-authored-by: daidai <2017501503@qq.com >
2024-10-31 12:36:03 +08:00
597bcb112b
[fix](Nerieds) fix FoldConstantRuleOnFE too slow when CaseWhen clause nesting multiple layers ( #42897 ) ( #42907 )
...
cherry pick from master #42897
2024-10-31 11:15:34 +08:00
cdd32d9582
[enhance](hive) support reading hive table with OpenCSVSerde #42257 ( #42940 )
...
cherry pick from #42257
Co-authored-by: Socrates <suxiaogang223@icloud.com >
2024-10-31 11:12:07 +08:00
fce4695f37
[Configuration](transactional-hive) Add skip_checking_acid_version_file session var to skip checking acid version file in some hive envs. ( #42111 )( #42225 ) ( #42939 )
...
cherry-pick (#42111 )(#42225 )
---------
Co-authored-by: Qi Chen <kaka11.chen@gmail.com >
2024-10-31 09:52:20 +08:00
0d008b5a43
[feat](nereids)disable join reorder if column stats is invalid #41790 (branch-2.1) ( #42902 )
...
## Proposed changes
pick #41790
Issue Number: close #xxx
<!--Describe your changes.-->
2024-10-30 23:47:03 +08:00
6d23020cb8
[fix](regression) do not test "set global sessionVar" on multi-fe cluster ( #42922 )
...
## Proposed changes
fix unstable rt case: test_statistic_global_variable
Issue Number: close #xxx
<!--Describe your changes.-->
2024-10-30 21:35:32 +08:00
e43d255815
[fix](array) fix add_array_null_value for inverted index_builder ( #42899 )
...
## Proposed changes
Pick #42638 to doris branch 2.1
Issue Number: close #xxx
<!--Describe your changes.-->
2024-10-30 19:16:59 +08:00
53cccfb08c
[test](move memtable) fix move memtable injection case fail ( #42639 ) ( #42891 )
...
Fix move memtable injection case fail.
pick (#42639 )
2024-10-30 16:29:40 +08:00
5c6e5fa486
[cherry-pick](branch-2.1)fix the mutil threads tests ( #42669 )
...
pick from master:
https://github.com/apache/doris/pull/39617
2024-10-30 10:30:08 +08:00
057d733328
[fix](cases) fix alias conflict case problem of driver url error ( #42676 ) ( #42859 )
...
pick: #42676
change driver url to doris internal one to get driver process more
robust
## Proposed changes
Issue Number: close #xxx
<!--Describe your changes.-->
2024-10-30 09:57:26 +08:00
2042726ceb
[Fix](regression case) fix some unstable regression cases ( #42601 )
...
## Proposed changes
Issue Number: close #xxx
<!--Describe your changes.-->
2024-10-29 18:12:40 +08:00
1538b82221
[Impl](Nereids) add nereids gc cost time and be fold const cost time to profile ( #42007 ) ( #42516 )
...
pick:#42007
add Nereids GarbageCollect Time and Nereids BeFoldConst Time to profile
## Proposed changes
Issue Number: close #xxx
<!--Describe your changes.-->
2024-10-29 15:16:40 +08:00
d0e7371077
[Test](bloom filter) add retry and retry timeout for bloom filter test case #42609 ( #42672 )
...
cherry pick from #42609
2024-10-29 13:33:02 +08:00
78a8d12f9d
[Test](build index) enhance build index case for finished state #42630 ( #42651 )
...
cherry pick from #42630
2024-10-29 06:53:10 +08:00
f80c3d827a
[Fix](Branch-2.1) fix not null variant will lost null bitmap ( #42559 )
...
part of #39022
2024-10-28 20:59:47 +08:00
0baca54200
[fix](Nereids) offset do more than once when have shuffle after limit ( #42576 ) ( #42577 )
...
pick from master #42576
intro by #39316 . it want to fix a problem intro by #36699 . but forgot to
remove all wrong code in #36699 .
after #39316 , we should not set offset on exchange, when the exchange is
on the top of a limit with offset.
2024-10-28 19:48:13 +08:00
dfb5a6fdc7
[regression-test](prepared_stmt_p0) use master ip for prepared url ( #42521 ) ( #42567 )
...
(#42521 )
2024-10-28 17:47:55 +08:00
85674814eb
[fix](query-forward) Fix forward query exception or stuck or potential query result loss ( #41303 ) ( #42369 )
...
## Proposed changes
1. Fix forward query exception if no status code is set in master
execution. EOF may result in this status.
2. Fix forward query stuck due to no result packet sent to mysql
channel. Should use result packets from master.
3. Fix potential forward query result loss if follower can read status
change during query process. Should judge by the status once before
execution.
4. Add assertion for regression test.
2024-10-28 17:39:57 +08:00
59b6d7d472
[fix](cases)fix ip case2.1 with sync after streamload ( #42543 )
...
## Proposed changes
fix ip case2.1 with sync after streamload
Issue Number: close #xxx
<!--Describe your changes.-->
2024-10-28 14:54:36 +08:00
2c79d65433
[fix](case) fix jsonb case ( #42536 )
...
## Proposed changes
fix case for jsonb
Issue Number: close #xxx
<!--Describe your changes.-->
2024-10-28 14:02:56 +08:00
0e63133c80
[Chore](job) Provides configuration of job execution queue size ( #42253 ) ( #42530 )
...
When dealing with a large number of tasks, the default execution queue
size is 1024. This can lead to tasks being dropped if the queue becomes
full.
eg
`dispatch instant task failed, job id is xxx`
To address this, you can add the parameters `insert_task_queue_size` and
`mtmv_task_queue_size` in the `fe.conf` configuration file. These
parameters must be set to a power of 2.
**Keep in mind, increasing this value is recommended only when thread
resources are limited; otherwise, you should consider increasing the
number of task execution threads.**
(cherry picked from commit f9ea8f8229e9f5514c1773bd25c3cc11985c63fb)
## Proposed changes
Issue Number: #42253
<!--Describe your changes.-->
2024-10-28 13:42:08 +08:00
4b5155453d
[fix](regression) fix unstable regression case: test_cte_filter_pushdown ( #42510 )
...
## Proposed changes
Issue Number: close #xxx
<!--Describe your changes.-->
2024-10-27 20:59:31 +08:00
2bb29d7f36
[fix](test) fix move memtable injection test may cause other case stuck #40356 ( #42508 )
...
cherry pick from #40356
---------
Co-authored-by: hui lai <1353307710@qq.com >
2024-10-26 23:11:45 +08:00
1c9a798b68
[fix](case) fix insert_group_commit_into ( #42397 )
2024-10-25 22:15:38 +08:00
9eef393e2a
[pick]support cgroup v2 ( #42465 )
...
## Proposed changes
pick #39991 #39374 #36663
2024-10-25 20:13:27 +08:00