[incubator-doris] annotated tag 1.1.0-preview2 updated (3d4dbaca82 -> 19fa4d502f)

2022-06-07 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to annotated tag 1.1.0-preview2 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git *** WARNING: tag 1.1.0-preview2 was modified! *** from 3d4dbaca82 (commit) to 19fa4d502f

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9856: [feature-wip](array-type) Add array type support for vectorized parquet-orc scanner

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

[GitHub] [incubator-doris-flink-connector] JNSimba commented on a diff in pull request #33: [FIX] fix flink date and timestamp type not mapping.

2022-06-07 Thread GitBox
JNSimba commented on code in PR #33: URL: https://github.com/apache/incubator-doris-flink-connector/pull/33#discussion_r891985882 ## flink-doris-connector/src/main/java/org/apache/doris/flink/deserialization/converter/DorisRowConverter.java: ## @@ -125,4 +181,59 @@ protected De

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #10007: [Bugfix](load) fix streamload failure due to false unhealthy replica in concurrent stream load

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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #10007: [Bugfix](load) fix streamload failure due to false unhealthy replica in concurrent stream load

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

[GitHub] [incubator-doris-flink-connector] JNSimba commented on a diff in pull request #33: [FIX] fix flink date and timestamp type not mapping.

2022-06-07 Thread GitBox
JNSimba commented on code in PR #33: URL: https://github.com/apache/incubator-doris-flink-connector/pull/33#discussion_r891980901 ## flink-doris-connector/src/main/java/org/apache/doris/flink/sink/writer/RowDataSerializer.java: ## @@ -33,36 +34,32 @@ import static org.apache.

[GitHub] [incubator-doris] SaintBacchus opened a new issue, #10010: [Feature] [multi-catalog]DataSource operation syntax

2022-06-07 Thread GitBox
SaintBacchus opened a new issue, #10010: URL: https://github.com/apache/incubator-doris/issues/10010 ### 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

[incubator-doris] 02/02: [fix](coordinator) fix bug that unable to generate query profile (#10002)

2022-06-07 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.1 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit 440ad03e4b0e2cd8c4d4ad944c29b58b6ef1e44e Author: Mingyu Chen AuthorDate: Wed Jun 8 10:59:15 2022 +0800

[incubator-doris] 01/02: [fix](planner) passthrough child in SetOperationNode is wrong when enable vector engine (#9991)

2022-06-07 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.1 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit 63053b7324aca293fa739b5cd3625d3aabc056b4 Author: morrySnow <101034200+morrys...@users.noreply.github.com>

[incubator-doris] branch dev-1.0.1 updated (7863e2ee20 -> 440ad03e4b)

2022-06-07 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch dev-1.0.1 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git from 7863e2ee20 [feature] detect alpha rowset and convert alpha rowset to beta rowset automatically (#9996

[GitHub] [incubator-doris] yiguolei commented on a diff in pull request #9974: Modify of fe/fe-core/src/main/org/apache/doris/catalog some files

2022-06-07 Thread GitBox
yiguolei commented on code in PR #9974: URL: https://github.com/apache/incubator-doris/pull/9974#discussion_r891972682 ## fe/fe-core/src/main/java/org/apache/doris/catalog/BrokerTable.java: ## @@ -64,9 +64,9 @@ public BrokerTable(long id, String name, List schema, Map brokerPro

[GitHub] [incubator-doris] compiletheworld commented on pull request #10003: [Feature] [Vectorized] Some pre-refactorings or interface additions for schema change part2

2022-06-07 Thread GitBox
compiletheworld commented on PR #10003: URL: https://github.com/apache/incubator-doris/pull/10003#issuecomment-1149509089 LGTM -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific commen

[GitHub] [incubator-doris] englefly opened a new pull request, #10009: [enhance] improve dict in-predicate evaluate

2022-06-07 Thread GitBox
englefly opened a new pull request, #10009: URL: https://github.com/apache/incubator-doris/pull/10009 # Proposed changes when column is dict encoded, in_predicate::evaluate() put dict code of IN_LIST into a set, and then compare the selected codes with column cells. The selected dict cod

[incubator-doris] branch master updated: [fix](planner) passthrough child in SetOperationNode is wrong when enable vector engine (#9991)

2022-06-07 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/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 2ed523440f [fix](planner) passthrou

[GitHub] [incubator-doris] morningman closed issue #9952: [Bug] DCHECK(_data_types[i]->is_nullable()) core

2022-06-07 Thread GitBox
morningman closed issue #9952: [Bug] DCHECK(_data_types[i]->is_nullable()) core URL: https://github.com/apache/incubator-doris/issues/9952 -- 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 speci

[GitHub] [incubator-doris] morningman merged pull request #9991: [fix] (planner) passthrough child in SetOperationNode is wrong when enable vectorized engine

2022-06-07 Thread GitBox
morningman merged PR #9991: URL: https://github.com/apache/incubator-doris/pull/9991 -- 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...

[GitHub] [incubator-doris] yixiutt commented on a diff in pull request #10007: [Bugfix](load) fix streamload failure due to false unhealthy replica in concurrent stream load

2022-06-07 Thread GitBox
yixiutt commented on code in PR #10007: URL: https://github.com/apache/incubator-doris/pull/10007#discussion_r891950832 ## be/src/agent/task_worker_pool.cpp: ## @@ -707,6 +708,14 @@ void TaskWorkerPool::_publish_version_worker_thread_callback() { std::this_thre

[GitHub] [incubator-doris] yixiutt commented on a diff in pull request #10007: [Bugfix](load) fix streamload failure due to false unhealthy replica in concurrent stream load

2022-06-07 Thread GitBox
yixiutt commented on code in PR #10007: URL: https://github.com/apache/incubator-doris/pull/10007#discussion_r891948602 ## be/src/olap/task/engine_publish_version_task.cpp: ## @@ -83,6 +83,12 @@ Status EnginePublishVersionTask::finish() { res = Status::OLAPInter

[GitHub] [incubator-doris] dataroaring commented on a diff in pull request #10007: [Bugfix](load) fix streamload failure due to false unhealthy replica in concurrent stream load

2022-06-07 Thread GitBox
dataroaring commented on code in PR #10007: URL: https://github.com/apache/incubator-doris/pull/10007#discussion_r891895567 ## be/src/olap/task/engine_publish_version_task.cpp: ## @@ -83,6 +83,12 @@ Status EnginePublishVersionTask::finish() { res = Status::OLAPI

[GitHub] [incubator-doris] zhannngchen commented on a diff in pull request #10007: [Bugfix](load) fix streamload failure due to false unhealthy replica in concurrent stream load

2022-06-07 Thread GitBox
zhannngchen commented on code in PR #10007: URL: https://github.com/apache/incubator-doris/pull/10007#discussion_r891916251 ## be/src/agent/task_worker_pool.cpp: ## @@ -673,38 +673,50 @@ void TaskWorkerPool::_publish_version_worker_thread_callback() { while (_is_work) {

[GitHub] [incubator-doris] zhannngchen commented on a diff in pull request #10007: [Bugfix](load) fix streamload failure due to false unhealthy replica in concurrent stream load

2022-06-07 Thread GitBox
zhannngchen commented on code in PR #10007: URL: https://github.com/apache/incubator-doris/pull/10007#discussion_r891915838 ## be/src/agent/task_worker_pool.cpp: ## @@ -673,38 +673,50 @@ void TaskWorkerPool::_publish_version_worker_thread_callback() { while (_is_work) {

[GitHub] [incubator-doris] Kikyou1997 commented on a diff in pull request #9993: [feature](nereids) Plan Translator

2022-06-07 Thread GitBox
Kikyou1997 commented on code in PR #9993: URL: https://github.com/apache/incubator-doris/pull/9993#discussion_r891913159 ## fe/fe-core/src/main/java/org/apache/doris/nereids/operators/plans/physical/PhysicalAggregation.java: ## @@ -0,0 +1,82 @@ +package org.apache.doris.nereids.

[GitHub] [incubator-doris] zy-kkk opened a new pull request, #10008: [test]Fix test case infinite loop

2022-06-07 Thread GitBox
zy-kkk opened a new pull request, #10008: URL: https://github.com/apache/incubator-doris/pull/10008 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original behavi

[GitHub] [incubator-doris] Kikyou1997 commented on a diff in pull request #9993: [feature](nereids) Plan Translator

2022-06-07 Thread GitBox
Kikyou1997 commented on code in PR #9993: URL: https://github.com/apache/incubator-doris/pull/9993#discussion_r891903091 ## fe/fe-core/src/main/java/org/apache/doris/nereids/operators/plans/physical/PhysicalOperator.java: ## @@ -29,4 +29,6 @@ */ public interface PhysicalOpera

[GitHub] [incubator-doris] BiteTheDDDDt commented on a diff in pull request #10003: [Feature] [Vectorized] Some pre-refactorings or interface additions for schema change part2

2022-06-07 Thread GitBox
BiteThet commented on code in PR #10003: URL: https://github.com/apache/incubator-doris/pull/10003#discussion_r891899432 ## be/src/olap/schema_change.cpp: ## @@ -1010,16 +1008,6 @@ Status SchemaChangeDirectly::process(RowsetReaderSharedPtr rowset_reader, } Statu

[GitHub] [incubator-doris] BiteTheDDDDt commented on a diff in pull request #10003: [Feature] [Vectorized] Some pre-refactorings or interface additions for schema change part2

2022-06-07 Thread GitBox
BiteThet commented on code in PR #10003: URL: https://github.com/apache/incubator-doris/pull/10003#discussion_r891899112 ## be/src/olap/schema_change.cpp: ## @@ -1065,48 +1049,25 @@ Status SchemaChangeDirectly::process(RowsetReaderSharedPtr rowset_reader, return St

[GitHub] [incubator-doris] dataroaring commented on a diff in pull request #10007: [Bugfix](load) fix streamload failure due to false unhealthy replica in concurrent stream load

2022-06-07 Thread GitBox
dataroaring commented on code in PR #10007: URL: https://github.com/apache/incubator-doris/pull/10007#discussion_r891894033 ## be/src/agent/task_worker_pool.cpp: ## @@ -673,38 +673,50 @@ void TaskWorkerPool::_publish_version_worker_thread_callback() { while (_is_work) {

[GitHub] [incubator-doris] BiteTheDDDDt merged pull request #9117: [enhancement][diagnostics] Add a diagnostic: detect unused includes

2022-06-07 Thread GitBox
BiteThet merged PR #9117: URL: https://github.com/apache/incubator-doris/pull/9117 -- 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.

[incubator-doris] branch master updated (b15b1a9f07 -> fc9afda97a)

2022-06-07 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git from b15b1a9f07 [tools](tpc-h) Modify tpch tools (#9982) add fc9afda97a [enhancement][diagnostics] Add a

[GitHub] [incubator-doris] BiteTheDDDDt closed issue #9116: [Enhancement] [diagnostics] Use clangd to detect unused includes.

2022-06-07 Thread GitBox
BiteThet closed issue #9116: [Enhancement] [diagnostics] Use clangd to detect unused includes. URL: https://github.com/apache/incubator-doris/issues/9116 -- 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 t

[incubator-doris] branch master updated: [tools](tpc-h) Modify tpch tools (#9982)

2022-06-07 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/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new b15b1a9f07 [tools](tpc-h) Modify tp

[GitHub] [incubator-doris] morningman merged pull request #9982: [tools](tpc-h) Modify tpch tools

2022-06-07 Thread GitBox
morningman merged PR #9982: URL: https://github.com/apache/incubator-doris/pull/9982 -- 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...

[GitHub] [incubator-doris] yixiutt opened a new pull request, #10007: [Bugfix](load) fix replica unhealthy bug in concurrent stream load

2022-06-07 Thread GitBox
yixiutt opened a new pull request, #10007: URL: https://github.com/apache/incubator-doris/pull/10007 in concurrent stream load, fe will run publish version task concurrently, which cause publish task disorder in be. For example: fe publish task with version 1 2 3 4 be may handle t

[GitHub] [incubator-doris] englefly commented on a diff in pull request #9969: [enhance] improve dict in-predicate evaluate

2022-06-07 Thread GitBox
englefly commented on code in PR #9969: URL: https://github.com/apache/incubator-doris/pull/9969#discussion_r891877855 ## be/src/olap/in_list_predicate.cpp: ## @@ -161,12 +162,14 @@ IN_LIST_PRED_COLUMN_BLOCK_EVALUATE(NotInListPredicate, ==) reinterpret_

[GitHub] [incubator-doris] yiguolei commented on a diff in pull request #9969: [enhance] improve dict in-predicate evaluate

2022-06-07 Thread GitBox
yiguolei commented on code in PR #9969: URL: https://github.com/apache/incubator-doris/pull/9969#discussion_r891876811 ## be/src/olap/in_list_predicate.cpp: ## @@ -161,12 +162,14 @@ IN_LIST_PRED_COLUMN_BLOCK_EVALUATE(NotInListPredicate, ==) reinterpret_

[incubator-doris] branch master updated: [Bug] runtime filter is not used as expected (#10001)

2022-06-07 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/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 35c3e4e33c [Bug] runtime filter is no

[GitHub] [incubator-doris] yiguolei closed issue #10000: [Bug] runtime filter is not used as expected

2022-06-07 Thread GitBox
yiguolei closed issue #1: [Bug] runtime filter is not used as expected URL: https://github.com/apache/incubator-doris/issues/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 above to go to the specific com

[GitHub] [incubator-doris] yiguolei merged pull request #10001: [Bug] runtime filter is not used as expected

2022-06-07 Thread GitBox
yiguolei merged PR #10001: URL: https://github.com/apache/incubator-doris/pull/10001 -- 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...

[GitHub] [incubator-doris] compiletheworld commented on a diff in pull request #10003: [Feature] [Vectorized] Some pre-refactorings or interface additions for schema change part2

2022-06-07 Thread GitBox
compiletheworld commented on code in PR #10003: URL: https://github.com/apache/incubator-doris/pull/10003#discussion_r891859191 ## fe/fe-core/src/main/java/org/apache/doris/alter/RollupJobV2.java: ## @@ -362,14 +365,26 @@ protected void runWaitingTxnJob() throws AlterCancelExce

[incubator-doris] branch master updated: [fix](coordinator) fix bug that unable to generate query profile (#10002)

2022-06-07 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/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new dcdfc5b32a [fix](coordinator) fix bug

[GitHub] [incubator-doris] yiguolei merged pull request #10002: [fix](coordinator) fix bug that unable to generate query profile

2022-06-07 Thread GitBox
yiguolei merged PR #10002: URL: https://github.com/apache/incubator-doris/pull/10002 -- 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...

[GitHub] [incubator-doris] Kikyou1997 commented on a diff in pull request #9993: [feature](nereids) Plan Translator

2022-06-07 Thread GitBox
Kikyou1997 commented on code in PR #9993: URL: https://github.com/apache/incubator-doris/pull/9993#discussion_r891867087 ## fe/fe-core/src/main/java/org/apache/doris/nereids/operators/plans/physical/PhysicalSort.java: ## @@ -0,0 +1,75 @@ +// Licensed to the Apache Software Found

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #10001: [Bug] runtime filter is not used as expected

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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #10001: [Bug] runtime filter is not used as expected

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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9977: [doc](website)Add Doris new official website code and documents

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

[GitHub] [incubator-doris] Kikyou1997 commented on a diff in pull request #9993: [feature](nereids) Plan Translator

2022-06-07 Thread GitBox
Kikyou1997 commented on code in PR #9993: URL: https://github.com/apache/incubator-doris/pull/9993#discussion_r891855661 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/Plan.java: ## @@ -44,4 +44,6 @@ @Override Plan child(int index); + Review Commen

[GitHub] [incubator-doris] deardeng opened a new issue, #10006: [Bug] memtracker heap-use-after-free

2022-06-07 Thread GitBox
deardeng opened a new issue, #10006: URL: https://github.com/apache/incubator-doris/issues/10006 ### 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 mas

[GitHub] [incubator-doris] Kikyou1997 commented on a diff in pull request #9993: [feature](nereids) Plan Translator

2022-06-07 Thread GitBox
Kikyou1997 commented on code in PR #9993: URL: https://github.com/apache/incubator-doris/pull/9993#discussion_r891852779 ## fe/fe-core/src/main/java/org/apache/doris/planner/ExchangeNode.java: ## @@ -64,6 +64,8 @@ public class ExchangeNode extends PlanNode { // only if merg

[GitHub] [incubator-doris] jackwener commented on issue #9775: [Enhancement] Remove the redundant `this.`

2022-06-07 Thread GitBox
jackwener commented on issue #9775: URL: https://github.com/apache/incubator-doris/issues/9775#issuecomment-1149374416 This issue isn't necessary, and it will make `cherry-pick` harder. -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [incubator-doris] Kikyou1997 commented on a diff in pull request #9993: [feature](nereids) Plan Translator

2022-06-07 Thread GitBox
Kikyou1997 commented on code in PR #9993: URL: https://github.com/apache/incubator-doris/pull/9993#discussion_r891852178 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/PhysicalPlanTranslator.java: ## @@ -0,0 +1,309 @@ +// Licensed to the Apache Software Foundat

[GitHub] [incubator-doris] jackwener closed issue #9775: [Enhancement] Remove the redundant `this.`

2022-06-07 Thread GitBox
jackwener closed issue #9775: [Enhancement] Remove the redundant `this.` URL: https://github.com/apache/incubator-doris/issues/9775 -- 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 commen

[GitHub] [incubator-doris] cambyzju commented on pull request #9998: [feature-wip](array-type) support array in mysql_result_writer

2022-06-07 Thread GitBox
cambyzju commented on PR #9998: URL: https://github.com/apache/incubator-doris/pull/9998#issuecomment-1149354168 LGTM -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To uns

[GitHub] [incubator-doris] cambyzju commented on pull request #9921: [feature-wip](array-type) Add array functions size and cardinality

2022-06-07 Thread GitBox
cambyzju commented on PR #9921: URL: https://github.com/apache/incubator-doris/pull/9921#issuecomment-1149348944 rebase to fix conflicts with master branch -- 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

[GitHub] [incubator-doris] Gabriel39 commented on a diff in pull request #10001: [Bug] runtime filter is not used as expected

2022-06-07 Thread GitBox
Gabriel39 commented on code in PR #10001: URL: https://github.com/apache/incubator-doris/pull/10001#discussion_r891835718 ## be/src/exec/olap_scan_node.cpp: ## @@ -1566,7 +1566,7 @@ void OlapScanNode::scanner_thread(OlapScanner* scanner) { auto& scanner_filter_apply_marks =

[incubator-doris] branch master updated: [revert](test) delete bitmap_index test case (#9999)

2022-06-07 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/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new b6c45327ed [revert](test) delete bi

[GitHub] [incubator-doris] morningman merged pull request #9999: [test]delete bitmap_index test case

2022-06-07 Thread GitBox
morningman merged PR #: URL: https://github.com/apache/incubator-doris/pull/ -- 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...

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9953: [feature-wip](multi-catalog)(step2) Introduce Internal Data Source

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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9996: [feature] support convert alpha rowset

2022-06-07 Thread GitBox
github-actions[bot] commented on PR #9996: URL: https://github.com/apache/incubator-doris/pull/9996#issuecomment-1149325138 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 us

[incubator-doris] branch dev-1.0.1 updated: [feature] detect alpha rowset and convert alpha rowset to beta rowset automatically (#9996)

2022-06-07 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch dev-1.0.1 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/dev-1.0.1 by this push: new 7863e2ee20 [feature] detect alp

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9996: [feature] support convert alpha rowset

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

[GitHub] [incubator-doris] yiguolei merged pull request #9996: [feature] support convert alpha rowset

2022-06-07 Thread GitBox
yiguolei merged PR #9996: URL: https://github.com/apache/incubator-doris/pull/9996 -- 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...@d

[GitHub] [incubator-doris] HappenLee commented on a diff in pull request #9582: [refactor](decimalv3) optimize decimal performance and precision

2022-06-07 Thread GitBox
HappenLee commented on code in PR #9582: URL: https://github.com/apache/incubator-doris/pull/9582#discussion_r891422484 ## be/src/vec/data_types/data_type_factory.cpp: ## @@ -26,13 +26,75 @@ namespace doris::vectorized { DataTypePtr DataTypeFactory::create_data_type(const dor

[GitHub] [incubator-doris] morningman opened a new pull request, #10005: [improvement][refactor](image) refactor the read and load method of meta image

2022-06-07 Thread GitBox
morningman opened a new pull request, #10005: URL: https://github.com/apache/incubator-doris/pull/10005 # Proposed changes Issue Number: close #xxx ## Problem Summary: In #6207, we change the meta image format, add header and footer to save some information about the ima

[GitHub] [incubator-doris] stalary opened a new pull request, #10004: [feature-wip] group_concat support order by

2022-06-07 Thread GitBox
stalary opened a new pull request, #10004: URL: https://github.com/apache/incubator-doris/pull/10004 # Proposed changes Issue Number: close https://github.com/apache/incubator-doris/issues/9744 ## Problem Summary: Describe the overview of changes. ## Checklist(Requ

[GitHub] [incubator-doris] HappenLee commented on issue #9208: [Enhancement] (decimalv3) optimize decimal performance and precision

2022-06-07 Thread GitBox
HappenLee commented on issue #9208: URL: https://github.com/apache/incubator-doris/issues/9208#issuecomment-1148816058 Please compare the occupancy of the storage, before using the new decimal type of comparison @liaoxin01 -- This is an automated message from the Apache Git Service.

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #10002: [fix](coordinator) fix bug that unable to generate query profile

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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #10002: [fix](coordinator) fix bug that unable to generate query profile

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

[GitHub] [incubator-doris] BiteTheDDDDt commented on a diff in pull request #10001: [Bug] runtime filter is not used as expected

2022-06-07 Thread GitBox
BiteThet commented on code in PR #10001: URL: https://github.com/apache/incubator-doris/pull/10001#discussion_r891350211 ## be/src/exprs/runtime_filter.cpp: ## @@ -976,15 +984,14 @@ Status IRuntimeFilter::get_prepared_context(std::vector* push_expr DCHECK(is_consumer()

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9987: [fix](be) fix asan be set_storage_medium core (#9986)

2022-06-07 Thread GitBox
github-actions[bot] commented on PR #9987: URL: https://github.com/apache/incubator-doris/pull/9987#issuecomment-1148792765 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 us

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9987: [fix](be) fix asan be set_storage_medium core (#9986)

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

[GitHub] [incubator-doris] HappenLee commented on a diff in pull request #10001: [Bug] runtime filter is not used as expected

2022-06-07 Thread GitBox
HappenLee commented on code in PR #10001: URL: https://github.com/apache/incubator-doris/pull/10001#discussion_r891334241 ## be/src/exprs/runtime_filter.cpp: ## @@ -976,15 +984,14 @@ Status IRuntimeFilter::get_prepared_context(std::vector* push_expr DCHECK(is_consumer());

[GitHub] [incubator-doris] HappenLee commented on a diff in pull request #10001: [Bug] runtime filter is not used as expected

2022-06-07 Thread GitBox
HappenLee commented on code in PR #10001: URL: https://github.com/apache/incubator-doris/pull/10001#discussion_r891332695 ## be/src/exec/olap_scan_node.cpp: ## @@ -1566,7 +1566,7 @@ void OlapScanNode::scanner_thread(OlapScanner* scanner) { auto& scanner_filter_apply_marks =

[GitHub] [incubator-doris] BiteTheDDDDt commented on a diff in pull request #10001: [Bug] runtime filter is not used as expected

2022-06-07 Thread GitBox
BiteThet commented on code in PR #10001: URL: https://github.com/apache/incubator-doris/pull/10001#discussion_r891332396 ## be/src/exprs/runtime_filter.cpp: ## @@ -976,15 +984,14 @@ Status IRuntimeFilter::get_prepared_context(std::vector* push_expr DCHECK(is_consumer()

[GitHub] [incubator-doris] morningman commented on pull request #9953: [feature-wip](multi-catalog)(step2) Introduce Internal Data Source

2022-06-07 Thread GitBox
morningman commented on PR #9953: URL: https://github.com/apache/incubator-doris/pull/9953#issuecomment-1148771962 > Fix check style error? I fixed part of them, but the java doc check is too much, and most of them are for the origin old method. -- This is an automated message from

[GitHub] [incubator-doris] morningman commented on pull request #9953: [feature-wip](multi-catalog)(step2) Introduce Internal Data Source

2022-06-07 Thread GitBox
morningman commented on PR #9953: URL: https://github.com/apache/incubator-doris/pull/9953#issuecomment-1148771196 > > In order to avoid modifying too much code at one time, I still keep these methods in the `Catalog`, but these methods will directly call the methods in `InternalDataSource`

[GitHub] [incubator-doris] BiteTheDDDDt opened a new pull request, #10003: [Feature] [Vectorized] Some pre-refactorings or interface additions for schema change part2

2022-06-07 Thread GitBox
BiteThet opened a new pull request, #10003: URL: https://github.com/apache/incubator-doris/pull/10003 # Proposed changes This pr is part of https://github.com/apache/incubator-doris/pull/9375, included some refactorings or interface additions. 1. Pass a `DescriptorTable` fr

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9999: [test]delete bitmap_index test case

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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9999: [test]delete bitmap_index test case

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

[GitHub] [incubator-doris] morningman opened a new pull request, #10002: [fix](coordinator) fix bug that unable to generate query profile

2022-06-07 Thread GitBox
morningman opened a new pull request, #10002: URL: https://github.com/apache/incubator-doris/pull/10002 # Proposed changes Issue Number: close #xxx ## Problem Summary: This bug was introduced from #9720 ## Checklist(Required) 1. Does it affect the original b

[GitHub] [incubator-doris] Gabriel39 opened a new pull request, #10001: [Bug] runtime filter is not used as expected

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

[GitHub] [incubator-doris] Gabriel39 opened a new issue, #10000: [Bug] runtime filter is not used as expected

2022-06-07 Thread GitBox
Gabriel39 opened a new issue, #1: URL: https://github.com/apache/incubator-doris/issues/1 ### 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 ma

[GitHub] [incubator-doris] zy-kkk opened a new pull request, #9999: [test]delete bitmap_index test case

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

[GitHub] [incubator-doris] SWJTU-ZhangLei commented on pull request #9987: [fix](be) fix asan be set_storage_medium core (#9986)

2022-06-07 Thread GitBox
SWJTU-ZhangLei commented on PR #9987: URL: https://github.com/apache/incubator-doris/pull/9987#issuecomment-1148662878 > Please describe when the be coredump in commit or pr . I have created a issue #9987 which core stack in. -- This is an automated message from the Apache Git Servi

[GitHub] [incubator-doris] yinzhijian opened a new pull request, #9998: [feature-wip](array-type) support array in mysql_result_writer

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

[GitHub] [incubator-doris] pengxiangyu opened a new pull request, #9997: add storage policy for remote storage migration

2022-06-07 Thread GitBox
pengxiangyu opened a new pull request, #9997: URL: https://github.com/apache/incubator-doris/pull/9997 # Proposed changes Issue Number: close #8901 ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original be

[GitHub] [incubator-doris] EmmyMiao87 closed issue #9644: [Enhancement] (Nereids) statistics derive framework

2022-06-07 Thread GitBox
EmmyMiao87 closed issue #9644: [Enhancement] (Nereids) statistics derive framework URL: https://github.com/apache/incubator-doris/issues/9644 -- 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] [incubator-doris] EmmyMiao87 merged pull request #9458: [feature](statistics) Statistics derivation.Step 2:OtherNode implemen…

2022-06-07 Thread GitBox
EmmyMiao87 merged PR #9458: URL: https://github.com/apache/incubator-doris/pull/9458 -- 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...

[incubator-doris] branch master updated: [feature](statistics) Statistics derivation.Step 2:OtherNode implemen… (#9458)

2022-06-07 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/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new e97d835ba7 [feature](statistics) Stat

[GitHub] [incubator-doris] Vikasss7663 commented on pull request #9878: remove redundant this

2022-06-07 Thread GitBox
Vikasss7663 commented on PR #9878: URL: https://github.com/apache/incubator-doris/pull/9878#issuecomment-1148610555 Hi @jackwener This is to thank you, I have successfully done my first open source contribution, the way you help me means a lot. The thing I have did, I swear I coul

[GitHub] [incubator-doris] jacktengg opened a new pull request, #9996: [feature] support convert alpha rowset

2022-06-07 Thread GitBox
jacktengg opened a new pull request, #9996: URL: https://github.com/apache/incubator-doris/pull/9996 Add alpha rowset to beta rowset convert to convert rowset automatically. We will remove alpha rowset's code after 1.1. # Proposed changes See PR https://github.com/apache/incuba

[GitHub] [incubator-doris] wangshuo128 commented on a diff in pull request #9993: [feature](nereids) Plan Translator

2022-06-07 Thread GitBox
wangshuo128 commented on code in PR #9993: URL: https://github.com/apache/incubator-doris/pull/9993#discussion_r891161963 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/PlanContext.java: ## @@ -0,0 +1,49 @@ +package org.apache.doris.nereids.trees.plans; + +impo

[GitHub] [incubator-doris] morrySnow commented on pull request #9993: [feature](nereids) Plan Translator

2022-06-07 Thread GitBox
morrySnow commented on PR #9993: URL: https://github.com/apache/incubator-doris/pull/9993#issuecomment-1148583970 fix check style~ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific com

[GitHub] [incubator-doris] morrySnow commented on a diff in pull request #9993: [feature](nereids) Plan Translator

2022-06-07 Thread GitBox
morrySnow commented on code in PR #9993: URL: https://github.com/apache/incubator-doris/pull/9993#discussion_r891120514 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/PhysicalPlanTranslator.java: ## @@ -0,0 +1,309 @@ +// Licensed to the Apache Software Foundati

[GitHub] [incubator-doris] morrySnow commented on a diff in pull request #9993: [feature](nereids) Plan Translator

2022-06-07 Thread GitBox
morrySnow commented on code in PR #9993: URL: https://github.com/apache/incubator-doris/pull/9993#discussion_r891119758 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/PhysicalPlanTranslator.java: ## @@ -0,0 +1,309 @@ +// Licensed to the Apache Software Foundati

[GitHub] [incubator-doris] yinzhijian opened a new pull request, #9995: [fix](fe) select stmt will make BE coredump when its castExpr is like cast(int as array<>)

2022-06-07 Thread GitBox
yinzhijian opened a new pull request, #9995: URL: https://github.com/apache/incubator-doris/pull/9995 # Proposed changes Issue Number: close #xxx ## Problem Summary: 1. BE will coredump when cast ScalaType to array 2. FE should not send similar cast requests to BE D

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9990: Add opentelemetry related third-party library.

2022-06-07 Thread GitBox
github-actions[bot] commented on PR #9990: URL: https://github.com/apache/incubator-doris/pull/9990#issuecomment-1148518724 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 us

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9990: Add opentelemetry related third-party library.

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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9977: [doc](website)Add Doris new official website code and documents

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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9977: [doc](website)Add Doris new official website code and documents

2022-06-07 Thread GitBox
github-actions[bot] commented on PR #9977: URL: https://github.com/apache/incubator-doris/pull/9977#issuecomment-1148513513 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 us

[GitHub] [incubator-doris] zy-kkk opened a new pull request, #9994: [doc]add create table statement for create-materialized-view doc

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

  1   2   >