Re: [PR] [fix](planner) Fix delete statement on MOR unique table [doris]

2023-12-25 Thread via GitHub
bobhan1 commented on PR #28968: URL: https://github.com/apache/doris/pull/28968#issuecomment-1868835758 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

[PR] [fix](statistics)Fix rowCount==0 while analyzing bug. [doris]

2023-12-25 Thread via GitHub
Jibing-Li opened a new pull request, #28969: URL: https://github.com/apache/doris/pull/28969 Sample analyzing need to get row count by using table.getRowCount(). This method is not updated in real time, so the analyze task may write the result with all 0 and erase the updatedRows, which wil

Re: [PR] [ci](perf) 1. add perf check of tpcds, 2. adjust clickbench and tpch check [doris]

2023-12-25 Thread via GitHub
doris-robot commented on PR #28431: URL: https://github.com/apache/doris/pull/28431#issuecomment-1868841630 ClickBench test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` ClickBench test result on commit 5f5c4c80564c76ff4267fc4ce6a5408498ed1ab5, data reload: true

[PR] [release](version) change branch-2.0 version to 2.0.4-rc02 [doris]

2023-12-25 Thread via GitHub
xiaokang opened a new pull request, #28970: URL: https://github.com/apache/doris/pull/28970 ## 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] [release](version) change branch-2.0 version to 2.0.4-rc02 [doris]

2023-12-25 Thread via GitHub
xiaokang commented on PR #28970: URL: https://github.com/apache/doris/pull/28970#issuecomment-1868842019 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](Load)(step2)support nereids load job schedule [doris]

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

Re: [PR] [fix](statistics)Fix rowCount==0 while analyzing bug. [doris]

2023-12-25 Thread via GitHub
Jibing-Li commented on PR #28969: URL: https://github.com/apache/doris/pull/28969#issuecomment-1868842740 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] [Enhancement](plan) Support PREAGGOPEN when the case when/if contains a constant zero/nul… [doris]

2023-12-25 Thread via GitHub
DarvenDuan commented on PR #28886: URL: https://github.com/apache/doris/pull/28886#issuecomment-1868843100 run pipline_x -- 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

Re: [PR] [Enhancement](plan) Support PREAGGOPEN when the case when/if contains a constant zero/nul… [doris]

2023-12-25 Thread via GitHub
DarvenDuan commented on PR #28886: URL: https://github.com/apache/doris/pull/28886#issuecomment-1868843677 run pipeline_x -- 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

Re: [PR] [fix](planner) Fix delete statement on MOR unique table [doris]

2023-12-25 Thread via GitHub
morrySnow commented on code in PR #28968: URL: https://github.com/apache/doris/pull/28968#discussion_r1436007911 ## fe/fe-core/src/main/java/org/apache/doris/analysis/DeleteStmt.java: ## @@ -157,7 +157,7 @@ private void constructInsertStmt() throws AnalysisException {

Re: [PR] [feature](scan) Implement parallel scanning by dividing the tablets based on the row range [doris]

2023-12-25 Thread via GitHub
mrhhsg commented on PR #28967: URL: https://github.com/apache/doris/pull/28967#issuecomment-1868844550 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] [fix](nereids)add HllUnion and BitmapUnion for pre agg match [doris]

2023-12-25 Thread via GitHub
starocean999 opened a new pull request, #28971: URL: https://github.com/apache/doris/pull/28971 ## Proposed changes pick from master https://github.com/apache/doris/pull/27548 ## Further comments If this is a relatively large or complex change, kick off the discussion

Re: [PR] [fix](nereids)add HllUnion and BitmapUnion for pre agg match [doris]

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

Re: [PR] [optimize](count) optimize key exact query without reading data [doris]

2023-12-25 Thread via GitHub
xiaokang merged PR #28956: URL: https://github.com/apache/doris/pull/28956 -- 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 (95c8d3ed879 -> c5ee025cd4a)

2023-12-25 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 95c8d3ed879 [feature](nereids)support decimalv2 #28726 (#28838) add c5ee025cd4a [optimize](count) optimize pk e

Re: [PR] [Enhancement](plan) Support PREAGGOPEN when the case when/if contains a constant zero/nul… [doris]

2023-12-25 Thread via GitHub
DarvenDuan commented on PR #28886: URL: https://github.com/apache/doris/pull/28886#issuecomment-1868847570 run pipeline_x 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.

[PR] [Footer][User] Fix link of footer and invalid logo of Users [doris-website]

2023-12-25 Thread via GitHub
KassieZ opened a new pull request, #371: URL: https://github.com/apache/doris-website/pull/371 https://github.com/apache/doris-website/assets/139741991/6cbb8a29-09fb-424c-aa1f-7c6ecb298d17";> ![img_v3_026f_aa38cedb-96f5-486c-89bd-a615c1293c4g](https://github.com/apache/doris-websi

Re: [PR] [Pick2.0](inverted index) add lowercase option for inverted index analyzer (#28704) [doris]

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

Re: [PR] [ci](perf) 1. add perf check of tpcds, 2. adjust clickbench and tpch check [doris]

2023-12-25 Thread via GitHub
doris-robot commented on PR #28431: URL: https://github.com/apache/doris/pull/28431#issuecomment-1868849186 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf1 test result on commit 5f5c4c80564c76ff4267fc4ce6a5408498ed1ab5, data reload: true run tpch-s

Re: [PR] [Footer][User] Fix link of footer and invalid logo of Users [doris-website]

2023-12-25 Thread via GitHub
luzhijing merged PR #371: URL: https://github.com/apache/doris-website/pull/371 -- 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...@dori

(doris-website) branch master updated: [Footer][User] Fix link of footer and invalid logo of Users (#371)

2023-12-25 Thread luzhijing
This is an automated email from the ASF dual-hosted git repository. luzhijing pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/master by this push: new e9da885b662 [Footer][User] Fix link of

Re: [PR] [Improvement](execute) optimize for ColumnNullable's serialize_vec/deserialize_vec [doris]

2023-12-25 Thread via GitHub
BiteThet commented on PR #28788: URL: https://github.com/apache/doris/pull/28788#issuecomment-1868850361 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

Re: [PR] [Refactor](dialect) Add sql dialect converter plugins [doris]

2023-12-25 Thread via GitHub
dutyu commented on PR #28890: URL: https://github.com/apache/doris/pull/28890#issuecomment-1868850318 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] [ci](perf) 1. add perf check of tpcds, 2. adjust clickbench and tpch check [doris]

2023-12-25 Thread via GitHub
doris-robot commented on PR #28431: URL: https://github.com/apache/doris/pull/28431#issuecomment-1868850495 TPC-DS test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` TPC-DS sf1 test result on commit 5f5c4c80564c76ff4267fc4ce6a5408498ed1ab5, data reload: true

Re: [PR] [fix](planner) Fix delete statement on MOR unique table [doris]

2023-12-25 Thread via GitHub
doris-robot commented on PR #28968: URL: https://github.com/apache/doris/pull/28968#issuecomment-1868851248 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit ccfcada943d56b61f4cc9b3222d1af2b46dbe1eb, data reload: false run tpc

Re: [PR] [feature](load) enable memtable on sink node by default [doris]

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

(doris) branch master updated: [feature](load) enable memtable on sink node by default (#28963)

2023-12-25 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring 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 17917a0adb5 [feature](load) enable memtable

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

2023-12-25 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

Re: [PR] [Refactor](dialect) Add sql dialect converter plugins [doris]

2023-12-25 Thread via GitHub
dutyu commented on PR #28890: URL: https://github.com/apache/doris/pull/28890#issuecomment-1868853553 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] [fix](statistics)Fix rowCount==0 while analyzing bug. [doris]

2023-12-25 Thread via GitHub
doris-robot commented on PR #28969: URL: https://github.com/apache/doris/pull/28969#issuecomment-1868854922 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit b8043894985d3b8ea96bcd9ebf7e071f9cf4ce3a, data reload: false run tpc

Re: [PR] (feature)(LOG) Support to change be vlog level dynamically using http [doris]

2023-12-25 Thread via GitHub
ByteYue commented on PR #28785: URL: https://github.com/apache/doris/pull/28785#issuecomment-1868855267 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] [fix](statistics)Fix rowCount==0 while analyzing bug. [doris]

2023-12-25 Thread via GitHub
Jibing-Li commented on PR #28969: URL: https://github.com/apache/doris/pull/28969#issuecomment-1868855925 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

[PR] [feature](Nereids) support values inline table in query [doris]

2023-12-25 Thread via GitHub
morrySnow opened a new pull request, #28972: URL: https://github.com/apache/doris/pull/28972 ## 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](planner) Fix delete statement on MOR unique table [doris]

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

Re: [PR] [release](version) change branch-2.0 version to 2.0.4-rc02 [doris]

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

[PR] [improvement] (nereids) Get partition related table disable nullable field and complete agg matched pattern mv rules. [doris]

2023-12-25 Thread via GitHub
seawinde opened a new pull request, #28973: URL: https://github.com/apache/doris/pull/28973 ## Proposed changes Get partition related table disable nullable field Complete agg matched pattern mv rules Modify the regression test to make sure the result is not null, which

Re: [PR] (feature)(LOG) Support to change be vlog level dynamically using http [doris]

2023-12-25 Thread via GitHub
github-actions[bot] commented on PR #28785: URL: https://github.com/apache/doris/pull/28785#issuecomment-1868859141 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] (nereids) Get partition related table disable nullable field and complete agg matched pattern mv rules. [doris]

2023-12-25 Thread via GitHub
seawinde commented on PR #28973: URL: https://github.com/apache/doris/pull/28973#issuecomment-1868859353 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

[PR] [improve](move_memtbale) enable move memtable in routine load [doris]

2023-12-25 Thread via GitHub
HHoflittlefish777 opened a new pull request, #28974: URL: https://github.com/apache/doris/pull/28974 ## 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.or

[PR] [cherry pick](es-catalog)fix exception when querying ES table [doris]

2023-12-25 Thread via GitHub
liugddx opened a new pull request, #28975: URL: https://github.com/apache/doris/pull/28975 ## 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] [improve](move_memtbale) enable move memtable in routine load [doris]

2023-12-25 Thread via GitHub
HHoflittlefish777 commented on PR #28974: URL: https://github.com/apache/doris/pull/28974#issuecomment-1868860338 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] [improvement](merge-on-write) Optimize publish when there are missing versions (#28012) [doris]

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

Re: [PR] [cherry pick](es-catalog)fix exception when querying ES table [doris]

2023-12-25 Thread via GitHub
liugddx closed pull request #28975: [cherry pick](es-catalog)fix exception when querying ES table URL: https://github.com/apache/doris/pull/28975 -- 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

[PR] [exec](profile) only build expr debug string enable profile [doris]

2023-12-25 Thread via GitHub
HappenLee opened a new pull request, #28976: URL: https://github.com/apache/doris/pull/28976 ## 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] [bugfix](scannerscheduler) should minus num_of_scanners before check should schedule [doris]

2023-12-25 Thread via GitHub
yiguolei commented on PR #28926: URL: https://github.com/apache/doris/pull/28926#issuecomment-1868863243 run p0 10 -- 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] [Chore](Job)print log before task execute [doris]

2023-12-25 Thread via GitHub
github-actions[bot] commented on PR #28962: URL: https://github.com/apache/doris/pull/28962#issuecomment-1868863989 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] [enhencement](config) change default memtable size and loadStreamPerNode size [doris]

2023-12-25 Thread via GitHub
freemandealer opened a new pull request, #28977: URL: https://github.com/apache/doris/pull/28977 We change memtable size from 200MB to 100MB to achieve smoother flush performance. We change loadStreamPerNode from 20 to 60 to avoid stream rpc being the bottleneck when enabling memtable_on_si

Re: [PR] (feature)(LOG) Support to change be vlog level dynamically using http [doris]

2023-12-25 Thread via GitHub
doris-robot commented on PR #28785: URL: https://github.com/apache/doris/pull/28785#issuecomment-1868865732 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit fa1b471c3ef508cc9bda6d5d342753cffca7e8e2, data reload: false run tpc

Re: [PR] [exec](profile) only build expr debug string enable profile [doris]

2023-12-25 Thread via GitHub
github-actions[bot] commented on PR #28976: URL: https://github.com/apache/doris/pull/28976#issuecomment-1868865852 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] [enhencement](config) change default memtable size and loadStreamPerNode size [doris]

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

2023-12-25 Thread via GitHub
doris-robot commented on PR #28785: URL: https://github.com/apache/doris/pull/28785#issuecomment-1868866982 TeamCity be ut coverage result: Function Coverage: 36.58% (8556/23392) Line Coverage: 28.65% (69563/242806) Region Coverage: 27.65% (35977/130093) Branch Coverage: 24.3

Re: [PR] [Chore](Job)print log before task execute [doris]

2023-12-25 Thread via GitHub
JNSimba merged PR #28962: URL: https://github.com/apache/doris/pull/28962 -- 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.apac

(doris) branch master updated: [Chore](Job)print log before task execute (#28962)

2023-12-25 Thread diwu
This is an automated email from the ASF dual-hosted git repository. diwu 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 2dc7d82affa [Chore](Job)print log before task execu

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

2023-12-25 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

Re: [PR] [chore](deprecated dynamic schema) do not allow create deprecated dyn… [doris]

2023-12-25 Thread via GitHub
eldenmoon commented on PR #28961: URL: https://github.com/apache/doris/pull/28961#issuecomment-1868868391 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](statistics)Fix rowCount==0 while analyzing bug. [doris]

2023-12-25 Thread via GitHub
doris-robot commented on PR #28969: URL: https://github.com/apache/doris/pull/28969#issuecomment-1868869338 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit db51da46914739ccbacc1e457df46ba9e83673e3, data reload: false run tpc

Re: [PR] [fix](load)when enable_single_replica_load = true, load not failed a… [doris]

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

(doris) branch branch-2.0 updated: [fix](load)when enable_single_replica_load = true, load not timeout as expected (#26503)

2023-12-25 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring 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 5f5f0022539 [fix](load)when enable_s

Re: [PR] [enhencement](config) change default memtable size and loadStreamPerNode size [doris]

2023-12-25 Thread via GitHub
github-actions[bot] commented on PR #28977: URL: https://github.com/apache/doris/pull/28977#issuecomment-1868870083 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] [enhencement](config) change default memtable size and loadStreamPerNode size [doris]

2023-12-25 Thread via GitHub
github-actions[bot] commented on PR #28977: URL: https://github.com/apache/doris/pull/28977#issuecomment-1868870440 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](audit-log) add audit-log in insert into (#27641) [doris]

2023-12-25 Thread via GitHub
Mryange commented on PR #28946: URL: https://github.com/apache/doris/pull/28946#issuecomment-1868870831 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] [fix](load) use average of totalTaskExcutionTimeMs to taskExecuteTimeMs to avoid double-counting [doris]

2023-12-25 Thread via GitHub
HHoflittlefish777 commented on code in PR #28688: URL: https://github.com/apache/doris/pull/28688#discussion_r1436024815 ## fe/fe-core/src/main/java/org/apache/doris/load/routineload/RoutineLoadJob.java: ## @@ -789,6 +789,12 @@ private void updateNumOfData(long numOfTotalRows, l

Re: [PR] [fix](load) use average of totalTaskExcutionTimeMs to taskExecuteTimeMs to avoid double-counting [doris]

2023-12-25 Thread via GitHub
HHoflittlefish777 commented on PR #28688: URL: https://github.com/apache/doris/pull/28688#issuecomment-1868871162 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

[PR] [opt](inverted index) Add null document interface to optimize empty s… [doris]

2023-12-25 Thread via GitHub
qidaye opened a new pull request, #28978: URL: https://github.com/apache/doris/pull/28978 …tring indexing (#28661) ## Proposed changes pick from #28661 ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.

Re: [PR] [opt](inverted index) Add null document interface to optimize empty s… [doris]

2023-12-25 Thread via GitHub
qidaye commented on PR #28978: URL: https://github.com/apache/doris/pull/28978#issuecomment-1868872586 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](nereids)add HllUnion and BitmapUnion for pre agg match [doris]

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

Re: [PR] [Refactor](dialect) Add sql dialect converter plugins [doris]

2023-12-25 Thread via GitHub
doris-robot commented on PR #28890: URL: https://github.com/apache/doris/pull/28890#issuecomment-1868873378 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 5bc20737c07089850a44cc55cb45d83d54f35893, data reload: false run tpc

Re: [PR] [fix](statistics)Fix rowCount==0 while analyzing bug. [doris]

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

Re: [PR] [feature](audit-log) add audit-log in insert into (#27641) [doris]

2023-12-25 Thread via GitHub
github-actions[bot] commented on PR #28946: URL: https://github.com/apache/doris/pull/28946#issuecomment-1868873936 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] [Refactor](dialect) Add sql dialect converter plugins [doris]

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

Re: [PR] [opt](inverted index) Add null document interface to optimize empty s… [doris]

2023-12-25 Thread via GitHub
github-actions[bot] commented on PR #28978: URL: https://github.com/apache/doris/pull/28978#issuecomment-1868876248 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](load) use average of totalTaskExcutionTimeMs to taskExecuteTimeMs to avoid double-counting [doris]

2023-12-25 Thread via GitHub
HHoflittlefish777 commented on code in PR #28688: URL: https://github.com/apache/doris/pull/28688#discussion_r1436024815 ## fe/fe-core/src/main/java/org/apache/doris/load/routineload/RoutineLoadJob.java: ## @@ -789,6 +789,12 @@ private void updateNumOfData(long numOfTotalRows, l

Re: [PR] [improvement] (nereids) Get partition related table disable nullable field and complete agg matched pattern mv rules. [doris]

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

Re: [PR] [Improvement](execute) optimize for ColumnNullable's serialize_vec/deserialize_vec [doris]

2023-12-25 Thread via GitHub
doris-robot commented on PR #28788: URL: https://github.com/apache/doris/pull/28788#issuecomment-1868877378 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 0f6590b071b448aedf63a46e67bcf4d855a005c6, data reload: false run tpc

[PR] [bug](storage) Fix gc rowset bug [doris]

2023-12-25 Thread via GitHub
platoneko opened a new pull request, #28979: URL: https://github.com/apache/doris/pull/28979 ## Proposed changes Write rowset: add to pending_rowset_set write rowset file to tablet dir add to tablet_version_map erase from pending_rowset_set Original gc rowsets: li

Re: [PR] [bug](storage) Fix gc rowset bug [doris]

2023-12-25 Thread via GitHub
platoneko commented on PR #28979: URL: https://github.com/apache/doris/pull/28979#issuecomment-1868877842 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] [improve](move_memtbale) enable move memtable in routine load [doris]

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

[PR] [chore](config) modify `tablet_schema_cache_recycle_interval` from 24… [doris]

2023-12-25 Thread via GitHub
eldenmoon opened a new pull request, #28980: URL: https://github.com/apache/doris/pull/28980 …h to 1h To prevent from too many tablet schema cache in memory and lead to performance issue when hold lock to erase item ## Proposed changes Issue Number: close #xxx

Re: [PR] [chore](config) modify `tablet_schema_cache_recycle_interval` from 24… [doris]

2023-12-25 Thread via GitHub
Lchangliang commented on PR #28980: URL: https://github.com/apache/doris/pull/28980#issuecomment-1868879710 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 unsubscr

Re: [PR] [chore](config) modify `tablet_schema_cache_recycle_interval` from 24… [doris]

2023-12-25 Thread via GitHub
eldenmoon commented on PR #28980: URL: https://github.com/apache/doris/pull/28980#issuecomment-1868880215 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] [chore](config) modify `tablet_schema_cache_recycle_interval` from 24… [doris]

2023-12-25 Thread via GitHub
github-actions[bot] commented on PR #28980: URL: https://github.com/apache/doris/pull/28980#issuecomment-1868880230 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] [improvement] (nereids) Get partition related table disable nullable field and complete agg matched pattern mv rules. [doris]

2023-12-25 Thread via GitHub
doris-robot commented on PR #28973: URL: https://github.com/apache/doris/pull/28973#issuecomment-1868881033 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 607463486dd537af969e7d5aaf0f41ee7c45385e, data reload: false run tpc

Re: [PR] [enhencement](config) change default memtable size and loadStreamPerNode size [doris]

2023-12-25 Thread via GitHub
doris-robot commented on PR #28977: URL: https://github.com/apache/doris/pull/28977#issuecomment-1868881237 TeamCity be ut coverage result: Function Coverage: 36.56% (8551/23387) Line Coverage: 28.64% (69537/242768) Region Coverage: 27.65% (35965/130083) Branch Coverage: 24.3

Re: [PR] [bug](storage) Fix gc rowset bug [doris]

2023-12-25 Thread via GitHub
github-actions[bot] commented on PR #28979: URL: https://github.com/apache/doris/pull/28979#issuecomment-1868881873 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] [chore](config) modify `tablet_schema_cache_recycle_interval` from 24… [doris]

2023-12-25 Thread via GitHub
github-actions[bot] commented on PR #28980: URL: https://github.com/apache/doris/pull/28980#issuecomment-1868882494 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: [I] [Bug] if port=9010 is used on host, it will deploy doris failed by docker-compose [doris]

2023-12-25 Thread via GitHub
laglangyue commented on issue #28960: URL: https://github.com/apache/doris/issues/28960#issuecomment-1868882454 There are some issues with the Docker deploy provided on the official website. there is a other question: ![image](https://github.com/apache/doris/assets/35491928/146d4e3b-2

[PR] [Bug](branch-2.0) Fix exception-unsafe in aggregation node [doris]

2023-12-25 Thread via GitHub
xy720 opened a new pull request, #28981: URL: https://github.com/apache/doris/pull/28981 ## Proposed changes cherry-pick: #28483 ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto:d...@do

Re: [PR] [release](version) change branch-2.0 version to 2.0.4-rc02 [doris]

2023-12-25 Thread via GitHub
xiaokang merged PR #28970: URL: https://github.com/apache/doris/pull/28970 -- 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: [release](version) change branch-2.0 version to 2.0.4-rc02 (#28970)

2023-12-25 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 a815703a0ea [release](version) change bran

(doris) tag 2.0.4-rc02 created (now a815703a0ea)

2023-12-25 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a change to tag 2.0.4-rc02 in repository https://gitbox.apache.org/repos/asf/doris.git at a815703a0ea (commit) No new revisions were added by this update.

Re: [PR] [improve](move_memtbale) enable move memtable in routine load [doris]

2023-12-25 Thread via GitHub
doris-robot commented on PR #28974: URL: https://github.com/apache/doris/pull/28974#issuecomment-1868884438 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 970beca5f86372fab9309f8d108f280b223ad0b5, data reload: false run tpc

Re: [PR] [doc](Variant) add doc for Variant type [doris]

2023-12-25 Thread via GitHub
eldenmoon commented on PR #28951: URL: https://github.com/apache/doris/pull/28951#issuecomment-1868885169 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] [Bug](branch2.0) Fix exception-unsafe in aggregation node [doris]

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

[PR] [feature](nereids)support partition property in nereids [doris]

2023-12-25 Thread via GitHub
starocean999 opened a new pull request, #28982: URL: https://github.com/apache/doris/pull/28982 ## 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

Re: [PR] [feature](nereids)support partition property in nereids [doris]

2023-12-25 Thread via GitHub
starocean999 commented on PR #28982: URL: https://github.com/apache/doris/pull/28982#issuecomment-1868887039 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] (feature)(cloud) Use dynamic allocator instead of static buffer pool for better elasticity. [doris]

2023-12-25 Thread via GitHub
ByteYue opened a new pull request, #28983: URL: https://github.com/apache/doris/pull/28983 ## Proposed changes Issue Number: close #xxx The former implementation of the S3 buffer pool is not elastic, especially on cloud mode where all the load operation would access S3 then the

Re: [PR] (feature)(cloud) Use dynamic allocator instead of static buffer pool for better elasticity. [doris]

2023-12-25 Thread via GitHub
ByteYue commented on PR #28983: URL: https://github.com/apache/doris/pull/28983#issuecomment-1868887250 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] [enhencement](config) change default memtable size and loadStreamPerNode size [doris]

2023-12-25 Thread via GitHub
doris-robot commented on PR #28977: URL: https://github.com/apache/doris/pull/28977#issuecomment-1868887828 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit ec88d7dc443f53028e8f8958b6063d64f3d2f38a, data reload: false run tpc

Re: [PR] [opt](inverted index) Add null document interface to optimize empty s… [doris]

2023-12-25 Thread via GitHub
doris-robot commented on PR #28978: URL: https://github.com/apache/doris/pull/28978#issuecomment-186424 TeamCity be ut coverage result: Function Coverage: 37.75% (7993/21173) Line Coverage: 29.45% (64934/220491) Region Coverage: 28.92% (33405/115506) Branch Coverage: 24.7

[PR] [chore](config) modify `variant_ratio_of_defaults_as_sparse_column` f… [doris]

2023-12-25 Thread via GitHub
eldenmoon opened a new pull request, #28984: URL: https://github.com/apache/doris/pull/28984 …rom 0.95 to 1 since sparse column is not stable at present ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or

  1   2   3   4   5   6   7   8   9   >