[GitHub] [doris] zhannngchen opened a new pull request, #10714: [feature-wip](unique-key-merge-on-write) Add rowset tree, based on interval-tree, DSIP-018[3/3]

2022-07-08 Thread GitBox
zhannngchen opened a new pull request, #10714: URL: https://github.com/apache/doris/pull/10714 # Proposed changes Issue Number: close #xxx ## Problem Summary: For the detail, see DSIP-018:https://cwiki.apache.org/confluence/display/DORIS/DSIP-018%3A+Support+Merge-On-Writ

[GitHub] [doris] github-actions[bot] commented on pull request #10701: [refactor](predicate) refactor predicates in scan node

2022-07-08 Thread GitBox
github-actions[bot] commented on PR #10701: URL: https://github.com/apache/doris/pull/10701#issuecomment-1179486376 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 #10701: [refactor](predicate) refactor predicates in scan node

2022-07-08 Thread GitBox
github-actions[bot] commented on PR #10701: URL: https://github.com/apache/doris/pull/10701#issuecomment-1179486374 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 dev-1.0.1-v20220709 created (now 3d1d8ebdce)

2022-07-08 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch dev-1.0.1-v20220709 in repository https://gitbox.apache.org/repos/asf/doris.git at 3d1d8ebdce [tmpfix] expr compose and replace bug This branch includes the following new commits:

[doris] 01/01: [tmpfix] expr compose and replace bug

2022-07-08 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.1-v20220709 in repository https://gitbox.apache.org/repos/asf/doris.git commit 3d1d8ebdce6edcb9b02d8598b830e3293b7b097d Author: morningman AuthorDate: Sat Jul 9 12:39:01 2022 +0800

[GitHub] [doris] github-actions[bot] commented on pull request #10620: [Enhancement][multi-catalog]Impl parallel for file scanner to improve the scanner performance

2022-07-08 Thread GitBox
github-actions[bot] commented on PR #10620: URL: https://github.com/apache/doris/pull/10620#issuecomment-1179477183 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 #10620: [Enhancement][multi-catalog]Impl parallel for file scanner to improve the scanner performance

2022-07-08 Thread GitBox
github-actions[bot] commented on PR #10620: URL: https://github.com/apache/doris/pull/10620#issuecomment-1179477186 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: [be ut]add some case for array type in block_test (#10656)

2022-07-08 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 1112dba525 [be ut]add some case for array type

[GitHub] [doris] yiguolei merged pull request #10656: [ut](array-type) add some case for array type in block_test

2022-07-08 Thread GitBox
yiguolei merged PR #10656: URL: https://github.com/apache/doris/pull/10656 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apa

[doris] branch master updated: [chore] Update .gitignore to ignore generated files by be ut (#10713)

2022-07-08 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new a5efda6882 [chore] Update .gitignore to ignore

[GitHub] [doris] yiguolei merged pull request #10713: [chore] Update .gitignore to ignore generated files by be ut

2022-07-08 Thread GitBox
yiguolei merged PR #10713: URL: https://github.com/apache/doris/pull/10713 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apa

[doris] branch master updated: [refactor]broker rpc timeout configuration parameterization (#10692)

2022-07-08 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 3229730933 [refactor]broker rpc timeout configu

[GitHub] [doris] yiguolei closed issue #10696: [Bug] BrokerLoad导入任务出现type:ETL_RUN_FAIL; msg:errCode = 2, detailMessage = Broker list path exception. path=hdfs:xxx

2022-07-08 Thread GitBox
yiguolei closed issue #10696: [Bug] BrokerLoad导入任务出现type:ETL_RUN_FAIL; msg:errCode = 2, detailMessage = Broker list path exception. path=hdfs:xxx URL: https://github.com/apache/doris/issues/10696 -- This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] [doris] yiguolei merged pull request #10692: [refactor]broker rpc timeout configuration parameterization

2022-07-08 Thread GitBox
yiguolei merged PR #10692: URL: https://github.com/apache/doris/pull/10692 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apa

[doris] branch master updated: [BUG](datev2) fix bloom filter for datev2 and remove redundant code (#10695)

2022-07-08 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new ed4b2140d7 [BUG](datev2) fix bloom filter for d

[GitHub] [doris] yiguolei merged pull request #10695: [BUG](datev2) fix bloom filter for datev2 and remove redundant code

2022-07-08 Thread GitBox
yiguolei merged PR #10695: URL: https://github.com/apache/doris/pull/10695 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apa

[doris] branch master updated: [BUG] fix DCHECK failed for vectorized InPredicate (#10709)

2022-07-08 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 08384fea1c [BUG] fix DCHECK failed for vectoriz

[GitHub] [doris] yiguolei merged pull request #10709: [BUG] fix DCHECK failed for vectorized InPredicate

2022-07-08 Thread GitBox
yiguolei merged PR #10709: URL: https://github.com/apache/doris/pull/10709 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apa

[GitHub] [doris] yiguolei closed issue #10707: [Bug] InPredicate core dump in runtime filer

2022-07-08 Thread GitBox
yiguolei closed issue #10707: [Bug] InPredicate core dump in runtime filer URL: https://github.com/apache/doris/issues/10707 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[doris] branch master updated: [Doc]broker load rpc timeout problem FQA (#10698)

2022-07-08 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 9c7601841e [Doc]broker load rpc timeout problem

[GitHub] [doris] yiguolei merged pull request #10698: [Doc]broker load rpc timeout problem FQA

2022-07-08 Thread GitBox
yiguolei merged PR #10698: URL: https://github.com/apache/doris/pull/10698 -- 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 #10713: [chore] Update .gitignore to ignore generated files by be ut

2022-07-08 Thread GitBox
github-actions[bot] commented on PR #10713: URL: https://github.com/apache/doris/pull/10713#issuecomment-1179404288 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 #10713: [chore] Update .gitignore to ignore generated files by be ut

2022-07-08 Thread GitBox
github-actions[bot] commented on PR #10713: URL: https://github.com/apache/doris/pull/10713#issuecomment-1179404280 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: [improvement]pre-serialize aggregation keys (#10700)

2022-07-08 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new e293fbd277 [improvement]pre-serialize aggregati

[GitHub] [doris] yiguolei merged pull request #10700: [improvement]pre-serialize aggregation keys

2022-07-08 Thread GitBox
yiguolei merged PR #10700: URL: https://github.com/apache/doris/pull/10700 -- 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] mrhhsg opened a new pull request, #10713: [chore] Update .gitignore to ignore generated files by be ut

2022-07-08 Thread GitBox
mrhhsg opened a new pull request, #10713: URL: https://github.com/apache/doris/pull/10713 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original behavior: (Yes/N

[GitHub] [doris] mrhhsg opened a new pull request, #10712: [fix]Avoid error while runing stop_be.sh with no arg

2022-07-08 Thread GitBox
mrhhsg opened a new pull request, #10712: URL: https://github.com/apache/doris/pull/10712 # Proposed changes Issue Number: close #xxx ## Problem Summary: When run stop_be.sh without any argument: ```bash be/output/bin/stop_be.sh: line 26: [: =: unary operator expect

[GitHub] [doris] github-actions[bot] commented on pull request #10700: [improvement]pre-serialize aggregation keys

2022-07-08 Thread GitBox
github-actions[bot] commented on PR #10700: URL: https://github.com/apache/doris/pull/10700#issuecomment-1179148094 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 #10700: [improvement]pre-serialize aggregation keys

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

[GitHub] [doris] jackwener commented on pull request #7967: Opt skiplist

2022-07-08 Thread GitBox
jackwener commented on PR #7967: URL: https://github.com/apache/doris/pull/7967#issuecomment-1179143173 long time passed, close it. -- 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] jackwener closed pull request #7967: Opt skiplist

2022-07-08 Thread GitBox
jackwener closed pull request #7967: Opt skiplist URL: https://github.com/apache/doris/pull/7967 -- 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

[GitHub] [doris] mrhhsg commented on a diff in pull request #10700: [improvement]pre-serialize aggregation keys

2022-07-08 Thread GitBox
mrhhsg commented on code in PR #10700: URL: https://github.com/apache/doris/pull/10700#discussion_r916913762 ## be/src/vec/columns/column_nullable.cpp: ## @@ -134,6 +134,24 @@ const char* ColumnNullable::deserialize_and_insert_from_arena(const char* pos) { return pos; }

[doris] branch master updated: [feature-wip] support parquet predicate push down (#10512)

2022-07-08 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 c358a43f35 [feature-wip] support parquet pred

[GitHub] [doris] github-actions[bot] commented on pull request #10512: [feature] (vectorization)parquet push down support

2022-07-08 Thread GitBox
github-actions[bot] commented on PR #10512: URL: https://github.com/apache/doris/pull/10512#issuecomment-1179097460 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 merged pull request #10512: [feature] (vectorization)parquet push down support

2022-07-08 Thread GitBox
morningman merged PR #10512: URL: https://github.com/apache/doris/pull/10512 -- 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] whutpencil commented on issue #10703: [Feature] About supporting the format file of EC when using BrokerLoad to sync data from hdfs to doris

2022-07-08 Thread GitBox
whutpencil commented on issue #10703: URL: https://github.com/apache/doris/issues/10703#issuecomment-1179088487 you can use seatunnel or spark connetor to load ec file into doris. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [doris] yiguolei commented on a diff in pull request #10700: [improvement]pre-serialize aggregation keys

2022-07-08 Thread GitBox
yiguolei commented on code in PR #10700: URL: https://github.com/apache/doris/pull/10700#discussion_r916899062 ## be/src/vec/exec/vaggregation_node.h: ## @@ -50,13 +50,41 @@ struct AggregationMethodSerialized { Data data; Iterator iterator; bool inited = false; +

[GitHub] [doris] morningman commented on a diff in pull request #10620: [Enhancement][multi-catalog]Impl parallel for file scanner to improve the scanner performance

2022-07-08 Thread GitBox
morningman commented on code in PR #10620: URL: https://github.com/apache/doris/pull/10620#discussion_r916877906 ## fe/fe-core/src/main/java/org/apache/doris/planner/external/ExternalFileScanNode.java: ## @@ -311,6 +350,7 @@ private TFileRangeDesc createFileRangeDesc( /

[GitHub] [doris] BiteTheDDDDt commented on a diff in pull request #10700: [improvement]pre-serialize aggregation keys

2022-07-08 Thread GitBox
BiteThet commented on code in PR #10700: URL: https://github.com/apache/doris/pull/10700#discussion_r916872115 ## be/src/vec/exec/vaggregation_node.h: ## @@ -50,13 +50,41 @@ struct AggregationMethodSerialized { Data data; Iterator iterator; bool inited = false

[GitHub] [doris] BiteTheDDDDt commented on a diff in pull request #10700: [improvement]pre-serialize aggregation keys

2022-07-08 Thread GitBox
BiteThet commented on code in PR #10700: URL: https://github.com/apache/doris/pull/10700#discussion_r916867517 ## be/src/vec/exec/vaggregation_node.cpp: ## @@ -1034,6 +1049,12 @@ Status AggregationNode::_merge_with_serialized_key(Block* block) { using HashM

[GitHub] [doris] BiteTheDDDDt commented on a diff in pull request #10700: [improvement]pre-serialize aggregation keys

2022-07-08 Thread GitBox
BiteThet commented on code in PR #10700: URL: https://github.com/apache/doris/pull/10700#discussion_r916864491 ## be/src/vec/columns/column_nullable.cpp: ## @@ -134,6 +134,24 @@ const char* ColumnNullable::deserialize_and_insert_from_arena(const char* pos) { return pos

[GitHub] [doris] github-actions[bot] commented on pull request #10710: [improve](planner): split output expr to multiple line.

2022-07-08 Thread GitBox
github-actions[bot] commented on PR #10710: URL: https://github.com/apache/doris/pull/10710#issuecomment-1179030745 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 #10710: [improve](planner): split output expr to multiple line.

2022-07-08 Thread GitBox
github-actions[bot] commented on PR #10710: URL: https://github.com/apache/doris/pull/10710#issuecomment-1179030775 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] morningman commented on a diff in pull request #10620: [Enhancement][multi-catalog]Impl parallel for file scanner to improve the scanner performance

2022-07-08 Thread GitBox
morningman commented on code in PR #10620: URL: https://github.com/apache/doris/pull/10620#discussion_r916803679 ## fe/fe-core/src/main/java/org/apache/doris/common/Config.java: ## @@ -1654,6 +1654,12 @@ public class Config extends ConfigBase { @ConfField(mutable = false, m

[GitHub] [doris] BiteTheDDDDt commented on a diff in pull request #10700: [improvement]pre-serialize aggregation keys

2022-07-08 Thread GitBox
BiteThet commented on code in PR #10700: URL: https://github.com/apache/doris/pull/10700#discussion_r916847546 ## be/src/vec/columns/column_nullable.cpp: ## @@ -134,6 +134,24 @@ const char* ColumnNullable::deserialize_and_insert_from_arena(const char* pos) { return pos

[GitHub] [doris] weizuo93 opened a new pull request, #10711: [Feature] Add interface to check tablet segment lost

2022-07-08 Thread GitBox
weizuo93 opened a new pull request, #10711: URL: https://github.com/apache/doris/pull/10711 # Proposed changes Issue Number: close #10708 ## Problem Summary: There may be some exceptions that cause segment to be lost on BE node. However, the metadata shows that the tabl

[GitHub] [doris] jackwener opened a new pull request, #10710: [improve](planner): split output expr to multiple line.

2022-07-08 Thread GitBox
jackwener opened a new pull request, #10710: URL: https://github.com/apache/doris/pull/10710 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. split output expr to multiple line. ``` +---

[GitHub] [doris] github-actions[bot] commented on pull request #10709: [BUG] fix DCHECK failed for vectorized InPredicate

2022-07-08 Thread GitBox
github-actions[bot] commented on PR #10709: URL: https://github.com/apache/doris/pull/10709#issuecomment-1179020063 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 #10709: [BUG] fix DCHECK failed for vectorized InPredicate

2022-07-08 Thread GitBox
github-actions[bot] commented on PR #10709: URL: https://github.com/apache/doris/pull/10709#issuecomment-1179020003 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] Gabriel39 opened a new pull request, #10709: [BUG] fix DCHECK failed for vectorized InPredicate

2022-07-08 Thread GitBox
Gabriel39 opened a new pull request, #10709: URL: https://github.com/apache/doris/pull/10709 # Proposed changes Issue Number: close #10707 ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original behavior: (

[GitHub] [doris] weizuo93 opened a new issue, #10708: [Feature] Add interface to check tablet segment lost

2022-07-08 Thread GitBox
weizuo93 opened a new issue, #10708: URL: https://github.com/apache/doris/issues/10708 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Description There may

[GitHub] [doris] Gabriel39 opened a new issue, #10707: [Bug] InPredicate core dump in runtime filer

2022-07-08 Thread GitBox
Gabriel39 opened a new issue, #10707: URL: https://github.com/apache/doris/issues/10707 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version InPredicate

[doris] branch master updated: [feature-wip](unique-key-merge-on-write) add interface for segment key bounds, DSIP-018[3/2] (#10655)

2022-07-08 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 feeef7e4da [feature-wip](unique-key-merge-on-

[GitHub] [doris] morningman merged pull request #10655: [feature-wip](unique-key-merge-on-write) add interface for segment key bounds, DSIP-018[3/2]

2022-07-08 Thread GitBox
morningman merged PR #10655: URL: https://github.com/apache/doris/pull/10655 -- 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] BiteTheDDDDt commented on a diff in pull request #10700: [improvement]pre-serialize aggregation keys

2022-07-08 Thread GitBox
BiteThet commented on code in PR #10700: URL: https://github.com/apache/doris/pull/10700#discussion_r916821559 ## be/src/vec/common/columns_hashing.h: ## @@ -111,29 +111,48 @@ struct HashMethodString : public columns_hashing_impl::HashMethodBase< * That is, for example,

[GitHub] [doris] BiteTheDDDDt commented on a diff in pull request #10701: [refactor](predicate) refactor predicates in scan node

2022-07-08 Thread GitBox
BiteThet commented on code in PR #10701: URL: https://github.com/apache/doris/pull/10701#discussion_r916809110 ## be/src/vec/exec/volap_scan_node.cpp: ## @@ -937,7 +944,7 @@ std::pair VOlapScanNode::should_push_down_eq_predicate(doris::SlotD return result_pair; } -t

[doris] branch master updated (f58a071605 -> 2b2bf017f8)

2022-07-08 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 f58a071605 [Bug][Function] pass intermediate argument list to be (#10650) add 2b2bf017f8 [enhancement](regressi

[GitHub] [doris] yiguolei merged pull request #10577: [enhancement](regression-test) add real data path for regression test.

2022-07-08 Thread GitBox
yiguolei merged PR #10577: URL: https://github.com/apache/doris/pull/10577 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apa

[doris] branch master updated: [Bug][Function] pass intermediate argument list to be (#10650)

2022-07-08 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new f58a071605 [Bug][Function] pass intermediate ar

[GitHub] [doris] yiguolei merged pull request #10650: [Bug][Function] pass intermediate argument list to be

2022-07-08 Thread GitBox
yiguolei merged PR #10650: URL: https://github.com/apache/doris/pull/10650 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apa

[GitHub] [doris] yiguolei closed issue #10641: [Bug] Core dump when aggregate function with no group by

2022-07-08 Thread GitBox
yiguolei closed issue #10641: [Bug] Core dump when aggregate function with no group by URL: https://github.com/apache/doris/issues/10641 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [doris] yiguolei merged pull request #10691: [refactor] update stop_be.sh to avoid error message

2022-07-08 Thread GitBox
yiguolei merged PR #10691: URL: https://github.com/apache/doris/pull/10691 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apa

[doris] branch master updated: [refactor] update stop_be.sh to avoid error message (#10691)

2022-07-08 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 6f29a8ac0d [refactor] update stop_be.sh to avoi

[doris] annotated tag 1.1.0-rc04 updated (a6eb47ac08 -> 113293c989)

2022-07-08 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to annotated tag 1.1.0-rc04 in repository https://gitbox.apache.org/repos/asf/doris.git *** WARNING: tag 1.1.0-rc04 was modified! *** from a6eb47ac08 (commit) to 113293c989 (tag) tagging a6

[GitHub] [doris] morningman commented on pull request #10702: [refactor] Rename Catalog to Env

2022-07-08 Thread GitBox
morningman commented on PR #10702: URL: https://github.com/apache/doris/pull/10702#issuecomment-1178939953 > Why do we need this modification? As we discussed in dev@doris: https://lists.apache.org/thread/tr2fgydon657wvoy8vf1ccr8z9xos693 -- This is an automated message from the Apa

[GitHub] [doris] liaoxin01 opened a new pull request, #10706: [feature-wip](unique-key-merge-on-write) add bloom filter index for primary key, DSIP-018[1.2]

2022-07-08 Thread GitBox
liaoxin01 opened a new pull request, #10706: URL: https://github.com/apache/doris/pull/10706 # Proposed changes Add Bloom filter index for primary key. This patch is for step 1.2 in scheduling. For the detail, see DSIP-018:https://cwiki.apache.org/confluence/display/DORIS/DSIP-018

[GitHub] [doris] github-actions[bot] commented on pull request #10698: [Doc]broker load rpc timeout problem FQA

2022-07-08 Thread GitBox
github-actions[bot] commented on PR #10698: URL: https://github.com/apache/doris/pull/10698#issuecomment-1178919064 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 #10695: [BUG](datev2) fix bloom filter for datev2 and remove redundant code

2022-07-08 Thread GitBox
github-actions[bot] commented on PR #10695: URL: https://github.com/apache/doris/pull/10695#issuecomment-1178918184 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 #10695: [BUG](datev2) fix bloom filter for datev2 and remove redundant code

2022-07-08 Thread GitBox
github-actions[bot] commented on PR #10695: URL: https://github.com/apache/doris/pull/10695#issuecomment-1178918203 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] yangzhg opened a new issue, #10705: [Bug] Fe crash by bdbje

2022-07-08 Thread GitBox
yangzhg opened a new issue, #10705: URL: https://github.com/apache/doris/issues/10705 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version master

[GitHub] [doris-flink-connector] hf200012 merged pull request #45: remove DISCLAIMER

2022-07-08 Thread GitBox
hf200012 merged PR #45: URL: https://github.com/apache/doris-flink-connector/pull/45 -- 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-flink-connector] branch master updated: remove DISCLAIMER (#45)

2022-07-08 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-flink-connector.git The following commit(s) were added to refs/heads/master by this push: new e1e2f13 remove DISCLAIMER

[GitHub] [doris-flink-connector] hf200012 opened a new pull request, #45: remove DISCLAIMER

2022-07-08 Thread GitBox
hf200012 opened a new pull request, #45: URL: https://github.com/apache/doris-flink-connector/pull/45 remove DISCLAIMER # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it

[GitHub] [doris-flink-connector] hf200012 closed pull request #44: remove DISCLAIMER

2022-07-08 Thread GitBox
hf200012 closed pull request #44: remove DISCLAIMER URL: https://github.com/apache/doris-flink-connector/pull/44 -- 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-flink-connector] hf200012 opened a new pull request, #44: remove DISCLAIMER

2022-07-08 Thread GitBox
hf200012 opened a new pull request, #44: URL: https://github.com/apache/doris-flink-connector/pull/44 remove DISCLAIMER # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it

[GitHub] [doris] github-actions[bot] commented on pull request #10655: [feature-wip](unique-key-merge-on-write) add interface for segment key bounds, DSIP-018[3/2]

2022-07-08 Thread GitBox
github-actions[bot] commented on PR #10655: URL: https://github.com/apache/doris/pull/10655#issuecomment-1178901442 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] Gabriel39 commented on a diff in pull request #10695: [BUG](datev2) fix bloom filter for datev2 and remove redundant code

2022-07-08 Thread GitBox
Gabriel39 commented on code in PR #10695: URL: https://github.com/apache/doris/pull/10695#discussion_r916741114 ## be/src/olap/rowset/segment_v2/column_reader.cpp: ## @@ -960,13 +960,6 @@ void DefaultValueColumnIterator::insert_default_data(const TypeInfo* type_info, d

[GitHub] [doris] github-actions[bot] commented on pull request #10650: [Bug][Function] pass intermediate argument list to be

2022-07-08 Thread GitBox
github-actions[bot] commented on PR #10650: URL: https://github.com/apache/doris/pull/10650#issuecomment-1178894215 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] zhengshubin opened a new issue, #10704: [Feature] Use Function to set the default value when add new column

2022-07-08 Thread GitBox
zhengshubin opened a new issue, #10704: URL: https://github.com/apache/doris/issues/10704 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Description Now,If

[GitHub] [doris] github-actions[bot] commented on pull request #10699: [enhancement] Improve the availability of broker load

2022-07-08 Thread GitBox
github-actions[bot] commented on PR #10699: URL: https://github.com/apache/doris/pull/10699#issuecomment-1178875855 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 #10699: [enhancement] Improve the availability of broker load

2022-07-08 Thread GitBox
github-actions[bot] commented on PR #10699: URL: https://github.com/apache/doris/pull/10699#issuecomment-1178875878 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: [feature](nereides) support sort translator (#10678)

2022-07-08 Thread lingmiao
This is an automated email from the ASF dual-hosted git repository. lingmiao 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 e6da00bb26 [feature](nereides) support sort tra

[GitHub] [doris] EmmyMiao87 merged pull request #10678: [feature](nereides) support sort translator

2022-07-08 Thread GitBox
EmmyMiao87 merged PR #10678: URL: https://github.com/apache/doris/pull/10678 -- 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] wangbo commented on a diff in pull request #10695: [BUG](datev2) fix bloom filter for datev2 and remove redundant code

2022-07-08 Thread GitBox
wangbo commented on code in PR #10695: URL: https://github.com/apache/doris/pull/10695#discussion_r916723622 ## be/src/olap/rowset/segment_v2/column_reader.cpp: ## @@ -960,13 +960,6 @@ void DefaultValueColumnIterator::insert_default_data(const TypeInfo* type_info, dst-

[GitHub] [doris] morrySnow commented on a diff in pull request #10657: [feature](Nereids): enforcer job.

2022-07-08 Thread GitBox
morrySnow commented on code in PR #10657: URL: https://github.com/apache/doris/pull/10657#discussion_r916707968 ## fe/fe-core/src/main/java/org/apache/doris/nereids/operators/OperatorType.java: ## @@ -23,9 +23,9 @@ * 1. ANY: match any operator * 2. MULTI: match multiple oper

[GitHub] [doris] morrySnow commented on a diff in pull request #10657: [feature](Nereids): enforcer job.

2022-07-08 Thread GitBox
morrySnow commented on code in PR #10657: URL: https://github.com/apache/doris/pull/10657#discussion_r916409080 ## fe/fe-core/src/main/java/org/apache/doris/nereids/memo/Group.java: ## @@ -135,6 +137,35 @@ public void setCostLowerBound(double costLowerBound) { this.cost

[doris-spark-connector] branch branch-1.1.0 created (now 2e38c12)

2022-07-08 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch branch-1.1.0 in repository https://gitbox.apache.org/repos/asf/doris-spark-connector.git at 2e38c12 Remove disclaimer (#42) No new revisions were added by this update. -

[GitHub] [doris] github-actions[bot] commented on pull request #10512: [feature] (vectorization)parquet push down support

2022-07-08 Thread GitBox
github-actions[bot] commented on PR #10512: URL: https://github.com/apache/doris/pull/10512#issuecomment-1178840627 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] EmmyMiao87 commented on a diff in pull request #10659: [enhancement](nereids) make aggregate works

2022-07-08 Thread GitBox
EmmyMiao87 commented on code in PR #10659: URL: https://github.com/apache/doris/pull/10659#discussion_r916689097 ## fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java: ## @@ -263,23 +313,18 @@ public PlanFragment visitPhysicalHashJoin(

[GitHub] [doris] EmmyMiao87 commented on a diff in pull request #10659: [enhancement](nereids) make aggregate works

2022-07-08 Thread GitBox
EmmyMiao87 commented on code in PR #10659: URL: https://github.com/apache/doris/pull/10659#discussion_r916687709 ## fe/fe-core/src/main/java/org/apache/doris/nereids/analyzer/UnboundFunction.java: ## @@ -52,6 +54,14 @@ public List getArguments() { return children();

[GitHub] [doris] wangsha0 opened a new issue, #10703: [Feature] About supporting the format file of EC when using BrokerLoad to sync data from hdfs to doris

2022-07-08 Thread GitBox
wangsha0 opened a new issue, #10703: URL: https://github.com/apache/doris/issues/10703 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Description hdfs file

[GitHub] [doris] github-actions[bot] commented on pull request #10678: [feature](nereides) support sort translator

2022-07-08 Thread GitBox
github-actions[bot] commented on PR #10678: URL: https://github.com/apache/doris/pull/10678#issuecomment-1178821541 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 #10678: [feature](nereides) support sort translator

2022-07-08 Thread GitBox
github-actions[bot] commented on PR #10678: URL: https://github.com/apache/doris/pull/10678#issuecomment-1178821588 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] yiguolei commented on a diff in pull request #10700: [improvement]pre-serialize aggregation keys

2022-07-08 Thread GitBox
yiguolei commented on code in PR #10700: URL: https://github.com/apache/doris/pull/10700#discussion_r916681902 ## be/src/vec/exec/vaggregation_node.h: ## @@ -50,13 +50,42 @@ struct AggregationMethodSerialized { Data data; Iterator iterator; bool inited = false; +

[GitHub] [doris] mrhhsg commented on a diff in pull request #10701: [reafactor](predicate) refactor predicates in scan node

2022-07-08 Thread GitBox
mrhhsg commented on code in PR #10701: URL: https://github.com/apache/doris/pull/10701#discussion_r916669902 ## be/src/exec/olap_common.h: ## @@ -44,25 +45,26 @@ std::string cast_to_string(int8_t); /** * @brief Column's value range **/ -template +template class ColumnVal

[GitHub] [doris] yiguolei commented on a diff in pull request #10700: [improvement]pre-serialize aggregation keys

2022-07-08 Thread GitBox
yiguolei commented on code in PR #10700: URL: https://github.com/apache/doris/pull/10700#discussion_r916669026 ## be/src/vec/columns/column.h: ## @@ -246,6 +246,14 @@ class IColumn : public COW { /// Returns pointer to the position after the read data. virtual const ch

[GitHub] [doris] morningman opened a new pull request, #10702: [refactor] Rename Catalog to Env

2022-07-08 Thread GitBox
morningman opened a new pull request, #10702: URL: https://github.com/apache/doris/pull/10702 # Proposed changes Issue Number: close #xxx ## Problem Summary: Change the Catalog class name to Env Autocomplete by IDE. No functional changes and bug fixes involved

[GitHub] [doris] jackwener commented on a diff in pull request #10694: optimize topn query if order by columns is prefix of sort keys of table

2022-07-08 Thread GitBox
jackwener commented on code in PR #10694: URL: https://github.com/apache/doris/pull/10694#discussion_r916590916 ## be/src/olap/reader.cpp: ## @@ -197,11 +197,17 @@ Status TabletReader::_capture_rs_readers(const ReaderParams& read_params, // it's ok for rowset to re

[GitHub] [doris] Gabriel39 opened a new pull request, #10701: [reafactor](predicate) refactor predicates in scan node

2022-07-08 Thread GitBox
Gabriel39 opened a new pull request, #10701: URL: https://github.com/apache/doris/pull/10701 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original behavior: (Ye

[GitHub] [doris] github-actions[bot] commented on pull request #10698: [Doc]broker load rpc timeout problem FQA

2022-07-08 Thread GitBox
github-actions[bot] commented on PR #10698: URL: https://github.com/apache/doris/pull/10698#issuecomment-1178780755 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   >