Re: [PR] [feature](function) support quote string function [doris]

2024-04-03 Thread via GitHub
doris-robot commented on PR #33055: URL: https://github.com/apache/doris/pull/33055#issuecomment-2034367690 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit f137d289867ec3a6dcf138385b1d5b1cac894661 with default session variables Stream

Re: [PR] [feature](merge-cloud) Add table stat metrics in FE [doris]

2024-04-03 Thread via GitHub
doris-robot commented on PR #32876: URL: https://github.com/apache/doris/pull/32876#issuecomment-2034365654 ClickBench: Total hot run time: 30.97 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Fix]fix insert overwrite non-partition table null pointer exception [doris]

2024-04-03 Thread via GitHub
feiniaofeiafei commented on PR #33205: URL: https://github.com/apache/doris/pull/33205#issuecomment-2034366348 run external -- 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] [feature](merge-cloud) Add table stat metrics in FE [doris]

2024-04-03 Thread via GitHub
doris-robot commented on PR #32876: URL: https://github.com/apache/doris/pull/32876#issuecomment-2034371130 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit 9931a5ae54ee262da7c2558695d328464054126b with default session variables Stream

Re: [PR] [fix](kill_sql) support force cancel sql [doris]

2024-04-03 Thread via GitHub
doris-robot commented on PR #33235: URL: https://github.com/apache/doris/pull/33235#issuecomment-2034373858 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](kill_sql) support force cancel sql [doris]

2024-04-03 Thread via GitHub
Yulei-Yang opened a new pull request, #33235: URL: https://github.com/apache/doris/pull/33235 In some scenarios, cancel query does not work, no matter auto cancel or manually cancel. One case is when an error occurs during analyzing a sql. https://github.com/apache/doris/assets/2800417

Re: [PR] [fix](kill_sql) support force cancel sql [doris]

2024-04-03 Thread via GitHub
Yulei-Yang commented on PR #33235: URL: https://github.com/apache/doris/pull/33235#issuecomment-2034375612 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] [feature](index compaction)support index compaction in cloud mode [doris]

2024-04-03 Thread via GitHub
github-actions[bot] commented on PR #33168: URL: https://github.com/apache/doris/pull/33168#issuecomment-2034379647 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](index compaction)support index compaction in cloud mode [doris]

2024-04-03 Thread via GitHub
github-actions[bot] commented on PR #33168: URL: https://github.com/apache/doris/pull/33168#issuecomment-2034379722 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] [chore](Nereids) turn off fallback [doris]

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

Re: [PR] [fix](kill_sql) support force cancel sql [doris]

2024-04-03 Thread via GitHub
yiguolei commented on code in PR #33235: URL: https://github.com/apache/doris/pull/33235#discussion_r1549586078 ## fe/fe-core/src/main/java/org/apache/doris/qe/StmtExecutor.java: ## @@ -1482,16 +1482,23 @@ public void cancel() { } return; } -

Re: [PR] [improvement](spill) improve cancel of spill and improve log printing [doris]

2024-04-03 Thread via GitHub
yiguolei commented on code in PR #33229: URL: https://github.com/apache/doris/pull/33229#discussion_r1549591914 ## be/src/vec/spill/spill_writer.cpp: ## @@ -76,7 +71,7 @@ Status SpillWriter::write(const Block& block, size_t& written_bytes) { auto tmp_block = block.clon

Re: [PR] [chore](Nereids) load command always could fallback [doris]

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

Re: [PR] [FIX](inverted_index) fix inverted index write array with _doc is empty [doris]

2024-04-03 Thread via GitHub
xiaokang merged PR #33170: URL: https://github.com/apache/doris/pull/33170 -- 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 master updated (c34b52c02a0 -> 98b04fc3ed0)

2024-04-03 Thread kxiao
This is an automated email from the ASF dual-hosted git repository. kxiao pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from c34b52c02a0 [fix](move-memtable) fix initial use count of streams for auto partition (#33165) add 98b04fc3ed0 [FIX

Re: [PR] [Cherry-pick](branch-2.0) Pick "[Fix](partial update) Fix partial update load false when schema includes auto increment column (#31725)" [doris]

2024-04-03 Thread via GitHub
xiaokang commented on PR #33209: URL: https://github.com/apache/doris/pull/33209#issuecomment-2034399735 #31725 -- 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] [Cherry-pick](branch-2.0) Pick "[Fix](partial update) Fix partial update load false when schema includes auto increment column (#31725)" [doris]

2024-04-03 Thread via GitHub
xiaokang merged PR #33209: URL: https://github.com/apache/doris/pull/33209 -- 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 (0a6803ebecc -> 9e50bd8ea6f)

2024-04-03 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 0a6803ebecc [fix](tvf) Support fs.defaultFS with postfix '/' #33202 (#33221) add 9e50bd8ea6f [Fix](partial upd

Re: [PR] [FIX](agg) fix vertical_compaction_reader for agg table with array/map type #33130 [doris]

2024-04-03 Thread via GitHub
xiaokang merged PR #33216: URL: https://github.com/apache/doris/pull/33216 -- 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: [FIX](agg) fix vertical_compaction_reader for agg table with array/map type #33130 (#33216)

2024-04-03 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 dbd1da4825a [FIX](agg) fix vertical_compac

Re: [PR] [chore](Nereids) turn off fallback [doris]

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

Re: [PR] [fix](move-memtable) fix initial use count of streams for auto partition (#33165) [doris]

2024-04-03 Thread via GitHub
doris-robot commented on PR #33236: URL: https://github.com/apache/doris/pull/33236#issuecomment-2034404645 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](parquet) fix time zone error in parquet reader [doris]

2024-04-03 Thread via GitHub
xiaokang commented on PR #33228: URL: https://github.com/apache/doris/pull/33228#issuecomment-2034405270 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] [fix](move-memtable) fix initial use count of streams for auto partition (#33165) [doris]

2024-04-03 Thread via GitHub
liaoxin01 opened a new pull request, #33236: URL: https://github.com/apache/doris/pull/33236 ## 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

Re: [PR] [chore](Nereids) turn off fallback [doris]

2024-04-03 Thread via GitHub
doris-robot commented on PR #32882: URL: https://github.com/apache/doris/pull/32882#issuecomment-2034411446 ClickBench: Total hot run time: 29.86 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [feature](inverted index) add slop functionality to match_phrase [doris]

2024-04-03 Thread via GitHub
zzzxl1993 commented on PR #33225: URL: https://github.com/apache/doris/pull/33225#issuecomment-2034414013 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](spill) improve cancel of spill and improve log printing [doris]

2024-04-03 Thread via GitHub
yiguolei commented on code in PR #33229: URL: https://github.com/apache/doris/pull/33229#discussion_r1549616902 ## be/src/pipeline/exec/partitioned_aggregation_sink_operator.cpp: ## @@ -258,28 +256,33 @@ Status PartitionedAggSinkLocalState::revoke_memory(RuntimeState* state) {

Re: [PR] [chore](Nereids) load command always could fallback [doris]

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

Re: [PR] [chore](Nereids) turn off fallback [doris]

2024-04-03 Thread via GitHub
doris-robot commented on PR #32882: URL: https://github.com/apache/doris/pull/32882#issuecomment-2034418170 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit 0974ded429b7d84fd90ef93e482f47ab69473cdd with default session variables Stream

Re: [PR] [feature](inverted index) add slop functionality to match_phrase [doris]

2024-04-03 Thread via GitHub
zzzxl1993 commented on code in PR #33225: URL: https://github.com/apache/doris/pull/33225#discussion_r1549617912 ## be/src/olap/rowset/segment_v2/inverted_index_reader.cpp: ## @@ -261,14 +263,23 @@ Status FullTextIndexReader::query(OlapReaderStatistics* stats, RuntimeState* run

Re: [PR] [fix](move-memtable) fix initial use count of streams for auto partition (#33165) [doris]

2024-04-03 Thread via GitHub
github-actions[bot] commented on code in PR #33236: URL: https://github.com/apache/doris/pull/33236#discussion_r1549618396 ## be/src/vec/sink/writer/vtablet_writer_v2.cpp: ## @@ -253,23 +253,21 @@ Status VTabletWriterV2::open(RuntimeState* state, RuntimeProfile* profile) {

Re: [PR] [feature](inverted index) add slop functionality to match_phrase [doris]

2024-04-03 Thread via GitHub
zzzxl1993 commented on PR #33225: URL: https://github.com/apache/doris/pull/33225#issuecomment-2034420386 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] [debug](log) Add some debug logs [doris]

2024-04-03 Thread via GitHub
Gabriel39 opened a new pull request, #33237: URL: https://github.com/apache/doris/pull/33237 ## 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] [debug](log) Add some debug logs [doris]

2024-04-03 Thread via GitHub
doris-robot commented on PR #33237: URL: https://github.com/apache/doris/pull/33237#issuecomment-2034421143 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] [debug](log) Add some debug logs [doris]

2024-04-03 Thread via GitHub
Gabriel39 commented on PR #33237: URL: https://github.com/apache/doris/pull/33237#issuecomment-2034421687 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](inverted index) add slop functionality to match_phrase [doris]

2024-04-03 Thread via GitHub
github-actions[bot] commented on PR #33225: URL: https://github.com/apache/doris/pull/33225#issuecomment-2034424123 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](partial-update) Fix partial update fail when the datetime default value is 'current_time' #32926 [doris]

2024-04-03 Thread via GitHub
xiaokang commented on PR #33209: URL: https://github.com/apache/doris/pull/33209#issuecomment-2034426805 #32926 -- 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] [chore](Nereids) load command always could fallback [doris]

2024-04-03 Thread via GitHub
doris-robot commented on PR #33233: URL: https://github.com/apache/doris/pull/33233#issuecomment-2034431158 ClickBench: Total hot run time: 30.09 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

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

2024-04-03 Thread via GitHub
xiaokang commented on PR #33219: URL: https://github.com/apache/doris/pull/33219#issuecomment-2034433070 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] [draft][improvement](partial-update) segment compaction do not need to read missing column when doing agg partial-update [doris]

2024-04-03 Thread via GitHub
hust-hhb commented on PR #33025: URL: https://github.com/apache/doris/pull/33025#issuecomment-2034434182 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] [feature](inverted index) add slop functionality to match_phrase [doris]

2024-04-03 Thread via GitHub
github-actions[bot] commented on PR #33225: URL: https://github.com/apache/doris/pull/33225#issuecomment-2034435364 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] [debug](log) Add some debug logs [doris]

2024-04-03 Thread via GitHub
github-actions[bot] commented on PR #33237: URL: https://github.com/apache/doris/pull/33237#issuecomment-2034435790 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](Nereids) load command always could fallback [doris]

2024-04-03 Thread via GitHub
doris-robot commented on PR #33233: URL: https://github.com/apache/doris/pull/33233#issuecomment-2034438475 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit d58a6b519733083f8c76b355067f7fee1e867747 with default session variables Stream

Re: [PR] [draft][improvement](partial-update) segment compaction do not need to read missing column when doing agg partial-update [doris]

2024-04-03 Thread via GitHub
hust-hhb commented on PR #33025: URL: https://github.com/apache/doris/pull/33025#issuecomment-2034440669 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](spill) improve cancel of spill and improve log printing [doris]

2024-04-03 Thread via GitHub
yiguolei commented on code in PR #33229: URL: https://github.com/apache/doris/pull/33229#discussion_r1549616902 ## be/src/pipeline/exec/partitioned_aggregation_sink_operator.cpp: ## @@ -258,28 +256,33 @@ Status PartitionedAggSinkLocalState::revoke_memory(RuntimeState* state) {

Re: [PR] [opt](inverted index) topn opt reads only limit number of records [doris]

2024-04-03 Thread via GitHub
xiaokang commented on code in PR #33163: URL: https://github.com/apache/doris/pull/33163#discussion_r1549629857 ## be/src/olap/iterators.h: ## @@ -119,6 +119,7 @@ class StorageReadOptions { // slots that cast may be eliminated in storage layer std::map target_cast_type

Re: [PR] [improvement](spill) improve cancel of spill and improve log printing [doris]

2024-04-03 Thread via GitHub
yiguolei commented on code in PR #33229: URL: https://github.com/apache/doris/pull/33229#discussion_r1549632569 ## be/src/pipeline/pipeline_x/dependency.cpp: ## @@ -267,11 +267,21 @@ void AggSpillPartition::close() { } void PartitionedAggSharedState::close() { +if (is_cl

Re: [PR] [draft][improvement](partial-update) segment compaction do not need to read missing column when doing agg partial-update [doris]

2024-04-03 Thread via GitHub
github-actions[bot] commented on code in PR #33025: URL: https://github.com/apache/doris/pull/33025#discussion_r1549632863 ## be/src/olap/merger.cpp: ## @@ -315,25 +315,82 @@ } // for segcompaction -Status Merger::vertical_compact_one_group(int64_t tablet_id, ReaderType rea

Re: [PR] [fix](compaction) fix single replica compaction input rowsets [doris]

2024-04-03 Thread via GitHub
github-actions[bot] commented on code in PR #33053: URL: https://github.com/apache/doris/pull/33053#discussion_r1549634030 ## be/test/olap/single_compaction_test.cpp: ## @@ -0,0 +1,150 @@ + +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor li

Re: [PR] [improvement](spill) improve cancel of spill and improve log printing [doris]

2024-04-03 Thread via GitHub
yiguolei commented on code in PR #33229: URL: https://github.com/apache/doris/pull/33229#discussion_r1549638051 ## be/src/pipeline/pipeline_x/dependency.cpp: ## @@ -267,11 +267,21 @@ void AggSpillPartition::close() { } void PartitionedAggSharedState::close() { +if (is_cl

Re: [PR] [draft][improvement](partial-update) segment compaction do not need to read missing column when doing agg partial-update [doris]

2024-04-03 Thread via GitHub
hust-hhb commented on PR #33025: URL: https://github.com/apache/doris/pull/33025#issuecomment-2034473438 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] [draft][improvement](partial-update) segment compaction do not need to read missing column when doing agg partial-update [doris]

2024-04-03 Thread via GitHub
github-actions[bot] commented on code in PR #33025: URL: https://github.com/apache/doris/pull/33025#discussion_r1549639743 ## be/src/olap/merger.cpp: ## @@ -315,25 +315,82 @@ Status Merger::vertical_compact_one_group( } // for segcompaction -Status Merger::vertical_compact_o

Re: [PR] [feature](merge-cloud) Add table stat metrics in FE [doris]

2024-04-03 Thread via GitHub
github-actions[bot] commented on PR #32876: URL: https://github.com/apache/doris/pull/32876#issuecomment-2034477481 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](kill_sql) support force cancel sql [doris]

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

Re: [I] [Bug] fe crash [doris]

2024-04-03 Thread via GitHub
lulucici commented on issue #29379: URL: https://github.com/apache/doris/issues/29379#issuecomment-2034480283 Same here. It happened when I executed the load, occasionally. Did you find more? -- This is an automated message from the Apache Git Service. To respond to the message, pl

Re: [PR] [fix](move-memtable) fix initial use count of streams for auto partition (#33165) [doris]

2024-04-03 Thread via GitHub
liaoxin01 merged PR #33236: URL: https://github.com/apache/doris/pull/33236 -- 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

(doris) branch branch-2.1 updated: [fix](move-memtable) fix initial use count of streams for auto partition (#33165) (#33236)

2024-04-03 Thread liaoxin
This is an automated email from the ASF dual-hosted git repository. liaoxin 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 df197c6a142 [fix](move-memtable) fix ini

Re: [PR] (cloud-merge) Fix the is not same in invertedIndex and catalog [doris]

2024-04-03 Thread via GitHub
github-actions[bot] commented on PR #33183: URL: https://github.com/apache/doris/pull/33183#issuecomment-2034485252 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] (cloud-merge) Fix some problem about the file cache strategy `ttl` [doris]

2024-04-03 Thread via GitHub
github-actions[bot] commented on PR #33128: URL: https://github.com/apache/doris/pull/33128#issuecomment-2034485721 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](executor)Fix normal group can not be appended when image exits [doris]

2024-04-03 Thread via GitHub
yiguolei merged PR #33197: URL: https://github.com/apache/doris/pull/33197 -- 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 master updated: [Fix](executor)Fix normal group can not be appended when image exits #33197

2024-04-03 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 63105615f9f [Fix](executor)Fix normal group can

(doris) branch branch-2.1 updated: [Fix](executor)Fix normal group can not be appended when image exits #33197

2024-04-03 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei 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 df8e397dd87 [Fix](executor)Fix normal g

Re: [PR] [fix] (vectorization) fix cast from date/datetime to decimal [doris]

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

Re: [PR] [debug](log) Add some debug logs [doris]

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

Re: [PR] [debug](log) Add some debug logs [doris]

2024-04-03 Thread via GitHub
doris-robot commented on PR #33237: URL: https://github.com/apache/doris/pull/33237#issuecomment-2034501155 TeamCity be ut coverage result: Function Coverage: 35.64% (8882/24922) Line Coverage: 27.37% (72917/266407) Region Coverage: 26.55% (37699/142016) Branch Coverage: 23.3

Re: [PR] [fix](parquet) fix time zone error in parquet reader [doris]

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

Re: [PR] [fix](kill_sql) support force cancel sql [doris]

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

Re: [PR] [fix](kill_sql) support force cancel sql [doris]

2024-04-03 Thread via GitHub
doris-robot commented on PR #33235: URL: https://github.com/apache/doris/pull/33235#issuecomment-2034515098 ClickBench: Total hot run time: 30.2 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools C

Re: [PR] [fix](compaction) fix single replica compaction input rowsets [doris]

2024-04-03 Thread via GitHub
csun5285 commented on PR #33053: URL: https://github.com/apache/doris/pull/33053#issuecomment-2034519600 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] [fix](compaction) fix single replica compaction input rowsets [doris]

2024-04-03 Thread via GitHub
github-actions[bot] commented on code in PR #33053: URL: https://github.com/apache/doris/pull/33053#discussion_r1549674498 ## be/test/olap/single_compaction_test.cpp: ## @@ -0,0 +1,147 @@ + +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor li

Re: [PR] [fix] (vectorization) fix cast from date/datetime to decimal [doris]

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

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

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

Re: [PR] [fix](kill_sql) support force cancel sql [doris]

2024-04-03 Thread via GitHub
doris-robot commented on PR #33235: URL: https://github.com/apache/doris/pull/33235#issuecomment-2034521217 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit bc69d6f2804086e33002f9b739fcf08b79dcce57 with default session variables Stream

Re: [PR] [debug](log) Add some debug logs [doris]

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

Re: [PR] [feature](inverted index) add slop functionality to match_phrase [doris]

2024-04-03 Thread via GitHub
doris-robot commented on PR #33225: URL: https://github.com/apache/doris/pull/33225#issuecomment-2034530505 TeamCity be ut coverage result: Function Coverage: 35.63% (8882/24928) Line Coverage: 27.37% (72916/266451) Region Coverage: 26.54% (37703/142037) Branch Coverage: 23.3

Re: [PR] [draft][improvement](partial-update) segment compaction do not need to read missing column when doing agg partial-update [doris]

2024-04-03 Thread via GitHub
doris-robot commented on PR #33025: URL: https://github.com/apache/doris/pull/33025#issuecomment-2034531025 TeamCity be ut coverage result: Function Coverage: 35.64% (8882/24922) Line Coverage: 27.36% (72910/266479) Region Coverage: 26.54% (37709/142059) Branch Coverage: 23.3

Re: [PR] [fix] (vectorization) fix cast from date/datetime to decimal [doris]

2024-04-03 Thread via GitHub
doris-robot commented on PR #32518: URL: https://github.com/apache/doris/pull/32518#issuecomment-2034533279 ClickBench: Total hot run time: 30.11 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix](parquet) fix time zone error in parquet reader [doris]

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

Re: [PR] [debug](log) Add some debug logs [doris]

2024-04-03 Thread via GitHub
doris-robot commented on PR #33237: URL: https://github.com/apache/doris/pull/33237#issuecomment-2034535475 ClickBench: Total hot run time: 29.77 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [debug](log) Add some debug logs [doris]

2024-04-03 Thread via GitHub
doris-robot commented on PR #33237: URL: https://github.com/apache/doris/pull/33237#issuecomment-2034542949 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit 61bb80c379acfcf45b4894fb608004f3a5c5516b with default session variables Stream

Re: [PR] [fix] (vectorization) fix cast from date/datetime to decimal [doris]

2024-04-03 Thread via GitHub
doris-robot commented on PR #32518: URL: https://github.com/apache/doris/pull/32518#issuecomment-2034540045 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit 60ffc8e81fdf9ff3d04dd3077cc4ed08e771e63d with default session variables Stream

Re: [PR] [draft][improvement](partial-update) segment compaction do not need to read missing column when doing agg partial-update [doris]

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

Re: [PR] [fix](parquet) fix time zone error in parquet reader [doris]

2024-04-03 Thread via GitHub
doris-robot commented on PR #33228: URL: https://github.com/apache/doris/pull/33228#issuecomment-2034546244 TeamCity be ut coverage result: Function Coverage: 37.81% (8057/21307) Line Coverage: 29.48% (65787/223147) Region Coverage: 28.95% (33850/116942) Branch Coverage: 24.8

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

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

Re: [PR] [fix](parquet) fix time zone error in parquet reader [doris]

2024-04-03 Thread via GitHub
doris-robot commented on PR #33228: URL: https://github.com/apache/doris/pull/33228#issuecomment-2034546291 ClickBench: Total hot run time: 30.33 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [test](cast) add test for stream load cast [doris]

2024-04-03 Thread via GitHub
liaoxin01 merged PR #33189: URL: https://github.com/apache/doris/pull/33189 -- 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] [fix](parquet) fix time zone error in parquet reader [doris]

2024-04-03 Thread via GitHub
doris-robot commented on PR #33228: URL: https://github.com/apache/doris/pull/33228#issuecomment-2034553408 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit d8a8608d7b32b98876d0591aa9206266e2fe20ec with default session variables Stream

Re: [PR] [fix](cloud) fix failed to get delete bitmap update lock key info [doris]

2024-04-03 Thread via GitHub
doris-robot commented on PR #33238: URL: https://github.com/apache/doris/pull/33238#issuecomment-2034553927 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: [test](cast) add test for stream load cast (#33189)

2024-04-03 Thread liaoxin
This is an automated email from the ASF dual-hosted git repository. liaoxin 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 d178a65f5d8 [test](cast) add test for stream loa

[PR] [fix](cloud) fix failed to get delete bitmap update lock key info [doris]

2024-04-03 Thread via GitHub
liaoxin01 opened a new pull request, #33238: URL: https://github.com/apache/doris/pull/33238 ## 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](cloud) fix failed to get delete bitmap update lock key info [doris]

2024-04-03 Thread via GitHub
liaoxin01 commented on PR #33238: URL: https://github.com/apache/doris/pull/33238#issuecomment-2034554066 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] [release](version) change branch-2.0 version to 2.0.8 [doris]

2024-04-03 Thread via GitHub
doris-robot commented on PR #33219: URL: https://github.com/apache/doris/pull/33219#issuecomment-2034561379 ClickBench: Total hot run time: 30.3 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools C

Re: [PR] [fix](cloud) fix failed to get delete bitmap update lock key info [doris]

2024-04-03 Thread via GitHub
github-actions[bot] commented on PR #33238: URL: https://github.com/apache/doris/pull/33238#issuecomment-2034566836 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] [release](version) change branch-2.0 version to 2.0.8 [doris]

2024-04-03 Thread via GitHub
doris-robot commented on PR #33219: URL: https://github.com/apache/doris/pull/33219#issuecomment-2034570616 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit 6c0df0d752b8f79ebc08e8948b70f3d2f55348fe with default session variables Stream

Re: [PR] [draft][improvement](partial-update) segment compaction do not need to read missing column when doing agg partial-update [doris]

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

Re: [PR] [draft][improvement](partial-update) segment compaction do not need to read missing column when doing agg partial-update [doris]

2024-04-03 Thread via GitHub
doris-robot commented on PR #33025: URL: https://github.com/apache/doris/pull/33025#issuecomment-2034594693 ClickBench: Total hot run time: 31.32 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Feature](vectorization) Add string insert function [doris]

2024-04-03 Thread via GitHub
doris-robot commented on PR #33239: URL: https://github.com/apache/doris/pull/33239#issuecomment-2034595067 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](vectorization) Add string insert function [doris]

2024-04-03 Thread via GitHub
AcKing-Sam opened a new pull request, #33239: URL: https://github.com/apache/doris/pull/33239 ## Proposed changes Issue Number: close [#33094](https://github.com/apache/doris/issues/33094) Hi all, I added the support for `INSERT` for string function. [MYSQL's manual](htt

Re: [PR] [bugfix](hive)use originHiveKeys for hive partitionvalue for 2.0 [doris]

2024-04-03 Thread via GitHub
doris-robot commented on PR #33240: URL: https://github.com/apache/doris/pull/33240#issuecomment-2034600502 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] [bugfix](hive)use originHiveKeys for hive partitionvalue for 2.0 [doris]

2024-04-03 Thread via GitHub
wuwenchi opened a new pull request, #33240: URL: https://github.com/apache/doris/pull/33240 ## Proposed changes mirror: #32664 ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto:d...@dori

<    1   2   3   4   5   6   7   8   >