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

2023-05-03 Thread via GitHub
github-actions[bot] commented on PR #19256: URL: https://github.com/apache/doris/pull/19256#issuecomment-1534183761 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 #19251: [Refactor](spark load) remove parquet scanner

2023-05-03 Thread via GitHub
github-actions[bot] commented on PR #19251: URL: https://github.com/apache/doris/pull/19251#issuecomment-1534182124 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] Gabriel39 opened a new pull request, #19257: [Improvement](string function) optimize substring and in string set

2023-05-03 Thread via GitHub
Gabriel39 opened a new pull request, #19257: URL: https://github.com/apache/doris/pull/19257 # Proposed changes TPCH Q22 before: ![image](https://user-images.githubusercontent.com/37700562/236132035-f3b5dcac-2ebd-46a4-8698-540aaaf65af3.png) after: ![image](https://user-im

[GitHub] [doris] luozenglin opened a new pull request, #19256: [enhancement](memory) MemCounter supports lock-free thread safety

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

[doris] branch master updated (a573e1093a -> e17a171a3c)

2023-05-03 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 a573e1093a [fix](planner) insubquery should always be converted to semi or anti join (#19240) add e17a171a3c [f

[GitHub] [doris] yiguolei merged pull request #19187: [fix](vertical_compaction) Fix `continuous_agg_count` PODArray wrong boundary judgment

2023-05-03 Thread via GitHub
yiguolei merged PR #19187: URL: https://github.com/apache/doris/pull/19187 -- 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] dataroaring commented on a diff in pull request #19099: [performance](stream-load) use vector instead of skiplist when insert agg keys

2023-05-03 Thread via GitHub
dataroaring commented on code in PR #19099: URL: https://github.com/apache/doris/pull/19099#discussion_r1184606638 ## be/src/olap/memtable.cpp: ## @@ -21,10 +21,13 @@ #include #include +#include Review Comment: bitset is not used. -- This is an automated message f

[GitHub] [doris] dataroaring commented on a diff in pull request #19099: [performance](stream-load) use vector instead of skiplist when insert agg keys

2023-05-03 Thread via GitHub
dataroaring commented on code in PR #19099: URL: https://github.com/apache/doris/pull/19099#discussion_r1184600830 ## be/src/olap/memtable.cpp: ## @@ -286,32 +292,90 @@ void MemTable::_collect_vskiplist_results() { _output_mutable_block.add_rows(&in_block, row_pos_vec.d

[GitHub] [doris] github-actions[bot] commented on a diff in pull request #18654: [WIP](row store) two phase opt read row store

2023-05-03 Thread via GitHub
github-actions[bot] commented on code in PR #18654: URL: https://github.com/apache/doris/pull/18654#discussion_r1184600418 ## be/src/exec/rowid_fetcher.cpp: ## @@ -48,11 +52,15 @@ #include "vec/common/assert_cast.h" #include "vec/common/string_ref.h" #include "vec/core/block.

[GitHub] [doris] dataroaring commented on a diff in pull request #19099: [performance](stream-load) use vector instead of skiplist when insert agg keys

2023-05-03 Thread via GitHub
dataroaring commented on code in PR #19099: URL: https://github.com/apache/doris/pull/19099#discussion_r1184600386 ## be/src/olap/memtable.cpp: ## @@ -286,32 +292,90 @@ void MemTable::_collect_vskiplist_results() { _output_mutable_block.add_rows(&in_block, row_pos_vec.d

[doris-website] branch master updated: fix link (#218)

2023-05-03 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng 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 c13702133f3 fix link (#218) c137021

[GitHub] [doris-website] hf200012 merged pull request #218: fix link

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

[doris-website] branch master updated: fix path

2023-05-03 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng 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 4393d1a5450 fix path 4393d1a5450 is

[GitHub] [doris] dataroaring commented on a diff in pull request #19234: [feature-wip](mv lifecycle) Support drop partition from index.

2023-05-03 Thread via GitHub
dataroaring commented on code in PR #19234: URL: https://github.com/apache/doris/pull/19234#discussion_r1184587179 ## fe/fe-core/src/main/java/org/apache/doris/common/ErrorCode.java: ## @@ -1192,7 +1192,9 @@ public enum ErrorCode { + " table supports time travel in current

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

2023-05-03 Thread via GitHub
zddr commented on PR #19123: URL: https://github.com/apache/doris/pull/19123#issuecomment-1534150689 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 #19255: [chore](fe) Fix the build on Centos 6

2023-05-03 Thread via GitHub
github-actions[bot] commented on PR #19255: URL: https://github.com/apache/doris/pull/19255#issuecomment-1534148532 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 #19255: [chore](fe) Fix the build on Centos 6

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

2023-05-03 Thread via GitHub
lvshaokang commented on PR #18933: URL: https://github.com/apache/doris/pull/18933#issuecomment-1534139268 > Ooops... Sorry, I made a mistake and wrongly thought it was because of a series of known issues with the pipeline. But actually it's not. The actual reason for P0 failure is that you

[GitHub] [doris] github-actions[bot] commented on pull request #19123: [improvement](FQDN)Change the implementation of fqdn

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

2023-05-03 Thread via GitHub
chenlinzhong commented on PR #19209: URL: https://github.com/apache/doris/pull/19209#issuecomment-1534137788 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] xiaojunjie commented on pull request #17753: [Enhancement](HttpServer) Add http interface authentication for BE

2023-05-03 Thread via GitHub
xiaojunjie commented on PR #17753: URL: https://github.com/apache/doris/pull/17753#issuecomment-1534131904 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 #19255: [chore](fe) Fix the build on Centos 6

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

[GitHub] [doris] xiaokang commented on a diff in pull request #19185: [bug](jsonb) fix jsonb query bug When the json key value contains "."

2023-05-03 Thread via GitHub
xiaokang commented on code in PR #19185: URL: https://github.com/apache/doris/pull/19185#discussion_r1184550783 ## be/src/util/jsonb_document.h: ## @@ -1099,16 +1099,33 @@ inline JsonbValue* JsonbValue::findPath(const char* key_path, unsigned int kp_le unsigned int kle

[GitHub] [doris] Cai-Yao commented on a diff in pull request #19251: [Refactor](spark load) remove parquet scanner

2023-05-03 Thread via GitHub
Cai-Yao commented on code in PR #19251: URL: https://github.com/apache/doris/pull/19251#discussion_r1184547035 ## be/src/olap/push_handler.cpp: ## @@ -382,6 +405,52 @@ void PushBrokerReader::print_profile() { LOG(INFO) << ss.str(); } +Status PushBrokerReader::_get_next_r

[GitHub] [doris] yiguolei commented on a diff in pull request #19251: [Refactor](spark load) remove parquet scanner

2023-05-03 Thread via GitHub
yiguolei commented on code in PR #19251: URL: https://github.com/apache/doris/pull/19251#discussion_r1184544135 ## be/src/olap/push_handler.cpp: ## @@ -382,6 +405,52 @@ void PushBrokerReader::print_profile() { LOG(INFO) << ss.str(); } +Status PushBrokerReader::_get_next_

[GitHub] [doris] yiguolei commented on a diff in pull request #19251: [Refactor](spark load) remove parquet scanner

2023-05-03 Thread via GitHub
yiguolei commented on code in PR #19251: URL: https://github.com/apache/doris/pull/19251#discussion_r1184543190 ## be/src/olap/push_handler.cpp: ## @@ -382,6 +405,52 @@ void PushBrokerReader::print_profile() { LOG(INFO) << ss.str(); } +Status PushBrokerReader::_get_next_

[GitHub] [doris] adonis0147 commented on pull request #19255: [chore](fe) Fix the build on Centos 6

2023-05-03 Thread via GitHub
adonis0147 commented on PR #19255: URL: https://github.com/apache/doris/pull/19255#issuecomment-1534091965 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] adonis0147 opened a new pull request, #19255: [chore](fe) Fix the build on Centos 6

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

[GitHub] [doris] github-actions[bot] commented on pull request #19254: [refactor](conjuncts) simplify conjuncts in exec node

2023-05-03 Thread via GitHub
github-actions[bot] commented on PR #19254: URL: https://github.com/apache/doris/pull/19254#issuecomment-1534090617 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] yiguolei commented on pull request #19254: [refactor](conjuncts) simplify conjuncts in exec node

2023-05-03 Thread via GitHub
yiguolei commented on PR #19254: URL: https://github.com/apache/doris/pull/19254#issuecomment-1534088091 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 opened a new pull request, #19254: [refactor](conjuncts) simplify conjuncts in exec node

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

[GitHub] [doris] github-actions[bot] commented on pull request #19251: [Refactor](spark load) remove parquet scanner

2023-05-03 Thread via GitHub
github-actions[bot] commented on PR #19251: URL: https://github.com/apache/doris/pull/19251#issuecomment-1534080714 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] zclllyybb commented on pull request #19250: [bugfix](rpc) fix read-after-free problem of DeleteClosure.

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

[GitHub] [doris] github-actions[bot] commented on pull request #19251: [Refactor](spark load) remove parquet scanner

2023-05-03 Thread via GitHub
github-actions[bot] commented on PR #19251: URL: https://github.com/apache/doris/pull/19251#issuecomment-1534068350 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 #19245: [refactor](conjuncts) simplify conjuncts in exec node

2023-05-03 Thread via GitHub
github-actions[bot] commented on PR #19245: URL: https://github.com/apache/doris/pull/19245#issuecomment-1534064445 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 #19245: [refactor](conjuncts) simplify conjuncts in exec node

2023-05-03 Thread via GitHub
github-actions[bot] commented on PR #19245: URL: https://github.com/apache/doris/pull/19245#issuecomment-1534064334 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 #19245: [refactor](conjuncts) simplify conjuncts in exec node

2023-05-03 Thread via GitHub
github-actions[bot] commented on PR #19245: URL: https://github.com/apache/doris/pull/19245#issuecomment-1534063796 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 #19243: [improvement](load) log time consumed by io and enlarge timeout in p0

2023-05-03 Thread via GitHub
hello-stephen commented on PR #19243: URL: https://github.com/apache/doris/pull/19243#issuecomment-1534062889 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.68 seconds stream load tsv: 424 seconds loaded 74807831229 Bytes, about 168 MB/s

[GitHub] [doris] adonis0147 opened a new issue, #19253: [Bug] Failed to build FE on Centos6

2023-05-03 Thread via GitHub
adonis0147 opened a new issue, #19253: URL: https://github.com/apache/doris/issues/19253 ### 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: master

[GitHub] [doris] github-actions[bot] commented on pull request #19245: [refactor](conjuncts) simplify conjuncts in exec node

2023-05-03 Thread via GitHub
github-actions[bot] commented on PR #19245: URL: https://github.com/apache/doris/pull/19245#issuecomment-1534061972 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] yiguolei closed pull request #19245: [refactor](conjuncts) simplify conjuncts in exec node

2023-05-03 Thread via GitHub
yiguolei closed pull request #19245: [refactor](conjuncts) simplify conjuncts in exec node URL: https://github.com/apache/doris/pull/19245 -- 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 specifi

[GitHub] [doris] github-actions[bot] commented on pull request #19245: [refactor](conjuncts) simplify conjuncts in exec node

2023-05-03 Thread via GitHub
github-actions[bot] commented on PR #19245: URL: https://github.com/apache/doris/pull/19245#issuecomment-1534060539 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 #19252: [Feature](generic-aggregation) add some type define for generic aggregate functions support

2023-05-03 Thread via GitHub
github-actions[bot] commented on PR #19252: URL: https://github.com/apache/doris/pull/19252#issuecomment-1534057989 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 #19091: [Refact](type system) refact column with arrow serde

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

[GitHub] [doris] BiteTheDDDDt commented on pull request #19252: [Feature](generic-aggregation) add some type define for generic aggregate functions support

2023-05-03 Thread via GitHub
BiteThet commented on PR #19252: URL: https://github.com/apache/doris/pull/19252#issuecomment-1534054333 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] BiteTheDDDDt opened a new pull request, #19252: [Feature](generic-aggregation) add some type define for generic aggregate functions support

2023-05-03 Thread via GitHub
BiteThet opened a new pull request, #19252: URL: https://github.com/apache/doris/pull/19252 # Proposed changes add some type define for generic aggregate functions support ## Problem summary Describe your changes. ## Checklist(Required) * [ ] Does it aff

[GitHub] [doris] Yulei-Yang commented on issue #18944: hive_catalog incomplete support for metadata information

2023-05-03 Thread via GitHub
Yulei-Yang commented on issue #18944: URL: https://github.com/apache/doris/issues/18944#issuecomment-1534052236 @Echo18322276280 you can try doris 1.2.4 and set fe config infodb_support_ext_catalog to true -- This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [doris] chenlinzhong commented on pull request #19209: [feature](graph)Support querying data from the Nebula graph database

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

2023-05-03 Thread via GitHub
sohardforaname commented on PR #18209: URL: https://github.com/apache/doris/pull/18209#issuecomment-1534046667 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 #18688: [fix](replica) Fix inconsistent replica id between FE and BE

2023-05-03 Thread via GitHub
github-actions[bot] commented on PR #18688: URL: https://github.com/apache/doris/pull/18688#issuecomment-1534041688 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] Cai-Yao opened a new pull request, #19251: [Refactor](spark load) remove parquet scanner

2023-05-03 Thread via GitHub
Cai-Yao opened a new pull request, #19251: URL: https://github.com/apache/doris/pull/19251 # Proposed changes Issue Number: close #xxx ## Problem summary use parquet reader to replace parquet scanner ## Checklist(Required) * [ ] Does it affect the original b

[GitHub] [doris] xiaojunjie commented on pull request #17753: [Enhancement](HttpServer) Add http interface authentication for BE

2023-05-03 Thread via GitHub
xiaojunjie commented on PR #17753: URL: https://github.com/apache/doris/pull/17753#issuecomment-1534038907 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 #17753: [Enhancement](HttpServer) Add http interface authentication for BE

2023-05-03 Thread via GitHub
github-actions[bot] commented on PR #17753: URL: https://github.com/apache/doris/pull/17753#issuecomment-1534037499 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 #19250: [bugfix](vectorization) fix read-after-free problem of DeleteClosure.

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

2023-05-03 Thread via GitHub
github-actions[bot] commented on PR #19068: URL: https://github.com/apache/doris/pull/19068#issuecomment-1534033322 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-03 Thread via GitHub
xy720 commented on PR #19068: URL: https://github.com/apache/doris/pull/19068#issuecomment-1534033514 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

[doris] branch master updated (aaf0ef741e -> a573e1093a)

2023-05-03 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from aaf0ef741e [fix](regression) fix inverted_index_p1 q72.sql timeout error (#19241) add a573e1093a [fix](planner

[GitHub] [doris] morrySnow merged pull request #19240: [fix](fe)insubquery should always be converted to semi or anti join

2023-05-03 Thread via GitHub
morrySnow merged PR #19240: URL: https://github.com/apache/doris/pull/19240 -- 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 #19250: [bugfix](vectorization) fix read-after-free problem of DeleteClosure.

2023-05-03 Thread via GitHub
zclllyybb commented on PR #19250: URL: https://github.com/apache/doris/pull/19250#issuecomment-1534031534 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] zclllyybb opened a new pull request, #19250: [bugfix](vectorization) fix read-after-free problem of DeleteClosure.

2023-05-03 Thread via GitHub
zclllyybb opened a new pull request, #19250: URL: https://github.com/apache/doris/pull/19250 # Proposed changes Issue Number: close DORIS-3902 ## Problem summary 1. fix read-after-free problem of DeleteClosure. 2. modified fresh_exec_timer for operators ## Check

[GitHub] [doris] github-actions[bot] commented on pull request #19209: [feature](graph)Support querying data from the Nebula graph database

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

2023-05-03 Thread via GitHub
github-actions[bot] commented on PR #19068: URL: https://github.com/apache/doris/pull/19068#issuecomment-1534027264 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 #19170: [Enhancement](Broker Load) New progress manager for showing loading progress status

2023-05-03 Thread via GitHub
github-actions[bot] commented on PR #19170: URL: https://github.com/apache/doris/pull/19170#issuecomment-1534025186 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] AshinGau commented on pull request #19135: [feature](S3FileWriter) Reduce network RTT for files that multipart are not applicable

2023-05-03 Thread via GitHub
AshinGau commented on PR #19135: URL: https://github.com/apache/doris/pull/19135#issuecomment-1534023689 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] github-actions[bot] commented on pull request #19091: [Refact](type system) refact column with arrow serde

2023-05-03 Thread via GitHub
github-actions[bot] commented on PR #19091: URL: https://github.com/apache/doris/pull/19091#issuecomment-1534023368 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 #19091: [Refact](type system) refact column with arrow serde

2023-05-03 Thread via GitHub
github-actions[bot] commented on PR #19091: URL: https://github.com/apache/doris/pull/19091#issuecomment-1534023271 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 (2c1a5bb352 -> aaf0ef741e)

2023-05-03 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 2c1a5bb352 Revert "[chore](third-party) Fix the checksums of mysql (#19047)" (#19189) add aaf0ef741e [fix](regr

[GitHub] [doris] yiguolei merged pull request #19241: [fix](regression) fix inverted_index_p1 q72.sql timeout error

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

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

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

2023-05-03 Thread via GitHub
github-actions[bot] commented on PR #18209: URL: https://github.com/apache/doris/pull/18209#issuecomment-1534013945 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] yiguolei commented on a diff in pull request #19091: [Refact](type system) refact column with arrow serde

2023-05-03 Thread via GitHub
yiguolei commented on code in PR #19091: URL: https://github.com/apache/doris/pull/19091#discussion_r1184491411 ## be/src/vec/data_types/serde/data_type_string_serde.cpp: ## @@ -63,5 +66,62 @@ void DataTypeStringSerDe::read_one_cell_from_jsonb(IColumn& column, const JsonbV

[GitHub] [doris] github-actions[bot] commented on pull request #19249: [doc](fix)fix array_map doc tag wrong

2023-05-03 Thread via GitHub
github-actions[bot] commented on PR #19249: URL: https://github.com/apache/doris/pull/19249#issuecomment-1534010148 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 #19249: [doc](fix)fix array_map doc tag wrong

2023-05-03 Thread via GitHub
github-actions[bot] commented on PR #19249: URL: https://github.com/apache/doris/pull/19249#issuecomment-1534010125 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] dataroaring commented on pull request #19243: [improvement](load) log time consumed by io and enlarge timeout in p0

2023-05-03 Thread via GitHub
dataroaring commented on PR #19243: URL: https://github.com/apache/doris/pull/19243#issuecomment-1534009502 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] amorynan commented on pull request #19091: [Refact](type system) refact column with arrow serde

2023-05-03 Thread via GitHub
amorynan commented on PR #19091: URL: https://github.com/apache/doris/pull/19091#issuecomment-1534009380 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 #19199: [fix](compile) Add missing inclusion

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

[GitHub] [doris] LemonLiTree commented on pull request #19249: [doc](fix)fix array_map doc tag wrong

2023-05-03 Thread via GitHub
LemonLiTree commented on PR #19249: URL: https://github.com/apache/doris/pull/19249#issuecomment-1534006763 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] LemonLiTree opened a new pull request, #19249: [doc](fix)fix array_map doc tag wrong

2023-05-03 Thread via GitHub
LemonLiTree opened a new pull request, #19249: URL: https://github.com/apache/doris/pull/19249 # Proposed changes Issue Number: close [#19224](https://github.com/apache/doris/issues/19224) ## Problem summary Describe your changes. ## Checklist(Required) * [

[GitHub] [doris] haochengxia commented on pull request #19096: [docs](auth): forbid 127.0.0.1 passwd free login

2023-05-03 Thread via GitHub
haochengxia commented on PR #19096: URL: https://github.com/apache/doris/pull/19096#issuecomment-1534003942 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] sohardforaname closed pull request #19200: [Fix](planner)fix type incompatible after fold constant by be in branch-1.1.

2023-05-03 Thread via GitHub
sohardforaname closed pull request #19200: [Fix](planner)fix type incompatible after fold constant by be in branch-1.1. URL: https://github.com/apache/doris/pull/19200 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

[GitHub] [doris] sohardforaname commented on pull request #19200: [Fix](planner)fix type incompatible after fold constant by be in branch-1.1.

2023-05-03 Thread via GitHub
sohardforaname commented on PR #19200: URL: https://github.com/apache/doris/pull/19200#issuecomment-1534002552 1.1 is not being maintained -- 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] LemonLiTree commented on issue #19224: [Bug] array_map function error

2023-05-03 Thread via GitHub
LemonLiTree commented on issue #19224: URL: https://github.com/apache/doris/issues/19224#issuecomment-1534000984 Documentation tag is wrong, I will fix it soon -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [doris] github-actions[bot] commented on pull request #19101: [improvement](bitmap) Use shared_ptr in BitmapValue to avoid deep copying

2023-05-03 Thread via GitHub
github-actions[bot] commented on PR #19101: URL: https://github.com/apache/doris/pull/19101#issuecomment-1534000790 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 commented on issue #19224: [Bug] array_map function error

2023-05-03 Thread via GitHub
16601746291 commented on issue #19224: URL: https://github.com/apache/doris/issues/19224#issuecomment-1534000128 Is loose documentation ?The document says since 1.2.2 ![image](https://user-images.githubusercontent.com/49640575/236098306-1fe22acc-a04e-4e2f-b16c-528ba5569627.png)

[GitHub] [doris] mrhhsg commented on pull request #19101: [improvement](bitmap) Use shared_ptr in BitmapValue to avoid deep copying

2023-05-03 Thread via GitHub
mrhhsg commented on PR #19101: URL: https://github.com/apache/doris/pull/19101#issuecomment-1533999824 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 #19241: [fix](regression) fix inverted_index_p1 q72.sql timeout error

2023-05-03 Thread via GitHub
github-actions[bot] commented on PR #19241: URL: https://github.com/apache/doris/pull/19241#issuecomment-1533998600 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 #19241: [fix](regression) fix inverted_index_p1 q72.sql timeout error

2023-05-03 Thread via GitHub
github-actions[bot] commented on PR #19241: URL: https://github.com/apache/doris/pull/19241#issuecomment-1533998508 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] yuxuan-luo commented on pull request #19233: [Enhancement](load) Add the size during process.

2023-05-03 Thread via GitHub
yuxuan-luo commented on PR #19233: URL: https://github.com/apache/doris/pull/19233#issuecomment-1533996061 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] yuxuan-luo commented on a diff in pull request #19233: [Enhancement](load) Add the size during process.

2023-05-03 Thread via GitHub
yuxuan-luo commented on code in PR #19233: URL: https://github.com/apache/doris/pull/19233#discussion_r1184481902 ## be/src/runtime/runtime_state.h: ## @@ -221,6 +221,8 @@ class RuntimeState { int64_t num_bytes_load_total() { return _num_bytes_load_total.load(); } +

[GitHub] [doris] github-actions[bot] commented on pull request #19233: [Enhancement](load) Add the size during process.

2023-05-03 Thread via GitHub
github-actions[bot] commented on PR #19233: URL: https://github.com/apache/doris/pull/19233#issuecomment-1533995106 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 a diff in pull request #19233: [Enhancement](load) Add the size during process.

2023-05-03 Thread via GitHub
morningman commented on code in PR #19233: URL: https://github.com/apache/doris/pull/19233#discussion_r1184479905 ## be/src/vec/exec/scan/vscanner.cpp: ## @@ -88,6 +88,8 @@ Status VScanner::get_block(RuntimeState* state, Block* block, bool* eof) { } //

[GitHub] [doris] github-actions[bot] commented on pull request #19245: [refactor](conjuncts) simplify conjuncts in exec node

2023-05-03 Thread via GitHub
github-actions[bot] commented on PR #19245: URL: https://github.com/apache/doris/pull/19245#issuecomment-1533990525 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 #19211: [improvement](backend)Optimized error messages for insufficient replication

2023-05-03 Thread via GitHub
morningman commented on PR #19211: URL: https://github.com/apache/doris/pull/19211#issuecomment-1533989541 Some issues: 1. Better wait #19167 to be merged, or there will be conflict. 2. FE ut failed. 3. How about letting `BeSelectionPolicy` to return error msg, so that where ever we

[GitHub] [doris] github-actions[bot] commented on pull request #19240: [fix](fe)insubquery should always be converted to semi or anti join

2023-05-03 Thread via GitHub
github-actions[bot] commented on PR #19240: URL: https://github.com/apache/doris/pull/19240#issuecomment-1533988493 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 #19240: [fix](fe)insubquery should always be converted to semi or anti join

2023-05-03 Thread via GitHub
github-actions[bot] commented on PR #19240: URL: https://github.com/apache/doris/pull/19240#issuecomment-1533988458 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 #19214: [fix](memory) Fix memory leak due to incorrect block reuse of `AggregateFunctionSortData`

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

2023-05-03 Thread via GitHub
morningman commented on PR #19209: URL: https://github.com/apache/doris/pull/19209#issuecomment-1533986386 How about implement it using jdbc catalog? -- 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

[GitHub] [doris] zhangstar333 commented on issue #19224: [Bug] array_map function error

2023-05-03 Thread via GitHub
zhangstar333 commented on issue #19224: URL: https://github.com/apache/doris/issues/19224#issuecomment-1533986315 doris1.2.3 not has this function yet. -- 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

[GitHub] [doris] github-actions[bot] commented on pull request #19248: [community](chore) change the trigger of github action

2023-05-03 Thread via GitHub
github-actions[bot] commented on PR #19248: URL: https://github.com/apache/doris/pull/19248#issuecomment-1533986241 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   >