Re: [PR] [Fix](test)Fixing Kerberos Principal Not Mapping Correctly to a Local User (#40905) [doris]

2024-09-22 Thread via GitHub
doris-robot commented on PR #41128: URL: https://github.com/apache/doris/pull/41128#issuecomment-2367369136 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

Re: [PR] [Fix](test)Fixing Kerberos Principal Not Mapping Correctly to a Local User (#40905) [doris]

2024-09-22 Thread via GitHub
CalvinKirs commented on PR #41128: URL: https://github.com/apache/doris/pull/41128#issuecomment-2367369333 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To u

[PR] [Fix](test)Fixing Kerberos Principal Not Mapping Correctly to a Local User (#40905) [doris]

2024-09-22 Thread via GitHub
CalvinKirs opened a new pull request, #41128: URL: https://github.com/apache/doris/pull/41128 ## Proposed changes error log http://43.132.222.7:8111/buildConfiguration/Doris_External_Regression/529960?buildTab=tests&status=muted&focusLine=NaN&suite=&package=external_table_p0.ke

Re: [PR] [Fix](inverted index) fix wrong opt for count_on_index [doris]

2024-09-22 Thread via GitHub
airborne12 commented on PR #41127: URL: https://github.com/apache/doris/pull/41127#issuecomment-2367369034 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To u

Re: [PR] [Fix](inverted index) fix wrong opt for count_on_index [doris]

2024-09-22 Thread via GitHub
doris-robot commented on PR #41127: URL: https://github.com/apache/doris/pull/41127#issuecomment-2367368905 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

[PR] [Fix](inverted index) fix wrong opt for count_on_index [doris]

2024-09-22 Thread via GitHub
airborne12 opened a new pull request, #41127: URL: https://github.com/apache/doris/pull/41127 ## Proposed changes The pushdownCountOnIndex optimization rule in AggregateStrategies was incorrectly applied to COUNT functions with complex child expressions, such as COUNT(CASE WHEN ...).

Re: [PR] [draft](tablet report) batch editlog [doris]

2024-09-22 Thread via GitHub
doris-robot commented on PR #41126: URL: https://github.com/apache/doris/pull/41126#issuecomment-2367367501 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

[PR] [draft](tablet report) batch editlog [doris]

2024-09-22 Thread via GitHub
yujun777 opened a new pull request, #41126: URL: https://github.com/apache/doris/pull/41126 in draft -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-m

Re: [PR] [feature](struct) Add a new syntax for struct constructor [doris]

2024-09-22 Thread via GitHub
xy720 commented on PR #41118: URL: https://github.com/apache/doris/pull/41118#issuecomment-2367366865 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubs

Re: [PR] [feature](file cache) Support in-memory filecache for no-disk/slow-disk system [doris]

2024-09-22 Thread via GitHub
gavinchou commented on code in PR #38811: URL: https://github.com/apache/doris/pull/38811#discussion_r1770851873 ## be/src/io/cache/block_file_cache.h: ## @@ -443,6 +444,8 @@ class BlockFileCache { LRUQueue _disposable_queue; LRUQueue _ttl_queue; +bool _is_in_mem

Re: [PR] [Feature](privilege) support data mask in doris internal auth [doris]

2024-09-22 Thread via GitHub
qzsee commented on PR #38301: URL: https://github.com/apache/doris/pull/38301#issuecomment-2367366229 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment

Re: [PR] [case](mtmv)Failed to fix the case of concurrent insert overwrite execution [doris]

2024-09-22 Thread via GitHub
zddr commented on PR #41125: URL: https://github.com/apache/doris/pull/41125#issuecomment-2367365684 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubsc

Re: [PR] [fix](memory) Fix refresh cgroup meminfo [doris]

2024-09-22 Thread via GitHub
xinyiZzz commented on PR #41123: URL: https://github.com/apache/doris/pull/41123#issuecomment-2367365572 > Any test cases ? @wm1581066 `cgroup_util_test.cpp` in BE UT will test the correctness of cgroup memory refresh. but the bug fixed by this PR is refresh interval is too lon

Re: [PR] [case](mtmv)Failed to fix the case of concurrent insert overwrite execution [doris]

2024-09-22 Thread via GitHub
doris-robot commented on PR #41125: URL: https://github.com/apache/doris/pull/41125#issuecomment-2367365502 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

Re: [PR] [feature](file cache) Support in-memory filecache for no-disk/slow-disk system [doris]

2024-09-22 Thread via GitHub
gavinchou commented on code in PR #38811: URL: https://github.com/apache/doris/pull/38811#discussion_r1770851345 ## be/src/olap/options.cpp: ## @@ -56,6 +56,9 @@ static std::string CACHE_QUERY_LIMIT_SIZE = "query_limit"; static std::string CACHE_NORMAL_PERCENT = "normal_percent

[PR] [case](mtmv)Failed to fix the case of concurrent insert overwrite execution [doris]

2024-09-22 Thread via GitHub
zddr opened a new pull request, #41125: URL: https://github.com/apache/doris/pull/41125 after: https://github.com/apache/doris/pull/40558 insert overwrite is not allowed in the same table -- This is an automated message from the Apache Git Service. To respond to the message, please lo

Re: [PR] [feature](file cache) Support in-memory filecache for no-disk/slow-disk system [doris]

2024-09-22 Thread via GitHub
gavinchou commented on code in PR #38811: URL: https://github.com/apache/doris/pull/38811#discussion_r1770849328 ## be/src/io/cache/mem_file_cache_storage.cpp: ## @@ -0,0 +1,131 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agr

Re: [PR] [improvement](tablet scheduler) fix higher priority tablet add failed due to pending queue full [doris]

2024-09-22 Thread via GitHub
github-actions[bot] commented on PR #41076: URL: https://github.com/apache/doris/pull/41076#issuecomment-2367361711 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] [feature](file cache) Support in-memory filecache for no-disk/slow-disk system [doris]

2024-09-22 Thread via GitHub
gavinchou commented on code in PR #38811: URL: https://github.com/apache/doris/pull/38811#discussion_r1770846929 ## be/src/io/cache/file_cache_storage.h: ## @@ -46,6 +60,7 @@ class FileCacheStorage { // use when lazy load cache virtual void load_blocks_directly_unlocke

Re: [PR] [feature](statistics)Use workload group to limit statistics io. [doris]

2024-09-22 Thread via GitHub
Jibing-Li commented on PR #39639: URL: https://github.com/apache/doris/pull/39639#issuecomment-2367357370 run cloud_p0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To un

Re: [PR] [feature](file cache) Support in-memory filecache for no-disk/slow-disk system [doris]

2024-09-22 Thread via GitHub
gavinchou commented on code in PR #38811: URL: https://github.com/apache/doris/pull/38811#discussion_r1770843816 ## be/src/io/cache/block_file_cache_factory.cpp: ## @@ -63,32 +63,45 @@ size_t FileCacheFactory::try_release(const std::string& base_path) { Status FileCacheFacto

Re: [PR] [only test 2] [doris]

2024-09-22 Thread via GitHub
Mryange commented on PR #41097: URL: https://github.com/apache/doris/pull/41097#issuecomment-2367354957 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsu

Re: [PR] [feature](file cache) Support in-memory filecache for no-disk/slow-disk system [doris]

2024-09-22 Thread via GitHub
gavinchou commented on code in PR #38811: URL: https://github.com/apache/doris/pull/38811#discussion_r1770842563 ## be/src/io/cache/block_file_cache.cpp: ## @@ -1512,6 +1512,9 @@ std::string BlockFileCache::reset_capacity(size_t new_capacity) { } void BlockFileCache::check_

(doris) branch master updated (f57dc9298a9 -> d4247afc0e6)

2024-09-22 Thread kirs
This is an automated email from the ASF dual-hosted git repository. kirs pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from f57dc9298a9 [Fix]Fix publish may wait timeout because of dead BE (#40763) add d4247afc0e6 [docker](fix) Modify dock

Re: [PR] [feature](file cache) Support in-memory filecache for no-disk/slow-disk system [doris]

2024-09-22 Thread via GitHub
gavinchou commented on code in PR #38811: URL: https://github.com/apache/doris/pull/38811#discussion_r1770841672 ## be/src/io/cache/block_file_cache.cpp: ## @@ -91,14 +92,14 @@ BlockFileCache::BlockFileCache(const std::string& cache_base_path, _ttl_queue = LRUQueue(std::nu

Re: [PR] [docker](fix) Modify docker be default storage path [doris]

2024-09-22 Thread via GitHub
CalvinKirs merged PR #40665: URL: https://github.com/apache/doris/pull/40665 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.a

Re: [PR] [Opt](scanner-scheduler) Opt scanner scheduler starvation issue. [doris]

2024-09-22 Thread via GitHub
kaka11chen commented on PR #40641: URL: https://github.com/apache/doris/pull/40641#issuecomment-2367351471 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To u

Re: [PR] [fix](memory) Fix refresh cgroup meminfo [doris]

2024-09-22 Thread via GitHub
xinyiZzz commented on PR #41123: URL: https://github.com/apache/doris/pull/41123#issuecomment-2367350497 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To uns

Re: [PR] [fix](memory) Fix refresh cgroup meminfo [doris]

2024-09-22 Thread via GitHub
doris-robot commented on PR #41123: URL: https://github.com/apache/doris/pull/41123#issuecomment-2367350386 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

Re: [PR] [enhancement](cloud) dump error file when footer parse failure [doris]

2024-09-22 Thread via GitHub
github-actions[bot] commented on PR #40943: URL: https://github.com/apache/doris/pull/40943#issuecomment-2367349699 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] [enhancement](cloud) dump error file when footer parse failure [doris]

2024-09-22 Thread via GitHub
github-actions[bot] commented on PR #40943: URL: https://github.com/apache/doris/pull/40943#issuecomment-2367349656 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

Re: [PR] [branch-2.1][fix](metadata)Add FE metadata-related file checks #40546 [doris]

2024-09-22 Thread via GitHub
CalvinKirs commented on PR #41113: URL: https://github.com/apache/doris/pull/41113#issuecomment-2367344384 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To u

(doris) branch master updated: [Fix]Fix publish may wait timeout because of dead BE (#40763)

2024-09-22 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new f57dc9298a9 [Fix]Fix publish may wait timeout b

Re: [PR] [feature](jdbc catalog) support gbase jdbc catalog [doris]

2024-09-22 Thread via GitHub
doris-robot commented on PR #41027: URL: https://github.com/apache/doris/pull/41027#issuecomment-2367342458 ClickBench: Total hot run time: 33.83 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Fix]Fix publish may wait timeout because of dead BE [doris]

2024-09-22 Thread via GitHub
yiguolei merged PR #40763: URL: https://github.com/apache/doris/pull/40763 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apa

Re: [PR] [improvement](tablet scheduler) fix higher priority tablet add failed due to pending queue full [doris]

2024-09-22 Thread via GitHub
yujun777 commented on PR #41076: URL: https://github.com/apache/doris/pull/41076#issuecomment-2367339998 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To uns

Re: [PR] [improvement](tablet scheduler) fix higher priority tablet add failed due to pending queue full [doris]

2024-09-22 Thread via GitHub
yujun777 commented on code in PR #41076: URL: https://github.com/apache/doris/pull/41076#discussion_r1770833526 ## fe/fe-core/src/main/java/org/apache/doris/clone/TabletScheduler.java: ## @@ -277,9 +277,15 @@ public synchronized AddResult addTablet(TabletSchedCtx tablet, boolea

Re: [PR] [improvement](tablet scheduler) fix higher priority tablet add failed due to pending queue full [doris]

2024-09-22 Thread via GitHub
yujun777 commented on code in PR #41076: URL: https://github.com/apache/doris/pull/41076#discussion_r1770833276 ## fe/fe-core/src/main/java/org/apache/doris/clone/ColocateTableCheckerAndBalancer.java: ## @@ -561,14 +561,14 @@ private void matchGroups() {

Re: [PR] [fix](cloud) fix error-prone and misleading codes in cache warmup [doris]

2024-09-22 Thread via GitHub
github-actions[bot] commented on PR #41087: URL: https://github.com/apache/doris/pull/41087#issuecomment-2367338432 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] [fix](cloud) fix error-prone and misleading codes in cache warmup [doris]

2024-09-22 Thread via GitHub
github-actions[bot] commented on PR #41087: URL: https://github.com/apache/doris/pull/41087#issuecomment-2367338386 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

Re: [PR] [Fix]Fix publish may wait timeout because of dead BE [doris]

2024-09-22 Thread via GitHub
github-actions[bot] commented on PR #40763: URL: https://github.com/apache/doris/pull/40763#issuecomment-2367336465 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

Re: [PR] [Fix]Fix publish may wait timeout because of dead BE [doris]

2024-09-22 Thread via GitHub
github-actions[bot] commented on PR #40763: URL: https://github.com/apache/doris/pull/40763#issuecomment-2367336505 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] [feature](file cache) Support in-memory filecache for no-disk/slow-disk system [doris]

2024-09-22 Thread via GitHub
freemandealer commented on PR #38811: URL: https://github.com/apache/doris/pull/38811#issuecomment-2367336543 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. T

Re: [PR] [Enhancement](inverted index) improve expr evaluate_inverted_index performace and remove useless code #40600 [doris]

2024-09-22 Thread via GitHub
github-actions[bot] commented on PR #41122: URL: https://github.com/apache/doris/pull/41122#issuecomment-2367335679 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [feature](jdbc catalog) support gbase jdbc catalog [doris]

2024-09-22 Thread via GitHub
doris-robot commented on PR #41027: URL: https://github.com/apache/doris/pull/41027#issuecomment-2367335194 TPC-DS: Total hot run time: 196232 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [branch-2.1][fix](metadata)Add FE metadata-related file checks #40546 [doris]

2024-09-22 Thread via GitHub
CalvinKirs commented on PR #41113: URL: https://github.com/apache/doris/pull/41113#issuecomment-2367329360 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To u

(doris) branch branch-2.1 updated: [pick](Variant) check enable light_schema_change when create table with variant type (#41102)

2024-09-22 Thread eldenmoon
This is an automated email from the ASF dual-hosted git repository. eldenmoon pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new 76d62c42dba [pick](Variant) check enab

Re: [PR] [pick](Variant) check enable light_schema_change when create table with variant type [doris]

2024-09-22 Thread via GitHub
eldenmoon merged PR #41102: URL: https://github.com/apache/doris/pull/41102 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.ap

Re: [PR] [Feature](partial update) Support flexible partial update in stream load with json files [doris]

2024-09-22 Thread via GitHub
bobhan1 commented on PR #39756: URL: https://github.com/apache/doris/pull/39756#issuecomment-2367328564 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsu

Re: [PR] [bugfix](paimon)Get the file format by file name [doris]

2024-09-22 Thread via GitHub
suxiaogang223 commented on PR #41020: URL: https://github.com/apache/doris/pull/41020#issuecomment-2367327587 LGTM -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubs

Re: [PR] [feature](statistics)Use workload group to limit statistics io. [doris]

2024-09-22 Thread via GitHub
Jibing-Li commented on PR #39639: URL: https://github.com/apache/doris/pull/39639#issuecomment-2367327679 run cloud_p0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To un

Re: [PR] [Enhancement](inverted index) improve expr evaluate_inverted_index performace and remove useless code #40600 [doris]

2024-09-22 Thread via GitHub
doris-robot commented on PR #41122: URL: https://github.com/apache/doris/pull/41122#issuecomment-2367326521 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

[PR] [Enhancement](inverted index) improve expr evaluate_inverted_index performace and remove useless code #40600 [doris]

2024-09-22 Thread via GitHub
airborne12 opened a new pull request, #41122: URL: https://github.com/apache/doris/pull/41122 cherry pick from #40600 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To uns

Re: [PR] [Enhancement](inverted index) improve expr evaluate_inverted_index performace and remove useless code #40600 [doris]

2024-09-22 Thread via GitHub
airborne12 commented on PR #41122: URL: https://github.com/apache/doris/pull/41122#issuecomment-2367326440 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To u

(doris) branch branch-2.1 updated: [cherry-pick](branch2.1) Impl translate and url encode 2.1 (#41051)

2024-09-22 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new f6917acd6aa [cherry-pick](branch2.1)

Re: [PR] [cherry-pick](branch2.1) Impl translate and url encode 2.1 [doris]

2024-09-22 Thread via GitHub
morningman merged PR #41051: URL: https://github.com/apache/doris/pull/41051 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.a

[PR] Fix tip format error [doris-website]

2024-09-22 Thread via GitHub
wangbo opened a new pull request, #1136: URL: https://github.com/apache/doris-website/pull/1136 # Versions - [ ] dev - [ ] 3.0 - [ ] 2.1 - [ ] 2.0 # Languages - [ ] Chinese - [ ] English -- This is an automated message from the Apache Git Service. To r

Re: [PR] [fix](test-case) fix unstable test case about table_options sys table(#41006) [doris]

2024-09-22 Thread via GitHub
morningman commented on PR #41121: URL: https://github.com/apache/doris/pull/41121#issuecomment-2367322829 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To u

[PR] [fix](test-case) fix unstable test case about table_options sys table(#41006) [doris]

2024-09-22 Thread via GitHub
morningman opened a new pull request, #41121: URL: https://github.com/apache/doris/pull/41121 bp #41006 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-ma

Re: [PR] [fix](test-case) fix unstable test case about table_options sys table(#41006) [doris]

2024-09-22 Thread via GitHub
doris-robot commented on PR #41121: URL: https://github.com/apache/doris/pull/41121#issuecomment-2367322750 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

(doris) branch master updated: [fix](test-case) fix unstable test case about table_options sys table (#41006)

2024-09-22 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new e01edcc48af [fix](test-case) fix unstable tes

Re: [PR] [fix](test-case) fix unstable test case about table_options sys table [doris]

2024-09-22 Thread via GitHub
morningman merged PR #41006: URL: https://github.com/apache/doris/pull/41006 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.a

Re: [PR] [feature](jdbc catalog) support gbase jdbc catalog [doris]

2024-09-22 Thread via GitHub
doris-robot commented on PR #41027: URL: https://github.com/apache/doris/pull/41027#issuecomment-2367318982 TPC-H: Total hot run time: 41688 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

(doris) branch branch-2.1 updated: [Fix](inverted index) Fix wrong need read data opt when enable_common_expr_pushdown is disabled #40689 (#41101)

2024-09-22 Thread airborne
This is an automated email from the ASF dual-hosted git repository. airborne pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new e175c63d416 [Fix](inverted index) Fix w

Re: [PR] [Fix](inverted index) Fix wrong need read data opt when enable_common_expr_pushdown is disabled #40689 [doris]

2024-09-22 Thread via GitHub
airborne12 merged PR #41101: URL: https://github.com/apache/doris/pull/41101 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.a

Re: [PR] [feature](statistics)Use workload group to limit statistics io. [doris]

2024-09-22 Thread via GitHub
github-actions[bot] commented on PR #39639: URL: https://github.com/apache/doris/pull/39639#issuecomment-2367315399 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] [feature](statistics)Use workload group to limit statistics io. [doris]

2024-09-22 Thread via GitHub
github-actions[bot] commented on PR #39639: URL: https://github.com/apache/doris/pull/39639#issuecomment-2367315365 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

Re: [PR] [regression](cluster key) add some cluster key case like mow [doris]

2024-09-22 Thread via GitHub
mymeiyi commented on PR #39994: URL: https://github.com/apache/doris/pull/39994#issuecomment-2367307635 run cloud_p0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsu

Re: [PR] [Opt](scanner-scheduler) Opt scanner scheduler starvation issue. [doris]

2024-09-22 Thread via GitHub
github-actions[bot] commented on PR #40641: URL: https://github.com/apache/doris/pull/40641#issuecomment-2367307501 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

(doris) branch branch-3.0 updated: [Cherry-Pick][Fix](lakesoul) Fix CVEs and some filter pushdown issues (#39044) (#40812)

2024-09-22 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new 719af36f138 [Cherry-Pick][Fix](lakeso

Re: [PR] [Cherry-Pick][Fix](lakesoul) Fix CVEs and some filter pushdown issues (#39044) [doris]

2024-09-22 Thread via GitHub
morningman merged PR #40812: URL: https://github.com/apache/doris/pull/40812 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.a

(doris) 01/02: [opt](cache elimation) using step decending method to elimiate cache (#41086)

2024-09-22 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch spill_and_reserve in repository https://gitbox.apache.org/repos/asf/doris.git commit 260d0374d290612fdbee6c0d79a0cab4da28a811 Author: yiguolei <676222...@qq.com> AuthorDate: Mon Sep 23 10:46:15

(doris) branch spill_and_reserve updated (059be6317dd -> 0a35a87bfca)

2024-09-22 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch spill_and_reserve in repository https://gitbox.apache.org/repos/asf/doris.git from 059be6317dd add load buffer limit for load buffer management (#41115) new 260d0374d29 [opt](cache eli

(doris) 02/02: [bugfix](core) fmt lost one parameter (#40914)

2024-09-22 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch spill_and_reserve in repository https://gitbox.apache.org/repos/asf/doris.git commit 0a35a87bfca393e928c9423b34491e628904a7e6 Author: yiguolei <676222...@qq.com> AuthorDate: Wed Sep 18 17:54:59

(doris) branch branch-2.0 updated: [fix](restore) Remove the sqlMode from the view signature #40615 (#41105)

2024-09-22 Thread w41ter
This is an automated email from the ASF dual-hosted git repository. w41ter pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.0 by this push: new 61aa9cb5d5f [fix](restore) Remove the sql

Re: [PR] [fix](restore) Remove the sqlMode from the view signature #40615 [doris]

2024-09-22 Thread via GitHub
w41ter merged PR #41105: URL: https://github.com/apache/doris/pull/41105 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apach

(doris) branch branch-2.1 updated: [fix](restore) Remove the sqlMode from the view signature #40615 (#41110)

2024-09-22 Thread w41ter
This is an automated email from the ASF dual-hosted git repository. w41ter pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new 059f822a3a6 [fix](restore) Remove the sql

Re: [PR] [fix](restore) Remove the sqlMode from the view signature #40615 [doris]

2024-09-22 Thread via GitHub
w41ter merged PR #41110: URL: https://github.com/apache/doris/pull/41110 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apach

Re: [PR] [fix](restore) Fix view signature [doris]

2024-09-22 Thread via GitHub
w41ter commented on PR #41120: URL: https://github.com/apache/doris/pull/41120#issuecomment-2367301446 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsub

Re: [PR] [fix](restore) Fix view signature [doris]

2024-09-22 Thread via GitHub
doris-robot commented on PR #41120: URL: https://github.com/apache/doris/pull/41120#issuecomment-2367300852 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

[PR] [fix](restore) Fix view signature [doris]

2024-09-22 Thread via GitHub
w41ter opened a new pull request, #41120: URL: https://github.com/apache/doris/pull/41120 1. reset with dbName instead of dbFullName, to be compatible with doris 2.0(full name has prefix `default_cluster:`) 2. since the referred db name of the restored view has changed, the next time to

(doris) 01/01: [fix](restore) Fix view signature

2024-09-22 Thread w41ter
This is an automated email from the ASF dual-hosted git repository. w41ter pushed a commit to branch fix_view_signature in repository https://gitbox.apache.org/repos/asf/doris.git commit 257dc8c036735efd45153eb51c898fae2dbf7a4d Author: w41ter AuthorDate: Mon Sep 23 06:02:47 2024 + [fix]

(doris) branch fix_view_signature created (now 257dc8c0367)

2024-09-22 Thread w41ter
This is an automated email from the ASF dual-hosted git repository. w41ter pushed a change to branch fix_view_signature in repository https://gitbox.apache.org/repos/asf/doris.git at 257dc8c0367 [fix](restore) Fix view signature This branch includes the following new commits: new 25

Re: [PR] [feat](nereids) disable join reorder if any table row count is not available [doris]

2024-09-22 Thread via GitHub
github-actions[bot] commented on PR #40349: URL: https://github.com/apache/doris/pull/40349#issuecomment-2367284839 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] [feat](nereids) disable join reorder if any table row count is not available [doris]

2024-09-22 Thread via GitHub
github-actions[bot] commented on PR #40349: URL: https://github.com/apache/doris/pull/40349#issuecomment-2367284808 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

Re: [PR] [feature](statistics)Use workload group to limit statistics io. [doris]

2024-09-22 Thread via GitHub
Jibing-Li commented on PR #39639: URL: https://github.com/apache/doris/pull/39639#issuecomment-2367283958 run cloud_p0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To un

[PR] [fix](cloud) Fix incorrect log for detached tablet stats kv [doris]

2024-09-22 Thread via GitHub
gavinchou opened a new pull request, #41119: URL: https://github.com/apache/doris/pull/41119 (no comment) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-

Re: [PR] [fix](cloud) Fix incorrect log for detached tablet stats kv [doris]

2024-09-22 Thread via GitHub
gavinchou commented on PR #41119: URL: https://github.com/apache/doris/pull/41119#issuecomment-2367278132 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To un

Re: [PR] [fix](cloud) Fix incorrect log for detached tablet stats kv [doris]

2024-09-22 Thread via GitHub
doris-robot commented on PR #41119: URL: https://github.com/apache/doris/pull/41119#issuecomment-2367278028 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

Re: [PR] [Opt](scanner-scheduler) Opt scanner scheduler starvation issue. [doris]

2024-09-22 Thread via GitHub
kaka11chen commented on PR #40641: URL: https://github.com/apache/doris/pull/40641#issuecomment-2367267796 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To u

Re: [PR] [branch-2.1][Fix](hdfs-fs)The cache expiration should explicitly release the held fs (#38610) [doris]

2024-09-22 Thread via GitHub
CalvinKirs commented on PR #41108: URL: https://github.com/apache/doris/pull/41108#issuecomment-2367274094 run p0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubsc

Re: [PR] [Opt](scanner-scheduler) Opt scanner scheduler starvation issue. [doris]

2024-09-22 Thread via GitHub
kaka11chen commented on code in PR #40641: URL: https://github.com/apache/doris/pull/40641#discussion_r1770791044 ## be/src/vec/exec/scan/scanner_scheduler.cpp: ## @@ -270,6 +272,10 @@ void ScannerScheduler::_scanner_scan(std::shared_ptr ctx, eos = true;

Re: [PR] [Opt](scanner-scheduler) Opt scanner scheduler starvation issue. [doris]

2024-09-22 Thread via GitHub
kaka11chen commented on code in PR #40641: URL: https://github.com/apache/doris/pull/40641#discussion_r1770788583 ## be/src/common/config.cpp: ## @@ -281,6 +281,8 @@ DEFINE_mInt32(doris_scan_range_max_mb, "1024"); DEFINE_mInt32(doris_scanner_row_num, "16384"); // single read e

Re: [PR] [feature](struct) Add a new syntax for struct constructor [doris]

2024-09-22 Thread via GitHub
xy720 commented on PR #41118: URL: https://github.com/apache/doris/pull/41118#issuecomment-2367266823 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubs

Re: [PR] [feature](struct) Add a new syntax for struct constructor [doris]

2024-09-22 Thread via GitHub
doris-robot commented on PR #41118: URL: https://github.com/apache/doris/pull/41118#issuecomment-2367266065 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

[PR] [feature](struct) Add a new syntax for struct constructor [doris]

2024-09-22 Thread via GitHub
xy720 opened a new pull request, #41118: URL: https://github.com/apache/doris/pull/41118 ## Proposed changes Add a new syntax for struct construct. `STRUCT( expr1 [AS field_name] [, ... ])` e.g. ``` select struct(1 as a, 'a' as b, 4, 5) => {"a":1, "b":"a", "col3

Re: [PR] [Feature](partial update) Support flexible partial update in stream load with json files [doris]

2024-09-22 Thread via GitHub
doris-robot commented on PR #39756: URL: https://github.com/apache/doris/pull/39756#issuecomment-2367253621 TeamCity be ut coverage result: Function Coverage: 37.25% (9612/25807) Line Coverage: 28.60% (79530/278110) Region Coverage: 28.05% (41130/146645) Branch Coverage: 24.6

Re: [PR] [feature](jdbc catalog) support gbase jdbc catalog [doris]

2024-09-22 Thread via GitHub
zy-kkk commented on PR #41027: URL: https://github.com/apache/doris/pull/41027#issuecomment-2367243491 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsub

Re: [PR] [fix](p2) fix assertion in test_broker_load_p2 (#41116) [doris]

2024-09-22 Thread via GitHub
doris-robot commented on PR #41117: URL: https://github.com/apache/doris/pull/41117#issuecomment-2367242284 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

[PR] [fix](p2) fix assertion in test_broker_load_p2 (#41116) [doris]

2024-09-22 Thread via GitHub
kaijchen opened a new pull request, #41117: URL: https://github.com/apache/doris/pull/41117 cherry-pick #41116 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscrib

  1   2   3   4   >