[I] [Bug] query plan can be rewrited to get better performance when reading big text column [doris]

2023-12-21 Thread via GitHub
trikker opened a new issue, #28868: URL: https://github.com/apache/doris/issues/28868 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version 2.0.3 ### What's

Re: [PR] [improvement](jdbc catalog) Change the connection pool parameters of Jdbc Catalog to be configurable [doris]

2023-12-21 Thread via GitHub
zy-kkk commented on PR #28779: URL: https://github.com/apache/doris/pull/28779#issuecomment-1867354640 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] [enhancement](fe-memory) support label num threshold to reduce fe memory consumption [doris]

2023-12-21 Thread via GitHub
yujun777 commented on code in PR #22889: URL: https://github.com/apache/doris/pull/22889#discussion_r1434811587 ## fe/fe-core/src/main/java/org/apache/doris/load/sync/SyncJobManager.java: ## @@ -283,13 +286,28 @@ public void updateNeedSchedule() throws UserException { // St

Re: [PR] [improvement](jdbc catalog) Optimize connection pool caching logic [doris]

2023-12-21 Thread via GitHub
doris-robot commented on PR #28859: URL: https://github.com/apache/doris/pull/28859#issuecomment-1867355375 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 44.03 seconds stream load tsv: 580 seconds loaded 74807831229 Bytes,

Re: [PR] [branch-2.0](publish version) fix publish version failed but return ok #28425 [doris]

2023-12-21 Thread via GitHub
doris-robot commented on PR #28791: URL: https://github.com/apache/doris/pull/28791#issuecomment-1867355151 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 50.1 seconds stream load tsv: 569 seconds loaded 74807831229 Bytes, a

Re: [PR] [branch-2.0](fe ut) make colcoate test wait time longer (#26999) [doris]

2023-12-21 Thread via GitHub
doris-robot commented on PR #28628: URL: https://github.com/apache/doris/pull/28628#issuecomment-1867355015 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 48.52 seconds stream load tsv: 568 seconds loaded 74807831229 Bytes,

Re: [PR] [improvement](jdbc catalog) Optimize connection pool caching logic [doris]

2023-12-21 Thread via GitHub
doris-robot commented on PR #28857: URL: https://github.com/apache/doris/pull/28857#issuecomment-1867354743 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 51.43 seconds stream load tsv: 569 seconds loaded 74807831229 Bytes,

Re: [PR] [enhancement](fe-memory) support label num threshold to reduce fe memory consumption [doris]

2023-12-21 Thread via GitHub
yujun777 commented on code in PR #22889: URL: https://github.com/apache/doris/pull/22889#discussion_r1434810351 ## fe/fe-core/src/main/java/org/apache/doris/load/routineload/RoutineLoadManager.java: ## @@ -679,19 +681,35 @@ public void processTimeoutTasks() { // Remove ol

Re: [PR] [nereids] fix join fd computing bug [doris]

2023-12-21 Thread via GitHub
xzj7019 commented on PR #28849: URL: https://github.com/apache/doris/pull/28849#issuecomment-1867351898 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] [exec](load) change default parallel num from 1 to 8 in no pipeline exec engine [doris]

2023-12-21 Thread via GitHub
github-actions[bot] commented on PR #28864: URL: https://github.com/apache/doris/pull/28864#issuecomment-1867351114 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

[I] [Bug] [doris]

2023-12-21 Thread via GitHub
xlostpath opened a new issue, #28866: URL: https://github.com/apache/doris/issues/28866 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version 2.0.2 ### What'

Re: [PR] [hotfix](jdbc catalog) fix load table and column names npe [doris]

2023-12-21 Thread via GitHub
zy-kkk commented on PR #28865: URL: https://github.com/apache/doris/pull/28865#issuecomment-1867349171 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

[PR] [hotfix](jdbc catalog) fix load table and column names npe [doris]

2023-12-21 Thread via GitHub
zy-kkk opened a new pull request, #28865: URL: https://github.com/apache/doris/pull/28865 ## Proposed changes Issue Number: close #xxx This fix is for the npe situation that occurs when FE of non-Master nodes initializes Jdbc Catalog metadata. 2.0: #28815 ## Furth

Error while running github feature from .asf.yaml in doris!

2023-12-21 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: You can only have a maximum of 10 external triage collaborators, please contact vp-in...@apache.org to request an exception. - To unsubscribe, e-mail: commits-unsub

(doris) branch master updated: [fix](hash join) fix stack overflow caused by evaluate case expr on huge build block (#28851)

2023-12-21 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 d75300f166a [fix](hash join) fix stack overflow

Re: [PR] [fix](hash join) fix stack overflow caused by evaluate case expr on huge build block [doris]

2023-12-21 Thread via GitHub
yiguolei merged PR #28851: URL: https://github.com/apache/doris/pull/28851 -- 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

[PR] [exec](load) change default parallel num from 1 to 8 in no pipeline exec engine [doris]

2023-12-21 Thread via GitHub
HappenLee opened a new pull request, #28864: URL: https://github.com/apache/doris/pull/28864 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailt

Re: [PR] [fix](nereids) "not is null" stats estimation fix [doris]

2023-12-21 Thread via GitHub
englefly commented on PR #28860: URL: https://github.com/apache/doris/pull/28860#issuecomment-1867345052 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] [improve](move-memtable) remove heavy work pool from load stream [doris]

2023-12-21 Thread via GitHub
github-actions[bot] commented on PR #28745: URL: https://github.com/apache/doris/pull/28745#issuecomment-1867342389 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] [opt](invert index) Empty strings are not written to the index in the… [doris]

2023-12-21 Thread via GitHub
github-actions[bot] commented on PR #28822: URL: https://github.com/apache/doris/pull/28822#issuecomment-1867342213 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] [improvement](group commit) refector replay wal function [doris]

2023-12-21 Thread via GitHub
github-actions[bot] commented on PR #28756: URL: https://github.com/apache/doris/pull/28756#issuecomment-1867341670 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](profile) store profile information of be in Rocksdb [doris]

2023-12-21 Thread via GitHub
github-actions[bot] commented on code in PR #28782: URL: https://github.com/apache/doris/pull/28782#discussion_r1434801112 ## be/src/util/profile_recorder.cpp: ## @@ -0,0 +1,174 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agr

Re: [PR] (enhance)(S3) Change s3 metric from bvar adder to latency recorder [doris]

2023-12-21 Thread via GitHub
github-actions[bot] commented on PR #28861: URL: https://github.com/apache/doris/pull/28861#issuecomment-1867339624 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] [opt](invert index) Empty strings are not written to the index in the… [doris]

2023-12-21 Thread via GitHub
zzzxl1993 commented on PR #28822: URL: https://github.com/apache/doris/pull/28822#issuecomment-1867337096 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] [improvement](group commit) refector replay wal function [doris]

2023-12-21 Thread via GitHub
hust-hhb commented on PR #28756: URL: https://github.com/apache/doris/pull/28756#issuecomment-1867337061 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] [refactor](test)correct create table statement [doris]

2023-12-21 Thread via GitHub
starocean999 commented on PR #28863: URL: https://github.com/apache/doris/pull/28863#issuecomment-1867335922 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

[PR] [refactor](test)correct create table statement [doris]

2023-12-21 Thread via GitHub
starocean999 opened a new pull request, #28863: URL: https://github.com/apache/doris/pull/28863 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](ma

[I] [Bug] s3 tvf error [doris]

2023-12-21 Thread via GitHub
wz11wz opened a new issue, #28862: URL: https://github.com/apache/doris/issues/28862 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version 2.0.2 ### What's W

Re: [PR] (enhance)(S3) Change s3 metric from bvar adder to latency recorder [doris]

2023-12-21 Thread via GitHub
ByteYue commented on PR #28861: URL: https://github.com/apache/doris/pull/28861#issuecomment-1867334143 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] [Enhancement](Broker) Add high concurrency broker thrift server. [doris]

2023-12-21 Thread via GitHub
fm closed pull request #28804: [Enhancement](Broker) Add high concurrency broker thrift server. URL: https://github.com/apache/doris/pull/28804 -- 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 th

[PR] (enhance)(S3) Change s3 metric from bvar adder to latency recorder [doris]

2023-12-21 Thread via GitHub
ByteYue opened a new pull request, #28861: URL: https://github.com/apache/doris/pull/28861 ## Proposed changes Issue Number: close #xxx We can get better observability like P99, latency etc. with LatencyRecorder. ## Further comments If this is a relatively large or

[PR] [fix](nereids) "not is null" stats estimation fix [doris]

2023-12-21 Thread via GitHub
englefly opened a new pull request, #28860: URL: https://github.com/apache/doris/pull/28860 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto

Re: [PR] [improvement](jdbc catalog) Optimize connection pool caching logic [doris]

2023-12-21 Thread via GitHub
zy-kkk commented on PR #28859: URL: https://github.com/apache/doris/pull/28859#issuecomment-1867330473 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

[PR] [improvement](jdbc catalog) Optimize connection pool caching logic [doris]

2023-12-21 Thread via GitHub
zy-kkk opened a new pull request, #28859: URL: https://github.com/apache/doris/pull/28859 ## Proposed changes Issue Number: close #xxx In the old caching logic, we only used jdbcurl, user, and password as cache keys. This may cause the old link to be still used when replacing t

Re: [PR] Related partition exclude null generate column when increment build materialized view [doris]

2023-12-21 Thread via GitHub
doris-robot commented on PR #28855: URL: https://github.com/apache/doris/pull/28855#issuecomment-1867329927 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 44.32 seconds stream load tsv: 581 seconds loaded 74807831229 Bytes,

Re: [PR] [opt](invert index) Empty strings are not written to the index in the… [doris]

2023-12-21 Thread via GitHub
github-actions[bot] commented on PR #28822: URL: https://github.com/apache/doris/pull/28822#issuecomment-1867329403 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] [branch-2.0](publish version) fix publish version failed but return ok #28425 [doris]

2023-12-21 Thread via GitHub
doris-robot commented on PR #28791: URL: https://github.com/apache/doris/pull/28791#issuecomment-1867328944 TeamCity be ut coverage result: Function Coverage: 37.74% (7990/21173) Line Coverage: 29.45% (64914/220432) Region Coverage: 28.91% (33385/115472) Branch Coverage: 24.7

Error while running github feature from .asf.yaml in doris!

2023-12-21 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: You can only have a maximum of 10 external triage collaborators, please contact vp-in...@apache.org to request an exception. - To unsubscribe, e-mail: commits-unsub

(doris) branch master updated (5420575184f -> cb61a0727f1)

2023-12-21 Thread gabriellee
This is an automated email from the ASF dual-hosted git repository. gabriellee pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 5420575184f check stats and log memo for ds46 (#28396) add cb61a0727f1 [bug](sharedscan) Fix shared scan bug

Re: [PR] [bug](sharedscan) Fix shared scan bug [doris]

2023-12-21 Thread via GitHub
Gabriel39 merged PR #28841: URL: https://github.com/apache/doris/pull/28841 -- 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] [bug](sharedscan) Fix shared scan bug [doris]

2023-12-21 Thread via GitHub
github-actions[bot] commented on PR #28841: URL: https://github.com/apache/doris/pull/28841#issuecomment-1867324147 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] [bug](sharedscan) Fix shared scan bug [doris]

2023-12-21 Thread via GitHub
github-actions[bot] commented on PR #28841: URL: https://github.com/apache/doris/pull/28841#issuecomment-1867324179 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](mtmv) fix failed to specify the number of buckets when bucket auto [doris]

2023-12-21 Thread via GitHub
doris-robot commented on PR #28854: URL: https://github.com/apache/doris/pull/28854#issuecomment-1867323030 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 43.94 seconds stream load tsv: 582 seconds loaded 74807831229 Bytes,

Re: [PR] [nereids] fix join fd computing bug [doris]

2023-12-21 Thread via GitHub
doris-robot commented on PR #28849: URL: https://github.com/apache/doris/pull/28849#issuecomment-1867319782 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 43.86 seconds stream load tsv: 581 seconds loaded 74807831229 Bytes,

Re: [PR] [refactor](pipelineX)do not override dependency() function in pipelineX [doris]

2023-12-21 Thread via GitHub
doris-robot commented on PR #28848: URL: https://github.com/apache/doris/pull/28848#issuecomment-1867312998 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 43.77 seconds stream load tsv: 568 seconds loaded 74807831229 Bytes,

Re: [PR] [fix](hash join) fix stack overflow caused by evaluate case expr on huge build block [doris]

2023-12-21 Thread via GitHub
doris-robot commented on PR #28851: URL: https://github.com/apache/doris/pull/28851#issuecomment-1867312829 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 43.96 seconds stream load tsv: 567 seconds loaded 74807831229 Bytes,

Re: [PR] [feature](Nereids): eliminate left outer join by unique [doris]

2023-12-21 Thread via GitHub
doris-robot commented on PR #28853: URL: https://github.com/apache/doris/pull/28853#issuecomment-1867312970 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 44.89 seconds stream load tsv: 565 seconds loaded 74807831229 Bytes,

Re: [PR] [feature](Nereids) Pull up join from union all [doris]

2023-12-21 Thread via GitHub
doris-robot commented on PR #28682: URL: https://github.com/apache/doris/pull/28682#issuecomment-1867313024 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 44.42 seconds stream load tsv: 566 seconds loaded 74807831229 Bytes,

Re: [PR] [Feature](inverted index) add lowercase option for inverted index analyzer [doris]

2023-12-21 Thread via GitHub
github-actions[bot] commented on PR #28704: URL: https://github.com/apache/doris/pull/28704#issuecomment-1867312869 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](inverted index) add lowercase option for inverted index analyzer [doris]

2023-12-21 Thread via GitHub
github-actions[bot] commented on PR #28704: URL: https://github.com/apache/doris/pull/28704#issuecomment-1867310538 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](inverted index) add lowercase option for inverted index analyzer [doris]

2023-12-21 Thread via GitHub
github-actions[bot] commented on PR #28704: URL: https://github.com/apache/doris/pull/28704#issuecomment-1867310521 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

[PR] [doc](multi-catalog)add krb and some ertificates FAQs [doris]

2023-12-21 Thread via GitHub
wsjz opened a new pull request, #28858: URL: https://github.com/apache/doris/pull/28858 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto:d..

Re: [PR] [fix](hash join) fix stack overflow caused by evaluate case expr on huge build block [doris]

2023-12-21 Thread via GitHub
github-actions[bot] commented on PR #28851: URL: https://github.com/apache/doris/pull/28851#issuecomment-1867309310 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](hash join) fix stack overflow caused by evaluate case expr on huge build block [doris]

2023-12-21 Thread via GitHub
github-actions[bot] commented on PR #28851: URL: https://github.com/apache/doris/pull/28851#issuecomment-1867309292 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] [improvement](jdbc catalog) Optimize connection pool caching logic [doris]

2023-12-21 Thread via GitHub
zy-kkk commented on PR #28857: URL: https://github.com/apache/doris/pull/28857#issuecomment-1867308541 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] [Feature](inverted index) add lowercase option for inverted index analyzer [doris]

2023-12-21 Thread via GitHub
airborne12 commented on PR #28704: URL: https://github.com/apache/doris/pull/28704#issuecomment-1867308248 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

Error while running github feature from .asf.yaml in doris!

2023-12-21 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: You can only have a maximum of 10 external triage collaborators, please contact vp-in...@apache.org to request an exception. - To unsubscribe, e-mail: commits-unsub

(doris) branch master updated: check stats and log memo for ds46 (#28396)

2023-12-21 Thread englefly
This is an automated email from the ASF dual-hosted git repository. englefly 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 5420575184f check stats and log memo for ds46

[PR] [improvement](jdbc catalog) Optimize connection pool caching logic [doris]

2023-12-21 Thread via GitHub
zy-kkk opened a new pull request, #28857: URL: https://github.com/apache/doris/pull/28857 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto:d

Re: [PR] [regressioncase](nereids)check stats and log memo for tpcds_sf1_unique_p1/query46 [doris]

2023-12-21 Thread via GitHub
englefly merged PR #28396: URL: https://github.com/apache/doris/pull/28396 -- 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] (feature)(LOG) Support to change be vlog level dynamically using http [doris]

2023-12-21 Thread via GitHub
doris-robot commented on PR #28785: URL: https://github.com/apache/doris/pull/28785#issuecomment-1867307272 TeamCity be ut coverage result: Function Coverage: 36.48% (8539/23408) Line Coverage: 28.59% (69418/242823) Region Coverage: 27.61% (35920/130110) Branch Coverage: 24.3

Re: [PR] [fix](mtmv) fix failed to specify the number of buckets when bucket auto [doris]

2023-12-21 Thread via GitHub
github-actions[bot] commented on PR #28854: URL: https://github.com/apache/doris/pull/28854#issuecomment-1867305283 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

Error while running github feature from .asf.yaml in doris!

2023-12-21 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: You can only have a maximum of 10 external triage collaborators, please contact vp-in...@apache.org to request an exception. - To unsubscribe, e-mail: commits-unsub

(doris) branch master updated: [opt](sessionVar)show changed sessoin var first #28840

2023-12-21 Thread englefly
This is an automated email from the ASF dual-hosted git repository. englefly 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 7f310cec9c9 [opt](sessionVar)show changed sesso

Re: [PR] [opt](sessionVar)show changed sessoin var first [doris]

2023-12-21 Thread via GitHub
englefly merged PR #28840: URL: https://github.com/apache/doris/pull/28840 -- 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] [enhancement](bulk-load) cancel loading tasks directly without retrying when timeout exceeded [doris]

2023-12-21 Thread via GitHub
github-actions[bot] commented on PR #28666: URL: https://github.com/apache/doris/pull/28666#issuecomment-1867303331 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](bulk-load) cancel loading tasks directly without retrying when timeout exceeded [doris]

2023-12-21 Thread via GitHub
github-actions[bot] commented on PR #28666: URL: https://github.com/apache/doris/pull/28666#issuecomment-1867303303 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](compaction) time series compaction policy -> compact consecutive empty rowsets [doris]

2023-12-21 Thread via GitHub
qidaye commented on code in PR #27299: URL: https://github.com/apache/doris/pull/27299#discussion_r1434766727 ## be/src/olap/cumulative_compaction_time_series_policy.cpp: ## @@ -254,10 +282,11 @@ int TimeSeriesCumulativeCompactionPolicy::pick_input_rowsets( void TimeSeriesCumu

Re: [PR] Related partition exclude null generate column when increment build materialized view [doris]

2023-12-21 Thread via GitHub
seawinde commented on PR #28855: URL: https://github.com/apache/doris/pull/28855#issuecomment-1867299771 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] Related partition exclude null generate column when increment build materialized view [doris]

2023-12-21 Thread via GitHub
seawinde commented on PR #28855: URL: https://github.com/apache/doris/pull/28855#issuecomment-1867297584 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](mtmv) fix failed to specify the number of buckets when bucket auto [doris]

2023-12-21 Thread via GitHub
zddr commented on PR #28854: URL: https://github.com/apache/doris/pull/28854#issuecomment-1867297736 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

[PR] Related partition exclude null generate column when increment build materialized view [doris]

2023-12-21 Thread via GitHub
seawinde opened a new pull request, #28855: URL: https://github.com/apache/doris/pull/28855 ## Proposed changes Infer partition column by materialized view partition column, exclude null generate column in join when increment build materialized view ## Further comments I

Re: [PR] [nereids] fix join fd computing bug [doris]

2023-12-21 Thread via GitHub
xzj7019 commented on PR #28849: URL: https://github.com/apache/doris/pull/28849#issuecomment-1867297037 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] [test](regression) add 'sync' for som stream load (#27357) [doris]

2023-12-21 Thread via GitHub
xiaokang commented on PR #28845: URL: https://github.com/apache/doris/pull/28845#issuecomment-1867292541 #27357 -- 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 unsubscri

(doris) branch branch-2.0 updated (f345ccd7710 -> 74a71702635)

2023-12-21 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a change to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git from f345ccd7710 [fix](nereids)subquery unnest need handle subquery in Not expr correnctly #28713 (#28829) add 74a7

Re: [PR] [test](regression) add 'sync' for som stream load (#27357) [doris]

2023-12-21 Thread via GitHub
xiaokang merged PR #28845: URL: https://github.com/apache/doris/pull/28845 -- 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] [branch-2.0](publish version) fix publish version failed but return ok #28425 [doris]

2023-12-21 Thread via GitHub
github-actions[bot] commented on PR #28791: URL: https://github.com/apache/doris/pull/28791#issuecomment-1867292232 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] [fix](doc) typo fix in auto-partition page [doris]

2023-12-21 Thread via GitHub
github-actions[bot] commented on PR #28512: URL: https://github.com/apache/doris/pull/28512#issuecomment-1867291891 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](doc) typo fix in auto-partition page [doris]

2023-12-21 Thread via GitHub
github-actions[bot] commented on PR #28512: URL: https://github.com/apache/doris/pull/28512#issuecomment-1867291863 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](doc) typo fix in auto-partition page [doris]

2023-12-21 Thread via GitHub
luzhijing commented on PR #28512: URL: https://github.com/apache/doris/pull/28512#issuecomment-1867291797 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

(doris) branch branch-2.0 updated: [fix](nereids)subquery unnest need handle subquery in Not expr correnctly #28713 (#28829)

2023-12-21 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao 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 f345ccd7710 [fix](nereids)subquery unnest

Re: [PR] [fix](nereids)subquery unnest need handle subquery in Not expr correctly [doris]

2023-12-21 Thread via GitHub
xiaokang merged PR #28829: URL: https://github.com/apache/doris/pull/28829 -- 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] [branch-2.0](fe ut) make colcoate test wait time longer (#26999) [doris]

2023-12-21 Thread via GitHub
yujun777 commented on PR #28628: URL: https://github.com/apache/doris/pull/28628#issuecomment-1867289395 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] [branch-2.0](fe ut) make colcoate test wait time longer (#26999) [doris]

2023-12-21 Thread via GitHub
xiaokang commented on PR #28628: URL: https://github.com/apache/doris/pull/28628#issuecomment-1867288954 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

Error while running github feature from .asf.yaml in doris!

2023-12-21 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: You can only have a maximum of 10 external triage collaborators, please contact vp-in...@apache.org to request an exception. - To unsubscribe, e-mail: commits-unsub

(doris) branch master updated (007f498f3b7 -> 9b67c862193)

2023-12-21 Thread jianliangqi
This is an automated email from the ASF dual-hosted git repository. jianliangqi pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 007f498f3b7 (enhance)(InternalQuery) Support to collect profile for intenal query (#28762) add 9b67c862193 [

Re: [PR] [branch-2.0](publish version) fix publish version failed but return ok #28425 [doris]

2023-12-21 Thread via GitHub
xiaokang commented on PR #28791: URL: https://github.com/apache/doris/pull/28791#issuecomment-1867288527 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] (feature)(LOG) Support to change be vlog level dynamically using http [doris]

2023-12-21 Thread via GitHub
ByteYue commented on PR #28785: URL: https://github.com/apache/doris/pull/28785#issuecomment-1867288519 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] [optimize](count) optimize key exact query without reading data [doris]

2023-12-21 Thread via GitHub
qidaye merged PR #28494: URL: https://github.com/apache/doris/pull/28494 -- 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

[PR] [fix](mtmv) fix failed to specify the number of buckets when bucket auto [doris]

2023-12-21 Thread via GitHub
zddr opened a new pull request, #28854: URL: https://github.com/apache/doris/pull/28854 ## Proposed changes Issue Number: close #xxx - fix failed to specify the number of buckets when bucket auto - delete unused SessionVariable - if mtmv used external table ,check `isMate

Re: [PR] [enhance](S3) Add timeout config for s3 buffer allocation [doris]

2023-12-21 Thread via GitHub
xiaokang commented on PR #27987: URL: https://github.com/apache/doris/pull/27987#issuecomment-1867287285 #26125 -- 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 unsubscr

Re: [PR] [refactor](pipelineX)do not override dependency() function in pipelineX [doris]

2023-12-21 Thread via GitHub
doris-robot commented on PR #28848: URL: https://github.com/apache/doris/pull/28848#issuecomment-1867287104 TeamCity be ut coverage result: Function Coverage: 36.48% (8536/23399) Line Coverage: 28.59% (69398/242751) Region Coverage: 27.60% (35905/130076) Branch Coverage: 24.3

(doris) branch branch-2.0 updated: [enhance](S3) Add timeout config for s3 buffer allocation #26125 (#27987)

2023-12-21 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao 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 4b445d9f22e [enhance](S3) Add timeout con

Re: [PR] [enhance](S3) Add timeout config for s3 buffer allocation [doris]

2023-12-21 Thread via GitHub
xiaokang merged PR #27987: URL: https://github.com/apache/doris/pull/27987 -- 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] [fix](hash join) fix stack overflow caused by evaluate case expr on huge build block [doris]

2023-12-21 Thread via GitHub
doris-robot commented on PR #28851: URL: https://github.com/apache/doris/pull/28851#issuecomment-1867287031 TeamCity be ut coverage result: Function Coverage: 36.48% (8537/23402) Line Coverage: 28.59% (69411/242782) Region Coverage: 27.60% (35910/130087) Branch Coverage: 24.3

(doris) branch branch-2.0 updated: [enhance](PrefetchReader) Make the prefetch timeout one config (#27371) (#27530)

2023-12-21 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao 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 2bc39d5c9c3 [enhance](PrefetchReader) Make

Re: [PR] Pick "[enhance](PrefetchReader) Make the prefetch timeout one config (#27371)" [doris]

2023-12-21 Thread via GitHub
xiaokang merged PR #27530: URL: https://github.com/apache/doris/pull/27530 -- 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

(doris) branch branch-2.0 updated: [chore](be) format reader parameter settings #22964 (#26855)

2023-12-21 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao 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 615a6e1d1c9 [chore](be) format reader para

Re: [PR] [chore](be) format reader parameter settings [doris]

2023-12-21 Thread via GitHub
xiaokang merged PR #26855: URL: https://github.com/apache/doris/pull/26855 -- 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] [fix](multi-catalog)filter impala generated path [doris]

2023-12-21 Thread via GitHub
wsjz commented on PR #28786: URL: https://github.com/apache/doris/pull/28786#issuecomment-1867284643 have created the impala dir in p2 case -- 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 spe

  1   2   3   4   5   6   7   8   9   10   >