[GitHub] [doris] caiconghui commented on pull request #16037: [enhancement](query) Make query scan nodes more evenly distributed

2023-01-18 Thread GitBox
caiconghui commented on PR #16037: URL: https://github.com/apache/doris/pull/16037#issuecomment-1396573174 > Please add more detail explain in your PR comment more detail could be seen in issue #16308 -- This is an automated message from the Apache Git Service. To respond to the mes

[doris] branch master updated: [fix](nereids) do not generate compare between Date to Date (#16061)

2023-01-18 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 dd869077f8 [fix](nereids) do not generate comp

[GitHub] [doris] morrySnow merged pull request #16061: [fix](nereids) do not generate compare between Date to Date

2023-01-18 Thread GitBox
morrySnow merged PR #16061: URL: https://github.com/apache/doris/pull/16061 -- 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 #16061: [fix](nereids) do not generate compare between Date to Date

2023-01-18 Thread GitBox
github-actions[bot] commented on PR #16061: URL: https://github.com/apache/doris/pull/16061#issuecomment-1396569300 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 #16061: [fix](nereids) do not generate compare between Date to Date

2023-01-18 Thread GitBox
github-actions[bot] commented on PR #16061: URL: https://github.com/apache/doris/pull/16061#issuecomment-1396569196 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] morningman commented on a diff in pull request #15836: [feature wip](multi catalog)Support iceberg schema evolution.

2023-01-18 Thread GitBox
morningman commented on code in PR #15836: URL: https://github.com/apache/doris/pull/15836#discussion_r1080893973 ## be/src/vec/exec/scan/vfile_scanner.h: ## @@ -66,14 +66,17 @@ class VFileScanner : public VScanner { std::unique_ptr _cur_reader; bool _cur_reader_eof;

[doris] branch master updated: [fix](planner) fix bugs in uncheckedCastChild (#15905)

2023-01-18 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 74c0677d62 [fix](planner) fix bugs in unchecke

[GitHub] [doris] morrySnow merged pull request #15905: [fix](planner) fix bugs in uncheckedCastChild

2023-01-18 Thread GitBox
morrySnow merged PR #15905: URL: https://github.com/apache/doris/pull/15905 -- 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: [fix](nereids) Fix bind failed of the slots in the group by clause (#16077)

2023-01-18 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 21b78cb820 [fix](nereids) Fix bind failed of t

[GitHub] [doris] morrySnow merged pull request #16077: [fix](nereids) Fix bind failed of the slots in the group by clause

2023-01-18 Thread GitBox
morrySnow merged PR #16077: URL: https://github.com/apache/doris/pull/16077 -- 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 #16046: [refactor](fe) refactor and upgrade dependency tree of FE and support AWS glue catalog

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

[doris] branch master updated: [fix](nereids) fix bug in CaseWhen.getDataType and add some missing case for findTightestCommonType (#15776)

2023-01-18 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 0144c51ddb [fix](nereids) fix bug in CaseWhen.

[GitHub] [doris] morrySnow merged pull request #15776: [fix](nereids) fix bug in CaseWhen.getDataType and add some missing case for findTightestCommonType

2023-01-18 Thread GitBox
morrySnow merged PR #15776: URL: https://github.com/apache/doris/pull/15776 -- 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 #15776: [fix](nereids) fix bug in CaseWhen.getDataType and add some missing case for findTightestCommonType

2023-01-18 Thread GitBox
github-actions[bot] commented on PR #15776: URL: https://github.com/apache/doris/pull/15776#issuecomment-1396547758 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 #15776: [fix](nereids) fix bug in CaseWhen.getDataType and add some missing case for findTightestCommonType

2023-01-18 Thread GitBox
github-actions[bot] commented on PR #15776: URL: https://github.com/apache/doris/pull/15776#issuecomment-1396547666 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 opened a new pull request, #16092: [fix](planner) create view generate wrong sql when sql contains multi count distinct

2023-01-18 Thread GitBox
morrySnow opened a new pull request, #16092: URL: https://github.com/apache/doris/pull/16092 # Proposed changes Issue Number: close #xxx ## Problem summary If sql in create view has more than one count distinct, and write column name explicitly. We will generate sql c

[GitHub] [doris] morningman closed issue #13144: [Enhancement] Support Compute Only Node in doris

2023-01-18 Thread GitBox
morningman closed issue #13144: [Enhancement] Support Compute Only Node in doris URL: https://github.com/apache/doris/issues/13144 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment

[doris] branch master updated: [ComputeNode](Doc)Add document for compute node (#15743)

2023-01-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new f9406234c6 [ComputeNode](Doc)Add document for

[GitHub] [doris] morningman merged pull request #15743: [ComputeNode](Doc)Add document for compute node

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

[GitHub] [doris] hello-stephen commented on pull request #16046: [refactor](fe) refactor and upgrade dependency tree of FE and support AWS glue catalog

2023-01-18 Thread GitBox
hello-stephen commented on PR #16046: URL: https://github.com/apache/doris/pull/16046#issuecomment-1396538343 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.85 seconds load time: 496 seconds storage size: 17123016075 Bytes https://doris-co

[doris] branch master updated: [fix](multi-catalog)switching catalogs after dropping will get NPE. (#16067)

2023-01-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 47aa53fa72 [fix](multi-catalog)switching cata

[GitHub] [doris] morningman closed issue #16066: [Bug](multi-catalog)switching catalogs after dropping catalog will get NPE

2023-01-18 Thread GitBox
morningman closed issue #16066: [Bug](multi-catalog)switching catalogs after dropping catalog will get NPE URL: https://github.com/apache/doris/issues/16066 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [doris] morningman merged pull request #16067: [fix](multi-catalog)switching catalogs after dropping will get NPE.

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

[GitHub] [doris] github-actions[bot] commented on pull request #15836: [feature wip](multi catalog)Support iceberg schema evolution.

2023-01-18 Thread GitBox
github-actions[bot] commented on PR #15836: URL: https://github.com/apache/doris/pull/15836#issuecomment-1396536144 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] kaka11chen commented on a diff in pull request #16024: [Enhancement][icebergv2_parquet_reader] Optimize the position delete file filtering mechanism in iceberg v2 parquet reader.

2023-01-18 Thread GitBox
kaka11chen commented on code in PR #16024: URL: https://github.com/apache/doris/pull/16024#discussion_r1080878057 ## be/src/vec/exec/format/parquet/vparquet_group_reader.cpp: ## @@ -262,8 +258,9 @@ Status RowGroupReader::_do_lazy_read(Block* block, size_t batch_size, size_t* re

[GitHub] [doris] mrhhsg closed pull request #12863: [improvement](scan) merge scan keys based on the number of scanners

2023-01-18 Thread GitBox
mrhhsg closed pull request #12863: [improvement](scan) merge scan keys based on the number of scanners URL: https://github.com/apache/doris/pull/12863 -- 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

[doris] branch master updated: [typo](doc)update jfs docs (#16090)

2023-01-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new b9f1e4a17f [typo](doc)update jfs docs (#16090

[GitHub] [doris] mrhhsg closed pull request #13355: [improvement](olap) try to read enough filtered rows in segment_iterator

2023-01-18 Thread GitBox
mrhhsg closed pull request #13355: [improvement](olap) try to read enough filtered rows in segment_iterator URL: https://github.com/apache/doris/pull/13355 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [doris] mrhhsg closed pull request #14993: [improvement](pipeline) probe set operation in parallel

2023-01-18 Thread GitBox
mrhhsg closed pull request #14993: [improvement](pipeline) probe set operation in parallel URL: https://github.com/apache/doris/pull/14993 -- 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 #15836: [feature wip](multi catalog)Support iceberg schema evolution.

2023-01-18 Thread GitBox
github-actions[bot] commented on PR #15836: URL: https://github.com/apache/doris/pull/15836#issuecomment-1396534117 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] mrhhsg closed pull request #13275: cherry-pick #11516 and #11822 from master

2023-01-18 Thread GitBox
mrhhsg closed pull request #13275: cherry-pick #11516 and #11822 from master URL: https://github.com/apache/doris/pull/13275 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [doris] morningman merged pull request #16090: [typo](doc)update jfs docs

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

[GitHub] [doris] mrhhsg closed pull request #15366: [fix](pipeline) query blocked by waiting for shared hash table

2023-01-18 Thread GitBox
mrhhsg closed pull request #15366: [fix](pipeline) query blocked by waiting for shared hash table URL: https://github.com/apache/doris/pull/15366 -- 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

[GitHub] [doris] zddr closed pull request #16091: [wip](auth)Implementing privilege management with rbac model

2023-01-18 Thread GitBox
zddr closed pull request #16091: [wip](auth)Implementing privilege management with rbac model URL: https://github.com/apache/doris/pull/16091 -- 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 #15837: [Feature](Materialized-View) support duplicate base column for diffrent aggregate function

2023-01-18 Thread GitBox
github-actions[bot] commented on PR #15837: URL: https://github.com/apache/doris/pull/15837#issuecomment-1396525184 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 #16046: [refactor](fe) refactor and upgrade dependency tree of FE and support AWS glue catalog

2023-01-18 Thread GitBox
github-actions[bot] commented on PR #16046: URL: https://github.com/apache/doris/pull/16046#issuecomment-1396514099 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 #16046: [refactor](fe) refactor and upgrade dependency tree of FE and support AWS glue catalog

2023-01-18 Thread GitBox
github-actions[bot] commented on PR #16046: URL: https://github.com/apache/doris/pull/16046#issuecomment-1396512920 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] zddr opened a new pull request, #16091: [wip](auth)Implementing privilege management with rbac model

2023-01-18 Thread GitBox
zddr opened a new pull request, #16091: URL: https://github.com/apache/doris/pull/16091 # 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 #16046: [refactor](fe) refactor and upgrade dependency tree of FE and support AWS glue catalog

2023-01-18 Thread GitBox
github-actions[bot] commented on PR #16046: URL: https://github.com/apache/doris/pull/16046#issuecomment-1396505910 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 #16090: [typo](doc)update jfs docs

2023-01-18 Thread GitBox
github-actions[bot] commented on PR #16090: URL: https://github.com/apache/doris/pull/16090#issuecomment-1396493490 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 #16090: [typo](doc)update jfs docs

2023-01-18 Thread GitBox
github-actions[bot] commented on PR #16090: URL: https://github.com/apache/doris/pull/16090#issuecomment-1396493445 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: [Bug](predicate) fix date predicate (#16053)

2023-01-18 Thread gabriellee
This is an automated email from the ASF dual-hosted git repository. gabriellee pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 6e090e4daf [Bug](predicate) fix date predicat

[GitHub] [doris] Gabriel39 merged pull request #16053: [Bug](predicate) fix date predicate

2023-01-18 Thread GitBox
Gabriel39 merged PR #16053: URL: https://github.com/apache/doris/pull/16053 -- 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] LemonLiTree opened a new pull request, #16090: [typo](doc)update jfs docs

2023-01-18 Thread GitBox
LemonLiTree opened a new pull request, #16090: URL: https://github.com/apache/doris/pull/16090 # Proposed changes Issue Number: close #xxx ## Problem summary update jfs docs ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes

[GitHub] [doris] github-actions[bot] commented on pull request #16089: [wip](cooldown)accelerate cooldown task produce efficiency

2023-01-18 Thread GitBox
github-actions[bot] commented on PR #16089: URL: https://github.com/apache/doris/pull/16089#issuecomment-1396480937 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 #16089: [wip](cooldown)accelerate cooldown task produce efficiency

2023-01-18 Thread GitBox
github-actions[bot] commented on PR #16089: URL: https://github.com/apache/doris/pull/16089#issuecomment-1396466616 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 #15925: [Refactor]Merged string_value into string_ref

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

[doris] branch master updated (abdf56bfa5 -> c5beab39c0)

2023-01-18 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 abdf56bfa5 [fix](Nereids) wrong result of group_concat with order by or null args (#16081) add c5beab39c0 [fix

[GitHub] [doris] morrySnow merged pull request #16047: [fix](nereids) Bind slot in having to its direct child instead of grand child

2023-01-18 Thread GitBox
morrySnow merged PR #16047: URL: https://github.com/apache/doris/pull/16047 -- 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 a diff in pull request #16089: [wip](cooldown)accelerate cooldown task produce efficiency

2023-01-18 Thread GitBox
github-actions[bot] commented on code in PR #16089: URL: https://github.com/apache/doris/pull/16089#discussion_r1080818135 ## be/src/olap/tablet_manager.cpp: ## @@ -1272,40 +1272,44 @@ struct SortCtx { SortCtx(TabletSharedPtr tablet, int64_t cooldown_timestamp, int64_t fil

[GitHub] [doris] ByteYue opened a new pull request, #16089: [wip](cooldown)accelerate cooldown task produce efficiency

2023-01-18 Thread GitBox
ByteYue opened a new pull request, #16089: URL: https://github.com/apache/doris/pull/16089 # 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 #16047: [fix](nereids) Bind slot in having to its direct child instead of grand child

2023-01-18 Thread GitBox
github-actions[bot] commented on PR #16047: URL: https://github.com/apache/doris/pull/16047#issuecomment-1396448316 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 #16047: [fix](nereids) Bind slot in having to its direct child instead of grand child

2023-01-18 Thread GitBox
github-actions[bot] commented on PR #16047: URL: https://github.com/apache/doris/pull/16047#issuecomment-1396448346 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] Kikyou1997 opened a new pull request, #16088: [fix](nereids) Fix statistics related threads continuously spawn as doing checkpoint

2023-01-18 Thread GitBox
Kikyou1997 opened a new pull request, #16088: URL: https://github.com/apache/doris/pull/16088 # 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 a diff in pull request #15491: [Enhancement](point query optimize) improve performace of point query on primary keys

2023-01-18 Thread GitBox
github-actions[bot] commented on code in PR #15491: URL: https://github.com/apache/doris/pull/15491#discussion_r1080792839 ## be/test/vec/jsonb/serialize_test.cpp: ## @@ -0,0 +1,271 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license

[GitHub] [doris] Gabriel39 commented on pull request #16059: [Decimalv3](cherrypick) pick four commits from master branch

2023-01-18 Thread GitBox
Gabriel39 commented on PR #16059: URL: https://github.com/apache/doris/pull/16059#issuecomment-1396420164 > Please link to the PR number #15463 #15505 #15574 #15644 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[GitHub] [doris] dataroaring commented on issue #16087: [Enhancement] Support BE http service with brpc.

2023-01-18 Thread GitBox
dataroaring commented on issue #16087: URL: https://github.com/apache/doris/issues/16087#issuecomment-1396418093 Great issue. This would simplify http related code. -- 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] TangSiyang2001 opened a new issue, #16087: [Enhancement] Support BE http service with brpc.

2023-01-18 Thread GitBox
TangSiyang2001 opened a new issue, #16087: URL: https://github.com/apache/doris/issues/16087 ### 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 Doris BE uses

[GitHub] [doris] github-actions[bot] commented on pull request #16046: [refactor](fe) refactor and upgrade dependency tree of FE and support AWS glue catalog

2023-01-18 Thread GitBox
github-actions[bot] commented on PR #16046: URL: https://github.com/apache/doris/pull/16046#issuecomment-1396411133 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] 01/02: (tcmalloc) gc does not work in somecases (#14732)

2023-01-18 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit a6382105b494e1351c6ed51445c539a533bb5abc Author: Yongqiang YANG <98214048+dataroar...@users.noreply.github.co

[doris] branch branch-1.2-lts updated (901f2711a3 -> 21d5c86932)

2023-01-18 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git from 901f2711a3 [feature](multi-catalog) support hive metastore more events (#15702) new a6382105b4 (tcma

[doris] 02/02: [fix](tcmalloc_gc) optimize policy of tcmalloc gc (#14776)

2023-01-18 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit 21d5c869322ef3cf3da9b9d2ec4b62bd422da0c1 Author: Yongqiang YANG <98214048+dataroar...@users.noreply.github.co

[GitHub] [doris] AshinGau commented on a diff in pull request #16024: [Enhancement][icebergv2_parquet_reader] Optimize the position delete file filtering mechanism in iceberg v2 parquet reader.

2023-01-18 Thread GitBox
AshinGau commented on code in PR #16024: URL: https://github.com/apache/doris/pull/16024#discussion_r1080779915 ## be/src/vec/exec/format/parquet/vparquet_group_reader.cpp: ## @@ -262,8 +258,9 @@ Status RowGroupReader::_do_lazy_read(Block* block, size_t batch_size, size_t* re

[GitHub] [doris] hello-stephen commented on pull request #16086: [enhance](nereids) tightestCommonType of datetime and datev2 is datev2

2023-01-18 Thread GitBox
hello-stephen commented on PR #16086: URL: https://github.com/apache/doris/pull/16086#issuecomment-1396393537 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.47 seconds load time: 499 seconds storage size: 1712250 Bytes https://doris-co

[doris] branch master updated (e846e8c0fd -> abdf56bfa5)

2023-01-18 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 e846e8c0fd [enhance](Nereids): remove Group constructor for UT. (#16005) add abdf56bfa5 [fix](Nereids) wrong r

[GitHub] [doris] morrySnow merged pull request #16081: [fix](Nereids) wrong result of group_concat with order by or null args

2023-01-18 Thread GitBox
morrySnow merged PR #16081: URL: https://github.com/apache/doris/pull/16081 -- 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: [enhance](Nereids): remove Group constructor for UT. (#16005)

2023-01-18 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin 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 e846e8c0fd [enhance](Nereids): remove Group cons

[GitHub] [doris] jackwener merged pull request #16005: [enhance](Nereids): remove Group constructor for UT.

2023-01-18 Thread GitBox
jackwener merged PR #16005: URL: https://github.com/apache/doris/pull/16005 -- 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 #16081: [fix](Nereids) wrong result of group_concat with order by or null args

2023-01-18 Thread GitBox
github-actions[bot] commented on PR #16081: URL: https://github.com/apache/doris/pull/16081#issuecomment-1396386154 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 #16081: [fix](Nereids) wrong result of group_concat with order by or null args

2023-01-18 Thread GitBox
github-actions[bot] commented on PR #16081: URL: https://github.com/apache/doris/pull/16081#issuecomment-1396386134 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 #16005: [enhance](Nereids): remove Group constructor for UT.

2023-01-18 Thread GitBox
github-actions[bot] commented on PR #16005: URL: https://github.com/apache/doris/pull/16005#issuecomment-1396383813 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 #16005: [enhance](Nereids): remove Group constructor for UT.

2023-01-18 Thread GitBox
github-actions[bot] commented on PR #16005: URL: https://github.com/apache/doris/pull/16005#issuecomment-1396383765 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] Tanya-W commented on a diff in pull request #16075: [Feature-WIP](inverted index)(bkd) Support try query before query bkd to improve query efficiency

2023-01-18 Thread GitBox
Tanya-W commented on code in PR #16075: URL: https://github.com/apache/doris/pull/16075#discussion_r1080764943 ## be/src/olap/rowset/segment_v2/inverted_index_reader.cpp: ## @@ -607,6 +639,15 @@ Status InvertedIndexIterator::try_read_from_inverted_index(const std::string& co

[GitHub] [doris] github-actions[bot] commented on pull request #16053: [Bug](predicate) fix date predicate

2023-01-18 Thread GitBox
github-actions[bot] commented on PR #16053: URL: https://github.com/apache/doris/pull/16053#issuecomment-1396381927 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 #16053: [Bug](predicate) fix date predicate

2023-01-18 Thread GitBox
github-actions[bot] commented on PR #16053: URL: https://github.com/apache/doris/pull/16053#issuecomment-1396381964 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] englefly opened a new pull request, #16086: [enhance](nereids) tightestCommonType of datetime and datev2 is datev2

2023-01-18 Thread GitBox
englefly opened a new pull request, #16086: URL: https://github.com/apache/doris/pull/16086 # Proposed changes in original planner, tightestCommonType of datetime and datev2 is datev2. make nereids compatible with original planner. Issue Number: close #xxx ## Problem summ

[GitHub] [doris] zhengshengjun commented on pull request #16036: [feature] Support mutable property for partition

2023-01-18 Thread GitBox
zhengshengjun commented on PR #16036: URL: https://github.com/apache/doris/pull/16036#issuecomment-1396376921 The background is described in this issue: [15723](https://github.com/apache/doris/issues/15723), where users always use Apache Druid to satisfy such lambada requirements. But chang

[doris] branch master updated (0b5e71d3b4 -> 05f0f63718)

2023-01-18 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 0b5e71d3b4 [refactor](refactor field) remove unused method (#16068) add 05f0f63718 [fix](daemon) should use G

[GitHub] [doris] dataroaring merged pull request #16070: [Fix](Daemon) metrics calculate bug due to system time

2023-01-18 Thread GitBox
dataroaring merged PR #16070: URL: https://github.com/apache/doris/pull/16070 -- 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 #16085: [chore](config) set config enable_write_index_searcher_cache default to false, and set config inverted_index_searcher_cache_limit

2023-01-18 Thread GitBox
github-actions[bot] commented on PR #16085: URL: https://github.com/apache/doris/pull/16085#issuecomment-1396369862 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] Tanya-W opened a new pull request, #16085: [chore](config) set config enable_write_index_searcher_cache default to false, and set config inverted_index_searcher_cache_limit default to

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

[GitHub] [doris] hello-stephen commented on pull request #16084: [improvement](memory) Optimize the log of process memory insufficient and support regular GC cache

2023-01-18 Thread GitBox
hello-stephen commented on PR #16084: URL: https://github.com/apache/doris/pull/16084#issuecomment-1396361406 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.7 seconds load time: 489 seconds storage size: 17122784078 Bytes https://doris-com

[doris] branch master updated (3894de49d2 -> 0b5e71d3b4)

2023-01-18 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 3894de49d2 [Enhancement](topn) support two phase read for topn query (#15642) add 0b5e71d3b4 [refactor](refac

[GitHub] [doris] Gabriel39 merged pull request #16068: [refactor](refactor field) remove unused method

2023-01-18 Thread GitBox
Gabriel39 merged PR #16068: URL: https://github.com/apache/doris/pull/16068 -- 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 #16070: [Fix](Daemon) metrics calculate bug due to system time

2023-01-18 Thread GitBox
github-actions[bot] commented on PR #16070: URL: https://github.com/apache/doris/pull/16070#issuecomment-1396345330 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: [Enhancement](topn) support two phase read for topn query (#15642)

2023-01-18 Thread gabriellee
This is an automated email from the ASF dual-hosted git repository. gabriellee pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 3894de49d2 [Enhancement](topn) support two ph

[GitHub] [doris] Gabriel39 merged pull request #15642: [Enhancement](topn) support two phase read for topn query

2023-01-18 Thread GitBox
Gabriel39 merged PR #15642: URL: https://github.com/apache/doris/pull/15642 -- 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 #16084: [improvement](memory) Optimize the log of process memory insufficient and support regular GC cache

2023-01-18 Thread GitBox
github-actions[bot] commented on PR #16084: URL: https://github.com/apache/doris/pull/16084#issuecomment-1396328799 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 opened a new pull request, #16084: [improvement](memory) Optimize the log of process memory insufficient and support regular GC cache

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

[GitHub] [doris] xinyiZzz commented on pull request #16083: [improvement](memory) load support overcommit memory

2023-01-18 Thread GitBox
xinyiZzz commented on PR #16083: URL: https://github.com/apache/doris/pull/16083#issuecomment-1396325246 > Please add some comment in your PR done, cc -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [doris] englefly commented on a diff in pull request #15949: [fix](nereids) fix bug in multiply return data type

2023-01-18 Thread GitBox
englefly commented on code in PR #15949: URL: https://github.com/apache/doris/pull/15949#discussion_r1080724336 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/Multiply.java: ## @@ -44,7 +45,11 @@ public Expression withChildren(List children) { @Ove

[GitHub] [doris] morningman commented on pull request #16059: [Decimalv3](cherrypick) pick four commits from master branch

2023-01-18 Thread GitBox
morningman commented on PR #16059: URL: https://github.com/apache/doris/pull/16059#issuecomment-1396316830 Please link to the PR number -- 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] morningman commented on pull request #16083: [improvement](memory) load support overcommit memory

2023-01-18 Thread GitBox
morningman commented on PR #16083: URL: https://github.com/apache/doris/pull/16083#issuecomment-1396314432 Please add some comment in your PR -- 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 s

[GitHub] [doris] hello-stephen commented on pull request #16083: [improvement](memory) load support overcommit memory

2023-01-18 Thread GitBox
hello-stephen commented on PR #16083: URL: https://github.com/apache/doris/pull/16083#issuecomment-1396304774 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 37.31 seconds load time: 550 seconds storage size: 17122657375 Bytes https://doris-co

[GitHub] [doris] zhannngchen commented on a diff in pull request #16034: [enhancement](load) avoid schema copy to reduce cpu usage

2023-01-18 Thread GitBox
zhannngchen commented on code in PR #16034: URL: https://github.com/apache/doris/pull/16034#discussion_r1080711046 ## be/src/runtime/tablets_channel.cpp: ## @@ -242,7 +242,7 @@ Status TabletsChannel::_open_all_writers(const PTabletWriterOpenRequest& request wrequest.tu

[doris] branch master updated: [Feature](multi-catalog)Add support for JuiceFS (#15969)

2023-01-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new c7a72436e6 [Feature](multi-catalog)Add suppor

[GitHub] [doris] morningman merged pull request #15969: [Feature](multi-catalog)Add support for JuiceFS

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

[GitHub] [doris] morningman commented on a diff in pull request #15969: [Feature](multi-catalog)Add support for JuiceFS

2023-01-18 Thread GitBox
morningman commented on code in PR #15969: URL: https://github.com/apache/doris/pull/15969#discussion_r1073297514 ## docs/zh-CN/docs/advanced/broker.md: ## @@ -33,6 +33,7 @@ Broker 是 Doris 集群中一种可选进程,主要用于支持 Doris 读写 - 腾讯云 CHDFS - 华为云 OBS (1.2.0 版本后支持) - 亚马逊 S3 +- JuiceFS (mast

[GitHub] [doris] github-actions[bot] commented on a diff in pull request #16083: [improvement](memory) load support overcommit memory

2023-01-18 Thread GitBox
github-actions[bot] commented on code in PR #16083: URL: https://github.com/apache/doris/pull/16083#discussion_r1080690283 ## be/src/runtime/memory/mem_tracker_limiter.h: ## @@ -105,7 +105,8 @@ class MemTrackerLimiter final : public MemTracker { int64_t limit() const { retu

[GitHub] [doris] github-actions[bot] closed pull request #11016: [feature] Support buffering data and automatically committing for stream load

2023-01-18 Thread GitBox
github-actions[bot] closed pull request #11016: [feature] Support buffering data and automatically committing for stream load URL: https://github.com/apache/doris/pull/11016 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

  1   2   3   >