[GitHub] [doris] LemonLiTree commented on pull request #18721: [Improve](GEO)wkb input and output are represented as hexadecimal strings And delete EWKB

2023-04-17 Thread via GitHub
LemonLiTree commented on PR #18721: URL: https://github.com/apache/doris/pull/18721#issuecomment-1510807411 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] datayesJava2 commented on issue #17286: [Bug] 官网提供的Docker Compose script无法启动

2023-04-17 Thread via GitHub
datayesJava2 commented on issue #17286: URL: https://github.com/apache/doris/issues/17286#issuecomment-1510809591 > 注意,fe/be的节点配置文件是以追加模式写入的(吐槽),需要手动清理 这个怎么清理,第一次启动成功了,后面再启动时就报java.net.ConnectException: Connection refused (Connection refused)错误 ` ```powershell ``` mysql>

[GitHub] [doris] jackwener merged pull request #18675: [fix](Nereids): fix sum func in eager agg

2023-04-17 Thread via GitHub
jackwener merged PR #18675: URL: https://github.com/apache/doris/pull/18675 -- 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 master updated (1e06763366 -> d61f52d277)

2023-04-17 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 1e06763366 [fix](bitmap) fix bitmap_count errors to set nullable to non-nullable bitmap col (#18689) add d61f52d

[GitHub] [doris] nextdreamblue commented on pull request #18731: (fix)[olap] not support in_memory=true now

2023-04-17 Thread via GitHub
nextdreamblue commented on PR #18731: URL: https://github.com/apache/doris/pull/18731#issuecomment-1510820770 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. T

[GitHub] [doris] mrhhsg commented on pull request #18735: [chore](hashtable) Use doris' Allocator to replace std::allocator in phmap

2023-04-17 Thread via GitHub
mrhhsg commented on PR #18735: URL: https://github.com/apache/doris/pull/18735#issuecomment-1510832700 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] github-actions[bot] commented on pull request #18643: [improvement](merge-on-write) move segment check to delta writer

2023-04-17 Thread via GitHub
github-actions[bot] commented on PR #18643: URL: https://github.com/apache/doris/pull/18643#issuecomment-1510834469 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 #18643: [improvement](merge-on-write) move segment check to delta writer

2023-04-17 Thread via GitHub
github-actions[bot] commented on PR #18643: URL: https://github.com/apache/doris/pull/18643#issuecomment-1510834414 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 #18541: [Feature](aggregate) support generic aggregate functions on pre-aggregate model

2023-04-17 Thread via GitHub
github-actions[bot] commented on PR #18541: URL: https://github.com/apache/doris/pull/18541#issuecomment-1510837598 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] jackwener commented on pull request #18669: [feature](Nereids): pullup semiJoin through aggregate.

2023-04-17 Thread via GitHub
jackwener commented on PR #18669: URL: https://github.com/apache/doris/pull/18669#issuecomment-1510841691 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 com

[GitHub] [doris] hello-stephen commented on pull request #18731: (fix)[olap] not support in_memory=true now

2023-04-17 Thread via GitHub
hello-stephen commented on PR #18731: URL: https://github.com/apache/doris/pull/18731#issuecomment-1510848004 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 32.89 seconds stream load tsv: 435 seconds loaded 74807831229 Bytes, about 164 MB/s

[GitHub] [doris] liaoxin01 commented on pull request #18734: [fix](merge-on-write) enable_unique_key_merge_on_write property should only be used for unique table

2023-04-17 Thread via GitHub
liaoxin01 commented on PR #18734: URL: https://github.com/apache/doris/pull/18734#issuecomment-1510856338 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-thirdparty] adonis0147 merged pull request #50: [Enhancement](tokenizer) accelerate ascii tokenizer speed by simd to_lower function

2023-04-17 Thread via GitHub
adonis0147 merged PR #50: URL: https://github.com/apache/doris-thirdparty/pull/50 -- 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...@do

[GitHub] [doris] Lchangliang commented on pull request #18652: [improve] Refactor file cache and Improve the file cache strategy

2023-04-17 Thread via GitHub
Lchangliang commented on PR #18652: URL: https://github.com/apache/doris/pull/18652#issuecomment-1510857346 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 #18652: [improve] Refactor file cache and Improve the file cache strategy

2023-04-17 Thread via GitHub
github-actions[bot] commented on PR #18652: URL: https://github.com/apache/doris/pull/18652#issuecomment-1510857368 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] Lchangliang commented on a diff in pull request #18652: [improve] Refactor file cache and Improve the file cache strategy

2023-04-17 Thread via GitHub
Lchangliang commented on code in PR #18652: URL: https://github.com/apache/doris/pull/18652#discussion_r1168303270 ## be/src/olap/options.cpp: ## @@ -174,45 +173,59 @@ Status parse_conf_cache_paths(const std::string& config_path, std::vectorvalue.GetString(); -int64_t n

[doris-thirdparty] branch clucene updated: [enhancement](tokenizer) Accelerate ascii tokenizer speed by SIMD to_lower function (#50)

2023-04-17 Thread adonisling
This is an automated email from the ASF dual-hosted git repository. adonisling pushed a commit to branch clucene in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git The following commit(s) were added to refs/heads/clucene by this push: new b4e4f8f [enhancement](tokenizer

[GitHub] [doris-thirdparty] adonis0147 merged pull request #57: [test] add testcase for document add

2023-04-17 Thread via GitHub
adonis0147 merged PR #57: URL: https://github.com/apache/doris-thirdparty/pull/57 -- 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...@do

[doris-thirdparty] branch clucene updated: [test] Add testcase for document add (#57)

2023-04-17 Thread adonisling
This is an automated email from the ASF dual-hosted git repository. adonisling pushed a commit to branch clucene in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git The following commit(s) were added to refs/heads/clucene by this push: new 3f91661 [test] Add testcase for

[GitHub] [doris] wzymumon commented on a diff in pull request #18557: [feature](function) support array_count function

2023-04-17 Thread via GitHub
wzymumon commented on code in PR #18557: URL: https://github.com/apache/doris/pull/18557#discussion_r1168309111 ## be/src/vec/functions/array/function_array_count.cpp: ## @@ -0,0 +1,154 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor lic

[GitHub] [doris] github-actions[bot] commented on pull request #18723: [Bug](DECIMAL) Fix bug for arithmatic expr DECIMALV2 / DECIMALV3

2023-04-17 Thread via GitHub
github-actions[bot] commented on PR #18723: URL: https://github.com/apache/doris/pull/18723#issuecomment-1510866295 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 #18723: [Bug](DECIMAL) Fix bug for arithmatic expr DECIMALV2 / DECIMALV3

2023-04-17 Thread via GitHub
github-actions[bot] commented on PR #18723: URL: https://github.com/apache/doris/pull/18723#issuecomment-1510866399 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] jacktengg opened a new pull request, #18737: [fix](const column) fix coredump caused by const column for some functions

2023-04-17 Thread via GitHub
jacktengg opened a new pull request, #18737: URL: https://github.com/apache/doris/pull/18737 # Proposed changes Issue Number: close #xxx ## Problem summary Be coredump for the following case: ``` select /*+ SET_VAR(query_timeout = 600) */ ref_1.`sr_reason_sk`

[GitHub] [doris] jackwener commented on pull request #18687: [enhance](Nereids): memo check cycle by getParentGroupExpressions().

2023-04-17 Thread via GitHub
jackwener commented on PR #18687: URL: https://github.com/apache/doris/pull/18687#issuecomment-1510868261 run buildp0 -- 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

[doris-thirdparty] annotated tag libclucene-v2.4.10 updated (3f91661 -> 3621df8)

2023-04-17 Thread adonisling
This is an automated email from the ASF dual-hosted git repository. adonisling pushed a change to annotated tag libclucene-v2.4.10 in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git *** WARNING: tag libclucene-v2.4.10 was modified! *** from 3f91661 (commit) to 362

[GitHub] [doris] github-actions[bot] commented on pull request #18737: [fix](const column) fix coredump caused by const column for some functions

2023-04-17 Thread via GitHub
github-actions[bot] commented on PR #18737: URL: https://github.com/apache/doris/pull/18737#issuecomment-1510874944 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] jacktengg commented on pull request #18737: [fix](const column) fix coredump caused by const column for some functions

2023-04-17 Thread via GitHub
jacktengg commented on PR #18737: URL: https://github.com/apache/doris/pull/18737#issuecomment-1510898837 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] Xiaoccer commented on pull request #18530: [enhancement](mysql) enable two-way ssl authentication

2023-04-17 Thread via GitHub
Xiaoccer commented on PR #18530: URL: https://github.com/apache/doris/pull/18530#issuecomment-1510908216 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] zhangstar333 opened a new pull request, #18739: [refactor](scan) optimize the agg function of count(1)

2023-04-17 Thread via GitHub
zhangstar333 opened a new pull request, #18739: URL: https://github.com/apache/doris/pull/18739 # Proposed changes after PR #12803, like count(*) in dup table will use the segment static, now add count(const value) also use that optimization. Issue Number: close #xxx ##

[GitHub] [doris] yongjinhou opened a new pull request, #18740: [fix](build) Missing header files

2023-04-17 Thread via GitHub
yongjinhou opened a new pull request, #18740: URL: https://github.com/apache/doris/pull/18740 # Proposed changes Issue Number: close #xxx ## Problem summary BE lacks header files, causing the compilation to fail. ## Checklist(Required) * [ ] Does it affect t

[GitHub] [doris] yongjinhou commented on pull request #18740: [fix](build) Missing header files

2023-04-17 Thread via GitHub
yongjinhou commented on PR #18740: URL: https://github.com/apache/doris/pull/18740#issuecomment-1510911811 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 #18740: [fix](build) Missing header files

2023-04-17 Thread via GitHub
github-actions[bot] commented on PR #18740: URL: https://github.com/apache/doris/pull/18740#issuecomment-1510916550 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 #18721: [Improve](GEO)wkb input and output are represented as hexadecimal strings And delete EWKB

2023-04-17 Thread via GitHub
github-actions[bot] commented on PR #18721: URL: https://github.com/apache/doris/pull/18721#issuecomment-1510917619 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 #18735: [chore](hashtable) Use doris' Allocator to replace std::allocator in phmap

2023-04-17 Thread via GitHub
hello-stephen commented on PR #18735: URL: https://github.com/apache/doris/pull/18735#issuecomment-1510927666 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 33.79 seconds stream load tsv: 439 seconds loaded 74807831229 Bytes, about 162 MB/s

[GitHub] [doris] wsjz commented on pull request #18430: [fix](multi-catalog)fix old s3 properties check

2023-04-17 Thread via GitHub
wsjz commented on PR #18430: URL: https://github.com/apache/doris/pull/18430#issuecomment-1510938068 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubsc

[GitHub] [doris] github-actions[bot] commented on pull request #18740: [fix](build) Missing header files

2023-04-17 Thread via GitHub
github-actions[bot] commented on PR #18740: URL: https://github.com/apache/doris/pull/18740#issuecomment-1510941440 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 #18740: [fix](build) Missing header files

2023-04-17 Thread via GitHub
github-actions[bot] commented on PR #18740: URL: https://github.com/apache/doris/pull/18740#issuecomment-1510941521 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] Gabriel39 merged pull request #18723: [Bug](DECIMAL) Fix bug for arithmatic expr DECIMALV2 / DECIMALV3

2023-04-17 Thread via GitHub
Gabriel39 merged PR #18723: URL: https://github.com/apache/doris/pull/18723 -- 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 master updated (d61f52d277 -> 74d424e6d4)

2023-04-17 Thread gabriellee
This is an automated email from the ASF dual-hosted git repository. gabriellee pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from d61f52d277 [fix](Nereids): fix sum func in eager agg (#18675) add 74d424e6d4 [Bug](DECIMAL) Fix bug for arithm

[GitHub] [doris] jackwener commented on pull request #18599: [feature](Nereids): infer not null from Agg Count() without groupby.

2023-04-17 Thread via GitHub
jackwener commented on PR #18599: URL: https://github.com/apache/doris/pull/18599#issuecomment-1510942696 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] wangbo commented on a diff in pull request #18575: [improvement](resource-group) add test for resource group

2023-04-17 Thread via GitHub
wangbo commented on code in PR #18575: URL: https://github.com/apache/doris/pull/18575#discussion_r1168372325 ## fe/fe-core/src/main/java/org/apache/doris/resource/resourcegroup/ResourceGroupMgr.java: ## @@ -127,8 +127,11 @@ private void checkAndCreateDefaultGroup() { }

[GitHub] [doris] AshinGau commented on a diff in pull request #18652: [improve] Refactor file cache and Improve the file cache strategy

2023-04-17 Thread via GitHub
AshinGau commented on code in PR #18652: URL: https://github.com/apache/doris/pull/18652#discussion_r1168380732 ## be/src/io/cache/block/block_file_cache.cpp: ## @@ -51,16 +51,34 @@ IFileCache::Key IFileCache::hash(const std::string& path) { return Key(key); } -std::stri

[GitHub] [doris] luozenglin commented on pull request #18575: [improvement](resource-group) add test for resource group

2023-04-17 Thread via GitHub
luozenglin commented on PR #18575: URL: https://github.com/apache/doris/pull/18575#issuecomment-1510953957 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] HappenLee commented on a diff in pull request #18739: [refactor](scan) optimize the agg function of count(1)

2023-04-17 Thread via GitHub
HappenLee commented on code in PR #18739: URL: https://github.com/apache/doris/pull/18739#discussion_r1168384982 ## fe/fe-core/src/main/java/org/apache/doris/planner/SingleNodePlanner.java: ## @@ -490,8 +493,7 @@ private void pushDownAggNoGrouping(AggregateInfo aggInfo, SelectS

[GitHub] [doris] Kikyou1997 commented on pull request #18720: [fix](stats) Stats still in cache when user dropped it.

2023-04-17 Thread via GitHub
Kikyou1997 commented on PR #18720: URL: https://github.com/apache/doris/pull/18720#issuecomment-1510962551 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 a diff in pull request #18627: [Refact](type system) refact serde for type system and pb serde impl

2023-04-17 Thread via GitHub
github-actions[bot] commented on code in PR #18627: URL: https://github.com/apache/doris/pull/18627#discussion_r1168389256 ## be/test/vec/data_types/serde/data_type_serde_test.cpp: ## @@ -0,0 +1,172 @@ +// Unless required by applicable law or agreed to in writing, +// software d

[GitHub] [doris] github-actions[bot] commented on pull request #18739: [refactor](scan) optimize the agg function of count(1)

2023-04-17 Thread via GitHub
github-actions[bot] commented on PR #18739: URL: https://github.com/apache/doris/pull/18739#issuecomment-1510965684 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 #18739: [refactor](scan) optimize the agg function of count(1)

2023-04-17 Thread via GitHub
github-actions[bot] commented on PR #18739: URL: https://github.com/apache/doris/pull/18739#issuecomment-1510965763 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] amorynan opened a new pull request, #18741: [Improve](type-system)del useless data type api and add some ut for to_string method

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

[GitHub] [doris] yixiutt commented on pull request #18702: [Enhancement](compaction) stop tablet compaction when table dropped

2023-04-17 Thread via GitHub
yixiutt commented on PR #18702: URL: https://github.com/apache/doris/pull/18702#issuecomment-1510967987 LGTM -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

[GitHub] [doris] Kikyou1997 commented on a diff in pull request #18653: [Optimization](statistics) optimize the problem of slow deletion of statistics .

2023-04-17 Thread via GitHub
Kikyou1997 commented on code in PR #18653: URL: https://github.com/apache/doris/pull/18653#discussion_r1168393092 ## fe/fe-core/src/main/java/org/apache/doris/statistics/StatisticsRepository.java: ## @@ -179,15 +205,7 @@ private static void dropStatistics(Long dbId, M

[GitHub] [doris] github-actions[bot] commented on pull request #18702: [Enhancement](compaction) stop tablet compaction when table dropped

2023-04-17 Thread via GitHub
github-actions[bot] commented on PR #18702: URL: https://github.com/apache/doris/pull/18702#issuecomment-1510970204 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] yixiutt opened a new issue, #18742: [Enhancement] (compaction) support parallel compaction for single replica

2023-04-17 Thread via GitHub
yixiutt opened a new issue, #18742: URL: https://github.com/apache/doris/issues/18742 ### 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 Currently only one t

[GitHub] [doris] yongjinhou commented on pull request #18740: [fix](build) Missing header files

2023-04-17 Thread via GitHub
yongjinhou commented on PR #18740: URL: https://github.com/apache/doris/pull/18740#issuecomment-1510973147 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-website] luzhijing merged pull request #209: update images

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

[doris-website] branch master updated: update images (#209)

2023-04-17 Thread luzhijing
This is an automated email from the ASF dual-hosted git repository. luzhijing pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/master by this push: new 8c2e64ee9eb update images (#209) 8c2e6

[GitHub] [doris] github-actions[bot] commented on pull request #18740: [fix](build) Missing header files

2023-04-17 Thread via GitHub
github-actions[bot] commented on PR #18740: URL: https://github.com/apache/doris/pull/18740#issuecomment-1510976672 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 #18741: [Improve](type-system)del useless data type api and add some ut for to_string method

2023-04-17 Thread via GitHub
github-actions[bot] commented on PR #18741: URL: https://github.com/apache/doris/pull/18741#issuecomment-1510977329 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 #18740: [fix](build) Missing header files

2023-04-17 Thread via GitHub
github-actions[bot] commented on PR #18740: URL: https://github.com/apache/doris/pull/18740#issuecomment-1510978873 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] caoliang-web opened a new pull request, #18743: [BUG](es_catalog)Solve the problem of querying es catalog Unexpected exception: Index:…

2023-04-17 Thread via GitHub
caoliang-web opened a new pull request, #18743: URL: https://github.com/apache/doris/pull/18743 ## Problem summary 1.Solve the problem of querying es catalog Unexpected exception: Index: 0, Size: 0 ## Checklist(Required) * [ ] Does it affect the original behavior * [

[GitHub] [doris] Kikyou1997 commented on pull request #18720: [fix](stats) Stats still in cache when user dropped it.

2023-04-17 Thread via GitHub
Kikyou1997 commented on PR #18720: URL: https://github.com/apache/doris/pull/18720#issuecomment-1510991612 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] zhangstar333 commented on pull request #18739: [refactor](scan) optimize the agg function of count(1)

2023-04-17 Thread via GitHub
zhangstar333 commented on PR #18739: URL: https://github.com/apache/doris/pull/18739#issuecomment-1510993679 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 #18676: [vectorzied](function) fix array_map function analyzed failed with order by clause

2023-04-17 Thread via GitHub
github-actions[bot] commented on PR #18676: URL: https://github.com/apache/doris/pull/18676#issuecomment-1511003599 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 #18676: [vectorzied](function) fix array_map function analyzed failed with order by clause

2023-04-17 Thread via GitHub
github-actions[bot] commented on PR #18676: URL: https://github.com/apache/doris/pull/18676#issuecomment-1511003725 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] amorynan commented on pull request #18627: [Refact](type system) refact serde for type system and pb serde impl

2023-04-17 Thread via GitHub
amorynan commented on PR #18627: URL: https://github.com/apache/doris/pull/18627#issuecomment-1511014662 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 #18737: [fix](const column) fix coredump caused by const column for some functions

2023-04-17 Thread via GitHub
hello-stephen commented on PR #18737: URL: https://github.com/apache/doris/pull/18737#issuecomment-1511014912 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 33.87 seconds stream load tsv: 430 seconds loaded 74807831229 Bytes, about 165 MB/s

[GitHub] [doris] englefly opened a new pull request, #18744: [tpch](nereids) estimate broadcast cost and shuffle cost

2023-04-17 Thread via GitHub
englefly opened a new pull request, #18744: URL: https://github.com/apache/doris/pull/18744 # Proposed changes We need the sender and receiver number to estimate the cost broadcast and shuffle. But we do not have these numbers under current framework. So we assume the sender number

[GitHub] [doris] Yulei-Yang opened a new pull request, #18745: [Improvement](broker) support broker load from tencent Goose File System

2023-04-17 Thread via GitHub
Yulei-Yang opened a new pull request, #18745: URL: https://github.com/apache/doris/pull/18745 # Proposed changes Including below functions: 1. broker load 2. export 3. select into outfile 4. create repo and backup to gfs after config env, use gfs like other hdfs system.

[GitHub] [doris] github-actions[bot] commented on pull request #18627: [Refact](type system) refact serde for type system and pb serde impl

2023-04-17 Thread via GitHub
github-actions[bot] commented on PR #18627: URL: https://github.com/apache/doris/pull/18627#issuecomment-1511018186 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] Yulei-Yang commented on pull request #18745: [Improvement](broker) support broker load from tencent Goose File System

2023-04-17 Thread via GitHub
Yulei-Yang commented on PR #18745: URL: https://github.com/apache/doris/pull/18745#issuecomment-1511024407 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 merged pull request #18733: [Bug](DECIMALV3) report failure if a decimal value is overflow (#18336)

2023-04-17 Thread via GitHub
morningman merged PR #18733: URL: https://github.com/apache/doris/pull/18733 -- 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

[doris] branch branch-1.2-lts updated: [Bug](DECIMALV3) report failure if a decimal value is overflow (#18336) (#18733)

2023-04-17 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 3a91f083fd [Bug](DECIMALV3) r

[GitHub] [doris] TangSiyang2001 opened a new pull request, #18746: [fix](editLog) add sufficient replay logic and edit log for altering light schema change

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

[GitHub] [doris] AshinGau commented on pull request #18652: [improve] Refactor file cache and Improve the file cache strategy

2023-04-17 Thread via GitHub
AshinGau commented on PR #18652: URL: https://github.com/apache/doris/pull/18652#issuecomment-1511038378 LGTM -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe

[GitHub] [doris] TangSiyang2001 commented on pull request #18746: [fix](editLog) add sufficient replay logic and edit log for altering light schema change

2023-04-17 Thread via GitHub
TangSiyang2001 commented on PR #18746: URL: https://github.com/apache/doris/pull/18746#issuecomment-1511037987 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] englefly commented on pull request #18744: [tpch](nereids) estimate broadcast cost and shuffle cost

2023-04-17 Thread via GitHub
englefly commented on PR #18744: URL: https://github.com/apache/doris/pull/18744#issuecomment-1511041797 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 #18717: [feature](nereids)Tpc-h 1T plan shape check

2023-04-17 Thread via GitHub
github-actions[bot] commented on PR #18717: URL: https://github.com/apache/doris/pull/18717#issuecomment-1511042678 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] TangSiyang2001 commented on pull request #18746: [fix](editLog) add sufficient replay logic and edit log for altering light schema change

2023-04-17 Thread via GitHub
TangSiyang2001 commented on PR #18746: URL: https://github.com/apache/doris/pull/18746#issuecomment-1511044455 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 #18739: [refactor](scan) optimize the agg function of count(1)

2023-04-17 Thread via GitHub
hello-stephen commented on PR #18739: URL: https://github.com/apache/doris/pull/18739#issuecomment-1511046835 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 33.05 seconds stream load tsv: 430 seconds loaded 74807831229 Bytes, about 165 MB/s

[GitHub] [doris] amorynan commented on pull request #18627: [Refact](type system) refact serde for type system and pb serde impl

2023-04-17 Thread via GitHub
amorynan commented on PR #18627: URL: https://github.com/apache/doris/pull/18627#issuecomment-1511047191 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] yiguolei merged pull request #18722: [feature](segcompaction) enable segcompaction by default

2023-04-17 Thread via GitHub
yiguolei merged PR #18722: URL: https://github.com/apache/doris/pull/18722 -- 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: [feature](segcompaction) enable segcompaction by default (#18722)

2023-04-17 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 16cdd9e95a [feature](segcompaction) enable segc

[GitHub] [doris] github-actions[bot] commented on pull request #18627: [Refact](type system) refact serde for type system and pb serde impl

2023-04-17 Thread via GitHub
github-actions[bot] commented on PR #18627: URL: https://github.com/apache/doris/pull/18627#issuecomment-1511059203 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 #18702: [Enhancement](compaction) stop tablet compaction when table dropped

2023-04-17 Thread via GitHub
github-actions[bot] commented on PR #18702: URL: https://github.com/apache/doris/pull/18702#issuecomment-1511060551 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] Bingandbing opened a new pull request, #18747: [Enhancement](Nereids)Add nereids minidump

2023-04-17 Thread via GitHub
Bingandbing opened a new pull request, #18747: URL: https://github.com/apache/doris/pull/18747 Add runnable mini dump demo in MinidumpTest ## Problem summary Describe your changes. ## Checklist(Required) * [ ] Does it affect the original behavior * [x] Has unit

[GitHub] [doris] Bingandbing commented on pull request #18747: [Enhancement](Nereids)Add nereids minidump

2023-04-17 Thread via GitHub
Bingandbing commented on PR #18747: URL: https://github.com/apache/doris/pull/18747#issuecomment-1511076033 run build all -- 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] Bingandbing commented on pull request #18747: [Enhancement](Nereids)Add nereids minidump

2023-04-17 Thread via GitHub
Bingandbing commented on PR #18747: URL: https://github.com/apache/doris/pull/18747#issuecomment-1511076325 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] HappenLee opened a new pull request, #18748: [Compile](BE) Fix compile failed with mysql/tcmalloc

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

[GitHub] [doris] hello-stephen commented on pull request #18745: [Improvement](broker) support broker load from tencent Goose File System

2023-04-17 Thread via GitHub
hello-stephen commented on PR #18745: URL: https://github.com/apache/doris/pull/18745#issuecomment-1511081607 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 33.38 seconds stream load tsv: 439 seconds loaded 74807831229 Bytes, about 162 MB/s

[GitHub] [doris] github-actions[bot] commented on pull request #18748: [Compile](BE) Fix compile failed with mysql/tcmalloc

2023-04-17 Thread via GitHub
github-actions[bot] commented on PR #18748: URL: https://github.com/apache/doris/pull/18748#issuecomment-1511086526 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 #18691: [enhancement](agent-task/schema-change) make agent batch tasks cancelable in BE

2023-04-17 Thread via GitHub
TangSiyang2001 commented on PR #18691: URL: https://github.com/apache/doris/pull/18691#issuecomment-1511091028 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 #18691: [enhancement](agent-task/schema-change) make agent batch tasks cancelable in BE

2023-04-17 Thread via GitHub
github-actions[bot] commented on PR #18691: URL: https://github.com/apache/doris/pull/18691#issuecomment-1511096646 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] jackwener opened a new pull request, #18749: [fix](Nereids): when GroupExpr already exists, we need to remove ParentExpression

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

[GitHub] [doris] jackwener commented on pull request #18749: [fix](Nereids): when GroupExpr already exists, we need to remove ParentExpression

2023-04-17 Thread via GitHub
jackwener commented on PR #18749: URL: https://github.com/apache/doris/pull/18749#issuecomment-153092 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] LemonLiTree commented on pull request #18721: [Improve](GEO)wkb input and output are represented as hexadecimal strings And delete EWKB

2023-04-17 Thread via GitHub
LemonLiTree commented on PR #18721: URL: https://github.com/apache/doris/pull/18721#issuecomment-159327 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] weideguo commented on issue #18241: [Bug] ERROR 1105 (HY000): errCode = 2, detailMessage = Failed to find 3 backends for policy: cluster|query|load|schedule|tags|medium: default_clust

2023-04-17 Thread via GitHub
weideguo commented on issue #18241: URL: https://github.com/apache/doris/issues/18241#issuecomment-1511120119 Same question, in fact i use HDD as default. any one help? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[GitHub] [doris] Bingandbing commented on pull request #18581: [Fix](Nereids)Check bounding of expression in analyze process

2023-04-17 Thread via GitHub
Bingandbing commented on PR #18581: URL: https://github.com/apache/doris/pull/18581#issuecomment-1511134282 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] imSanko commented on issue #17176: [Good First Issue] Doris' Future

2023-04-17 Thread via GitHub
imSanko commented on issue #17176: URL: https://github.com/apache/doris/issues/17176#issuecomment-1511137833 Can you assign this work me ? -- 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 spec

[GitHub] [doris] github-actions[bot] commented on pull request #16909: [feature](docker)add be init script option

2023-04-17 Thread via GitHub
github-actions[bot] commented on PR #16909: URL: https://github.com/apache/doris/pull/16909#issuecomment-1511170715 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 #16909: [feature](docker)add be init script option

2023-04-17 Thread via GitHub
github-actions[bot] commented on PR #16909: URL: https://github.com/apache/doris/pull/16909#issuecomment-1511170784 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

  1   2   3   4   >