[GitHub] [doris] fsilent opened a new issue, #21406: [Bug] Data Loss when use date type in select order by desc sql

2023-06-30 Thread via GitHub
fsilent opened a new issue, #21406: URL: https://github.com/apache/doris/issues/21406 ### 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 1.2.3 ### What's

[GitHub] [doris] CalvinKirs commented on pull request #21404: [fix](cup) add keywords KW_PERCENT

2023-06-30 Thread via GitHub
CalvinKirs commented on PR #21404: URL: https://github.com/apache/doris/pull/21404#issuecomment-1615552959 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

[GitHub] [doris] yiguolei commented on a diff in pull request #21109: [Improve](serde)update serialize and deserialize text for data type

2023-06-30 Thread via GitHub
yiguolei commented on code in PR #21109: URL: https://github.com/apache/doris/pull/21109#discussion_r1248543369 ## be/src/vec/data_types/serde/data_type_date64_serde.cpp: ## @@ -23,10 +23,122 @@ #include "gutil/casts.h" #include "vec/columns/column_const.h" +#include "vec/io

[GitHub] [doris] yiguolei commented on a diff in pull request #21109: [Improve](serde)update serialize and deserialize text for data type

2023-06-30 Thread via GitHub
yiguolei commented on code in PR #21109: URL: https://github.com/apache/doris/pull/21109#discussion_r1248536581 ## be/test/vec/data_types/from_string_test.cpp: ## @@ -0,0 +1,162 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agr

[GitHub] [doris] yiguolei commented on a diff in pull request #21373: [Chore](agg-state) add sessionvariable enable_agg_state

2023-06-30 Thread via GitHub
yiguolei commented on code in PR #21373: URL: https://github.com/apache/doris/pull/21373#discussion_r1248524111 ## fe/fe-core/src/main/java/org/apache/doris/planner/OlapScanNode.java: ## @@ -1229,7 +1229,7 @@ public String getNodeExplainString(String prefix, TExplainLevel detai

[GitHub] [doris] github-actions[bot] commented on pull request #21404: [fix](cup) add keywords KW_PERCENT

2023-06-30 Thread via GitHub
github-actions[bot] commented on PR #21404: URL: https://github.com/apache/doris/pull/21404#issuecomment-1615516225 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

[GitHub] [doris] github-actions[bot] commented on pull request #21404: [fix](cup) add keywords KW_PERCENT

2023-06-30 Thread via GitHub
github-actions[bot] commented on PR #21404: URL: https://github.com/apache/doris/pull/21404#issuecomment-1615516253 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

[GitHub] [doris] github-actions[bot] commented on pull request #21405: [tools](refactor) remove unused session variables

2023-06-30 Thread via GitHub
github-actions[bot] commented on PR #21405: URL: https://github.com/apache/doris/pull/21405#issuecomment-1615515477 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

[GitHub] [doris] github-actions[bot] commented on pull request #21405: [tools](refactor) remove unused session variables

2023-06-30 Thread via GitHub
github-actions[bot] commented on PR #21405: URL: https://github.com/apache/doris/pull/21405#issuecomment-1615515343 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

[doris] branch branch-1.2-lts updated: [fix](cup) add keywords KW_PERCENT

2023-06-30 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-1.2-lts by this push: new 85560ec623 [fix](cup) add key

[GitHub] [doris] Gabriel39 commented on pull request #21405: [tools](refactor) remove unused session variables

2023-06-30 Thread via GitHub
Gabriel39 commented on PR #21405: URL: https://github.com/apache/doris/pull/21405#issuecomment-1615504506 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

[GitHub] [doris] Gabriel39 opened a new pull request, #21405: [tools](refactor) remove unused session variables

2023-06-30 Thread via GitHub
Gabriel39 opened a new pull request, #21405: URL: https://github.com/apache/doris/pull/21405 ## 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

[GitHub] [doris] morningman opened a new pull request, #21404: [fix](cup) add keywords KW_PERCENT

2023-06-30 Thread via GitHub
morningman opened a new pull request, #21404: URL: https://github.com/apache/doris/pull/21404 ## Proposed changes Or it may cause some edit log replay error, like parsing `create routine load` stmt, which contains this keyword as a column name ## Further comments If t

[doris] branch branch-1.2-lts updated: [fix](exec) run exec_plan_fragment in pthread to avoid BE crash (#21343)

2023-06-30 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-1.2-lts by this push: new 4cc2081ba4 [fix](exec) run ex

[GitHub] [doris] liangjw opened a new issue, #21403: [Bug] Large amount of "could not find tablet id" errors cause doris be shutdown

2023-06-30 Thread via GitHub
liangjw opened a new issue, #21403: URL: https://github.com/apache/doris/issues/21403 ### 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 0.15 ### What's W

[doris] branch master updated: [fix](exec) run exec_plan_fragment in pthread to avoid BE crash (#21343)

2023-06-30 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 4ad3a7a8de [fix](exec) run exec_plan_fragment

[GitHub] [doris] morningman merged pull request #21343: [fix](exec) run exec_plan_fragment in pthread to avoid BE crash

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

[GitHub] [doris] github-actions[bot] commented on pull request #21329: [refactor](load) move generate_delete_bitmap from memtable to beta rowset writer

2023-06-30 Thread via GitHub
github-actions[bot] commented on PR #21329: URL: https://github.com/apache/doris/pull/21329#issuecomment-1615463149 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

[doris] branch master updated: [Chore](metrics) remove trace metrics code using runtime profile instead (#21394)

2023-06-30 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 1fe04b7242 [Chore](metrics) remove trace metric

[GitHub] [doris] yiguolei merged pull request #21394: [Chore](metrics) remove trace metrics code using runtime profile instand

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

[GitHub] [doris] englefly commented on pull request #21402: [fix](nereids)miss group id in explain plan

2023-06-30 Thread via GitHub
englefly commented on PR #21402: URL: https://github.com/apache/doris/pull/21402#issuecomment-1615456071 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

[GitHub] [doris] HHoflittlefish777 commented on pull request #19655: [Refactor](load) merge streamload BE and FE properties parsing

2023-06-30 Thread via GitHub
HHoflittlefish777 commented on PR #19655: URL: https://github.com/apache/doris/pull/19655#issuecomment-1615454050 run p1 -- 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

[GitHub] [doris] github-actions[bot] commented on pull request #21372: [refactor](load) split flush_segment_writer into two parts

2023-06-30 Thread via GitHub
github-actions[bot] commented on PR #21372: URL: https://github.com/apache/doris/pull/21372#issuecomment-1615452608 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

[GitHub] [doris] dataroaring commented on pull request #21372: [refactor](load) split flush_segment_writer into two parts

2023-06-30 Thread via GitHub
dataroaring commented on PR #21372: URL: https://github.com/apache/doris/pull/21372#issuecomment-1615447970 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

[GitHub] [doris] hello-stephen commented on pull request #19655: [Refactor](load) merge streamload BE and FE properties parsing

2023-06-30 Thread via GitHub
hello-stephen commented on PR #19655: URL: https://github.com/apache/doris/pull/19655#issuecomment-1615442937 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 40.68 seconds stream load tsv: 467 seconds loaded 74807831229 Bytes, about 152 MB/s

[GitHub] [doris] github-actions[bot] commented on pull request #19655: [Refactor](load) merge streamload BE and FE properties parsing

2023-06-30 Thread via GitHub
github-actions[bot] commented on PR #19655: URL: https://github.com/apache/doris/pull/19655#issuecomment-1615392623 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

[GitHub] [doris] github-actions[bot] commented on pull request #19655: [Refactor](load) merge streamload BE and FE properties parsing

2023-06-30 Thread via GitHub
github-actions[bot] commented on PR #19655: URL: https://github.com/apache/doris/pull/19655#issuecomment-1615391943 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

[GitHub] [doris] HHoflittlefish777 commented on pull request #19655: [Refactor](load) merge streamload BE and FE properties parsing

2023-06-30 Thread via GitHub
HHoflittlefish777 commented on PR #19655: URL: https://github.com/apache/doris/pull/19655#issuecomment-1615386131 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

[GitHub] [doris] HHoflittlefish777 commented on pull request #19655: [Refactor](load) merge streamload BE and FE properties parsing

2023-06-30 Thread via GitHub
HHoflittlefish777 commented on PR #19655: URL: https://github.com/apache/doris/pull/19655#issuecomment-1615385911 run p0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [doris] hello-stephen commented on pull request #21205: [enhancement](query) enable strong consistency by syncing max journal id from master

2023-06-30 Thread via GitHub
hello-stephen commented on PR #21205: URL: https://github.com/apache/doris/pull/21205#issuecomment-1615348993 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 39.49 seconds stream load tsv: 463 seconds loaded 74807831229 Bytes, about 154 MB/s

[GitHub] [doris] airborne12 commented on a diff in pull request #21310: [bugfix](ngram bf index) process differently for normal bloom filter index and ngram bf index

2023-06-30 Thread via GitHub
airborne12 commented on code in PR #21310: URL: https://github.com/apache/doris/pull/21310#discussion_r1248374762 ## be/src/olap/null_predicate.h: ## @@ -92,7 +94,7 @@ class NullPredicate : public ColumnPredicate { } } -bool can_do_bloom_filter() const overri

[GitHub] [doris] yiguolei commented on a diff in pull request #21361: [improvement](join) Serialize probe keys in a vectorized (columnar) way

2023-06-30 Thread via GitHub
yiguolei commented on code in PR #21361: URL: https://github.com/apache/doris/pull/21361#discussion_r1248372162 ## be/src/vec/exec/join/process_hash_table_probe_impl.h: ## @@ -177,22 +177,51 @@ Status ProcessHashTableProbe::do_process(HashTableType& hash_table_c KeyGetter

[GitHub] [doris] yiguolei commented on a diff in pull request #21361: [improvement](join) Serialize probe keys in a vectorized (columnar) way

2023-06-30 Thread via GitHub
yiguolei commented on code in PR #21361: URL: https://github.com/apache/doris/pull/21361#discussion_r1248372069 ## be/src/vec/exec/join/process_hash_table_probe_impl.h: ## @@ -177,22 +177,51 @@ Status ProcessHashTableProbe::do_process(HashTableType& hash_table_c KeyGetter

[GitHub] [doris] yiguolei commented on a diff in pull request #21361: [improvement](join) Serialize probe keys in a vectorized (columnar) way

2023-06-30 Thread via GitHub
yiguolei commented on code in PR #21361: URL: https://github.com/apache/doris/pull/21361#discussion_r1248371936 ## be/src/vec/exec/join/process_hash_table_probe_impl.h: ## @@ -177,22 +177,51 @@ Status ProcessHashTableProbe::do_process(HashTableType& hash_table_c KeyGetter

[GitHub] [doris] yiguolei commented on pull request #21205: [enhancement](query) enable strong consistency by syncing max journal id from master

2023-06-30 Thread via GitHub
yiguolei commented on PR #21205: URL: https://github.com/apache/doris/pull/21205#issuecomment-1615337579 run clickbench -- 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

[GitHub] [doris] englefly commented on pull request #21402: [fix](nereids)miss group id in explain plan

2023-06-30 Thread via GitHub
englefly commented on PR #21402: URL: https://github.com/apache/doris/pull/21402#issuecomment-1615325264 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

[GitHub] [doris] englefly opened a new pull request, #21402: [fix](nereids)miss group id in explain plan

2023-06-30 Thread via GitHub
englefly opened a new pull request, #21402: URL: https://github.com/apache/doris/pull/21402 ## Proposed changes after we introduce "PushdownFilterThroughProject" post processor, some plan node missed their groupExpression (withChildren function will remove groupExpression). this is n

[GitHub] [doris] yiguolei merged pull request #21379: [doc](stream load json) modify `enable_simdjson_reader` since it's de…

2023-06-30 Thread via GitHub
yiguolei merged PR #21379: URL: https://github.com/apache/doris/pull/21379 -- 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: [doc](stream load json) modify `enable_simdjson_reader` since it's default open (#21379)

2023-06-30 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 e8ffca6487 [doc](stream load json) modify `enab

[GitHub] [doris] github-actions[bot] commented on pull request #21365: [fix](regression test) drop table before run window test

2023-06-30 Thread via GitHub
github-actions[bot] commented on PR #21365: URL: https://github.com/apache/doris/pull/21365#issuecomment-1615311214 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

[GitHub] [doris] github-actions[bot] commented on pull request #21365: [fix](regression test) drop table before run window test

2023-06-30 Thread via GitHub
github-actions[bot] commented on PR #21365: URL: https://github.com/apache/doris/pull/21365#issuecomment-1615311192 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

[GitHub] [doris] yiguolei commented on pull request #21365: [fix](regression test) drop table before run window test

2023-06-30 Thread via GitHub
yiguolei commented on PR #21365: URL: https://github.com/apache/doris/pull/21365#issuecomment-1615310975 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

[doris] branch master updated: [fix](truncate) it will directly return and avoid throwing IllegalStateException caused by bufferSize equals zero when table has no partition (#21378)

2023-06-30 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 603f4ab20f [fix](truncate) it will directly ret

[GitHub] [doris] yiguolei closed issue #21316: [Bug] truncate partition table error when partition table has no partitions

2023-06-30 Thread via GitHub
yiguolei closed issue #21316: [Bug] truncate partition table error when partition table has no partitions URL: https://github.com/apache/doris/issues/21316 -- 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

[GitHub] [doris] yiguolei merged pull request #21378: [fix](truncate) it will directly return and avoid throwing IllegalStateException caused by bufferSize equals zero when table has no partition

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

[GitHub] [doris] yiguolei commented on a diff in pull request #21381: [Enhancement](inverted index) make InvertedIndexReader shared_from_this

2023-06-30 Thread via GitHub
yiguolei commented on code in PR #21381: URL: https://github.com/apache/doris/pull/21381#discussion_r1248356618 ## be/src/olap/rowset/segment_v2/inverted_index_reader.h: ## @@ -64,7 +64,7 @@ enum class InvertedIndexReaderType { BKD = 2, }; -class InvertedIndexReader { R

[doris] branch master updated: [fix](hudi) use hudi api to split the COW table (#21385)

2023-06-30 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 0e17cd4d92 [fix](hudi) use hudi api to split th

[GitHub] [doris] yiguolei merged pull request #21385: [fix](hudi) use hudi api to split the COW table

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

[GitHub] [doris] yiguolei commented on a diff in pull request #21311: [fix](memory) fix GC more grace logging & fix cache GC

2023-06-30 Thread via GitHub
yiguolei commented on code in PR #21311: URL: https://github.com/apache/doris/pull/21311#discussion_r1248356336 ## be/src/vec/common/allocator.cpp: ## @@ -48,6 +49,9 @@ void Allocator::sys_memory_check(size_t size, doris::thread_context()->thread_mem_tracker()->

[GitHub] [doris] github-actions[bot] commented on pull request #21387: [fix](pipeline) fix coredump caused by uncaught exception

2023-06-30 Thread via GitHub
github-actions[bot] commented on PR #21387: URL: https://github.com/apache/doris/pull/21387#issuecomment-1615300803 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

[GitHub] [doris] github-actions[bot] commented on pull request #21387: [fix](pipeline) fix coredump caused by uncaught exception

2023-06-30 Thread via GitHub
github-actions[bot] commented on PR #21387: URL: https://github.com/apache/doris/pull/21387#issuecomment-1615300841 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

[GitHub] [doris] yiguolei commented on pull request #21394: [Chore](metrics) remove trace metrics code using runtime profile instand

2023-06-30 Thread via GitHub
yiguolei commented on PR #21394: URL: https://github.com/apache/doris/pull/21394#issuecomment-1615298940 Great job, thanks for your contribution -- 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

[GitHub] [doris] englefly commented on pull request #21220: [Fix](nereids) fix a bug in ColumnStatistics.numNulls update

2023-06-30 Thread via GitHub
englefly commented on PR #21220: URL: https://github.com/apache/doris/pull/21220#issuecomment-1615297851 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

[GitHub] [doris] github-actions[bot] commented on pull request #21394: [Chore](metrics) remove trace metrics code using runtime profile instand

2023-06-30 Thread via GitHub
github-actions[bot] commented on PR #21394: URL: https://github.com/apache/doris/pull/21394#issuecomment-1615295626 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

[GitHub] [doris] github-actions[bot] commented on pull request #21394: [Chore](metrics) remove trace metrics code using runtime profile instand

2023-06-30 Thread via GitHub
github-actions[bot] commented on PR #21394: URL: https://github.com/apache/doris/pull/21394#issuecomment-1615295611 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

[GitHub] [doris] github-actions[bot] commented on pull request #21400: [bug](proc) fix NumberFormatException in show proc '/current_queries'

2023-06-30 Thread via GitHub
github-actions[bot] commented on PR #21400: URL: https://github.com/apache/doris/pull/21400#issuecomment-1615282556 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

[GitHub] [doris] github-actions[bot] commented on pull request #21400: [bug](proc) fix NumberFormatException in show proc '/current_queries'

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

[doris] branch master updated: [Benchmark](clickbench) change query q29 to right sql (#21398)

2023-06-30 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow 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 379a5a8299 [Benchmark](clickbench) change quer

[GitHub] [doris] morrySnow merged pull request #21398: [Benchmark](clickbench) change query q29 to right sql

2023-06-30 Thread via GitHub
morrySnow merged PR #21398: URL: https://github.com/apache/doris/pull/21398 -- 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

[GitHub] [doris] github-actions[bot] commented on pull request #21205: [enhancement](query) enable strong consistency by syncing max journal id from master

2023-06-30 Thread via GitHub
github-actions[bot] commented on PR #21205: URL: https://github.com/apache/doris/pull/21205#issuecomment-1614969145 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

[GitHub] [doris] TangSiyang2001 commented on pull request #21205: [enhancement](query) enable strong consistency by syncing max journal id from master

2023-06-30 Thread via GitHub
TangSiyang2001 commented on PR #21205: URL: https://github.com/apache/doris/pull/21205#issuecomment-1614965771 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.

[GitHub] [doris] TangSiyang2001 commented on pull request #21205: [enhancement](query) enable strong consistency by syncing max journal id from master

2023-06-30 Thread via GitHub
TangSiyang2001 commented on PR #21205: URL: https://github.com/apache/doris/pull/21205#issuecomment-1614964610 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.

[GitHub] [doris] github-actions[bot] commented on pull request #21205: [enhancement](query) enable strong consistency by syncing max journal id from master

2023-06-30 Thread via GitHub
github-actions[bot] commented on PR #21205: URL: https://github.com/apache/doris/pull/21205#issuecomment-1614957899 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

[GitHub] [doris] TangSiyang2001 commented on pull request #21205: [enhancement](query) enable strong consistency by syncing max journal id from master

2023-06-30 Thread via GitHub
TangSiyang2001 commented on PR #21205: URL: https://github.com/apache/doris/pull/21205#issuecomment-1614950801 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.

[GitHub] [doris] github-actions[bot] commented on pull request #21205: [enhancement](query) enable strong consistency by syncing max journal id from master

2023-06-30 Thread via GitHub
github-actions[bot] commented on PR #21205: URL: https://github.com/apache/doris/pull/21205#issuecomment-1614944641 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

[GitHub] [doris] github-actions[bot] commented on pull request #21205: [enhancement](query) enable strong consistency by syncing max journal id from master

2023-06-30 Thread via GitHub
github-actions[bot] commented on PR #21205: URL: https://github.com/apache/doris/pull/21205#issuecomment-1614943419 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

[GitHub] [doris] TangSiyang2001 commented on pull request #21205: [enhancement](query) enable strong consistency by syncing max journal id from master

2023-06-30 Thread via GitHub
TangSiyang2001 commented on PR #21205: URL: https://github.com/apache/doris/pull/21205#issuecomment-1614938590 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.

[GitHub] [doris] github-actions[bot] commented on pull request #21317: [fix](nereids)don't build cte producer if the consumer is empty relation

2023-06-30 Thread via GitHub
github-actions[bot] commented on PR #21317: URL: https://github.com/apache/doris/pull/21317#issuecomment-1614921453 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

[GitHub] [doris] github-actions[bot] commented on pull request #21317: [fix](nereids)don't build cte producer if the consumer is empty relation

2023-06-30 Thread via GitHub
github-actions[bot] commented on PR #21317: URL: https://github.com/apache/doris/pull/21317#issuecomment-1614921410 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

[GitHub] [doris] hello-stephen commented on pull request #21329: [refactor](load) move generate_delete_bitmap from memtable to beta rowset writer

2023-06-30 Thread via GitHub
hello-stephen commented on PR #21329: URL: https://github.com/apache/doris/pull/21329#issuecomment-1614902972 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 37.56 seconds stream load tsv: 450 seconds loaded 74807831229 Bytes, about 158 MB/s

[GitHub] [doris] github-actions[bot] commented on pull request #21205: [enhancement](query) enable strong consistency by syncing max journal id from master

2023-06-30 Thread via GitHub
github-actions[bot] commented on PR #21205: URL: https://github.com/apache/doris/pull/21205#issuecomment-1614900669 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

[GitHub] [doris] github-actions[bot] commented on pull request #21205: [enhancement](query) enable strong consistency by syncing max journal id from master

2023-06-30 Thread via GitHub
github-actions[bot] commented on PR #21205: URL: https://github.com/apache/doris/pull/21205#issuecomment-1614896742 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

[GitHub] [doris] TangSiyang2001 commented on pull request #21205: [enhancement](query) enable strong consistency by syncing max journal id from master

2023-06-30 Thread via GitHub
TangSiyang2001 commented on PR #21205: URL: https://github.com/apache/doris/pull/21205#issuecomment-161489 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.

[GitHub] [doris] hello-stephen commented on pull request #21399: [Fix](multi-catalog) Fix read error in mixed partition locations.

2023-06-30 Thread via GitHub
hello-stephen commented on PR #21399: URL: https://github.com/apache/doris/pull/21399#issuecomment-1614885954 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 38.73 seconds stream load tsv: 465 seconds loaded 74807831229 Bytes, about 153 MB/s

[GitHub] [doris] github-actions[bot] commented on pull request #21401: [fix](s3) fix s3 fs benchmark tool

2023-06-30 Thread via GitHub
github-actions[bot] commented on PR #21401: URL: https://github.com/apache/doris/pull/21401#issuecomment-1614879214 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

[GitHub] [doris] hello-stephen commented on pull request #21399: [Fix](multi-catalog) Fix read error in mixed partition locations.

2023-06-30 Thread via GitHub
hello-stephen commented on PR #21399: URL: https://github.com/apache/doris/pull/21399#issuecomment-1614873924 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 42.56 seconds stream load tsv: 459 seconds loaded 74807831229 Bytes, about 155 MB/s

[doris] 03/04: [fix] conjuncts not initialized (#21376)

2023-06-30 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a commit to branch runtimefilter_multi_send in repository https://gitbox.apache.org/repos/asf/doris.git commit 2953f99a708a4ae39c53603a13374151b5a66b26 Author: Jerry Hu AuthorDate: Fri Jun 30 16:15:56 2023 +0800

[doris] 01/04: [feature](runtime_filter) MultiCastSender supporting runtime filter on be (#21304)

2023-06-30 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a commit to branch runtimefilter_multi_send in repository https://gitbox.apache.org/repos/asf/doris.git commit 2a158caf5d533ecbc5b129f79daf44d88272a665 Author: Jerry Hu AuthorDate: Wed Jun 28 21:09:43 2023 +0800

[doris] 02/04: [opt](Nereids) support set cte shuffle type for each consumer

2023-06-30 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a commit to branch runtimefilter_multi_send in repository https://gitbox.apache.org/repos/asf/doris.git commit 90a89f8f56f5ec1db36ed0dd1fe039381e042f04 Author: morrySnow AuthorDate: Thu Jun 29 21:30:50 2023 +080

[GitHub] [doris] github-actions[bot] commented on pull request #21401: [fix](s3) fix s3 fs benchmark tool

2023-06-30 Thread via GitHub
github-actions[bot] commented on PR #21401: URL: https://github.com/apache/doris/pull/21401#issuecomment-1614873407 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

[doris] branch runtimefilter_multi_send updated (6582adbec5 -> 2dc87c65ba)

2023-06-30 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a change to branch runtimefilter_multi_send in repository https://gitbox.apache.org/repos/asf/doris.git discard 6582adbec5 [fix] conjuncts not initialized (#21376) omit dae170394f [opt](Nereids) support set

[doris] 04/04: [opt](Nereids) optimize explain stream of DataStreamSink

2023-06-30 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a commit to branch runtimefilter_multi_send in repository https://gitbox.apache.org/repos/asf/doris.git commit 2dc87c65ba2a8e3a00ac538f5545e4f60986564f Author: morrySnow AuthorDate: Sat Jul 1 00:06:27 2023 +0800

[GitHub] [doris] morningman commented on pull request #21401: [fix](s3) fix s3 fs benchmark tool

2023-06-30 Thread via GitHub
morningman commented on PR #21401: URL: https://github.com/apache/doris/pull/21401#issuecomment-1614870999 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

[GitHub] [doris] morningman opened a new pull request, #21401: [fix](s3) fix s3 fs benchmark tool

2023-06-30 Thread via GitHub
morningman opened a new pull request, #21401: URL: https://github.com/apache/doris/pull/21401 ## Proposed changes 1. fix concurrency bug of s3 fs benchmark tool, to avoid crash on multi thread. 2. Add `prefetch_read` operation to test prefetch reader. 3. add `AWS_EC2_METADATA_DI

[GitHub] [doris] github-actions[bot] commented on pull request #21329: [refactor](load) move generate_delete_bitmap from memtable to beta rowset writer

2023-06-30 Thread via GitHub
github-actions[bot] commented on PR #21329: URL: https://github.com/apache/doris/pull/21329#issuecomment-1614862975 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

[GitHub] [doris] github-actions[bot] commented on pull request #21329: [refactor](load) move generate_delete_bitmap from memtable to beta rowset writer

2023-06-30 Thread via GitHub
github-actions[bot] commented on PR #21329: URL: https://github.com/apache/doris/pull/21329#issuecomment-1614860449 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

[GitHub] [doris] hello-stephen commented on pull request #21207: [improvement](statistics, multi catalog)Estimate hive table row count based on file size.

2023-06-30 Thread via GitHub
hello-stephen commented on PR #21207: URL: https://github.com/apache/doris/pull/21207#issuecomment-1614853857 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 39.01 seconds stream load tsv: 457 seconds loaded 74807831229 Bytes, about 156 MB/s

[GitHub] [doris] kaijchen commented on a diff in pull request #21329: [refactor](load) move generate_delete_bitmap from memtable to beta rowset writer

2023-06-30 Thread via GitHub
kaijchen commented on code in PR #21329: URL: https://github.com/apache/doris/pull/21329#discussion_r124802 ## be/src/olap/rowset/beta_rowset_writer.cpp: ## @@ -141,6 +137,44 @@ Status BetaRowsetWriter::add_block(const vectorized::Block* block) { return _add_block(bloc

[GitHub] [doris] kaijchen commented on pull request #21329: [refactor](load) move generate_delete_bitmap from memtable to beta rowset writer

2023-06-30 Thread via GitHub
kaijchen commented on PR #21329: URL: https://github.com/apache/doris/pull/21329#issuecomment-1614849285 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

[GitHub] [doris] hello-stephen commented on pull request #21397: [Fix](CCR) Binlog config is missed when create replica task

2023-06-30 Thread via GitHub
hello-stephen commented on PR #21397: URL: https://github.com/apache/doris/pull/21397#issuecomment-1614837413 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 40.49 seconds stream load tsv: 455 seconds loaded 74807831229 Bytes, about 156 MB/s

[GitHub] [doris] HHoflittlefish777 commented on pull request #19655: [Refactor](load) merge streamload BE and FE properties parsing

2023-06-30 Thread via GitHub
HHoflittlefish777 commented on PR #19655: URL: https://github.com/apache/doris/pull/19655#issuecomment-1614838170 run p1 -- 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

[GitHub] [doris] kaka11chen commented on pull request #21399: [Fix](multi-catalog) Fix read error in mixed partition locations.

2023-06-30 Thread via GitHub
kaka11chen commented on PR #21399: URL: https://github.com/apache/doris/pull/21399#issuecomment-1614817840 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

[GitHub] [doris] hello-stephen commented on pull request #19917: [feature-wip](auto-inc)(step-2) support auto-increment column for duplicate table

2023-06-30 Thread via GitHub
hello-stephen commented on PR #19917: URL: https://github.com/apache/doris/pull/19917#issuecomment-1614810120 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 39.37 seconds stream load tsv: 457 seconds loaded 74807831229 Bytes, about 156 MB/s

[GitHub] [doris] hello-stephen commented on pull request #21397: [Fix](CCR) Binlog config is missed when create replica task

2023-06-30 Thread via GitHub
hello-stephen commented on PR #21397: URL: https://github.com/apache/doris/pull/21397#issuecomment-1614804773 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 37.34 seconds stream load tsv: 454 seconds loaded 74807831229 Bytes, about 157 MB/s

[GitHub] [doris] kaka11chen commented on pull request #21399: [Fix](multi-catalog) Fix read error in mixed partition locations.

2023-06-30 Thread via GitHub
kaka11chen commented on PR #21399: URL: https://github.com/apache/doris/pull/21399#issuecomment-1614798417 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

[GitHub] [doris] zhannngchen commented on a diff in pull request #21329: [refactor](load) move generate_delete_bitmap from memtable to beta rowset writer

2023-06-30 Thread via GitHub
zhannngchen commented on code in PR #21329: URL: https://github.com/apache/doris/pull/21329#discussion_r1247973882 ## be/src/olap/rowset/beta_rowset_writer.cpp: ## @@ -141,6 +137,44 @@ Status BetaRowsetWriter::add_block(const vectorized::Block* block) { return _add_block(b

[GitHub] [doris] hello-stephen commented on pull request #21303: [pipeline](load) return error status in pipeline load

2023-06-30 Thread via GitHub
hello-stephen commented on PR #21303: URL: https://github.com/apache/doris/pull/21303#issuecomment-1614767647 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 38.14 seconds stream load tsv: 452 seconds loaded 74807831229 Bytes, about 157 MB/s

[GitHub] [doris] github-actions[bot] commented on pull request #21067: [Feature](materialized view) support query match mv with agg_state on nereids planner

2023-06-30 Thread via GitHub
github-actions[bot] commented on PR #21067: URL: https://github.com/apache/doris/pull/21067#issuecomment-1614763745 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

[GitHub] [doris] github-actions[bot] commented on pull request #21067: [Feature](materialized view) support query match mv with agg_state on nereids planner

2023-06-30 Thread via GitHub
github-actions[bot] commented on PR #21067: URL: https://github.com/apache/doris/pull/21067#issuecomment-1614763682 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

[GitHub] [doris] ZhangYu0123 commented on pull request #21394: [Chore](metrics) remove trace metrics code using runtime profile instand

2023-06-30 Thread via GitHub
ZhangYu0123 commented on PR #21394: URL: https://github.com/apache/doris/pull/21394#issuecomment-1614756308 run p1 -- 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

  1   2   3   >