[GitHub] [doris] luozenglin commented on pull request #19256: [enhancement](memory) MemCounter supports lock-free thread safety

2023-05-04 Thread via GitHub
luozenglin commented on PR #19256: URL: https://github.com/apache/doris/pull/19256#issuecomment-1535804415 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] github-actions[bot] commented on pull request #19238: [feature](executor) Use the BE info to set pipeline variables.

2023-05-04 Thread via GitHub
github-actions[bot] commented on PR #19238: URL: https://github.com/apache/doris/pull/19238#issuecomment-1535804025 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] morningman commented on pull request #19294: [Doc](FE-config) add description of some fe configuration

2023-05-04 Thread via GitHub
morningman commented on PR #19294: URL: https://github.com/apache/doris/pull/19294#issuecomment-1535801922 Hi @Cai-Yao , please refer to this PR to modify the config doc. You only need to update Config.java, the document will be updated automatically later. -- This is an automated mess

[GitHub] [doris] Mryange commented on pull request #19238: [feature](executor) Use the BE info to set pipeline variables.

2023-05-04 Thread via GitHub
Mryange commented on PR #19238: URL: https://github.com/apache/doris/pull/19238#issuecomment-1535800559 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 unsubscrib

[GitHub] [doris] starocean999 commented on pull request #19280: [fix](nereids)fix merge project with window function bug

2023-05-04 Thread via GitHub
starocean999 commented on PR #19280: URL: https://github.com/apache/doris/pull/19280#issuecomment-1535799499 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] starocean999 commented on pull request #19261: [fix](fe)havingClause should be substituted the same way as resultExprs

2023-05-04 Thread via GitHub
starocean999 commented on PR #19261: URL: https://github.com/apache/doris/pull/19261#issuecomment-1535797451 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] morningman closed pull request #18922: [Draft] create tablet balance

2023-05-04 Thread via GitHub
morningman closed pull request #18922: [Draft] create tablet balance URL: https://github.com/apache/doris/pull/18922 -- 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

[GitHub] [doris] HHoflittlefish777 commented on a diff in pull request #19142: [feature](load-refactor) Step1: InsertStmt as facade layer and run S3/Broker Load as POC

2023-05-04 Thread via GitHub
HHoflittlefish777 commented on code in PR #19142: URL: https://github.com/apache/doris/pull/19142#discussion_r1185751958 ## fe/fe-core/src/main/java/org/apache/doris/analysis/LabelName.java: ## @@ -32,6 +32,7 @@ import java.io.DataOutput; import java.io.IOException; +// TODO

[GitHub] [doris] weizhengte commented on a diff in pull request #19247: [enchancement](statistics) support periodic collection of statistics

2023-05-04 Thread via GitHub
weizhengte commented on code in PR #19247: URL: https://github.com/apache/doris/pull/19247#discussion_r1185750814 ## fe/fe-core/src/main/java/org/apache/doris/catalog/InternalSchemaInitializer.java: ## @@ -183,12 +192,26 @@ public CreateTableStmt buildAnalysisJobTblStmt() throws

[GitHub] [doris] github-actions[bot] commented on pull request #19068: [refactor](complex-type) refactor array/map/struct literal to not invoke execute() function in prepare state

2023-05-04 Thread via GitHub
github-actions[bot] commented on PR #19068: URL: https://github.com/apache/doris/pull/19068#issuecomment-1535795188 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 #18209: [Feature](Nereids)add executable function to support fold constant for functions.

2023-05-04 Thread via GitHub
github-actions[bot] commented on PR #18209: URL: https://github.com/apache/doris/pull/18209#issuecomment-1535793951 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] xy720 commented on pull request #19068: [refactor](complex-type) refactor array/map/struct literal to not invoke execute() function in prepare state

2023-05-04 Thread via GitHub
xy720 commented on PR #19068: URL: https://github.com/apache/doris/pull/19068#issuecomment-1535793949 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

[GitHub] [doris] weizhengte commented on a diff in pull request #19247: [enchancement](statistics) support periodic collection of statistics

2023-05-04 Thread via GitHub
weizhengte commented on code in PR #19247: URL: https://github.com/apache/doris/pull/19247#discussion_r1185747664 ## fe/fe-core/src/main/java/org/apache/doris/statistics/StatisticsAutoAnalyzer.java: ## @@ -0,0 +1,73 @@ +// Licensed to the Apache Software Foundation (ASF) under o

[GitHub] [doris] weizhengte commented on pull request #19247: [enchancement](statistics) support periodic collection of statistics

2023-05-04 Thread via GitHub
weizhengte commented on PR #19247: URL: https://github.com/apache/doris/pull/19247#issuecomment-1535789956 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] lvshaokang commented on pull request #18933: [fix](sequence-column) Fix sequence_col column used default expr insert failed

2023-05-04 Thread via GitHub
lvshaokang commented on PR #18933: URL: https://github.com/apache/doris/pull/18933#issuecomment-1535789472 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 co

[GitHub] [doris] yiguolei merged pull request #19246: [Refactor](doc)(config)(variable) use script to generate doc for FE config and session variables

2023-05-04 Thread via GitHub
yiguolei merged PR #19246: URL: https://github.com/apache/doris/pull/19246 -- 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 (f2a34dde52 -> 70236adc1f)

2023-05-04 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from f2a34dde52 [fix](memory) Fix memory leak due to incorrect block reuse of AggregateFunctionSortData #19214 add 7

[GitHub] [doris] HHoflittlefish777 commented on a diff in pull request #19142: [feature](load-refactor) Step1: InsertStmt as facade layer and run S3/Broker Load as POC

2023-05-04 Thread via GitHub
HHoflittlefish777 commented on code in PR #19142: URL: https://github.com/apache/doris/pull/19142#discussion_r1185743784 ## fe/fe-core/src/main/java/org/apache/doris/load/loadv2/BulkLoadJob.java: ## @@ -376,4 +377,37 @@ private String getBrokerUserName() { } re

[GitHub] [doris] HHoflittlefish777 commented on a diff in pull request #19142: [feature](load-refactor) Step1: InsertStmt as facade layer and run S3/Broker Load as POC

2023-05-04 Thread via GitHub
HHoflittlefish777 commented on code in PR #19142: URL: https://github.com/apache/doris/pull/19142#discussion_r1185743784 ## fe/fe-core/src/main/java/org/apache/doris/load/loadv2/BulkLoadJob.java: ## @@ -376,4 +377,37 @@ private String getBrokerUserName() { } re

[GitHub] [doris] HHoflittlefish777 commented on a diff in pull request #19142: [feature](load-refactor) Step1: InsertStmt as facade layer and run S3/Broker Load as POC

2023-05-04 Thread via GitHub
HHoflittlefish777 commented on code in PR #19142: URL: https://github.com/apache/doris/pull/19142#discussion_r1185741122 ## fe/fe-core/src/main/java/org/apache/doris/load/loadv2/BulkLoadJob.java: ## @@ -376,4 +377,37 @@ private String getBrokerUserName() { } re

[doris] branch master updated (b6c7f3aeb8 -> f2a34dde52)

2023-05-04 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from b6c7f3aeb8 [opt](FileCache) Add file cache metrics and management (#19177) add f2a34dde52 [fix](memory) Fix mem

[GitHub] [doris] yiguolei merged pull request #19214: [fix](memory) Fix memory leak due to incorrect block reuse of `AggregateFunctionSortData`

2023-05-04 Thread via GitHub
yiguolei merged PR #19214: URL: https://github.com/apache/doris/pull/19214 -- 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 (817f3ce510 -> b6c7f3aeb8)

2023-05-04 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 817f3ce510 [fix](nereids) plan shape on tpch_sf1T q21 case #19291 add b6c7f3aeb8 [opt](FileCache) Add file cac

[GitHub] [doris] morningman merged pull request #19177: [opt](FileCache) Add file cache metrics and management

2023-05-04 Thread via GitHub
morningman merged PR #19177: URL: https://github.com/apache/doris/pull/19177 -- 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 #19177: [opt](FileCache) Add file cache metrics and management

2023-05-04 Thread via GitHub
github-actions[bot] commented on PR #19177: URL: https://github.com/apache/doris/pull/19177#issuecomment-1535773519 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] chenlinzhong commented on pull request #19209: [feature](graph)Support querying data from the Nebula graph database

2023-05-04 Thread via GitHub
chenlinzhong commented on PR #19209: URL: https://github.com/apache/doris/pull/19209#issuecomment-1535773257 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 unsub

[GitHub] [doris] github-actions[bot] commented on pull request #19098: [refactor](fs)(step3)use filesystem instead of old storage, new storage just access remote object storage

2023-05-04 Thread via GitHub
github-actions[bot] commented on PR #19098: URL: https://github.com/apache/doris/pull/19098#issuecomment-1535772438 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 #19098: [refactor](fs)(step3)use filesystem instead of old storage, new storage just access remote object storage

2023-05-04 Thread via GitHub
github-actions[bot] commented on PR #19098: URL: https://github.com/apache/doris/pull/19098#issuecomment-1535772405 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] xinyiZzz commented on a diff in pull request #19285: [fix](memory) Allocator throws Exception instead of std::bad_alloc

2023-05-04 Thread via GitHub
xinyiZzz commented on code in PR #19285: URL: https://github.com/apache/doris/pull/19285#discussion_r1185736438 ## be/src/runtime/thread_context.h: ## @@ -74,6 +92,13 @@ #define SCOPED_SWITCH_THREAD_MEM_TRACKER_LIMITER(mem_tracker_limiter) (void)0 #endif +#define SKIP_MEMORY

[doris] branch master updated: [fix](nereids) plan shape on tpch_sf1T q21 case #19291

2023-05-04 Thread englefly
This is an automated email from the ASF dual-hosted git repository. englefly pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 817f3ce510 [fix](nereids) plan shape on tpch_sf

[GitHub] [doris] englefly merged pull request #19291: [fix](nereids) plan shape on tpch_sf1T q21 case

2023-05-04 Thread via GitHub
englefly merged PR #19291: URL: https://github.com/apache/doris/pull/19291 -- 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] xy720 closed pull request #19290: [not-merge](regression-test)test case 'test_map_load_and_function'

2023-05-04 Thread via GitHub
xy720 closed pull request #19290: [not-merge](regression-test)test case 'test_map_load_and_function' URL: https://github.com/apache/doris/pull/19290 -- 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 t

[GitHub] [doris] zhannngchen commented on pull request #19017: [feature](merge-on-write) enable merge on write by default

2023-05-04 Thread via GitHub
zhannngchen commented on PR #19017: URL: https://github.com/apache/doris/pull/19017#issuecomment-1535767538 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] github-actions[bot] commented on pull request #19246: [Refactor](doc)(config)(variable) use script to generate doc for FE config and session variables

2023-05-04 Thread via GitHub
github-actions[bot] commented on PR #19246: URL: https://github.com/apache/doris/pull/19246#issuecomment-1535766459 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 #19246: [Refactor](doc)(config)(variable) use script to generate doc for FE config and session variables

2023-05-04 Thread via GitHub
github-actions[bot] commented on PR #19246: URL: https://github.com/apache/doris/pull/19246#issuecomment-1535766427 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] jackwener commented on a diff in pull request #19288: [feature](nereids) support subquery combine

2023-05-04 Thread via GitHub
jackwener commented on code in PR #19288: URL: https://github.com/apache/doris/pull/19288#discussion_r1185731866 ## fe/fe-core/src/main/java/org/apache/doris/nereids/jobs/batch/NereidsRewriter.java: ## @@ -158,6 +159,11 @@ public class NereidsRewriter extends BatchRewriteJob {

[GitHub] [doris] jackwener commented on a diff in pull request #19288: [feature](nereids) support subquery combine

2023-05-04 Thread via GitHub
jackwener commented on code in PR #19288: URL: https://github.com/apache/doris/pull/19288#discussion_r1185730728 ## fe/fe-core/src/main/java/org/apache/doris/nereids/util/ExpressionUtils.java: ## @@ -75,6 +75,12 @@ public static Set extractConjunctionToSet(Expression expr) {

[GitHub] [doris] deardeng commented on a diff in pull request #19123: [improvement](FQDN)Change the implementation of fqdn

2023-05-04 Thread via GitHub
deardeng commented on code in PR #19123: URL: https://github.com/apache/doris/pull/19123#discussion_r1185725481 ## fe/fe-core/src/main/java/org/apache/doris/journal/bdbje/BDBJEJournal.java: ## @@ -309,9 +305,9 @@ public synchronized void open() { File dbEnv = new Fi

[GitHub] [doris] Gabriel39 commented on pull request #19299: [Improvement](scan) avoid unnecessary function call

2023-05-04 Thread via GitHub
Gabriel39 commented on PR #19299: URL: https://github.com/apache/doris/pull/19299#issuecomment-1535713643 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] github-actions[bot] commented on a diff in pull request #19301: [Inprovement](consts): Use inline variable

2023-05-04 Thread via GitHub
github-actions[bot] commented on code in PR #19301: URL: https://github.com/apache/doris/pull/19301#discussion_r1185708175 ## be/src/common/consts.h: ## @@ -21,16 +21,18 @@ namespace doris { namespace BeConsts { -const std::string CSV = "csv"; -const std::string CSV_WITH_NAM

[GitHub] [doris] happysnaker opened a new pull request, #19301: [Inprovement](consts): Use inline variable

2023-05-04 Thread via GitHub
happysnaker opened a new pull request, #19301: URL: https://github.com/apache/doris/pull/19301 https://en.cppreference.com/w/cpp/language/inline # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required)

[GitHub] [doris] luozenglin commented on a diff in pull request #19256: [enhancement](memory) MemCounter supports lock-free thread safety

2023-05-04 Thread via GitHub
luozenglin commented on code in PR #19256: URL: https://github.com/apache/doris/pull/19256#discussion_r1185700375 ## be/src/runtime/memory/mem_tracker.h: ## @@ -64,32 +64,39 @@ class MemTracker { MemCounter() : _current_value(0), _peak_value(0) {} void add(in

[GitHub] [doris] luozenglin commented on a diff in pull request #19256: [enhancement](memory) MemCounter supports lock-free thread safety

2023-05-04 Thread via GitHub
luozenglin commented on code in PR #19256: URL: https://github.com/apache/doris/pull/19256#discussion_r1185700375 ## be/src/runtime/memory/mem_tracker.h: ## @@ -64,32 +64,39 @@ class MemTracker { MemCounter() : _current_value(0), _peak_value(0) {} void add(in

[GitHub] [doris] gitccl commented on issue #19259: [Enhancement] support creating a table with 0 replicas

2023-05-04 Thread via GitHub
gitccl commented on issue #19259: URL: https://github.com/apache/doris/issues/19259#issuecomment-1535698133 This issue has been picked by other person. -- 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 g

[doris] branch master updated: [doc](fix)fix array_map doc tag wrong #19249

2023-05-04 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 525ede54cb [doc](fix)fix array_map doc tag wron

[GitHub] [doris] yiguolei closed issue #19224: [Bug] array_map function error

2023-05-04 Thread via GitHub
yiguolei closed issue #19224: [Bug] array_map function error URL: https://github.com/apache/doris/issues/19224 -- 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,

[GitHub] [doris] yiguolei merged pull request #19249: [doc](fix)fix array_map doc tag wrong

2023-05-04 Thread via GitHub
yiguolei merged PR #19249: URL: https://github.com/apache/doris/pull/19249 -- 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 #19258: [wip][enhencement](streamload) add on_close callback for httpserver

2023-05-04 Thread via GitHub
yiguolei commented on code in PR #19258: URL: https://github.com/apache/doris/pull/19258#discussion_r1185690510 ## be/src/http/action/stream_load_2pc.cpp: ## @@ -98,4 +98,18 @@ std::string StreamLoad2PCAction::get_success_info(const std::string txn_id, return s.GetString()

[GitHub] [doris] sohardforaname commented on pull request #18209: [Feature](Nereids)add executable function to support fold constant for functions.

2023-05-04 Thread via GitHub
sohardforaname commented on PR #18209: URL: https://github.com/apache/doris/pull/18209#issuecomment-1535686893 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] sohardforaname commented on pull request #18209: [Feature](Nereids)add executable function to support fold constant for functions.

2023-05-04 Thread via GitHub
sohardforaname commented on PR #18209: URL: https://github.com/apache/doris/pull/18209#issuecomment-1535686485 run fe ut -- 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] yiguolei commented on a diff in pull request #19256: [enhancement](memory) MemCounter supports lock-free thread safety

2023-05-04 Thread via GitHub
yiguolei commented on code in PR #19256: URL: https://github.com/apache/doris/pull/19256#discussion_r1185689368 ## be/src/runtime/memory/mem_tracker.h: ## @@ -64,32 +64,39 @@ class MemTracker { MemCounter() : _current_value(0), _peak_value(0) {} void add(int6

[doris] branch master updated: [Chore](thrift) prevent BE to be recompiled many files #19272

2023-05-04 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 63602f9f06 [Chore](thrift) prevent BE to be rec

[GitHub] [doris] yiguolei merged pull request #19272: [Chore](thrift) prevent BE to be recompiled many files

2023-05-04 Thread via GitHub
yiguolei merged PR #19272: URL: https://github.com/apache/doris/pull/19272 -- 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 merged pull request #19279: [Bug](web) fix web of frontend meet error

2023-05-04 Thread via GitHub
yiguolei merged PR #19279: URL: https://github.com/apache/doris/pull/19279 -- 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 (8286098b19 -> 09b9aba243)

2023-05-04 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 8286098b19 [community](release) add download scripts for 2.0.0-alpha1 release #19289 add 09b9aba243 [Bug](web)

[GitHub] [doris] github-actions[bot] commented on pull request #19300: [improvement](load) skip compression when memtable is small

2023-05-04 Thread via GitHub
github-actions[bot] commented on PR #19300: URL: https://github.com/apache/doris/pull/19300#issuecomment-1535681397 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 opened a new pull request, #19300: [improvement](load) skip compression when memtable is small

2023-05-04 Thread via GitHub
dataroaring opened a new pull request, #19300: URL: https://github.com/apache/doris/pull/19300 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) * [ ] Does it affect the original behavior * [ ] Ha

[GitHub] [doris] yiguolei commented on a diff in pull request #19285: [fix](memory) Allocator throws Exception instead of std::bad_alloc

2023-05-04 Thread via GitHub
yiguolei commented on code in PR #19285: URL: https://github.com/apache/doris/pull/19285#discussion_r1185684666 ## be/src/runtime/thread_context.h: ## @@ -74,6 +92,13 @@ #define SCOPED_SWITCH_THREAD_MEM_TRACKER_LIMITER(mem_tracker_limiter) (void)0 #endif +#define SKIP_MEMORY

[GitHub] [doris] starocean999 commented on pull request #19261: [fix](fe)return clone of the expr when it's substituted using a empty smap

2023-05-04 Thread via GitHub
starocean999 commented on PR #19261: URL: https://github.com/apache/doris/pull/19261#issuecomment-1535679724 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] HHoflittlefish777 commented on pull request #19118: [Refactor][Load]Unify common part in streamLoad and loadingTask planner

2023-05-04 Thread via GitHub
HHoflittlefish777 commented on PR #19118: URL: https://github.com/apache/doris/pull/19118#issuecomment-1535678563 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

[doris] branch master updated (9dd6c8f87b -> 8286098b19)

2023-05-04 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 9dd6c8f87b [refactor](function) ignore DST for function `from_unixtime` (#19151) add 8286098b19 [community](rel

[GitHub] [doris] HHoflittlefish777 commented on pull request #19118: [Refactor][Load]Unify common part in streamLoad and loadingTask planner

2023-05-04 Thread via GitHub
HHoflittlefish777 commented on PR #19118: URL: https://github.com/apache/doris/pull/19118#issuecomment-1535678439 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] yiguolei merged pull request #19289: [community](release) add download scripts for 2.0.0-alpha1 release

2023-05-04 Thread via GitHub
yiguolei merged PR #19289: URL: https://github.com/apache/doris/pull/19289 -- 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] gitccl commented on issue #19283: [Enhancement] allocate blocks in scanner_context on demand and free them timely

2023-05-04 Thread via GitHub
gitccl commented on issue #19283: URL: https://github.com/apache/doris/issues/19283#issuecomment-1535678213 I'd like to do this task. -- 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

[GitHub] [doris] github-actions[bot] commented on pull request #19299: [Improvement](scan) avoid unnecessary function call

2023-05-04 Thread via GitHub
github-actions[bot] commented on PR #19299: URL: https://github.com/apache/doris/pull/19299#issuecomment-1535674701 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 #19257: [Improvement](string function) optimize substring and in string set

2023-05-04 Thread via GitHub
github-actions[bot] commented on PR #19257: URL: https://github.com/apache/doris/pull/19257#issuecomment-1535674208 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 #19205: [enhancement](stats) Make stats cache item size configurable

2023-05-04 Thread via GitHub
hello-stephen commented on PR #19205: URL: https://github.com/apache/doris/pull/19205#issuecomment-1535671130 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.18 seconds stream load tsv: 426 seconds loaded 74807831229 Bytes, about 167 MB/s

[GitHub] [doris] Gabriel39 opened a new pull request, #19299: [Improvement](scan) avoid unnecessary function call

2023-05-04 Thread via GitHub
Gabriel39 opened a new pull request, #19299: URL: https://github.com/apache/doris/pull/19299 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) * [ ] Does it affect the original behavior * [ ] Has

[GitHub] [doris] github-actions[bot] commented on pull request #18209: [Feature](Nereids)add executable function to support fold constant for functions.

2023-05-04 Thread via GitHub
github-actions[bot] commented on PR #18209: URL: https://github.com/apache/doris/pull/18209#issuecomment-1535668848 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 #18209: [Feature](Nereids)add executable function to support fold constant for functions.

2023-05-04 Thread via GitHub
github-actions[bot] commented on PR #18209: URL: https://github.com/apache/doris/pull/18209#issuecomment-1535668365 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 #19247: [enchancement](statistics) support periodic collection of statistics

2023-05-04 Thread via GitHub
github-actions[bot] commented on PR #19247: URL: https://github.com/apache/doris/pull/19247#issuecomment-1535666871 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] Yulei-Yang commented on issue #19275: [Bug] S3 Load fail when the path include special characters

2023-05-04 Thread via GitHub
Yulei-Yang commented on issue #19275: URL: https://github.com/apache/doris/issues/19275#issuecomment-1535664706 I will look into this issue -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the spe

[GitHub] [doris] zclllyybb commented on pull request #18903: [refactor](vectorized) fix some undefined behaviors in BE under ubsan

2023-05-04 Thread via GitHub
zclllyybb commented on PR #18903: URL: https://github.com/apache/doris/pull/18903#issuecomment-1535663852 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 unsubscr

[GitHub] [doris] github-actions[bot] commented on pull request #19143: [log](fe)add log partitionInfo is null, fe not start service

2023-05-04 Thread via GitHub
github-actions[bot] commented on PR #19143: URL: https://github.com/apache/doris/pull/19143#issuecomment-1535663727 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 #19143: [log](fe)add log partitionInfo is null, fe not start service

2023-05-04 Thread via GitHub
github-actions[bot] commented on PR #19143: URL: https://github.com/apache/doris/pull/19143#issuecomment-1535663712 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: [refactor](function) ignore DST for function `from_unixtime` (#19151)

2023-05-04 Thread gabriellee
This is an automated email from the ASF dual-hosted git repository. gabriellee 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 9dd6c8f87b [refactor](function) ignore DST fo

[GitHub] [doris] Gabriel39 merged pull request #19151: [refactor](function) ignore DST for function `from_unixtime`

2023-05-04 Thread via GitHub
Gabriel39 merged PR #19151: URL: https://github.com/apache/doris/pull/19151 -- 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] zclllyybb commented on pull request #18912: [fix](thirdparty) fix opentelemetry error message compiling with ubsan

2023-05-04 Thread via GitHub
zclllyybb commented on PR #18912: URL: https://github.com/apache/doris/pull/18912#issuecomment-1535662684 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 unsubscr

[GitHub] [doris] zy-kkk commented on issue #19197: [Bug] doris 外部数据源 链接presto 类型映射不支持varch

2023-05-04 Thread via GitHub
zy-kkk commented on issue #19197: URL: https://github.com/apache/doris/issues/19197#issuecomment-1535661540 Hello, this bug occurred because our original trino only tested hive sources, not mysql. I have fixed it and it will be released in version 1.2.5 -- This is an automated message fro

[GitHub] [doris] morningman commented on pull request #19219: [Refactor](StmtExecutor)(step-1) Extract profile logic from StmtExecutor and Coordinator

2023-05-04 Thread via GitHub
morningman commented on PR #19219: URL: https://github.com/apache/doris/pull/19219#issuecomment-1535661146 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] zy-kkk commented on pull request #19298: [fix](jdbc catalog) fix trino jdbc catalog varchar type err

2023-05-04 Thread via GitHub
zy-kkk commented on PR #19298: URL: https://github.com/apache/doris/pull/19298#issuecomment-1535658270 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

[GitHub] [doris] zy-kkk opened a new pull request, #19298: [fix](jdbc catalog) fix trino jdbc catalog varchar type err

2023-05-04 Thread via GitHub
zy-kkk opened a new pull request, #19298: URL: https://github.com/apache/doris/pull/19298 # Proposed changes Issue Number: close #19197 ## Problem summary Describe your changes. ## Checklist(Required) * [ ] Does it affect the original behavior * [ ] Has u

[GitHub] [doris] zhangstar333 commented on a diff in pull request #19276: [UDF](demo) add new demo code for java udf

2023-05-04 Thread via GitHub
zhangstar333 commented on code in PR #19276: URL: https://github.com/apache/doris/pull/19276#discussion_r1185672420 ## docs/en/docs/ecosystem/udf/java-user-defined-function.md: ## @@ -185,6 +187,131 @@ CREATE AGGREGATE FUNCTION simple_sum(INT) RETURNS INT PROPERTIES ( "typ

[GitHub] [doris] Jibing-Li commented on pull request #19133: [Refactor](ScanNode) Split interface refactor.

2023-05-04 Thread via GitHub
Jibing-Li commented on PR #19133: URL: https://github.com/apache/doris/pull/19133#issuecomment-1535657579 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] github-actions[bot] commented on pull request #19207: [Improvement](inverted index) Enhance compaction performance through direct inverted index merging

2023-05-04 Thread via GitHub
github-actions[bot] commented on PR #19207: URL: https://github.com/apache/doris/pull/19207#issuecomment-1535657017 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 #19207: [Improvement](inverted index) Enhance compaction performance through direct inverted index merging

2023-05-04 Thread via GitHub
github-actions[bot] commented on PR #19207: URL: https://github.com/apache/doris/pull/19207#issuecomment-1535657004 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] Kikyou1997 commented on a diff in pull request #19247: [enchancement](statistics) support periodic collection of statistics

2023-05-04 Thread via GitHub
Kikyou1997 commented on code in PR #19247: URL: https://github.com/apache/doris/pull/19247#discussion_r1185671570 ## fe/fe-core/src/main/java/org/apache/doris/statistics/StatisticsAutoAnalyzer.java: ## @@ -0,0 +1,73 @@ +// Licensed to the Apache Software Foundation (ASF) under o

[GitHub] [doris] zhangstar333 commented on a diff in pull request #19276: [UDF](demo) add new demo code for java udf

2023-05-04 Thread via GitHub
zhangstar333 commented on code in PR #19276: URL: https://github.com/apache/doris/pull/19276#discussion_r1185671019 ## docs/en/docs/ecosystem/udf/java-user-defined-function.md: ## @@ -140,23 +140,25 @@ public class SimpleDemo { } /*required*/ -public void serial

[GitHub] [doris] weizhengte commented on a diff in pull request #19247: [enchancement](statistics) support periodic collection of statistics

2023-05-04 Thread via GitHub
weizhengte commented on code in PR #19247: URL: https://github.com/apache/doris/pull/19247#discussion_r1185670398 ## fe/fe-core/src/main/java/org/apache/doris/statistics/AnalysisTaskInfoBuilder.java: ## @@ -147,18 +161,44 @@ public AnalysisTaskInfoBuilder copy() {

[GitHub] [doris] zhangstar333 commented on a diff in pull request #19276: [UDF](demo) add new demo code for java udf

2023-05-04 Thread via GitHub
zhangstar333 commented on code in PR #19276: URL: https://github.com/apache/doris/pull/19276#discussion_r1185671019 ## docs/en/docs/ecosystem/udf/java-user-defined-function.md: ## @@ -140,23 +140,25 @@ public class SimpleDemo { } /*required*/ -public void serial

[GitHub] [doris] weizhengte commented on a diff in pull request #19247: [enchancement](statistics) support periodic collection of statistics

2023-05-04 Thread via GitHub
weizhengte commented on code in PR #19247: URL: https://github.com/apache/doris/pull/19247#discussion_r1185670398 ## fe/fe-core/src/main/java/org/apache/doris/statistics/AnalysisTaskInfoBuilder.java: ## @@ -147,18 +161,44 @@ public AnalysisTaskInfoBuilder copy() {

[GitHub] [doris] weizhengte commented on a diff in pull request #19247: [enchancement](statistics) support periodic collection of statistics

2023-05-04 Thread via GitHub
weizhengte commented on code in PR #19247: URL: https://github.com/apache/doris/pull/19247#discussion_r1185670398 ## fe/fe-core/src/main/java/org/apache/doris/statistics/AnalysisTaskInfoBuilder.java: ## @@ -147,18 +161,44 @@ public AnalysisTaskInfoBuilder copy() {

[GitHub] [doris] weizhengte commented on a diff in pull request #19247: [enchancement](statistics) support periodic collection of statistics

2023-05-04 Thread via GitHub
weizhengte commented on code in PR #19247: URL: https://github.com/apache/doris/pull/19247#discussion_r1185670062 ## fe/fe-core/src/main/java/org/apache/doris/statistics/AnalysisTaskInfoBuilder.java: ## @@ -30,19 +32,21 @@ public class AnalysisTaskInfoBuilder { private Stri

[GitHub] [doris] github-actions[bot] commented on pull request #18209: [Feature](Nereids)add executable function to support fold constant for functions.

2023-05-04 Thread via GitHub
github-actions[bot] commented on PR #18209: URL: https://github.com/apache/doris/pull/18209#issuecomment-1535654527 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] Kikyou1997 commented on a diff in pull request #19247: [enchancement](statistics) support periodic collection of statistics

2023-05-04 Thread via GitHub
Kikyou1997 commented on code in PR #19247: URL: https://github.com/apache/doris/pull/19247#discussion_r1185669201 ## fe/fe-core/src/main/java/org/apache/doris/statistics/AnalysisTaskInfoBuilder.java: ## @@ -147,18 +161,44 @@ public AnalysisTaskInfoBuilder copy() {

[GitHub] [doris] Kikyou1997 commented on a diff in pull request #19247: [enchancement](statistics) support periodic collection of statistics

2023-05-04 Thread via GitHub
Kikyou1997 commented on code in PR #19247: URL: https://github.com/apache/doris/pull/19247#discussion_r1185669201 ## fe/fe-core/src/main/java/org/apache/doris/statistics/AnalysisTaskInfoBuilder.java: ## @@ -147,18 +161,44 @@ public AnalysisTaskInfoBuilder copy() {

[GitHub] [doris] hello-stephen commented on pull request #19177: [opt](FileCache) Add file cache metrics and management

2023-05-04 Thread via GitHub
hello-stephen commented on PR #19177: URL: https://github.com/apache/doris/pull/19177#issuecomment-1535653537 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.04 seconds stream load tsv: 420 seconds loaded 74807831229 Bytes, about 169 MB/s

[GitHub] [doris] dinggege1024 opened a new issue, #19297: [Enhancement] ADD bitmap function: bitmap_distinct

2023-05-04 Thread via GitHub
dinggege1024 opened a new issue, #19297: URL: https://github.com/apache/doris/issues/19297 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Description I need bitmap_d

[GitHub] [doris] github-actions[bot] commented on pull request #19293: [chore](build) Porting to GCC-13

2023-05-04 Thread via GitHub
github-actions[bot] commented on PR #19293: URL: https://github.com/apache/doris/pull/19293#issuecomment-1535649885 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] 16601746291 opened a new issue, #19296: [Bug] group_concat function - Return Incorrect

2023-05-04 Thread via GitHub
16601746291 opened a new issue, #19296: URL: https://github.com/apache/doris/issues/19296 ### 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 Doris VERSION 1.2.4.

  1   2   3   4   >