[GitHub] [doris] github-actions[bot] commented on pull request #15698: [Bug](bitmap) Fix bitmap_from_string for null constant

2023-01-06 Thread GitBox
github-actions[bot] commented on PR #15698: URL: https://github.com/apache/doris/pull/15698#issuecomment-1374408296 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, #15698: [Bug](bitmap) Fix bitmap_from_string for null constant

2023-01-06 Thread GitBox
Gabriel39 opened a new pull request, #15698: URL: https://github.com/apache/doris/pull/15698 # Proposed changes Issue Number: close #15697 ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ]

[GitHub] [doris] Gabriel39 opened a new issue, #15697: [Bug]

2023-01-06 Thread GitBox
Gabriel39 opened a new issue, #15697: URL: https://github.com/apache/doris/issues/15697 ### 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 master ### What

[GitHub] [doris] hello-stephen commented on pull request #15696: [Bug](DECIMALV3) Fix binary predicate between decimalv3 and float

2023-01-06 Thread GitBox
hello-stephen commented on PR #15696: URL: https://github.com/apache/doris/pull/15696#issuecomment-1374397951 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.25 seconds load time: 474 seconds storage size: 17122608693 Bytes https://doris-co

[GitHub] [doris] Gabriel39 commented on pull request #15693: [fix](predicate) fix be core dump caused by pushing down the double column predicate

2023-01-06 Thread GitBox
Gabriel39 commented on PR #15693: URL: https://github.com/apache/doris/pull/15693#issuecomment-1374395182 PTAL @xiaokang -- 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] caneGuy opened a new issue, #15695: [Bug] Broker can not support multiple upload for aliyun oss

2023-01-06 Thread GitBox
caneGuy opened a new issue, #15695: URL: https://github.com/apache/doris/issues/15695 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version 1.2 ### What's Wr

[GitHub] [doris] Gabriel39 opened a new pull request, #15696: [Bug](DECIMALV3) Fix binary predicate between decimalv3 and float

2023-01-06 Thread GitBox
Gabriel39 opened a new pull request, #15696: URL: https://github.com/apache/doris/pull/15696 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Y

[GitHub] [doris] github-actions[bot] commented on pull request #15622: [feature](file cache)Import `file cache` for remote file reader

2023-01-06 Thread GitBox
github-actions[bot] commented on PR #15622: URL: https://github.com/apache/doris/pull/15622#issuecomment-1374391092 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] BePPPower commented on pull request #15617: [fix](tvf) use virtual-hosted style when s3('uri'='s3://xxx')

2023-01-06 Thread GitBox
BePPPower commented on PR #15617: URL: https://github.com/apache/doris/pull/15617#issuecomment-1374390595 > > Hi, I still get error like 'parse file failed, path = s3://file' after using your changes, but using 'http://' is ok. > > s3默认使用的virtual-hosted style,即类似:s3://bucket.endpoint

[GitHub] [doris] BePPPower commented on a diff in pull request #15692: [fix](multi-catalog) fix image loading failture when create catalog with resource

2023-01-06 Thread GitBox
BePPPower commented on code in PR #15692: URL: https://github.com/apache/doris/pull/15692#discussion_r1063959340 ## fe/fe-core/src/main/java/org/apache/doris/catalog/JdbcResource.java: ## @@ -189,29 +190,61 @@ private void computeObjectChecksum() throws DdlException {

[GitHub] [doris] zhouhoo opened a new issue, #15694: [Bug] register txn replica failed

2023-01-06 Thread GitBox
zhouhoo opened a new issue, #15694: URL: https://github.com/apache/doris/issues/15694 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version 1.2.1 ### What's

[GitHub] [doris-thirdparty] adonis0147 opened a new pull request, #21: [chore](workflow) Mark Apache Doris Third Party Prebuilt as a latest release

2023-01-06 Thread GitBox
adonis0147 opened a new pull request, #21: URL: https://github.com/apache/doris-thirdparty/pull/21 Although the release `Apache Doris Third Party Prebuilt` was created months ago, its content is changing all the time. Because the artifacts are needed by BE UT workflows, we overwrite t

[GitHub] [doris] github-actions[bot] commented on pull request #15622: [feature](file cache)Import `file cache` for remote file reader

2023-01-06 Thread GitBox
github-actions[bot] commented on PR #15622: URL: https://github.com/apache/doris/pull/15622#issuecomment-1374367586 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 #15693: [fix](predicate) fix be core dump caused by pushing down the double column predicate

2023-01-06 Thread GitBox
hello-stephen commented on PR #15693: URL: https://github.com/apache/doris/pull/15693#issuecomment-1374365306 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.07 seconds load time: 475 seconds storage size: 1712998 Bytes https://doris-co

[GitHub] [doris] luozenglin opened a new pull request, #15693: [fix](predicate) fix be core dump caused by pushing down the double column predicate

2023-01-06 Thread GitBox
luozenglin opened a new pull request, #15693: URL: https://github.com/apache/doris/pull/15693 # Proposed changes Issue Number: close #15678 ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior:

[GitHub] [doris] hello-stephen commented on pull request #15692: [fix](multi-catalog) fix image writing bug when create catalog with resource

2023-01-06 Thread GitBox
hello-stephen commented on PR #15692: URL: https://github.com/apache/doris/pull/15692#issuecomment-1374359501 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.75 seconds load time: 469 seconds storage size: 17122358507 Bytes https://doris-co

[GitHub] [doris] morningman opened a new pull request, #15692: [fix](multi-catalog) fix image writing bug when create catalog with resource

2023-01-06 Thread GitBox
morningman opened a new pull request, #15692: URL: https://github.com/apache/doris/pull/15692 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ]

[GitHub] [doris] github-actions[bot] commented on pull request #15212: [Feature](Materialized-View) support advanced Materialized-View

2023-01-06 Thread GitBox
github-actions[bot] commented on PR #15212: URL: https://github.com/apache/doris/pull/15212#issuecomment-1374351968 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 #10717: [refactor] remove PredicateColumn

2023-01-06 Thread GitBox
github-actions[bot] commented on PR #10717: URL: https://github.com/apache/doris/pull/10717#issuecomment-1374282247 We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable

[GitHub] [doris] hello-stephen commented on pull request #15686: [enhancement](config) remove config load_process_max_memory_limit_bytes

2023-01-06 Thread GitBox
hello-stephen commented on PR #15686: URL: https://github.com/apache/doris/pull/15686#issuecomment-1374033059 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.38 seconds load time: 484 seconds storage size: 17121757146 Bytes https://doris-co

[GitHub] [doris] github-actions[bot] commented on pull request #15673: [enhancement](load) change the publish version log to VLOG_CRITICAL

2023-01-06 Thread GitBox
github-actions[bot] commented on PR #15673: URL: https://github.com/apache/doris/pull/15673#issuecomment-1373976247 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 #15685: [enhancement](load) refine the reduce memory policy when process memory is nearly full

2023-01-06 Thread GitBox
github-actions[bot] commented on PR #15685: URL: https://github.com/apache/doris/pull/15685#issuecomment-1373975797 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 #15686: [enhancement](config) remove config load_process_max_memory_limit_bytes

2023-01-06 Thread GitBox
github-actions[bot] commented on PR #15686: URL: https://github.com/apache/doris/pull/15686#issuecomment-1373975286 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 #15688: [fix](nereids) fix CaseWhen and Sum datatype error

2023-01-06 Thread GitBox
hello-stephen commented on PR #15688: URL: https://github.com/apache/doris/pull/15688#issuecomment-1373926101 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.45 seconds load time: 490 seconds storage size: 17123106769 Bytes https://doris-co

[GitHub] [doris] morrySnow merged pull request #15490: [enhancement](histogram) add histogram syntax and perstist histogram statistics

2023-01-06 Thread GitBox
morrySnow merged PR #15490: URL: https://github.com/apache/doris/pull/15490 -- 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: [enhancement](histogram) add histogram syntax and perstist histogram statistics (#15490)

2023-01-06 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 5dfdacd278 [enhancement](histogram) add histog

[GitHub] [doris] hello-stephen commented on pull request #15687: [fix](profile) show query profile for pipeline engine

2023-01-06 Thread GitBox
hello-stephen commented on PR #15687: URL: https://github.com/apache/doris/pull/15687#issuecomment-1373889697 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.35 seconds load time: 471 seconds storage size: 17123414288 Bytes https://doris-co

[doris] branch master updated: [enhancement](histogram) optimise aggregate function histogram (#15317)

2023-01-06 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 76ad599fd7 [enhancement](histogram) optimise a

[GitHub] [doris] morrySnow merged pull request #15317: [enhancement](histogram) optimise aggregate function histogram

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

[GitHub] [doris] github-actions[bot] commented on pull request #15317: [enhancement](histogram) optimise aggregate function histogram

2023-01-06 Thread GitBox
github-actions[bot] commented on PR #15317: URL: https://github.com/apache/doris/pull/15317#issuecomment-1373882302 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 #15317: [enhancement](histogram) optimise aggregate function histogram

2023-01-06 Thread GitBox
github-actions[bot] commented on PR #15317: URL: https://github.com/apache/doris/pull/15317#issuecomment-1373882342 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] morrySnow opened a new pull request, #15689: [fix](test) remove unstable regression test

2023-01-06 Thread GitBox
morrySnow opened a new pull request, #15689: URL: https://github.com/apache/doris/pull/15689 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Y

[doris] branch master updated: [feature](Nereids) support variable type expression (#15659)

2023-01-06 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 9c8fcd805c [feature](Nereids) support variable

[GitHub] [doris] morrySnow merged pull request #15659: [feature](Nereids) support variable type expression

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

[GitHub] [doris] github-actions[bot] commented on pull request #15659: [feature](Nereids): add syntax @@session.xxx

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

[doris] branch master updated (a6773417ef -> 08d439cde7)

2023-01-06 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 a6773417ef [Doc] Add sidebars for split_by_string function and delete split_by_char builtins code (#15679) add

[GitHub] [doris] github-actions[bot] commented on pull request #15659: [feature](Nereids): add syntax @@session.xxx

2023-01-06 Thread GitBox
github-actions[bot] commented on PR #15659: URL: https://github.com/apache/doris/pull/15659#issuecomment-1373866225 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] morrySnow merged pull request #15647: [Feature](Nereids)add rlike

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

[GitHub] [doris] github-actions[bot] commented on pull request #15647: [Feature](Nereids)add rlike

2023-01-06 Thread GitBox
github-actions[bot] commented on PR #15647: URL: https://github.com/apache/doris/pull/15647#issuecomment-1373854947 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 #15647: [Feature](Nereids)add rlike

2023-01-06 Thread GitBox
github-actions[bot] commented on PR #15647: URL: https://github.com/apache/doris/pull/15647#issuecomment-1373854895 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [doris] hello-stephen commented on pull request #15685: [enhancement](load) refine the reduce memory policy when process memory is nearly full

2023-01-06 Thread GitBox
hello-stephen commented on PR #15685: URL: https://github.com/apache/doris/pull/15685#issuecomment-1373826070 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.42 seconds load time: 472 seconds storage size: 17122467293 Bytes https://doris-co

[GitHub] [doris] englefly opened a new pull request, #15688: [fix](nereids) fix CaseWhen and Sum datatype error

2023-01-06 Thread GitBox
englefly opened a new pull request, #15688: URL: https://github.com/apache/doris/pull/15688 # Proposed changes 1. CaseWhen dataType error example: case when false then DOUBLE else DECIMAL => Double 2 Sum datatype error example: Sum(case when false then DOUBLE else DECIMA) =

[GitHub] [doris] github-actions[bot] commented on a diff in pull request #15339: [Feature](aggregate-function) support funtion group_uniq_array

2023-01-06 Thread GitBox
github-actions[bot] commented on code in PR #15339: URL: https://github.com/apache/doris/pull/15339#discussion_r1063508277 ## be/test/vec/aggregate_functions/agg_group_array_test.cpp: ## @@ -0,0 +1,122 @@ +#include + +#include "gtest/gtest.h" +#include "vec/aggregate_functions/

[doris-thirdparty] branch clucene updated (efc6582 -> 043689d)

2023-01-06 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch clucene in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git discard efc6582 [Update] first commit (#20) This update removed existing revisions from the reference, leavin

[GitHub] [doris] mrhhsg opened a new pull request, #15687: [fix](profile) show query profile for pipeline engine

2023-01-06 Thread GitBox
mrhhsg opened a new pull request, #15687: URL: https://github.com/apache/doris/pull/15687 # Proposed changes Because the pipeline engine adds some children nodes into the profile, the result of `show query profile` statement for is incorrect. ## Problem summary Describe

[GitHub] [doris] github-actions[bot] commented on pull request #15683: [typo](doc) fix Chinese describe

2023-01-06 Thread GitBox
github-actions[bot] commented on PR #15683: URL: https://github.com/apache/doris/pull/15683#issuecomment-1373693763 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 #15209: [test]add alert func when running regression-test

2023-01-06 Thread GitBox
github-actions[bot] commented on PR #15209: URL: https://github.com/apache/doris/pull/15209#issuecomment-1373668843 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 #15209: [test]add alert func when running regression-test

2023-01-06 Thread GitBox
github-actions[bot] commented on PR #15209: URL: https://github.com/apache/doris/pull/15209#issuecomment-1373668765 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 #15673: [enhancement](load) change the publish version log to VLOG_CRITICAL

2023-01-06 Thread GitBox
github-actions[bot] commented on PR #15673: URL: https://github.com/apache/doris/pull/15673#issuecomment-1373664471 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 #15667: [refactor] delete non vec load from memtable

2023-01-06 Thread GitBox
github-actions[bot] commented on PR #15667: URL: https://github.com/apache/doris/pull/15667#issuecomment-1373663141 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] HappenLee merged pull request #15679: [typo](docs)(function)add sidebar for split_by_string function and delete split_by_char builtins code

2023-01-06 Thread GitBox
HappenLee merged PR #15679: URL: https://github.com/apache/doris/pull/15679 -- 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 (c18bfdc93e -> a6773417ef)

2023-01-06 Thread lihaopeng
This is an automated email from the ASF dual-hosted git repository. lihaopeng pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from c18bfdc93e [test][regression cases][external]add external table p2 regression cases according doris1.2 docs 2023010

[GitHub] [doris] github-actions[bot] commented on pull request #15679: [typo](docs)(function)add sidebar for split_by_string function and delete split_by_char builtins code

2023-01-06 Thread GitBox
github-actions[bot] commented on PR #15679: URL: https://github.com/apache/doris/pull/15679#issuecomment-1373606617 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 #15679: [typo](docs)(function)add sidebar for split_by_string function and delete split_by_char builtins code

2023-01-06 Thread GitBox
github-actions[bot] commented on PR #15679: URL: https://github.com/apache/doris/pull/15679#issuecomment-1373606522 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[doris] branch branch-1.2-lts updated: [cherry-pick][feature](string_function) support split_by_string function (#15677)

2023-01-06 Thread lihaopeng
This is an automated email from the ASF dual-hosted git repository. lihaopeng 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 0d05d55859 [cherry-pick][featu

[GitHub] [doris] HappenLee merged pull request #15677: [cherry-pick][feature](string_function) support split_by_string function

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

[GitHub] [doris] github-actions[bot] commented on pull request #15686: [enhancement](config) remove config load_process_max_memory_limit_bytes

2023-01-06 Thread GitBox
github-actions[bot] commented on PR #15686: URL: https://github.com/apache/doris/pull/15686#issuecomment-1373594033 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 #15686: [enhancement](config) remove config load_process_max_memory_limit_bytes

2023-01-06 Thread GitBox
github-actions[bot] commented on PR #15686: URL: https://github.com/apache/doris/pull/15686#issuecomment-1373590245 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] zhannngchen opened a new pull request, #15686: [enhancement](config) remove config load_process_max_memory_limit_bytes

2023-01-06 Thread GitBox
zhannngchen opened a new pull request, #15686: URL: https://github.com/apache/doris/pull/15686 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ]

[GitHub] [doris] github-actions[bot] commented on pull request #15685: [enhancement](load) refine the reduce memory policy when process memory is nearly full

2023-01-06 Thread GitBox
github-actions[bot] commented on PR #15685: URL: https://github.com/apache/doris/pull/15685#issuecomment-1373583059 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] zhannngchen opened a new pull request, #15685: [enhancement](load) refine the reduce memory policy when process memory is nearly full

2023-01-06 Thread GitBox
zhannngchen opened a new pull request, #15685: URL: https://github.com/apache/doris/pull/15685 # Proposed changes Issue Number: close #xxx ## Problem summary If process memory is almost full but data load don't consume more than 5% (50% * 10%) of total memory, we don't n

[doris] branch master updated (cad47dd9d9 -> c18bfdc93e)

2023-01-06 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from cad47dd9d9 [test](Nereids) add two regression test cases for Nereids (#15598) add c18bfdc93e [test][regressi

[GitHub] [doris] dataroaring merged pull request #15651: [test][regression cases][external]add external table p2 regression cases according doris1.2 docs 20230105

2023-01-06 Thread GitBox
dataroaring merged PR #15651: URL: https://github.com/apache/doris/pull/15651 -- 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.

[GitHub] [doris] github-actions[bot] commented on pull request #15605: [improvement](projection) Improve projection performance

2023-01-06 Thread GitBox
github-actions[bot] commented on PR #15605: URL: https://github.com/apache/doris/pull/15605#issuecomment-1373543028 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 #14925: [Feature](audit) add errorCode and errorMessage in audit log

2023-01-06 Thread GitBox
github-actions[bot] commented on PR #14925: URL: https://github.com/apache/doris/pull/14925#issuecomment-1373509786 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 #14925: [Feature](audit) add errorCode and errorMessage in audit log

2023-01-06 Thread GitBox
github-actions[bot] commented on PR #14925: URL: https://github.com/apache/doris/pull/14925#issuecomment-1373509706 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-thirdparty] morningman merged pull request #20: [Update](clucene) first commit

2023-01-06 Thread GitBox
morningman merged PR #20: URL: https://github.com/apache/doris-thirdparty/pull/20 -- 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] github-actions[bot] commented on pull request #15605: [improvement](projection) Improve projection performance

2023-01-06 Thread GitBox
github-actions[bot] commented on PR #15605: URL: https://github.com/apache/doris/pull/15605#issuecomment-1373499977 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] nextdreamblue commented on pull request #15617: [fix](tvf) use virtual-hosted style when s3('uri'='s3://xxx')

2023-01-06 Thread GitBox
nextdreamblue commented on PR #15617: URL: https://github.com/apache/doris/pull/15617#issuecomment-1373488966 > Hi, I still get error like 'parse file failed, path = s3://file' after using your changes, but using 'http://' is ok. s3默认使用的virtual-hosted style,即类似:s3://bucket.endpoint/f

[GitHub] [doris] github-actions[bot] commented on pull request #15683: [typo](doc) fix Chinese describe

2023-01-06 Thread GitBox
github-actions[bot] commented on PR #15683: URL: https://github.com/apache/doris/pull/15683#issuecomment-1373481479 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 #15670: [opt](multi-catalog) cache and reuse position delete rows in iceberg v2

2023-01-06 Thread GitBox
github-actions[bot] commented on PR #15670: URL: https://github.com/apache/doris/pull/15670#issuecomment-1373479303 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 #15212: [Feature](Materialized-View) support advanced Materialized-View

2023-01-06 Thread GitBox
github-actions[bot] commented on PR #15212: URL: https://github.com/apache/doris/pull/15212#issuecomment-1373478938 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 #15674: [improvement](decimalv3) Java UDF and array type support DECIMALV3

2023-01-06 Thread GitBox
github-actions[bot] commented on PR #15674: URL: https://github.com/apache/doris/pull/15674#issuecomment-1373462453 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 #15600: [DRAFT](decimalv3) test auto conversion

2023-01-06 Thread GitBox
github-actions[bot] commented on PR #15600: URL: https://github.com/apache/doris/pull/15600#issuecomment-1373461779 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[doris-thirdparty] branch clucene created (now 043689d)

2023-01-06 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch clucene in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git at 043689d first commit This branch includes the following new commits: new 043689d first commit

[doris-thirdparty] 01/01: first commit

2023-01-06 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch clucene in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git commit 043689d49447a65cb128d4d3b8901dc145efd86f Author: Zhengguo Yang AuthorDate: Wed Aug 3 13:14:43 2022 +0800

[GitHub] [doris] github-actions[bot] commented on pull request #15612: [feature](vectorized) Support MemoryScratchSink on vectorized engine

2023-01-06 Thread GitBox
github-actions[bot] commented on PR #15612: URL: https://github.com/apache/doris/pull/15612#issuecomment-1373428216 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] Yukang-Lian opened a new issue, #15684: [Feature] Replace metrics with bvar

2023-01-06 Thread GitBox
Yukang-Lian opened a new issue, #15684: URL: https://github.com/apache/doris/issues/15684 ### 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 Under the guidan

[GitHub] [doris] lsy3993 opened a new pull request, #15683: [typo](doc) fix Chinese describe

2023-01-06 Thread GitBox
lsy3993 opened a new pull request, #15683: URL: https://github.com/apache/doris/pull/15683 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes

[GitHub] [doris] github-actions[bot] commented on pull request #15682: [doc](export) add docs for cancel-export.

2023-01-06 Thread GitBox
github-actions[bot] commented on PR #15682: URL: https://github.com/apache/doris/pull/15682#issuecomment-1373401281 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 #15682: [doc](export) add docs for cancel-export.

2023-01-06 Thread GitBox
github-actions[bot] commented on PR #15682: URL: https://github.com/apache/doris/pull/15682#issuecomment-1373401234 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [doris] hello-stephen commented on pull request #15679: [typo](docs)(function)add sidebar for split_by_string function and delete split_by_char builtins code

2023-01-06 Thread GitBox
hello-stephen commented on PR #15679: URL: https://github.com/apache/doris/pull/15679#issuecomment-1373397667 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.96 seconds load time: 471 seconds storage size: 17123117416 Bytes https://doris-co

[GitHub] [doris] dutyu opened a new pull request, #15682: [doc](export) add docs for cancel-export.

2023-01-06 Thread GitBox
dutyu opened a new pull request, #15682: URL: https://github.com/apache/doris/pull/15682 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes

[GitHub] [doris] BePPPower commented on pull request #15617: [fix](tvf) use virtual-hosted style when s3('uri'='s3://xxx')

2023-01-06 Thread GitBox
BePPPower commented on PR #15617: URL: https://github.com/apache/doris/pull/15617#issuecomment-1373366957 Hi, I still get error like 'parse file failed, path = s3://file' after using your changes, but using 'http://' is ok. -- This is an automated message from the Apache Git Service. To r

[GitHub] [doris] github-actions[bot] commented on pull request #15673: [enhancement](load) change the publish version log to VLOG_CRITICAL

2023-01-06 Thread GitBox
github-actions[bot] commented on PR #15673: URL: https://github.com/apache/doris/pull/15673#issuecomment-1373366954 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] BiteTheDDDDt commented on issue #15492: 大单表where等于条件一查询 be就崩溃

2023-01-06 Thread GitBox
BiteThet commented on issue #15492: URL: https://github.com/apache/doris/issues/15492#issuecomment-1373361669 doris的版本是什么?是否有可以用于复现崩溃的相关查询/建表语句 -- 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

[GitHub] [doris] github-actions[bot] commented on pull request #15654: [Bugfix] (ROLLUP) fix the coredump when add rollup by link schema change

2023-01-06 Thread GitBox
github-actions[bot] commented on PR #15654: URL: https://github.com/apache/doris/pull/15654#issuecomment-1373361181 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 a diff in pull request #15663: [Improvement](topn) order by key topn query optimization

2023-01-06 Thread GitBox
github-actions[bot] commented on code in PR #15663: URL: https://github.com/apache/doris/pull/15663#discussion_r1063242736 ## be/src/vec/core/block.cpp: ## @@ -1075,4 +1081,33 @@ void MutableBlock::clear_column_data() noexcept { } } +void MutableBlock::initialize_index_b

[GitHub] [doris] github-actions[bot] commented on pull request #15440: [fix](hashjoin) Fix right join pull output block memory overflow

2023-01-06 Thread GitBox
github-actions[bot] commented on PR #15440: URL: https://github.com/apache/doris/pull/15440#issuecomment-1373345123 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] morrySnow merged pull request #15598: [test](Nereids)add nereids performance and syntax test

2023-01-06 Thread GitBox
morrySnow merged PR #15598: URL: https://github.com/apache/doris/pull/15598 -- 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: [test](Nereids) add two regression test cases for Nereids (#15598)

2023-01-06 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new cad47dd9d9 [test](Nereids) add two regression

[GitHub] [doris] github-actions[bot] commented on pull request #15598: [test](Nereids)add nereids performance and syntax test

2023-01-06 Thread GitBox
github-actions[bot] commented on PR #15598: URL: https://github.com/apache/doris/pull/15598#issuecomment-1373341595 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 #15598: [test](Nereids)add nereids performance and syntax test

2023-01-06 Thread GitBox
github-actions[bot] commented on PR #15598: URL: https://github.com/apache/doris/pull/15598#issuecomment-1373341568 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] cambyzju opened a new pull request, #15681: [fix](schema change) bugfix for light schema change while with rollup

2023-01-06 Thread GitBox
cambyzju opened a new pull request, #15681: URL: https://github.com/apache/doris/pull/15681 # Proposed changes Issue Number: close https://github.com/apache/doris/issues/15593 ## Problem summary Describe your changes. this problem come from pr: https://github.com/apach

[GitHub] [doris] github-actions[bot] commented on pull request #15680: [typo](docs)add Q&A to jdbc external table

2023-01-06 Thread GitBox
github-actions[bot] commented on PR #15680: URL: https://github.com/apache/doris/pull/15680#issuecomment-1373328401 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 #15680: [typo](docs)add Q&A to jdbc external table

2023-01-06 Thread GitBox
github-actions[bot] commented on PR #15680: URL: https://github.com/apache/doris/pull/15680#issuecomment-1373328361 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] zy-kkk opened a new pull request, #15680: [typo](docs)add Q&A to jdbc external table

2023-01-06 Thread GitBox
zy-kkk opened a new pull request, #15680: URL: https://github.com/apache/doris/pull/15680 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes

[GitHub] [doris] github-actions[bot] commented on pull request #15440: [fix](hashjoin) Fix right join pull output block memory overflow

2023-01-06 Thread GitBox
github-actions[bot] commented on PR #15440: URL: https://github.com/apache/doris/pull/15440#issuecomment-1373325068 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 #15670: [opt](multi-catalog) cache and reuse position delete rows in iceberg v2

2023-01-06 Thread GitBox
github-actions[bot] commented on PR #15670: URL: https://github.com/apache/doris/pull/15670#issuecomment-1373322446 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] xinyiZzz commented on a diff in pull request #15440: [fix](hashjoin) Fix right join pull output block memory overflow

2023-01-06 Thread GitBox
xinyiZzz commented on code in PR #15440: URL: https://github.com/apache/doris/pull/15440#discussion_r1063219262 ## be/src/vec/exec/join/process_hash_table_probe_impl.h: ## @@ -674,20 +675,38 @@ Status ProcessHashTableProbe::process_data_in_hashtable(HashTableTyp }

  1   2   >