[GitHub] [doris] cambyzju commented on a diff in pull request #10388: [feature-wip] (array-type) add the array_distinct function

2022-07-02 Thread GitBox
cambyzju commented on code in PR #10388: URL: https://github.com/apache/doris/pull/10388#discussion_r912330918 ## be/src/vec/functions/array/function_array_distinct.h: ## @@ -0,0 +1,265 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor lic

[GitHub] [doris] luozenglin commented on a diff in pull request #10533: [feature][tracing] Support query tracing to improve doris observabil…

2022-07-02 Thread GitBox
luozenglin commented on code in PR #10533: URL: https://github.com/apache/doris/pull/10533#discussion_r912332779 ## be/src/runtime/plan_fragment_executor.cpp: ## @@ -262,30 +270,36 @@ Status PlanFragmentExecutor::open_vectorized_internal() { RETURN_IF_ERROR(_sink->open(

[GitHub] [doris] wangyf0555 opened a new pull request, #10558: [website](doc)add package-lock.json to resolve docs build failure

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

[GitHub] [doris] morningman merged pull request #10537: [hotfix](dev-1.0.1) fall back to non vec engine for some outer join cases

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

[doris] branch dev-1.0.1 updated: [hotfix](dev-1.0.1) fall back to non vec engine for some outer join cases (#10537)

2022-07-02 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/doris.git The following commit(s) were added to refs/heads/dev-1.0.1 by this push: new e264ae2a72 [hotfix](dev-1.0.1) fall bac

[GitHub] [doris] github-actions[bot] commented on pull request #10558: [website](doc)add package-lock.json to resolve docs build failure

2022-07-02 Thread GitBox
github-actions[bot] commented on PR #10558: URL: https://github.com/apache/doris/pull/10558#issuecomment-1172859786 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 #10558: [website](doc)add package-lock.json to resolve docs build failure

2022-07-02 Thread GitBox
github-actions[bot] commented on PR #10558: URL: https://github.com/apache/doris/pull/10558#issuecomment-1172859782 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 #10558: [website](doc)add package-lock.json to resolve docs build failure

2022-07-02 Thread GitBox
github-actions[bot] commented on PR #10558: URL: https://github.com/apache/doris/pull/10558#issuecomment-1172863441 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] chenlinzhong opened a new pull request, #10559: [docs] add quick compaction configs

2022-07-02 Thread GitBox
chenlinzhong opened a new pull request, #10559: URL: https://github.com/apache/doris/pull/10559 # Proposed changes Issue Number: close #xxx ## Problem Summary: add quick compaction configs ## Checklist(Required) 1. Does it affect the original behavior: (Yes

[GitHub] [doris] morningman merged pull request #10558: [website](doc)add package-lock.json to resolve docs build failure

2022-07-02 Thread GitBox
morningman merged PR #10558: URL: https://github.com/apache/doris/pull/10558 -- 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] luwei16 opened a new issue, #10560: [Bug] core dump when run regression case

2022-07-02 Thread GitBox
luwei16 opened a new issue, #10560: URL: https://github.com/apache/doris/issues/10560 ### 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] github-actions[bot] commented on pull request #9533: [refactor] Refactoring Status static methods to format message using …

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

[GitHub] [doris] github-actions[bot] commented on pull request #9533: [refactor] Refactoring Status static methods to format message using …

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

[GitHub] [doris] yiguolei merged pull request #9533: [refactor] Refactoring Status static methods to format message using …

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

[GitHub] [doris] yiguolei merged pull request #10552: [hot-fix] fix a typo error and limit the max wait time in VOlapTableSink::send

2022-07-02 Thread GitBox
yiguolei merged PR #10552: URL: https://github.com/apache/doris/pull/10552 -- 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 dev-1.0.1 updated: [hot-fix] fix a typo error and limit the max wait time in VOlapTableSink::send (#10552)

2022-07-02 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/doris.git The following commit(s) were added to refs/heads/dev-1.0.1 by this push: new 94a883d68e [hot-fix] fix a typo error and

[GitHub] [doris] biandou1313 opened a new issue, #10561: [Bug] doris安装官方文档镜像编译

2022-07-02 Thread GitBox
biandou1313 opened a new issue, #10561: URL: https://github.com/apache/doris/issues/10561 ### 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 ![1656759

[GitHub] [doris] yiguolei commented on a diff in pull request #10136: [Feature] Lightweight schema change of add/drop column

2022-07-02 Thread GitBox
yiguolei commented on code in PR #10136: URL: https://github.com/apache/doris/pull/10136#discussion_r912351667 ## be/src/olap/tablet.cpp: ## @@ -1636,4 +1641,13 @@ std::shared_ptr& Tablet::get_compaction_mem_tracker(CompactionType c } } +const TabletSchema& Tablet::tabl

[GitHub] [doris] morningman merged pull request #10521: [feature-wip](multi-catalog) end to end to support multi-catalog

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

[doris] branch master updated: [feature-wip](multi-catalog) end to end to support multi-catalog (#10521)

2022-07-02 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 078cb3b4db [feature-wip](multi-catalog) end t

[GitHub] [doris] morningman commented on a diff in pull request #10555: [feature] support `max_by` and `min_by` on row-based engine

2022-07-02 Thread GitBox
morningman commented on code in PR #10555: URL: https://github.com/apache/doris/pull/10555#discussion_r912361287 ## be/src/exprs/aggregate_functions.cpp: ## @@ -363,6 +363,320 @@ struct DecimalV2AvgState { int64_t count = 0; }; +template +struct MaxMinByState { +T v

[GitHub] [doris] github-actions[bot] commented on pull request #10559: [docs] add quick compaction configs

2022-07-02 Thread GitBox
github-actions[bot] commented on PR #10559: URL: https://github.com/apache/doris/pull/10559#issuecomment-1172898065 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 #10559: [docs] add quick compaction configs

2022-07-02 Thread GitBox
github-actions[bot] commented on PR #10559: URL: https://github.com/apache/doris/pull/10559#issuecomment-1172898076 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 opened a new pull request, #10562: [fix](fe-ut) fix ut compile bug

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

[GitHub] [doris] dataroaring commented on pull request #10280: [Feature] move cold data to object storage without losing any feature

2022-07-02 Thread GitBox
dataroaring commented on PR #10280: URL: https://github.com/apache/doris/pull/10280#issuecomment-1172904244 [冷热分离详细设计.pdf](https://github.com/apache/doris/files/9033096/default.pdf) @pengxiangyu -- This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [doris] morningman commented on a diff in pull request #10136: [Feature] Lightweight schema change of add/drop column

2022-07-02 Thread GitBox
morningman commented on code in PR #10136: URL: https://github.com/apache/doris/pull/10136#discussion_r912365661 ## fe/fe-core/src/main/java/org/apache/doris/catalog/Catalog.java: ## @@ -4922,4 +4916,190 @@ private static void addTableComment(Table table, StringBuilder sb) {

[GitHub] [doris] github-actions[bot] commented on pull request #10562: [fix](fe-ut) fix ut compile bug

2022-07-02 Thread GitBox
github-actions[bot] commented on PR #10562: URL: https://github.com/apache/doris/pull/10562#issuecomment-1172906828 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 #10562: [fix](fe-ut) fix ut compile bug

2022-07-02 Thread GitBox
github-actions[bot] commented on PR #10562: URL: https://github.com/apache/doris/pull/10562#issuecomment-1172906833 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 #10555: [feature] support `max_by` and `min_by` on row-based engine

2022-07-02 Thread GitBox
github-actions[bot] commented on PR #10555: URL: https://github.com/apache/doris/pull/10555#issuecomment-1172907628 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 #10555: [feature] support `max_by` and `min_by` on row-based engine

2022-07-02 Thread GitBox
github-actions[bot] commented on PR #10555: URL: https://github.com/apache/doris/pull/10555#issuecomment-1172907634 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] Lchangliang commented on a diff in pull request #10136: [Feature] Lightweight schema change of add/drop column

2022-07-02 Thread GitBox
Lchangliang commented on code in PR #10136: URL: https://github.com/apache/doris/pull/10136#discussion_r912368929 ## gensrc/proto/olap_file.proto: ## @@ -93,6 +93,8 @@ message RowsetMetaPB { optional int64 num_segments = 22; // rowset id definition, it will replace req

[GitHub] [doris] Lchangliang commented on a diff in pull request #10136: [Feature] Lightweight schema change of add/drop column

2022-07-02 Thread GitBox
Lchangliang commented on code in PR #10136: URL: https://github.com/apache/doris/pull/10136#discussion_r912368972 ## be/src/exec/olap_scanner.cpp: ## @@ -86,6 +88,14 @@ Status OlapScanner::prepare( LOG(WARNING) << ss.str(); return Status::InternalError(

[GitHub] [doris] Lchangliang commented on a diff in pull request #10136: [Feature] Lightweight schema change of add/drop column

2022-07-02 Thread GitBox
Lchangliang commented on code in PR #10136: URL: https://github.com/apache/doris/pull/10136#discussion_r912369245 ## be/src/olap/tablet.cpp: ## @@ -1636,4 +1641,13 @@ std::shared_ptr& Tablet::get_compaction_mem_tracker(CompactionType c } } +const TabletSchema& Tablet::t

[GitHub] [doris] morningman closed issue #10489: [Bug] Unsupported correlated subquery: SELECT

2022-07-02 Thread GitBox
morningman closed issue #10489: [Bug] Unsupported correlated subquery: SELECT URL: https://github.com/apache/doris/issues/10489 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[GitHub] [doris] morningman merged pull request #10519: [fix](planner)infer predicate generate infered predicate using wrong information from another scope

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

[doris] branch master updated (078cb3b4db -> 848e0c5987)

2022-07-02 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 078cb3b4db [feature-wip](multi-catalog) end to end to support multi-catalog (#10521) add 848e0c5987 [fix](pla

[GitHub] [doris] morningman commented on pull request #10534: [hotfix](dev-1.0.1) abort load task if pending data exceed limit in table sink

2022-07-02 Thread GitBox
morningman commented on PR #10534: URL: https://github.com/apache/doris/pull/10534#issuecomment-1172909529 Resolve by #10552 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment.

[GitHub] [doris] morningman closed pull request #10534: [hotfix](dev-1.0.1) abort load task if pending data exceed limit in table sink

2022-07-02 Thread GitBox
morningman closed pull request #10534: [hotfix](dev-1.0.1) abort load task if pending data exceed limit in table sink URL: https://github.com/apache/doris/pull/10534 -- 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](fe-ut) fix ut compile bug (#10562)

2022-07-02 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 bfaa60b695 [fix](fe-ut) fix ut compile bug (#

[GitHub] [doris] morningman merged pull request #10562: [fix](fe-ut) fix ut compile bug

2022-07-02 Thread GitBox
morningman merged PR #10562: URL: https://github.com/apache/doris/pull/10562 -- 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] Lchangliang opened a new issue, #10563: [Bug] select default value error when enable_vectorized_engine = true

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

[doris] branch dev-1.0.1 updated (94a883d68e -> 70354f2f4d)

2022-07-02 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/doris.git from 94a883d68e [hot-fix] fix a typo error and limit the max wait time in VOlapTableSink::send (#10552) new 378

[doris] 02/03: [bugfix]fix core dump on outfile with expr (#10491)

2022-07-02 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/doris.git commit dcb66e084fa58a9c6ce797f961dfac2fbc430fc3 Author: Pxl <952130...@qq.com> AuthorDate: Wed Jun 29 20:38:49 2022 +0800

[doris] 03/03: [fix](planner)infer predicate generate infered predicate using wrong information from another scope (#10519)

2022-07-02 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/doris.git commit 70354f2f4d4edce7a0d624bd0eb4b90dfbecdf44 Author: morrySnow <101034200+morrys...@users.noreply.github.com> AuthorDat

[doris] 01/03: [fix](proc) Fix show proc '/current_query_stmts' error due to wrong index for execTime (#10488)

2022-07-02 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/doris.git commit 378a5a3a4e14b3280d37c2092a8fb7c83709c3d3 Author: caiconghui <55968745+caicong...@users.noreply.github.com> AuthorDa

[GitHub] [doris] mrhhsg opened a new pull request, #10564: [improvement]No need to memset flags for vectorization predicates

2022-07-02 Thread GitBox
mrhhsg opened a new pull request, #10564: URL: https://github.com/apache/doris/pull/10564 # Proposed changes Issue Number: close #xxx ## Problem Summary: Every calling of `evaluate_vec` will set every item of flags, so there is no need to memset the flags. ## Chec

[GitHub] [doris] morningman merged pull request #10555: [hotfix][feature](dev-1.0.1) support `max_by` and `min_by` on row-based engine

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

[doris] branch dev-1.0.1 updated: [hotfix][feature](dev-1.0.1) support `max_by` and `min_by` on row-based engine (#10555)

2022-07-02 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/doris.git The following commit(s) were added to refs/heads/dev-1.0.1 by this push: new c89166ffd4 [hotfix][feature](dev-1.0.1)

[GitHub] [doris] stalary opened a new pull request, #10565: [feature-wip](multi-catalog) Support es datasource

2022-07-02 Thread GitBox
stalary opened a new pull request, #10565: URL: https://github.com/apache/doris/pull/10565 # Proposed changes Issue Number: close #xxx ## Problem Summary: Support es datasource, This PR supports query index related metadata. -- This is an automated message from the Apa

[GitHub] [doris] Gabriel39 opened a new issue, #10566: [BUG] fix bug in literal `debug_string` when literal is null

2022-07-02 Thread GitBox
Gabriel39 opened a new issue, #10566: URL: https://github.com/apache/doris/issues/10566 ### 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] Gabriel39 opened a new pull request, #10567: [BUG] fix bug in literal `debug_string` when literal is null

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

[GitHub] [doris] Gabriel39 opened a new issue, #10568: [Enhancement] turn off java-udf by default when compliling in parallel

2022-07-02 Thread GitBox
Gabriel39 opened a new issue, #10568: URL: https://github.com/apache/doris/issues/10568 ### 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 we shoul

[GitHub] [doris] Gabriel39 opened a new pull request, #10569: [Compile] turn off java-udf by default when compliling in parallel

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

[GitHub] [doris] github-actions[bot] commented on pull request #10569: [Compile] turn off java-udf by default when compliling in parallel

2022-07-02 Thread GitBox
github-actions[bot] commented on PR #10569: URL: https://github.com/apache/doris/pull/10569#issuecomment-1173001071 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 #10569: [Compile] turn off java-udf by default when compliling in parallel

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