Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
2509 commits
Select commit Hold shift + click to select a range
557693c
[FIX](complextype) fxi array nested struct literal #26270 (#26778)
Nov 10, 2023
76a8b59
[improvement](disk balance) Prevent duplicate disk balance tasks afte…
deardeng Nov 11, 2023
93c8129
[branch-2.0](transaction) Fix publish txn wait too long when not meet…
yujun777 Nov 11, 2023
5ffd5e0
[bugfix](clickhouse) fix datetime convert error. (#26128) (#26766)
morningman Nov 11, 2023
275a75e
[Fix](row store) cache invalidate key should not include sequence col…
eldenmoon Nov 11, 2023
77d7d41
[branch-2.0](pick) support HTTP request with chunked transfer (#26520…
sollhui Nov 11, 2023
562a72f
[feature](nestedType) add nested data type to create table tool (#26787)
zfr9527 Nov 11, 2023
5188320
[fix](hudi) fix wrong schema when query hudi table on obs #26789 (#26…
morningman Nov 11, 2023
2a39003
[fix](decimal) fix undefined behaviour of divide by zero when cast st…
jacktengg Nov 11, 2023
bacf7ea
[fix](refresh) fix priv issue of refresh database and table operation…
morningman Nov 11, 2023
5433bb5
[minor] add disable swap command tip (#26798)
xiedeyantu Nov 11, 2023
ed729cd
[fix](information_schema) fix test_query_sys_tables schema_privileges…
hubgeter Nov 11, 2023
7f0fe3d
[branch-2.0] fix test result (#26801)
morningman Nov 11, 2023
d7548fc
fix: restore load job progress before retry load task (#26802)
TsukiokaKogane Nov 11, 2023
92581d3
[fix](thrift)limit be and fe thrift server max pkg size,avoid accepti…
ryanzryu Nov 11, 2023
d59fff4
[fix](Planner): don't push down isNull predicate into view (#26288) (…
keanji-x Nov 12, 2023
c661677
[opt](scanner) increase the connection num of s3 client #26795 (#26796)
morningman Nov 12, 2023
d83c928
[enhancement](metrics) enhance visibility of flush thread pool (#265…
Hastyshell Nov 12, 2023
73a7db4
[fix](regression) move fault-injection data to the right place (#26825)
freemandealer Nov 12, 2023
15d4404
[feature](binlog) Add ingest_binlog/http_get_snapshot limit download …
JackDrogon Nov 12, 2023
2c0f33a
[fix](jdbc catalog) fix mysql zero date (#26569) (#26837)
zy-kkk Nov 13, 2023
c8d83da
[ci](pipeline) add tpch sff100 test on branch-2.0 (#26824)
hello-stephen Nov 13, 2023
0194b86
[pick](nerieds) make AGG_SCALAR_SUBQUERY_TO_WINDOW_FUNCTION rewrite r…
englefly Nov 13, 2023
74f73be
[enhancement](230) print max version and spec version when -230 happe…
dataroaring Nov 13, 2023
3e543ff
[chore](fs) Don't print the stack for file system and it's derived cl…
ByteYue Nov 13, 2023
e1574ed
[compile](gcc) fix gcc compile error #26863
shuke987 Nov 13, 2023
2f74832
[test](jdbc) pick some jdbc test from branch master (#26860)
zy-kkk Nov 13, 2023
d25f02c
[pipeline](exec) disable shared scan in default and disable shared sc…
HappenLee Nov 13, 2023
925ff56
[regression](partial update) Add cases when the deleted rows have non…
bobhan1 Nov 13, 2023
87862f9
[feature](fe) Add coverage tool for FE UT (#26203) (#26857)
swjtu-zhanglei Nov 13, 2023
4d9a8f8
[fix](map) the implementation of ColumnMap::replicate was incorrect (…
mrhhsg Nov 13, 2023
c23b674
[fix](broker load) pass loadToSingleTablet to olapTableSink (#26680) …
qidaye Nov 13, 2023
be2dd64
[regression-test](framework) Support running tests multiple times and…
shuke987 Nov 13, 2023
5ddabea
[refactor](stats) refactor collection logic and opt some config #2616…
Kikyou1997 Nov 13, 2023
b536915
[bug](user login)fix PASSWORD_LOCK_TIME setting UNBOUNDED does not ta…
LemonLiTree Nov 13, 2023
9069a3b
[Improvement](statistics)Improve stats sample strategy (#26435) (#26890)
Jibing-Li Nov 14, 2023
d06c13f
[fix](partial update) Fix NPE when the query statement of an update s…
bobhan1 Nov 14, 2023
644f5f2
[bug](function) add signature for precentile function (#26867) (#26926)
hello-stephen Nov 14, 2023
255c62f
enable pipeline and nereids in test-pipeline (#26918)
shuke987 Nov 14, 2023
3b5d9e7
[Fix](Planner) fix varchar does not show real length #25171 (#26850)
LiBinfeng-01 Nov 14, 2023
9f44fa1
[improvement](statistics)Multi bucket columns using DUJ1 to collect n…
Jibing-Li Nov 14, 2023
160a515
[fix](statistics)Fix external table show column stats type bug #26910…
Jibing-Li Nov 14, 2023
f5974e2
[minor](stats) rename stats related session variable name #26936 (#26…
Kikyou1997 Nov 14, 2023
0d9f486
[nereids](datetime) fix wrong result type of datetime add with interv…
jacktengg Nov 14, 2023
be34030
[fix](Nereids) column pruning under union broken unexpectedly (#26884…
morrySnow Nov 14, 2023
0ca79c2
[fix](catalog) Fix ClickHouse DataTime64 precision parsing (#26980)
zy-kkk Nov 14, 2023
2ad0bb4
[opt](MergeIO) use equivalent merge size to measure merge effectivene…
AshinGau Nov 14, 2023
299d61b
add defensive code in runtime predicate to avoid crash due to column …
xiaokang Nov 14, 2023
b107544
[fix](stats) fix auto collector always create sample job no matter th…
Kikyou1997 Nov 15, 2023
3ba57eb
[Enhance](regression)enhance docker network by add docker network sub…
zhangguoqiang666 Nov 15, 2023
7284f8e
[fix](case) regression-test/suites/show_p0/test_show_statistic_proc.g…
hello-stephen Nov 15, 2023
9450a59
[fix](auth) fix overwrite logic of user with domain (#27003)
morningman Nov 15, 2023
fececab
[Branch-2.0](Serde) Fix content displayed by complex types in MySQL C…
BePPPower Nov 15, 2023
432e6c9
[test](tvf) append tvf read hive_text file regression case. (#26790)…
hubgeter Nov 15, 2023
b119b9c
[test](information_schema)append information_schema external_table_p0…
hubgeter Nov 15, 2023
e0387ad
[fix](parquet) compressed_page_size has the same meaning in page v1 a…
AshinGau Nov 15, 2023
22c5574
[BugFix](JDBC Catalog) fix jdbc catalog query bitmap may cause be cor…
GoGoWen Nov 15, 2023
88c06f5
[Enhance](regression) skip test_information_schema_external (#27058)
zhangguoqiang666 Nov 15, 2023
002d3e6
[improvement](pipeline) task group scan entity (#19924) (#27040)
wangbo Nov 16, 2023
a623bfe
[opt](pipeline) Return InternalError to FE instead of doing a useless…
zhiqiang-hhhh Nov 16, 2023
4068794
[fix](nereids)Fix nereids fail to parse tablesample bug (#26982)
Jibing-Li Nov 16, 2023
c4e8235
[branch2.0](test) fix external table test case with nested type displ…
morningman Nov 16, 2023
bdf9c5f
[fix](load) skip cancel already cancelled channels (#27109)
kaijchen Nov 16, 2023
8df819e
[fix](Nereids) store user variable in connect context (#26655) (#26920)
keanji-x Nov 16, 2023
4d24350
[test](parquet)append parquet reader byte_array_decimal and rle_bool …
hubgeter Nov 16, 2023
59d0176
[fix](nereids) support uncorrelated subquery in join condition (#26893)
starocean999 Nov 16, 2023
72b7409
[Bug](pipeline) try fix the exchange sink buffer result error (#27087)
HappenLee Nov 16, 2023
53a5671
[fix](function)return NULL rather than 'null' if path not found #2588…
Yulei-Yang Nov 16, 2023
75bb373
[enhancement](nereids)make error message more readable when bind logi…
starocean999 Nov 16, 2023
bc128bc
[regression](delete) add delete case for every type (#26961)
lsy3993 Nov 16, 2023
01a337c
[branch-2.0](paimon)disable paimon decimal case (#26971)
zddr Nov 16, 2023
9f75a33
[regression](partial update) Add row store cases for all existing par…
bobhan1 Nov 16, 2023
4b398c3
[fix](statistics) fix updated rows incorrect due to typo in code #269…
Hastyshell Nov 16, 2023
ae26b37
[fix](typo) Use minutes as auto analyze schedule interval #26968 (#27…
Kikyou1997 Nov 16, 2023
6411d3a
[Improvement](function) opt for case when #23068 (#27054)
BiteTheDDDDt Nov 16, 2023
52064dd
[fix](planner)scan node should project all required expr from parent …
starocean999 Nov 16, 2023
7d79e91
[fix](nereids)count in correlated subquery shoud not output null valu…
starocean999 Nov 16, 2023
d762e77
[fix](load) add lock in active_memtable_mem_consumption #25207 (#27100)
kaijchen Nov 16, 2023
d399692
[branch-2.0](suites) Enable test_cast_with_scale_type since Nereids i…
zclllyybb Nov 16, 2023
09f12f1
[Fix](multi-catalog) Fix NPE when replaying hms events #26803 (#26997)
dutyu Nov 16, 2023
c3feef6
[Opt](scanner-scheduler) Optimize `BlockingQueue`, `BlockingPriorityQ…
kaka11chen Nov 16, 2023
e591f52
[fix](errmsg) fix multiple FE processes start err msg (#27009) (#27080)
zy-kkk Nov 16, 2023
cd04010
[FIX](regresstest) fix test_load_with_map_nested_array csv for id #27…
Nov 16, 2023
6ae78f2
[FIX](map)fix map nested decimal with element at #27030 (#27110)
Nov 16, 2023
f18eb3a
[feature](tvf)(jni-avro)jni-avro scanner add complex data types (#262…
DongLiang-0 Nov 16, 2023
e868118
[fix](nereids)fix bug that query infomation_schema.rowsets fe send fr…
hubgeter Nov 16, 2023
e83d6f0
[Config](statistics)Set enable_auto_analyze default value to true. #2…
Jibing-Li Nov 17, 2023
dcf8459
[branch2.0](test) fix doris jdbc catalog test case (#27150)
morningman Nov 17, 2023
f158ff0
[bugfix](tablet)fix the tablet will be deleted when clone due to conc…
neuyilan Nov 17, 2023
0043f16
[fix](sink) crash caused by wild pointer of counter in VDataStreamSen…
mrhhsg Nov 17, 2023
3e5ddc8
[improvement](log) log desensitization without displaying user info (…
sollhui Nov 17, 2023
f5f4a73
[branch-2.0](cherry-pick) add chunked transfer json test (#26902) (#…
sollhui Nov 17, 2023
cd1ddd3
[fix](statistics)Fix alter column stats bug (#27093) (#27189)
Jibing-Li Nov 17, 2023
352fa85
(fix)[schema change] fix incorrect setting of schema change jobstate …
luwei16 Nov 17, 2023
ea40551
[fix](jni) avoid BE crash and NPE when close paimon reader #27129 (#2…
morningman Nov 17, 2023
087fccd
[enhancement](jdbc catalog) Add lowercase column name mapping to Jdbc…
zy-kkk Nov 17, 2023
658b379
[case] Load json data with enable_simdjson_reader=false (#26601) (#…
hello-stephen Nov 17, 2023
41f759a
[fix](function) fix error when use negative number in explode_numbers…
Mryange Nov 17, 2023
f67ed9f
[fix](iceberg) iceberg use customer method to encode special characte…
AshinGau Nov 17, 2023
ecfcca0
[enhancement](binlog) Add dbName && tableName in CreateTableRecord (…
JackDrogon Nov 17, 2023
d76581d
[Branch2.0](Export) add show export regression testes #27140 (#27160)
BePPPower Nov 17, 2023
f0c5191
[log](tablet invert) add preconditition check failed log (#26770) (#…
yujun777 Nov 17, 2023
06e1c1e
[branch-2.0](publish version) publish version task no need return VER…
yujun777 Nov 17, 2023
b8ed0a3
[minor](stats) Add start/end time for analyze job, precise to second…
Kikyou1997 Nov 17, 2023
42d4806
[test](regression) Add more alter stmt regression case (#26988) (#27193)
swjtu-zhanglei Nov 17, 2023
0e560d5
[test](external_table_p0)append log in external_table_p0 for debug un…
hubgeter Nov 17, 2023
ab11c54
[Improve](txn) Add some fuzzy test stub in txn (#26712) (#27144)
deardeng Nov 17, 2023
28a76bf
[branch-2.0](fe ut) fix decommission test #27082 (#27175)
yujun777 Nov 17, 2023
6ced152
[Fix](multi-catalog) Fix complex type crash when using dict filter fa…
kaka11chen Nov 17, 2023
f9092a0
[Optimize](point query) clear names to reduce mem consumption and cpu…
eldenmoon Nov 17, 2023
acd09a3
[fix](fe) Fix `enable_nereids_planner` forward not take effect (#2678…
swjtu-zhanglei Nov 17, 2023
f1d0e34
[fix](fe ut) Fix borrow oject throw npe (#27072) (#27207)
deardeng Nov 17, 2023
b097b78
[regression](conf) Make checkpoint/clean thread trigger more frequent…
swjtu-zhanglei Nov 17, 2023
867fa39
[hotfix](priv) Fix restore snapshot user priv with add cluster in Use…
JackDrogon Nov 17, 2023
2f30475
[branch-2.0](fe ut) fix unstable test DecommissionBackendTest (#27173)
yujun777 Nov 17, 2023
b6b12b5
[fix](disk migrate) migrate ignore not exists tablet (#26779) (#27172)
yujun777 Nov 18, 2023
59dfbe1
[fix](build)macos clang 15 version compilation error (#25457)
hf200012 Nov 18, 2023
61a0bcd
[fix](tablet sched) fix sched delete stale remain replica (#27050) (#…
yujun777 Nov 18, 2023
fca0a6a
Revert "[Branch2.0](Export) add show export regression testes #27140 …
xiaokang Nov 18, 2023
f8cd22a
Revert "[test](regression) Add more alter stmt regression case (#2698…
xiaokang Nov 18, 2023
25ad181
[fix](nereids)remove literal partition by and order by expression in …
starocean999 Nov 18, 2023
21be6ad
[fix](agg) fix coredump of multi distinct of decimal128I (#27014) (#2…
jacktengg Nov 18, 2023
3142b32
Revert "[enhancement](jdbc catalog) Add lowercase column name mapping…
xiaokang Nov 18, 2023
13589f0
[feature](Nereids): eliminate sort under subquery (#26993) (#27218)
keanji-x Nov 18, 2023
3b84627
[fix](ccr) Mark getBinlog,getBinlogLag,getMeta,getBackendMeta as from…
JackDrogon Nov 18, 2023
203f072
[fix](Nereids): NullSafeEqual should be in HashJoinCondition #27127 …
jackwener Nov 18, 2023
f836106
[fix](planner)the data type should be the same between input slot and…
starocean999 Nov 19, 2023
07c2816
[branch2.0](nereids)Pick #26873 #25769: partition prune fix (#27222)
englefly Nov 19, 2023
74ddc0d
[improvement](fe and broker) support specify broker to getSplits, che…
WinkerDu Nov 19, 2023
97159a3
[fix](fe ut) fix unstable ut TabletRepairAndBalanceTest (#27044) (#27…
yujun777 Nov 19, 2023
996c6d6
[minor](stats) Report error with more friendly meesage when timeout #…
Kikyou1997 Nov 19, 2023
b765f8a
[fix](build index) Fix inverted index hardlink leak and missing probl…
xiaokang Nov 19, 2023
a76aebc
[fix](multi-catalog)add the max compute fe ut and fix download expire…
wsjz Nov 20, 2023
dbd9597
[cherry-pick](regression) add hms catalog broker scan case (#25453) (…
WinkerDu Nov 20, 2023
76c0cf0
[cherry-pick](fe) select BE local broker to scan Hive table when 'bro…
WinkerDu Nov 20, 2023
ae18311
[improvement](statistics)Use count as ndv for unique/agg olap table s…
Jibing-Li Nov 20, 2023
ab0f2f2
[minor](stats) Fix potential npe when loading stats #27200 (#27241)
Kikyou1997 Nov 20, 2023
53f9dc7
[fix](tablesample) Fix computeSampleTabletIds NullPointerException (#…
xinyiZzz Nov 20, 2023
2c4e3f0
[fix](partial update) keep case insensitivity and use the columns' or…
bobhan1 Nov 20, 2023
2fd4cab
[chore](fix) sync check-pr-if-need-run-build.sh with master branch (#…
hello-stephen Nov 20, 2023
946397e
[fix](compile) fix BE compile failure on Mac (#27206) (#27281)
zy-kkk Nov 20, 2023
f7a502a
[chore](clucene) coverage compilation option added #27162 (#27284)
zzzxl1993 Nov 20, 2023
ab32766
[FIX]Fix complex type meta schema in information database #27203 (#2…
Nov 20, 2023
8d182a1
[feature](Nereids): Pushdown LimitDistinct Through Join (#25113) (#27…
jackwener Nov 20, 2023
1219e49
[fix](inverted index) reset fs_writer to nullptr before throw excepti…
qidaye Nov 20, 2023
f1ef5a6
[fix](planner)output slot should be materialized as intermediate slot…
starocean999 Nov 20, 2023
7535c05
[FIX](complextype)Fix complex nested and add regress test #26973 (#27…
Nov 20, 2023
29a7a31
[fix](test) disable forbid_unknown_col_stats (#27303)
hf200012 Nov 20, 2023
64dadb9
[fix](stats) Release analyze tasks once job finished #27310 (#27309)
Kikyou1997 Nov 20, 2023
b944454
[doc](fix) a new docs for k8s deploy by operator to 2.0 (#26927)
catpineapple Nov 21, 2023
d1b6848
[doc](fix) fix date trunc doc (#27320)
zy-kkk Nov 21, 2023
d255757
[Fix](statistics)Fix analyze sql including key word bug #27321 (#27322)
Jibing-Li Nov 21, 2023
0e385a5
[cherry-pick](function) improve compoundPred optimization work with c…
zhangstar333 Nov 21, 2023
a443346
Revert "[improvement](routine-load) add routine load rows check (#258…
sollhui Nov 21, 2023
baa9414
[refactor](planner) filter empty partitions in a unified location (#2…
w41ter Nov 21, 2023
ca40702
[fix](hms) fix compatibility issue of hive metastore client #27327 (#…
morningman Nov 21, 2023
7f3f2d6
[Branch2.0](Export) add show export regression testes (#27330)
BePPPower Nov 21, 2023
f80c9b5
[fix](stats) Fix thread leaks when doing checkpoint #27334 #27335
Kikyou1997 Nov 21, 2023
ffd7521
[fix](stats) Fix creating too many tasks on new env (#27362)
Kikyou1997 Nov 21, 2023
6c3b352
[fix](build index) fix core when build index for a new column which w…
Tanya-W Nov 22, 2023
87c4d1c
change version to 2.0.3-rc04 (#27392)
xiaokang Nov 22, 2023
854ef33
[Fix](statistics)Fix auto job start time incorrect bug #27402 (#27413)
Jibing-Li Nov 22, 2023
b2a8550
[fix](stats) Fix update rows for unique table didn't get updated prop…
Kikyou1997 Nov 22, 2023
1212b56
[FIX](jsonb) fix jsonb in predict column #27325 (#27424)
Nov 22, 2023
1a94ccb
[fix](fe) slots in having clause should be set to need materialized(#…
mrhhsg Nov 22, 2023
17a92ef
[Bug](insert)fix insert wrong data on mv when stmt have multiple valu…
BiteTheDDDDt Nov 22, 2023
2e341b7
[fix](fe ut) Fix OlapQueryCacheTest failed (#27305) (#27406)
xinyiZzz Nov 23, 2023
c54a060
[regression test](schema change) add some schema change regression ca…
luwei16 Nov 23, 2023
3be12f7
[fix](Nereids) result type of add precision is 1 more than expected (…
morrySnow Nov 23, 2023
5fb8bfc
[fix](Nereids): fill miss slot in having subquery (#27177) (#27394)
keanji-x Nov 23, 2023
24698aa
[fix](memory) Fix make_top_consumption_snapshots heap-use-after-free …
xinyiZzz Nov 23, 2023
518c019
[fix](function) make TIMESTAMP function DEPEND_ON_ARGUMENT (#27343) (…
Mryange Nov 23, 2023
7302717
[fix](test) order by clause in test_map(#27390) (#27391)
mrhhsg Nov 23, 2023
dac3f46
[performance](Planner): optimize getStringValue() in DateLiteral (#27…
jackwener Nov 23, 2023
9379e00
[Chore](pick) do not push down agg on aggregate column (#27356) (#27498)
BiteTheDDDDt Nov 23, 2023
f12e627
[fix](stats) table not exists error msg not print objects name #27074…
Kikyou1997 Nov 23, 2023
cd29e79
[improve](nereids) support agg function of count(const value) pushdow…
zhangstar333 Nov 23, 2023
3cb8e88
[test](fe-ut) fix unstable MysqlServerTest (#27459)
morningman Nov 23, 2023
ae697d1
[opt](MergedIO) no need to merge large columns (#27315) (#27497)
AshinGau Nov 23, 2023
cd9137a
[improvement](drop tablet) impr gc shutdown tablet lock (#26151) (#2…
yujun777 Nov 23, 2023
9f1cf0f
[doc](stats) SQL manual for stats (#27461)
Kikyou1997 Nov 23, 2023
cf9dda3
[chore](merge-on-write) disable rowid conversion check for mow table …
liaoxin01 Nov 24, 2023
effe06a
[fix](regression)Fix hive p2 case (#27466) (#27511)
Jibing-Li Nov 24, 2023
1c0adc1
[fix](statistics)Fix auto analyze remove finished job bug #27486 (#27…
Jibing-Li Nov 24, 2023
0479de4
[Bug](bitmap) Fix heap-use-after-free in the bitmap functions #27411 …
xy720 Nov 24, 2023
47ba995
[Pick](nereids) Pick: partition prune fails in case of NOT expression…
englefly Nov 24, 2023
9f2d88b
[fix](clone) Fix engine_clone file exist (#27361) (#27536)
JackDrogon Nov 24, 2023
114052b
[chore](case) adjust timeout of broker load case #27540
hello-stephen Nov 24, 2023
bb48353
Fix auto analyze doesn't filter unsupported type bug. (#27547)
Jibing-Li Nov 24, 2023
a8f5b0e
[chore](fe plugin) Upgrade dependency to doris 2.0-SNAPSHOT #27522 (#…
zhiqiang-hhhh Nov 24, 2023
4551b62
[Bug](materialized-view) add limitation for duplicate expr on materia…
BiteTheDDDDt Nov 24, 2023
c15324b
[fix](planner)join node should output required slot from parent node …
starocean999 Nov 24, 2023
1b14da2
[branch-2.0](hive) enable hive view by default (#27550)
morningman Nov 24, 2023
24b16ad
[pick](nereids) adjust bc join and shuffle join #27113 (#27566)
englefly Nov 25, 2023
9f277a0
[Fix](hive-transactional-table) Fix NPE when query empty hive transac…
kaka11chen Nov 25, 2023
c68dad6
[fix](regression test) fix test_schema_change_cold_heat case (#27556)…
hello-stephen Nov 27, 2023
80ca630
[chore](case) Use correct insert stmt for cold heat separation case #…
hello-stephen Nov 27, 2023
c5c6926
[enhance](S3) Print the error detail for every s3 operation (#27572) …
ByteYue Nov 27, 2023
2cbccdf
[nereids] fix stats error when using dateTime type filter #27571 (#27…
xzj7019 Nov 27, 2023
4cc7857
[fix](planner)sort node should materialized required slots for itself…
starocean999 Nov 27, 2023
36184fe
[fix](Nereids) non-deterministic expression should not be constant (#…
morrySnow Nov 27, 2023
cbaaaed
[enhancement](stats) Add process for aggstate type #27640 (#27642)
Kikyou1997 Nov 27, 2023
71758ec
[Fix](statistics)Fix bug and improve auto analyze. (#27626) (#27657)
Jibing-Li Nov 28, 2023
2a33535
[profile](bugfix) should not cache profile content because the profil…
yiguolei Nov 28, 2023
1d136d9
[Enhance](fe) Support setting initial root password when FE firstly l…
WinkerDu Nov 28, 2023
43de940
[opt](plan) only lock olap table when query plan #27639 (#27656)
morningman Nov 28, 2023
67e6251
select coordinator node from user's tag when exec streaming load (#27…
wangbo Nov 28, 2023
671e992
[fix](statistics)Need to recalculate health value when table row coun…
Jibing-Li Nov 28, 2023
d7b1437
[fix](statistics)Fix sample min max npe bug #27702 (#27707)
Jibing-Li Nov 28, 2023
b43e28a
[Bug](join) try fix wrong _has_null_in_build_side setted (#27684) (#2…
BiteTheDDDDt Nov 28, 2023
36f3374
[Fix](show-load)Show load npe(userinfo is null) (#27698) (#27719)
CalvinKirs Nov 28, 2023
7e88b37
[pick](nereids)temporary partition is always pruned #27636 (#27722)
englefly Nov 28, 2023
04da5be
[enhancement](stats) limit bq cap size for analyze task #27685 (#27687)
Kikyou1997 Nov 28, 2023
713ae3e
[improvement](statistics) Add config for the threshold of column coun…
Jibing-Li Nov 28, 2023
358810c
[doc](fix) k8s operator docs fix to 2.0 (#27476)
catpineapple Nov 29, 2023
5023d7f
[Improvement](planner)support select tablets with nereids optimize #2…
Jibing-Li Nov 29, 2023
24c3ba0
[FIX](complextype)fix complex type hash equals (#27743)
Nov 29, 2023
556dd8a
[fix](statistics) Fix show auto analyze missing jobs bug (#27761)
Jibing-Li Nov 29, 2023
5a3a920
[bugfix](topn) fix coredump in copy_column_data_to_block when nullabl…
xiaokang Nov 29, 2023
c3d81cb
[opt](stats) Use escape rather than base64 for min/max value #27746 (…
Kikyou1997 Nov 29, 2023
72aaca2
[refactor](http) disable snapshot and get_log_file api (#27724) (#27770)
morningman Nov 29, 2023
150d8bb
[branch-2.0](pick 27738) Warning log to trace send fragment #27738 (#…
zhiqiang-hhhh Nov 30, 2023
0d1f496
[branch-2.0](pick #27771) Add more detail msg for waitRPC exception (…
zhiqiang-hhhh Nov 30, 2023
dfe7608
[Bug](pipeline) prevent PipelineFragmentContext destruct early (#27790)
BiteTheDDDDt Nov 30, 2023
56d1fbf
[deps](compression) Opt gzip decompress by libdeflate on X86 and X86_…
kaka11chen Nov 30, 2023
e62b7ba
[FIX](case)fix case truncate table first #27792
Nov 30, 2023
fdcdcd0
[doc](stats) add auto_analyze_table_width_threshold description. (#27…
Jibing-Li Nov 30, 2023
38519d0
[fix](bdbje) Fix bdbje logging level not work (#27597) (#27788)
swjtu-zhanglei Nov 30, 2023
a3a093e
[Opt](compression) Opt gzip decompress by libdeflate on X86 and X86_6…
kaka11chen Nov 30, 2023
5f544a1
[branch-2.0](fix) Fix broken exception message #27836
zhiqiang-hhhh Dec 1, 2023
6cb7122
[Bug](func) coredump in equal for null in function (#27843)
HappenLee Dec 1, 2023
1273ec4
[minor](stats) Update olap table row count after analyze (#27858)
Kikyou1997 Dec 1, 2023
1d3c2e4
[fix](stats)min and max return NaN when table is empty (#27863)
Jibing-Li Dec 1, 2023
1363d7c
[minor](stats) Throw error when sync analyze failed (#27846)
Kikyou1997 Dec 1, 2023
5402da0
[fix](stats) Don't save colToPartitions anymore to save mem (#27880)
Kikyou1997 Dec 1, 2023
ce02fca
[fix](nereids) set operation's result type is wrong if decimal overfl…
starocean999 Dec 1, 2023
6685270
[Config] Modify the default value of tablet_schema_cache_recycle_inte…
Lchangliang Dec 1, 2023
1b7c914
[fix](like_func) incorrect result of like with 'NO_BACKSLASH_ESCAPES'…
mrhhsg Dec 1, 2023
1a82d5a
[fix](fe) Fix show frontends npt in some situations (#27295) (#27789)
swjtu-zhanglei Dec 1, 2023
fda5e11
[branch-2.0](fix) Fix extremely high CPU usage caused by rf merge #27…
zhiqiang-hhhh Dec 1, 2023
7f76e03
[fix](stacktrace) ignore stacktrace for error code INVALID_ARGUMENT I…
xiaokang Dec 1, 2023
373b024
[opt](nereids) Branch-2.0: remove partition & histogram from col stat…
englefly Dec 2, 2023
932cb20
[pick](Nereids) temporary partition is selected only if user manually…
englefly Dec 2, 2023
70311b4
[fix](multi-catalog)support the max compute partition prune (#27154) …
wsjz Dec 3, 2023
8cd18b6
[fix](Nereids) should not push down project to the nullable side of o…
starocean999 Dec 3, 2023
51bfff6
[chore](Nereids): use debug to show phase of nereids into Branch-2.0(…
jackwener Dec 3, 2023
ffa4079
[fix](invert index) fix reader does not close fd (#27917)
zzzxl1993 Dec 3, 2023
0e52a1a
[release](version) change branch-2.0 version to 2.0.3-rc05 (#27849)
xiaokang Dec 3, 2023
6e2bbe5
[fix](case) add "nonConcurrent" to prevent effect other case (#27940)
hello-stephen Dec 4, 2023
4cab387
fix hudi
BePPPower Dec 4, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
22 changes: 22 additions & 0 deletions .asf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ github:
- Clang Formatter
- CheckStyle
- P0 Regression (Doris Regression)
- P1 Regression (Doris Regression)
- FE UT (Doris FE UT)
- BE UT (Doris BE UT)
- Build Broker
Expand All @@ -78,6 +79,27 @@ github:
required_pull_request_reviews:
dismiss_stale_reviews: true
required_approving_review_count: 1

branch-2.0:
required_status_checks:
# if strict is true, means "Require branches to be up to date before merging".
strict: false
contexts:
- License Check
- Clang Formatter
- CheckStyle
- Build Documents
- ShellCheck
- Need_2_Approval
- COMPILE (DORIS_COMPILE)
- P0 Regression (Doris Regression)
- FE UT (Doris FE UT)
- BE UT (Doris BE UT)
- clickbench-new (clickbench)
required_pull_request_reviews:
dismiss_stale_reviews: true
required_approving_review_count: 1

collaborators:
- LemonLiTree
- zy-kkk
Expand Down
7 changes: 7 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
be*
fs_brokers*
thirdparty*
fe*
.git*
fs_brokers*

1 change: 1 addition & 0 deletions .github/workflows/auto_trigger_teamcity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ jobs:

for pipeline in ${trigger_pipelines}
do
same_build_sign="false"
echo "-----------------------------------------------------------------"
running_builds_command="curl -s -X GET ${teamcity_url}/app/rest/builds\?locator\=buildType\:${pipeline}\,branch:pull/${pull_request_num}\,running:true"
echo "${running_builds_command}"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/be-ut-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ concurrency:
jobs:
run-ut:
name: BE UT (macOS)
runs-on: macos-12
runs-on: macos-13
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
'node'
'llvm@16'
)
brew install "${cellars[@]}"
brew install "${cellars[@]}" || true

pushd thirdparty
branch="${{ github.base_ref }}"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ jobs:
run: |
git clone https://github.com/apache/doris-website.git website
cd website
echo "[\"current\"]" > versions.json
mkdir -p docs
cp -R ../docs/en/docs/* docs/
cp -R ../docs/sidebars.json sidebars.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
sh_checker_comment: true
sh_checker_exclude: .git .github ^docker ^thirdparty/src ^thirdparty/installed ^ui ^docs/node_modules ^tools/clickbench-tools ^extension ^output ^fs_brokers/apache_hdfs_broker/output (^|.*/)Dockerfile$ ^be/src/apache-orc ^be/src/clucene
sh_checker_exclude: .git .github ^docker ^thirdparty/src ^thirdparty/installed ^ui ^docs/node_modules ^tools/clickbench-tools ^extension ^output ^fs_brokers/apache_hdfs_broker/output (^|.*/)Dockerfile$ ^be/src/apache-orc ^be/src/clucene ^pytest

clang-tidy:
name: "Clang Tidy"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ jobs:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: |
cd fe
mvn --batch-mode verify sonar:sonar -DskipTests -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=apache -Dsonar.projectKey=apache_incubator-doris -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120
mvn --batch-mode verify sonar:sonar -DskipTests -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=apache -Dsonar.projectKey=apache_incubator-doris -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.httpconnectionManager.ttlSeconds=120 -Xmx4g -XX:MaxPermSize=512m
8 changes: 6 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# ignore file with wildcard anywhere
*.swo
*.swp
*.pyc
*.class
Expand All @@ -13,13 +14,14 @@ core.*
.DS_Store
.classpath
nohup.out
custom_env.sh
custom_env_mac.sh
/custom_env.sh
/custom_env_mac.sh
derby.log
dependency-reduced-pom.xml
yarn.lock
ut_dir
package-lock.json
__pycache__

# ignore all sub `/bin` and `/build` directory
**/build/
Expand All @@ -42,6 +44,7 @@ docs/.temp

# output, thirdparty, extension
output/
output.bak/
rpc_data/
metastore_db/
thirdparty/src*
Expand Down Expand Up @@ -90,6 +93,7 @@ be/tags
be/test/olap/test_data/tablet_meta_test.hdr
be/.devcontainer/
be/src/apache-orc/
zoneinfo/

## tools
tools/ssb-tools/ssb-data/
Expand Down
7 changes: 6 additions & 1 deletion .licenserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ header:
- ".gitmodules"
- ".licenserc.yaml"
- ".rat-excludes"
- ".github/**"
- ".dockerignore"
- "be/src/common/status.cpp"
- "be/src/common/status.h"
- "be/src/env/env.h"
Expand Down Expand Up @@ -88,5 +90,8 @@ header:
- "regression-test/ssl_default_certificate/*"
- "extension/beats/go.mod"
- "extension/beats/go.sum"

- "pytest/hdfs"
- "pytest/qe"
- "pytest/sys/data"
- "pytest/deploy/*.conf"
comment: on-failure
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Apache Doris is an easy-to-use, high-performance and real-time analytical databa

All this makes Apache Doris an ideal tool for scenarios including report analysis, ad-hoc query, unified data warehouse, and data lake query acceleration. On Apache Doris, users can build various applications, such as user behavior analysis, AB test platform, log retrieval analysis, user portrait analysis, and order analysis.

🎉 Version 2.0.0 Alpha1 version released now. It is an alpha release that is aimed to be used for evaluating the new features of Doris 2.0. It's recommended to deploy 2.0.0 alpha1 version in a new test cluster for testing but **it should not be deployed in production clusters**. Check out the 🔗[Release Notes](https://doris.apache.org/docs/dev/releasenotes/release-2.0.0Alpha1) here.
🎉 Version 2.0-beta version released now. The 2.0 beta version already has a better user experience in terms of functional integrity and system stability than 2.0 Alpha. We welcome all users who have requirements for the new features of the 2.0 version to deploy and upgrade. Check out the 🔗[Release Notes](https://doris.apache.org/docs/dev/releasenotes/release-2.0-beta) here.

🎉 Version 1.2.5 released now! It is fully evolved release and all users are encouraged to upgrade to this release. Check out the 🔗[Release Notes](https://doris.apache.org/docs/dev/releasenotes/release-1.2.5) here.

Expand Down
Loading