[GitHub] [incubator-doris] zhangstar333 commented on a diff in pull request #9076: [Bug][Function] fix lag/lead function get invalid data

2022-04-18 Thread GitBox
zhangstar333 commented on code in PR #9076: URL: https://github.com/apache/incubator-doris/pull/9076#discussion_r851930619 ## fe/fe-core/src/main/java/org/apache/doris/analysis/AnalyticExpr.java: ## @@ -478,11 +478,13 @@ public void analyzeImpl(Analyzer analyzer) throws Analysi

[GitHub] [incubator-doris] EmmyMiao87 commented on a diff in pull request #9050: [feature](optimizer): spilt implicit `is not null`

2022-04-18 Thread GitBox
EmmyMiao87 commented on code in PR #9050: URL: https://github.com/apache/incubator-doris/pull/9050#discussion_r851938464 ## fe/fe-core/src/main/java/org/apache/doris/analysis/SelectStmt.java: ## @@ -603,14 +604,92 @@ public List collectTupleIds() { return result; }

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9067: [fix](routine_load) Add retry mechanism for routine load task which encounter Broker transport failure

2022-04-18 Thread GitBox
github-actions[bot] commented on PR #9067: URL: https://github.com/apache/incubator-doris/pull/9067#issuecomment-1101174110 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 #9067: [fix](routine_load) Add retry mechanism for routine load task which encounter Broker transport failure

2022-04-18 Thread GitBox
github-actions[bot] commented on PR #9067: URL: https://github.com/apache/incubator-doris/pull/9067#issuecomment-1101174129 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 merged pull request #8765: [Feature] CSV import and export support header

2022-04-18 Thread GitBox
morningman merged PR #8765: URL: https://github.com/apache/incubator-doris/pull/8765 -- 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](load)(csv) CSV import and export support header (#8765)

2022-04-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new afce993ca7 [feature](load)(csv) CSV

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8765: [Feature] CSV import and export support header

2022-04-18 Thread GitBox
github-actions[bot] commented on PR #8765: URL: https://github.com/apache/incubator-doris/pull/8765#issuecomment-1101177242 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] zenoyang opened a new issue, #9079: [Enhancement] Cannot hit rollup even if the `if expr` contains the rollup dimension

2022-04-18 Thread GitBox
zenoyang opened a new issue, #9079: URL: https://github.com/apache/incubator-doris/issues/9079 ### 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 C

[GitHub] [incubator-doris] jackwener commented on a diff in pull request #9050: [feature](optimizer): spilt implicit `is not null`

2022-04-18 Thread GitBox
jackwener commented on code in PR #9050: URL: https://github.com/apache/incubator-doris/pull/9050#discussion_r851946051 ## fe/fe-core/src/main/java/org/apache/doris/analysis/SelectStmt.java: ## @@ -603,14 +604,92 @@ public List collectTupleIds() { return result; }

[GitHub] [incubator-doris] leo65535 commented on pull request #9072: [Improvement] Remove redundant imports

2022-04-18 Thread GitBox
leo65535 commented on PR #9072: URL: https://github.com/apache/incubator-doris/pull/9072#issuecomment-1101186032 Thanks @yangzhg for your advice , but I can build doris locally. ``` [INFO] [INFO] Reactor Summar

[GitHub] [incubator-doris] leo65535 commented on pull request #9072: [Improvement] Remove redundant imports

2022-04-18 Thread GitBox
leo65535 commented on PR #9072: URL: https://github.com/apache/incubator-doris/pull/9072#issuecomment-1101186975 > I think we should do `format` job together in community after community reach consensus. > > related issue #8985 Hi @jackwener, we can't do `format` job in just on

[GitHub] [incubator-doris] jackwener commented on pull request #9072: [Improvement] Remove redundant imports

2022-04-18 Thread GitBox
jackwener commented on PR #9072: URL: https://github.com/apache/incubator-doris/pull/9072#issuecomment-1101190058 > Hi @jackwener, we can't do format job in just only one issuse, because it's will be a big job, we can split it to several sub tasks, like add RedundantImport EmptyStatement st

[GitHub] [incubator-doris] leo65535 commented on pull request #9072: [Improvement] Remove redundant imports

2022-04-18 Thread GitBox
leo65535 commented on PR #9072: URL: https://github.com/apache/incubator-doris/pull/9072#issuecomment-1101192436 > The doris dev email also is discussing this thing. emm, forgot to subscribe the dev email, I will subscribe the dev email soon. -- This is an automated message from the

[GitHub] [incubator-doris] jackwener commented on pull request #8987: [community](*): polish config about project

2022-04-18 Thread GitBox
jackwener commented on PR #8987: URL: https://github.com/apache/incubator-doris/pull/8987#issuecomment-1101194567 > > @yangzhg Thanks review, fixed this two point. > > I mean we should put all be generate files to one dir. and ignore that dir, this need to modify build.sh and run_be_u

[GitHub] [incubator-doris] morningman opened a new pull request, #9080: [fix](regression-test) disable test for hdfs and fix double type with null

2022-04-18 Thread GitBox
morningman opened a new pull request, #9080: URL: https://github.com/apache/incubator-doris/pull/9080 # Proposed changes Issue Number: close #xxx ## Problem Summary: 1. add a new config in regression-conf.groovy `enableHdfs`, default is false, to skip tests with hd

[GitHub] [incubator-doris] jackwener commented on issue #8985: [Enhancement] Format existing code

2022-04-18 Thread GitBox
jackwener commented on issue #8985: URL: https://github.com/apache/incubator-doris/issues/8985#issuecomment-1101198854 From doris dev group, > Great! But I think maybe we should list all rules in a some place and checked by every one care about it before we merge it to ensure the new co

[GitHub] [incubator-doris] jackwener commented on issue #8985: [Enhancement] Format existing code

2022-04-18 Thread GitBox
jackwener commented on issue #8985: URL: https://github.com/apache/incubator-doris/issues/8985#issuecomment-1101204643 This is [google_style checkstyle](https://checkstyle.sourceforge.io/google_style.html), which is worth learning from. -- This is an automated message from the A

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9080: [fix](regression-test) disable test for hdfs and fix double type with null

2022-04-18 Thread GitBox
github-actions[bot] commented on PR #9080: URL: https://github.com/apache/incubator-doris/pull/9080#issuecomment-1101210235 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 #9080: [fix](regression-test) disable test for hdfs and fix double type with null

2022-04-18 Thread GitBox
github-actions[bot] commented on PR #9080: URL: https://github.com/apache/incubator-doris/pull/9080#issuecomment-1101210263 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] yangzhg commented on a diff in pull request #9065: [fix](storage) Disable compaction before schema change is actually executed(#9032)

2022-04-18 Thread GitBox
yangzhg commented on code in PR #9065: URL: https://github.com/apache/incubator-doris/pull/9065#discussion_r851983962 ## be/src/olap/tablet.cpp: ## @@ -275,6 +277,23 @@ void Tablet::modify_rowsets(std::vector& to_add, same_version = false; } +if (check_delet

[GitHub] [incubator-doris] hf200012 closed pull request #9077: [doc]Release manager docment

2022-04-18 Thread GitBox
hf200012 closed pull request #9077: [doc]Release manager docment URL: https://github.com/apache/incubator-doris/pull/9077 -- 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] hf200012 opened a new pull request, #9081: [doc]Release manager docment

2022-04-18 Thread GitBox
hf200012 opened a new pull request, #9081: URL: https://github.com/apache/incubator-doris/pull/9081 # 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] morningman opened a new pull request, #9082: [github] enable clang format github action

2022-04-18 Thread GitBox
morningman opened a new pull request, #9082: URL: https://github.com/apache/incubator-doris/pull/9082 # 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] github-actions[bot] commented on pull request #9082: [github] enable clang format github action

2022-04-18 Thread GitBox
github-actions[bot] commented on PR #9082: URL: https://github.com/apache/incubator-doris/pull/9082#issuecomment-1101244662 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 #9082: [github] enable clang format github action

2022-04-18 Thread GitBox
github-actions[bot] commented on PR #9082: URL: https://github.com/apache/incubator-doris/pull/9082#issuecomment-1101244689 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 #9081: [doc]Release manager docment

2022-04-18 Thread GitBox
github-actions[bot] commented on PR #9081: URL: https://github.com/apache/incubator-doris/pull/9081#issuecomment-1101245031 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 #9081: [doc]Release manager docment

2022-04-18 Thread GitBox
github-actions[bot] commented on PR #9081: URL: https://github.com/apache/incubator-doris/pull/9081#issuecomment-1101245065 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 #8623: [Vectorized][Feature] Support min_by/max_by function.

2022-04-18 Thread GitBox
github-actions[bot] commented on PR #8623: URL: https://github.com/apache/incubator-doris/pull/8623#issuecomment-1101257427 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 #8786: [improvement] Refactor type info for further optimizations.

2022-04-18 Thread GitBox
github-actions[bot] commented on PR #8786: URL: https://github.com/apache/incubator-doris/pull/8786#issuecomment-1101262905 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 #8786: [improvement] Refactor type info for further optimizations.

2022-04-18 Thread GitBox
github-actions[bot] commented on PR #8786: URL: https://github.com/apache/incubator-doris/pull/8786#issuecomment-1101262921 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-manager] hf200012 merged pull request #47: Bump commons-io from 2.6 to 2.7 in /manager/dm-server

2022-04-18 Thread GitBox
hf200012 merged PR #47: URL: https://github.com/apache/incubator-doris-manager/pull/47 -- 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-manager] branch master updated: Bump commons-io from 2.6 to 2.7 in /manager/dm-server (#47)

2022-04-18 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/incubator-doris-manager.git The following commit(s) were added to refs/heads/master by this push: new 2940843 Bump commons-io

[GitHub] [incubator-doris-manager] hf200012 merged pull request #46: Bump junit from 4.12 to 4.13.1 in /manager

2022-04-18 Thread GitBox
hf200012 merged PR #46: URL: https://github.com/apache/incubator-doris-manager/pull/46 -- 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-manager] branch master updated (2940843 -> 76d4462)

2022-04-18 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris-manager.git from 2940843 Bump commons-io from 2.6 to 2.7 in /manager/dm-server (#47) add 76d4462 Bump jun

[GitHub] [incubator-doris-manager] hf200012 merged pull request #45: Bump httpclient from 4.5 to 4.5.13 in /manager/dm-agent

2022-04-18 Thread GitBox
hf200012 merged PR #45: URL: https://github.com/apache/incubator-doris-manager/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.

[incubator-doris-manager] branch master updated: Bump httpclient from 4.5 to 4.5.13 in /manager/dm-agent (#45)

2022-04-18 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/incubator-doris-manager.git The following commit(s) were added to refs/heads/master by this push: new b537b9b Bump httpclient

[GitHub] [incubator-doris] adonis0147 commented on a diff in pull request #9056: [feature-wip](array-type) Add array aggregation functions

2022-04-18 Thread GitBox
adonis0147 commented on code in PR #9056: URL: https://github.com/apache/incubator-doris/pull/9056#discussion_r852010828 ## be/src/vec/functions/array/function_array_aggregation.cpp: ## @@ -0,0 +1,303 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more

[GitHub] [incubator-doris] adonis0147 commented on a diff in pull request #9056: [feature-wip](array-type) Add array aggregation functions

2022-04-18 Thread GitBox
adonis0147 commented on code in PR #9056: URL: https://github.com/apache/incubator-doris/pull/9056#discussion_r852011012 ## be/src/vec/functions/array/function_array_mapped.h: ## @@ -0,0 +1,106 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contrib

[GitHub] [incubator-doris] adonis0147 commented on a diff in pull request #9056: [feature-wip](array-type) Add array aggregation functions

2022-04-18 Thread GitBox
adonis0147 commented on code in PR #9056: URL: https://github.com/apache/incubator-doris/pull/9056#discussion_r852011143 ## be/test/vec/function/function_array_aggregation_test.cpp: ## @@ -0,0 +1,122 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more c

[GitHub] [incubator-doris] adonis0147 commented on a diff in pull request #9056: [feature-wip](array-type) Add array aggregation functions

2022-04-18 Thread GitBox
adonis0147 commented on code in PR #9056: URL: https://github.com/apache/incubator-doris/pull/9056#discussion_r852011498 ## gensrc/script/doris_builtins_functions.py: ## @@ -176,6 +176,82 @@ '_ZN5doris10vectorized18FunctionArrayIndexINS0_19ArrayPositionActionENS0_17Nam

[GitHub] [incubator-doris] morningman merged pull request #9082: [github] enable clang format github action

2022-04-18 Thread GitBox
morningman merged PR #9082: URL: https://github.com/apache/incubator-doris/pull/9082 -- 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: [github] enable clang format github action (#9082)

2022-04-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new a71e0554be [github] enable clang fo

[GitHub] [incubator-doris-manager] liruixl opened a new pull request, #48: [fix] fix variable param is used in multi threads

2022-04-18 Thread GitBox
liruixl opened a new pull request, #48: URL: https://github.com/apache/incubator-doris-manager/pull/48 ## Problem Summary: config param is used in multi threads when installing agent sync ## Checklist(Required) 1. Does it affect the original behavior: Yes 2. Has unit t

[GitHub] [incubator-doris] morningman opened a new pull request, #9083: test

2022-04-18 Thread GitBox
morningman opened a new pull request, #9083: URL: https://github.com/apache/incubator-doris/pull/9083 # 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-manager] hf200012 merged pull request #48: [fix] fix variable param is used in multi threads

2022-04-18 Thread GitBox
hf200012 merged PR #48: URL: https://github.com/apache/incubator-doris-manager/pull/48 -- 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-manager] branch master updated: fix variable param is used in multi threads (#48)

2022-04-18 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/incubator-doris-manager.git The following commit(s) were added to refs/heads/master by this push: new e87035e fix variable par

[GitHub] [incubator-doris-manager] hf200012 opened a new pull request, #49: [fix] merge #48

2022-04-18 Thread GitBox
hf200012 opened a new pull request, #49: URL: https://github.com/apache/incubator-doris-manager/pull/49 https://github.com/apache/incubator-doris-manager/pull/48 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes.

[GitHub] [incubator-doris-manager] hf200012 merged pull request #49: [fix] merge #48

2022-04-18 Thread GitBox
hf200012 merged PR #49: URL: https://github.com/apache/incubator-doris-manager/pull/49 -- 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-manager] branch branch-1.0 updated: [fix] merge #48 (#49)

2022-04-18 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch branch-1.0 in repository https://gitbox.apache.org/repos/asf/incubator-doris-manager.git The following commit(s) were added to refs/heads/branch-1.0 by this push: new 6739218 [fix] me

[GitHub] [incubator-doris] adonis0147 commented on a diff in pull request #9056: [feature-wip](array-type) Add array aggregation functions

2022-04-18 Thread GitBox
adonis0147 commented on code in PR #9056: URL: https://github.com/apache/incubator-doris/pull/9056#discussion_r852010828 ## be/src/vec/functions/array/function_array_aggregation.cpp: ## @@ -0,0 +1,303 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more

[incubator-doris-manager] 01/01: Revert "[fix] merge #48 (#49)"

2022-04-18 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch revert-49-master in repository https://gitbox.apache.org/repos/asf/incubator-doris-manager.git commit 8cf8525d334997ff5cafc33d107362c8bc375da1 Author: jiafeng.zhang AuthorDate: Mon Apr 18 1

[incubator-doris-manager] branch revert-49-master created (now 8cf8525)

2022-04-18 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a change to branch revert-49-master in repository https://gitbox.apache.org/repos/asf/incubator-doris-manager.git at 8cf8525 Revert "[fix] merge #48 (#49)" This branch includes the following new commi

[GitHub] [incubator-doris-manager] hf200012 opened a new pull request, #50: Revert "[fix] merge #48"

2022-04-18 Thread GitBox
hf200012 opened a new pull request, #50: URL: https://github.com/apache/incubator-doris-manager/pull/50 Reverts apache/incubator-doris-manager#49 -- 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 t

[GitHub] [incubator-doris-manager] hf200012 merged pull request #50: Revert "[fix] merge #48"

2022-04-18 Thread GitBox
hf200012 merged PR #50: URL: https://github.com/apache/incubator-doris-manager/pull/50 -- 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-manager] branch branch-1.0 updated: Revert "[fix] merge #48 (#49)" (#50)

2022-04-18 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch branch-1.0 in repository https://gitbox.apache.org/repos/asf/incubator-doris-manager.git The following commit(s) were added to refs/heads/branch-1.0 by this push: new 315c3fd Revert "

[incubator-doris-manager] annotated tag 1.0.0-rc02 updated (c2a348e -> d2b97df)

2022-04-18 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a change to annotated tag 1.0.0-rc02 in repository https://gitbox.apache.org/repos/asf/incubator-doris-manager.git *** WARNING: tag 1.0.0-rc02 was modified! *** from c2a348e (commit) to d2b97df (

[incubator-doris-manager] 01/01: Revert "Revert "[fix] merge #48 (#49)" (#50)"

2022-04-18 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch revert-50-revert-49-master in repository https://gitbox.apache.org/repos/asf/incubator-doris-manager.git commit c37649c5c06c9770fa352c4214697676dcdfabaf Author: jiafeng.zhang AuthorDate: Mo

[incubator-doris-manager] branch revert-50-revert-49-master created (now c37649c)

2022-04-18 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a change to branch revert-50-revert-49-master in repository https://gitbox.apache.org/repos/asf/incubator-doris-manager.git at c37649c Revert "Revert "[fix] merge #48 (#49)" (#50)" This branch include

[incubator-doris-manager] branch branch-1.0 updated (315c3fd -> c2a348e)

2022-04-18 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a change to branch branch-1.0 in repository https://gitbox.apache.org/repos/asf/incubator-doris-manager.git from 315c3fd Revert "[fix] merge #48 (#49)" (#50) add 999a0d2 fix variable param is used

[incubator-doris-manager] annotated tag 1.0.0-rc02 updated (c2a348e -> ea1a46d)

2022-04-18 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a change to annotated tag 1.0.0-rc02 in repository https://gitbox.apache.org/repos/asf/incubator-doris-manager.git *** WARNING: tag 1.0.0-rc02 was modified! *** from c2a348e (commit) to ea1a46d (

[incubator-doris-manager] annotated tag 1.0.0-rc02 updated (c2a348e -> 4050d3e)

2022-04-18 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a change to annotated tag 1.0.0-rc02 in repository https://gitbox.apache.org/repos/asf/incubator-doris-manager.git *** WARNING: tag 1.0.0-rc02 was modified! *** from c2a348e (commit) to 4050d3e (

[GitHub] [incubator-doris] zhangy5 opened a new pull request, #9084: [regression-test] update test case dir which divided by basic functions

2022-04-18 Thread GitBox
zhangy5 opened a new pull request, #9084: URL: https://github.com/apache/incubator-doris/pull/9084 # Proposed changes Add test case dir divided by basic functions. |-- account |-- backup_restore |-- bloom_filter |-- data_model | |-- aggregate | |-- duplicate |

svn commit: r53938 - in /dev/incubator/doris/doris-manager/1.0.0: apache-doris-incubating-manager-src-1.0.0-rc01.tar.gz apache-doris-incubating-manager-src-1.0.0-rc01.tar.gz.asc apache-doris-incubatin

2022-04-18 Thread jiafengzheng
Author: jiafengzheng Date: Mon Apr 18 11:03:46 2022 New Revision: 53938 Log: delete manager 1.0.0 rc01 Removed: dev/incubator/doris/doris-manager/1.0.0/apache-doris-incubating-manager-src-1.0.0-rc01.tar.gz dev/incubator/doris/doris-manager/1.0.0/apache-doris-incubating-manager-src-1.0.0

svn commit: r53939 - in /dev/incubator/doris/doris-manager/1.0.0: apache-doris-incubating-manager-src-1.0.0-rc02.tar.gz apache-doris-incubating-manager-src-1.0.0-rc02.tar.gz.asc apache-doris-incubatin

2022-04-18 Thread jiafengzheng
Author: jiafengzheng Date: Mon Apr 18 11:07:28 2022 New Revision: 53939 Log: add apache doris manager 1.0.0-rc02 Added: dev/incubator/doris/doris-manager/1.0.0/apache-doris-incubating-manager-src-1.0.0-rc02.tar.gz (with props) dev/incubator/doris/doris-manager/1.0.0/apache-doris-incu

[GitHub] [incubator-doris] morningman closed issue #8871: [Bug] [Storage-Vectorized] query get wrong result when read datetime type column

2022-04-18 Thread GitBox
morningman closed issue #8871: [Bug] [Storage-Vectorized] query get wrong result when read datetime type column URL: https://github.com/apache/incubator-doris/issues/8871 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[GitHub] [incubator-doris] morningman merged pull request #8872: [Bug] [Storage-Vectorized] query get wrong result when read datetime type column

2022-04-18 Thread GitBox
morningman merged PR #8872: URL: https://github.com/apache/incubator-doris/pull/8872 -- 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: [fix](storage)(vectorized) query get wrong result when read datetime type column (#8872)

2022-04-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 681f960257 [fix](storage)(vectorize

[GitHub] [incubator-doris] morningman merged pull request #9035: [Bug] fix is-null predicate in the where statement cannot be pushed down storage engine

2022-04-18 Thread GitBox
morningman merged PR #9035: URL: https://github.com/apache/incubator-doris/pull/9035 -- 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] morningman closed issue #9034: [Bug] The is-null predicate in the where statement cannot be pushed down to the storage layer

2022-04-18 Thread GitBox
morningman closed issue #9034: [Bug] The is-null predicate in the where statement cannot be pushed down to the storage layer URL: https://github.com/apache/incubator-doris/issues/9034 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[incubator-doris] branch master updated: [fix](planner) fix is-null predicate in where statement cannot be pushed down to the storage layer (#9035)

2022-04-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new f3dce9a6c1 [fix](planner) fix is-nu

[GitHub] [incubator-doris] morningman merged pull request #9041: [Bug] Fix bug of table function with outer join cause nullptr of tuple

2022-04-18 Thread GitBox
morningman merged PR #9041: URL: https://github.com/apache/incubator-doris/pull/9041 -- 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 (f3dce9a6c1 -> 51db4e54c0)

2022-04-18 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/incubator-doris.git from f3dce9a6c1 [fix](planner) fix is-null predicate in where statement cannot be pushed down to the storage

[GitHub] [incubator-doris] morningman merged pull request #9047: [Bug] Support verbose/graph keyword in insert query stmt

2022-04-18 Thread GitBox
morningman merged PR #9047: URL: https://github.com/apache/incubator-doris/pull/9047 -- 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] morningman closed issue #9046: [Bug] Explain insert query always is verbose

2022-04-18 Thread GitBox
morningman closed issue #9046: [Bug] Explain insert query always is verbose URL: https://github.com/apache/incubator-doris/issues/9046 -- 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

[incubator-doris] branch master updated (51db4e54c0 -> 0f86fed547)

2022-04-18 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/incubator-doris.git from 51db4e54c0 [fix](table-function) Fix bug of table function with outer join cause nullptr of tuple (#9041

[GitHub] [incubator-doris] morningman merged pull request #9080: [fix](regression-test) disable test for hdfs and fix double type with null

2022-04-18 Thread GitBox
morningman merged PR #9080: URL: https://github.com/apache/incubator-doris/pull/9080 -- 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 (0f86fed547 -> 2cecb5dc82)

2022-04-18 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/incubator-doris.git from 0f86fed547 [improvement](insert) Support verbose keyword in insert query stmt (#9047) add 2cecb5dc8

[GitHub] [incubator-doris] adonis0147 commented on a diff in pull request #9056: [feature-wip](array-type) Add array aggregation functions

2022-04-18 Thread GitBox
adonis0147 commented on code in PR #9056: URL: https://github.com/apache/incubator-doris/pull/9056#discussion_r852010828 ## be/src/vec/functions/array/function_array_aggregation.cpp: ## @@ -0,0 +1,303 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more

[GitHub] [incubator-doris] adonis0147 commented on a diff in pull request #9056: [feature-wip](array-type) Add array aggregation functions

2022-04-18 Thread GitBox
adonis0147 commented on code in PR #9056: URL: https://github.com/apache/incubator-doris/pull/9056#discussion_r852064119 ## be/src/vec/functions/array/function_array_aggregation.cpp: ## @@ -0,0 +1,303 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more

[GitHub] [incubator-doris] liutang123 commented on a diff in pull request #9065: [fix](storage) Disable compaction before schema change is actually executed(#9032)

2022-04-18 Thread GitBox
liutang123 commented on code in PR #9065: URL: https://github.com/apache/incubator-doris/pull/9065#discussion_r852066025 ## be/src/olap/tablet.cpp: ## @@ -275,6 +277,23 @@ void Tablet::modify_rowsets(std::vector& to_add, same_version = false; } +if (check_de

[incubator-doris] branch dev-1.0.1 updated (20dd0201f8 -> b4395c3e1f)

2022-04-18 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 20dd0201f8 [fix](load) fix bug of infinite loop in orc scanner (#9007) new da70b815e6 [Feature]su

[incubator-doris] 05/17: Revert "[Refactor] remove some useless code (#8976)" (#9074)

2022-04-18 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 39d091eb38296a5a97bbf71325ceb808f60d3ed9 Author: Mingyu Chen AuthorDate: Mon Apr 18 12:01:14 2022 +0800

[incubator-doris] 06/17: [Forbidden](Vec) Switch to non-vec engine when outer join + not null column (#8979)

2022-04-18 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 40d72e68e8ac3169f38e08628ffd5e6d4b270d72 Author: EmmyMiao87 <522274...@qq.com> AuthorDate: Mon Apr 18 09:

[incubator-doris] 08/17: [fix] change parameter type of hll_cardinality from STRING to HLL (#9002)

2022-04-18 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 46c3baa90a87c5dd8580f0058772762b7bc17228 Author: Mingyu Chen AuthorDate: Fri Apr 15 15:17:11 2022 +0800

[incubator-doris] 12/17: [fix](show-function) fix bug for show function (#9025)

2022-04-18 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 aa616a6f7a4f2a15221ef195c5b6296e806082ea Author: pengxiangyu AuthorDate: Fri Apr 15 15:18:20 2022 +0800

[incubator-doris] 10/17: [Fix Bug] Fix ehco command not found (#9021)

2022-04-18 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 3ef57085c51ecabcee00131d1989e7d1aa0afb23 Author: leo65535 AuthorDate: Fri Apr 15 13:43:47 2022 +0800

[incubator-doris] 09/17: [Enhancement] [Storage Vectorize] optimize BitmapRangeIterator.next_range() (#9013)

2022-04-18 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 36ca83ede303ce65b4e6eec90432b87b0d7d6ebe Author: Pxl <952130...@qq.com> AuthorDate: Fri Apr 15 11:27:03 2

[incubator-doris] 11/17: [Bug][Vectorized] Fix UB when doing ORDER BY. (#9023)

2022-04-18 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 acb88f707582a77c7fae2b3de40abb2fea0f220f Author: Amos Bird AuthorDate: Fri Apr 15 14:02:29 2022 +0800

[incubator-doris] 16/17: [fix](table-function) Fix bug of table function with outer join cause nullptr of tuple (#9041)

2022-04-18 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 8ca12ddadd247dd5027fd65cfc18f01654970308 Author: HappenLee AuthorDate: Mon Apr 18 19:35:26 2022 +0800

[incubator-doris] 02/17: [fix](sql_block_rule) optimization of alter sql_block_rule stmt (#8971)

2022-04-18 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 7019819151c33411206e987ad7938af9c1a2b38a Author: Xujian Duan <50550370+darvend...@users.noreply.github.co

[incubator-doris] 04/17: [Refactor] remove some useless code (#8976)

2022-04-18 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 5390861756fdbd30ecf3a639155b2e45186dab72 Author: dataroaring <98214048+dataroar...@users.noreply.github.c

[incubator-doris] 15/17: [fix](planner) fix is-null predicate in where statement cannot be pushed down to the storage layer (#9035)

2022-04-18 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 779adaa97a708d30142285677a89c98afbe7dc72 Author: shee <13843187+qz...@users.noreply.github.com> AuthorDat

[incubator-doris] 01/17: [Feature]support stddev/variance agg functions to window function (#8962)

2022-04-18 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 da70b815e6921277bc405947ce57e8feb3c3ab0d Author: zhangstar333 <87313068+zhangstar...@users.noreply.github

[incubator-doris] 17/17: [improvement](insert) Support verbose keyword in insert query stmt (#9047)

2022-04-18 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 b4395c3e1f415e462474d0c96b046bf06ade9739 Author: HappenLee AuthorDate: Mon Apr 18 19:36:40 2022 +0800

[incubator-doris] 03/17: Change date/datetime result type to bigint (#8975)

2022-04-18 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 ac7dc83a1b960e4454704732f9480acf983fe53c Author: Pxl <952130...@qq.com> AuthorDate: Mon Apr 18 09:56:28 2

[incubator-doris] 13/17: [Bug] Fix some node in vectorized not have `V` title (#9028)

2022-04-18 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 18e99abbbd5e332a0f81977a9008a0228febb2b0 Author: HappenLee AuthorDate: Fri Apr 15 11:25:52 2022 +0800

[incubator-doris] 07/17: [fix] fix p0 test failed because of char type cannot convert to datetime (#8996)

2022-04-18 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 aa5823cca0923aa170d660132d923e4890dbd83f Author: Zhengguo Yang AuthorDate: Fri Apr 15 15:16:00 2022 +080

[incubator-doris] 14/17: [fix](storage)(vectorized) query get wrong result when read datetime type column (#8872)

2022-04-18 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 138f77ebd7628385cd4c84bb46f4dc8779150dfd Author: Pxl <952130...@qq.com> AuthorDate: Mon Apr 18 19:34:06 2

[GitHub] [incubator-doris] EmmyMiao87 commented on a diff in pull request #9084: [regression-test] update test case dir which divided by basic functions

2022-04-18 Thread GitBox
EmmyMiao87 commented on code in PR #9084: URL: https://github.com/apache/incubator-doris/pull/9084#discussion_r852067019 ## regression-test/suites/datatype/bitmap/bitmap_int_test.groovy: ## @@ -0,0 +1,34 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or mo

[GitHub] [incubator-doris] EmmyMiao87 commented on a diff in pull request #9084: [regression-test] update test case dir which divided by basic functions

2022-04-18 Thread GitBox
EmmyMiao87 commented on code in PR #9084: URL: https://github.com/apache/incubator-doris/pull/9084#discussion_r852074878 ## regression-test/suites/account/test_account.groovy: ## @@ -0,0 +1,20 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contribu

  1   2   >