Commit Graph

5695 Commits

Author SHA1 Message Date
53291bd040 branch-2.1: [fix](hudi) upgrade hudi to 0.15.0 (#44267)(#44995) (#45041)
cherry-pick pr: #44267 #44995
2024-12-05 23:18:37 -08:00
f0324e2a56 branch-2.1: [improvement](information_schema)Support show default value in information_schema. #44849 (#45080)
Cherry-picked from #44849

Co-authored-by: James <lijibing@selectdb.com>
2024-12-06 14:54:09 +08:00
f038f28682 branch-2.1: [fix](mtmv) Fixed an error in setting variables in nested materialize views #44960 (#45038)
Cherry-picked from #44960
2024-12-06 14:04:13 +08:00
682cec9b9a [test](stream load) add cases to ensure the correctness of the document (#43016) (#44385)
pick #43016
2024-12-06 11:04:51 +08:00
fa633d751d [pick](branch-2.1) pick #44489 #44894 (#45024)
### What problem does this PR solve?

pick #44489 #44894
2024-12-05 17:04:15 +08:00
dcf3eb3434 branch-2.1: [fix](agg) Fixed a core dump when using the IPv6 type in array_agg. #44877 (#44918)
Cherry-picked from #44877

Co-authored-by: Mryange <yanxuecheng@selectdb.com>
2024-12-04 22:05:00 +08:00
823c24d7b5 branch-2.1: [fix](mtmv) Fix filter position different but same causing rewritten by materialized view fail #44575 (#44900)
Cherry-picked from #44575

Co-authored-by: seawinde <wusi@selectdb.com>
2024-12-04 22:03:26 +08:00
b94baf1f76 branch-2.1: [fix](profile) Change the check of whether the username is admin and root to check whether the user specifically corresponds to admin permissions #41714 (#44865)
Cherry-picked from #41714

Co-authored-by: xyf <116467462+xyfsjq@users.noreply.github.com>
2024-12-04 22:02:54 +08:00
191c86bb8b branch-2.1: [fix](nereids) fix merge_percentile_to_array when has same agg function #44783 (#44879)
Cherry-picked from #44783

Co-authored-by: feiniaofeiafei <moailing@selectdb.com>
2024-12-04 22:02:16 +08:00
60dde858b9 [fix](maxcompute)add mc catalog read partition table partition prune(#44508) (#44830) 2024-12-04 18:06:31 +08:00
385cd1fcdb [fix](auth)Fix the need for low-level table permissions when querying… (#44842)
… views in certain situations (#44621)

pick: https://github.com/apache/doris/pull/44621
2024-12-04 18:01:28 +08:00
02fdf5307c [pick](branch-2.1) pick #42059 (#44938) 2024-12-04 17:49:08 +08:00
5c686c32a2 branch-2.1: [fix](mtmv) Fix mv rewrite fail when base table add column #44867 (#44956)
Cherry-picked from #44867

Co-authored-by: seawinde <wusi@selectdb.com>
2024-12-04 17:43:49 +08:00
3820657e28 [fix](regression-test) Fix some schema change case not pick to 2.1 sufficiently (#44921)
pick: #37390 (partly)
2024-12-04 14:26:41 +08:00
d10cb19b07 [fix](sync mv) fix rewrite wrongly with sync mv (#44866)
Cherry-picked from https://github.com/apache/doris/pull/39284
2024-12-03 19:59:41 +08:00
3e1692298b [Feat](nereids) support pull up predicate from set operator (#39450) (#44056)
cherry-pick #39450 to branch-2.1
2024-12-03 16:24:52 +08:00
eee4f59f3d [fix](cache) fix same sql return wrong result when switch database with use db and enable sql cache (44782) (#44847)
It will return wrong result when running same sql in different db with `enable_sql_cache=true`

for example, the `db1` and `db2` has the same table `tbl` but the data are not equals, 
if execute the below sql in `db1` and cache the result, then execute it in `db2`, it will return the wrong result
```sql
select count(*) from tbl
```
2024-12-02 18:29:17 +08:00
82afa7fbc1 [test](stats) Add upgrade and downgrade test for analyze (#42855) (#43456)
pick from #42855
2024-12-02 17:32:00 +08:00
a8a86f82d4 [fix](sql_cache) fix sql cache result wrong of from_unixtime(col, 'yyyy-MM-dd HH:mm:ss') (#44631) (#44810)
fix sql cache result wrong of from_unixtime(col, 'yyyy-MM-dd HH:mm:ss') which introduced by #33262

the wrong result: is `yyyy-MM-dd HH:mm:ss`
2024-12-02 11:46:37 +08:00
6b74db7cdc [fix](nereids) fix months_add/ months_sub/ years_add/years_sub compute wrong result because SimplifyArithmeticComparisonRule (#44725) (#44812)
cherry pick from #44725
2024-12-02 11:28:18 +08:00
a95201aa3a branch-2.1: [fix](outfile) add regression test for outfile #44734 (#44809)
Cherry-picked from #44734

Co-authored-by: Tiewei Fang <fangtiewei@selectdb.com>
2024-12-02 10:08:05 +08:00
e322955286 branch-2.1: [fix](jdbc catalog) set enable_jdbc_cast_predicate_push_down default true #44548 (#44760)
Cherry-picked from #44548

Co-authored-by: zy-kkk <zhongyongkang@selectdb.com>
2024-12-02 09:33:46 +08:00
f9b3863848 branch-2.1: [Fix](Job)Fix some issues in the Insert job. #44543 (#44597)
Cherry-picked from #44543

---------

Co-authored-by: Calvin Kirs <guoqiang@selectdb.com>
2024-11-30 11:18:55 +08:00
4d023cf0b2 [fix](nereids) fix UnknownValue's reference in simplify range rule #44637 (#44771)
cherry pick from #44637
2024-11-29 20:58:40 +08:00
22b7c4ca21 [feature](nereids)support show view command in nereids (#44698) 2024-11-29 20:48:30 +08:00
82c7a9d15a [Fix](Variant) create table should not automatically add variant to key (#44736)
#36609
2024-11-29 09:34:43 +08:00
2120115e84 [fix](nereids) fix ptopN push down under multi winexprs with partial forbidden type (#44655)
pick from https://github.com/apache/doris/pull/44617
2024-11-28 16:04:38 +08:00
e7520ae6cf branch-2.1: [fix](hyperscan) Fix hyper scan fall back to re2 #44547 (#44653)
Cherry-picked from #44547

Co-authored-by: zhiqiang <hezhiqiang@selectdb.com>
2024-11-28 16:00:43 +08:00
bcefab1de3 fix testcase (#44729) 2024-11-28 15:58:06 +08:00
05b5a3738c branch-2.1: [fix](build index)Fix non-master nodes cannot see the latest build index job status #44544 (#44630)
Cherry-picked from #44544

Co-authored-by: qiye <luen@selectdb.com>
2024-11-27 22:51:10 +08:00
713b9e1661 [chore](regression-test) Remove some flaky profile test. #42396 (#44667)
cherry pick from #42396
2024-11-27 20:12:26 +08:00
b07ea89aae branch-2.1: [Fix](nereids) fix create view and alter view using old parser checking #43263 (#44456)
Cherry-picked from #43263

Co-authored-by: feiniaofeiafei <moailing@selectdb.com>
2024-11-27 20:12:12 +08:00
0ffab4b4da Fix missing partitionRecord in regression framework (#44658)
Introduced by #44587
2024-11-27 19:45:26 +08:00
66cb95ffed branch-2.1: [fix](inverted index) Content Check for Tokenize Function Parser #44465 (#44555)
Cherry-picked from #44465

Co-authored-by: zzzxl <yangsiyu@selectdb.com>
2024-11-27 11:53:36 +08:00
43ebfa9031 [branch-2.1] pick some workload group pr (#44634)
pick #42053 #43942
2024-11-27 09:42:41 +08:00
0af123f75f [fix](suites) Fix syncer ingest binlog with multiple replicas #44444 (#44587)
cherry pick from #44444
2024-11-26 23:25:00 +08:00
59e11fd797 branch-2.1: [fix](table) Disable create, alter auto bucket table with colocate #44396 (#44510)
Cherry-picked from #44396

Co-authored-by: deardeng <dengxin@selectdb.com>
2024-11-26 19:33:22 +08:00
41056c5312 branch-2.1: [regression-test](fix) fix case failed due to global variable #44564 (#44607)
Cherry-picked from #44564

Co-authored-by: shuke <shuke@selectdb.com>
2024-11-26 19:28:45 +08:00
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