[GitHub] [incubator-doris] wangbo commented on pull request #8967: [optimize](storage)optimize date in storage layer

2022-04-11 Thread GitBox
wangbo commented on PR #8967: URL: https://github.com/apache/incubator-doris/pull/8967#issuecomment-1096193037 # Performance Test ## SQL1 ``` SELECT sum(LO_EXTENDEDPRICE * LO_DISCOUNT) AS revenue FROM lineorder_flat WHERE LO_ORDERDATE >= 19930101 and LO_ORDERDATE <= 19931231 A

[GitHub] [incubator-doris] wangbo opened a new pull request, #8967: [optimize](storage)optimize date in storage layer

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

[GitHub] [incubator-doris] jackwener commented on pull request #8910: [WIP][feature](optimizer) : convert out join to inner join

2022-04-11 Thread GitBox
jackwener commented on PR #8910: URL: https://github.com/apache/incubator-doris/pull/8910#issuecomment-1096159553 TODO: Now, this rule apply just predicate all is `AND` like `expr1 And expr2 And expr3`. The future ticklet is normalize `Expr`, we should conjunct all `OR`, like

[GitHub] [incubator-doris] wucheng closed pull request #8964: add support for tencent chdfs

2022-04-11 Thread GitBox
wucheng closed pull request #8964: add support for tencent chdfs URL: https://github.com/apache/incubator-doris/pull/8964 -- 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] github-actions[bot] commented on pull request #8966: [Enhancement][Vectorized] optimize and clean int_div apply

2022-04-11 Thread GitBox
github-actions[bot] commented on PR #8966: URL: https://github.com/apache/incubator-doris/pull/8966#issuecomment-1096130247 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 #8966: [Enhancement][Vectorized] optimize and clean int_div apply

2022-04-11 Thread GitBox
github-actions[bot] commented on PR #8966: URL: https://github.com/apache/incubator-doris/pull/8966#issuecomment-1096130194 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] yangzhg commented on a diff in pull request #8958: [refactor] Unify all unit tests into one binary file

2022-04-11 Thread GitBox
yangzhg commented on code in PR #8958: URL: https://github.com/apache/incubator-doris/pull/8958#discussion_r848006064 ## be/src/geo/geo_functions.cpp: ## @@ -267,22 +268,21 @@ doris_udf::BooleanVal GeoFunctions::st_contains(doris_udf::FunctionContext* ctx, if (state != nul

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8963: add support for tencent chdfs

2022-04-11 Thread GitBox
github-actions[bot] commented on PR #8963: URL: https://github.com/apache/incubator-doris/pull/8963#issuecomment-1096126577 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 #8963: add support for tencent chdfs

2022-04-11 Thread GitBox
github-actions[bot] commented on PR #8963: URL: https://github.com/apache/incubator-doris/pull/8963#issuecomment-1096126622 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] BiteTheDDDDt opened a new pull request, #8966: [Enhancement][Vectorized] optimize and clean int_div apply

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

[GitHub] [incubator-doris] BiteTheDDDDt opened a new issue, #8965: [Enhancement][Vectorized] optimize and clean int_div apply

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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8964: add support for tencent chdfs

2022-04-11 Thread GitBox
github-actions[bot] commented on PR #8964: URL: https://github.com/apache/incubator-doris/pull/8964#issuecomment-1096122821 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 #8964: add support for tencent chdfs

2022-04-11 Thread GitBox
github-actions[bot] commented on PR #8964: URL: https://github.com/apache/incubator-doris/pull/8964#issuecomment-1096122857 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] lide-reed commented on pull request #8964: add support for tencent chdfs

2022-04-11 Thread GitBox
lide-reed commented on PR #8964: URL: https://github.com/apache/incubator-doris/pull/8964#issuecomment-1096107979 Thanks wucheng, 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

[GitHub] [incubator-doris] zhangstar333 commented on a diff in pull request #8877: [feature](function) Support nth value window function on vectorized e…

2022-04-11 Thread GitBox
zhangstar333 commented on code in PR #8877: URL: https://github.com/apache/incubator-doris/pull/8877#discussion_r847915589 ## fe/fe-core/src/main/java/org/apache/doris/catalog/FunctionSet.java: ## @@ -2336,6 +2336,10 @@ private void initAggregateBuiltins() {

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8960: [improvement](config) Modify the maximum and minimum number of threads in jetty

2022-04-11 Thread GitBox
github-actions[bot] commented on PR #8960: URL: https://github.com/apache/incubator-doris/pull/8960#issuecomment-1096000581 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 #8960: [improvement](config) Modify the maximum and minimum number of threads in jetty

2022-04-11 Thread GitBox
github-actions[bot] commented on PR #8960: URL: https://github.com/apache/incubator-doris/pull/8960#issuecomment-1096000543 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 commented on a diff in pull request #8958: [refactor] Unify all unit tests into one binary file

2022-04-11 Thread GitBox
yiguolei commented on code in PR #8958: URL: https://github.com/apache/incubator-doris/pull/8958#discussion_r847956940 ## be/src/geo/geo_functions.cpp: ## @@ -267,22 +268,21 @@ doris_udf::BooleanVal GeoFunctions::st_contains(doris_udf::FunctionContext* ctx, if (state != nu

[GitHub] [incubator-doris] wucheng opened a new pull request, #8964: add support for tencent chdfs

2022-04-11 Thread GitBox
wucheng opened a new pull request, #8964: URL: https://github.com/apache/incubator-doris/pull/8964 add support for tencent cloud [chdfs](https://cloud.tencent.com/document/product/1105). -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-doris] wucheng opened a new pull request, #8963: add support for tencent chdfs

2022-04-11 Thread GitBox
wucheng opened a new pull request, #8963: URL: https://github.com/apache/incubator-doris/pull/8963 add support for tencent cloud [chdfs](https://cloud.tencent.com/document/product/1105). -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-doris] zhangstar333 commented on a diff in pull request #8877: [feature](function) Support nth value window function on vectorized e…

2022-04-11 Thread GitBox
zhangstar333 commented on code in PR #8877: URL: https://github.com/apache/incubator-doris/pull/8877#discussion_r847915588 ## fe/fe-core/src/main/java/org/apache/doris/catalog/FunctionSet.java: ## @@ -2336,6 +2336,10 @@ private void initAggregateBuiltins() {

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8908: [fix](load) start transaction before we need it (#8819)

2022-04-11 Thread GitBox
github-actions[bot] commented on PR #8908: URL: https://github.com/apache/incubator-doris/pull/8908#issuecomment-1095921088 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 #8908: [fix](load) start transaction before we need it (#8819)

2022-04-11 Thread GitBox
github-actions[bot] commented on PR #8908: URL: https://github.com/apache/incubator-doris/pull/8908#issuecomment-1095921048 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] zhangstar333 opened a new pull request, #8962: [Feature]support stddev/variance agg functions to window function

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

[GitHub] [incubator-doris] yangzhg commented on a diff in pull request #8921: [Bug] fix backup timeout on a table without partition

2022-04-11 Thread GitBox
yangzhg commented on code in PR #8921: URL: https://github.com/apache/incubator-doris/pull/8921#discussion_r847892735 ## fe/fe-core/src/main/java/org/apache/doris/backup/BackupJob.java: ## @@ -358,6 +358,18 @@ private void prepareAndSendSnapshotTask() { taskProgress.cle

[GitHub] [incubator-doris] BiteTheDDDDt opened a new issue, #8961: [Enhancement] unnecessary date/datetime cast to double

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

[GitHub] [incubator-doris] smallhibiscus opened a new pull request, #8960: [improvement](config) Modify the maximum and minimum number of threads in jetty

2022-04-11 Thread GitBox
smallhibiscus opened a new pull request, #8960: URL: https://github.com/apache/incubator-doris/pull/8960 # Proposed changes Issue Number: close #xxx ## Problem Summary: Modify the maximum and minimum number of threads in jetty. ## Checklist(Required) 1. Does

[GitHub] [incubator-doris] yangzhg commented on pull request #8923: [Feature] Support compression prop

2022-04-11 Thread GitBox
yangzhg commented on PR #8923: URL: https://github.com/apache/incubator-doris/pull/8923#issuecomment-1095851195 `compression type` you mean used to compress page? page compress use LZ4F not LZ4, and compress type is defined in `CompressionTypePB` in `gensrc/proto/segment_v2.proto` no

[incubator-doris] branch master updated: [fix][mem tracker] Fix MemTracker null pointer in vectorized (#8925)

2022-04-11 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 66d2f4e1fd [fix][mem tracker] Fix Mem

[GitHub] [incubator-doris] EmmyMiao87 closed issue #8920: [Bug] `ThreadMemTrackerMgr::update_tracker` null pointer in vectorized

2022-04-11 Thread GitBox
EmmyMiao87 closed issue #8920: [Bug] `ThreadMemTrackerMgr::update_tracker` null pointer in vectorized URL: https://github.com/apache/incubator-doris/issues/8920 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [incubator-doris] EmmyMiao87 merged pull request #8925: [fix][mem tracker] Fix MemTracker null pointer in vectorized

2022-04-11 Thread GitBox
EmmyMiao87 merged PR #8925: URL: https://github.com/apache/incubator-doris/pull/8925 -- 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] yangzhg commented on a diff in pull request #8923: [Feature] Support compression prop

2022-04-11 Thread GitBox
yangzhg commented on code in PR #8923: URL: https://github.com/apache/incubator-doris/pull/8923#discussion_r847880569 ## gensrc/thrift/AgentService.thrift: ## @@ -84,6 +84,12 @@ struct TStorageParam { 3: optional TS3StorageParam s3_storage_param } +enum TCompressionType

[GitHub] [incubator-doris] yangzhg commented on a diff in pull request #8923: [Feature] Support compression prop

2022-04-11 Thread GitBox
yangzhg commented on code in PR #8923: URL: https://github.com/apache/incubator-doris/pull/8923#discussion_r84788 ## gensrc/thrift/AgentService.thrift: ## @@ -84,6 +84,12 @@ struct TStorageParam { 3: optional TS3StorageParam s3_storage_param } +enum TCompressionType

[GitHub] [incubator-doris] yangzhg commented on a diff in pull request #8923: [Feature] Support compression prop

2022-04-11 Thread GitBox
yangzhg commented on code in PR #8923: URL: https://github.com/apache/incubator-doris/pull/8923#discussion_r847878329 ## be/src/olap/tablet_meta.cpp: ## @@ -89,7 +90,21 @@ TabletMeta::TabletMeta(int64_t table_id, int64_t partition_id, int64_t tablet_id LOG(WARNING) <<

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8916: [Refactor][doc] add data model and index doc

2022-04-11 Thread GitBox
github-actions[bot] commented on PR #8916: URL: https://github.com/apache/incubator-doris/pull/8916#issuecomment-1095828305 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 #8916: [Refactor][doc] add data model and index doc

2022-04-11 Thread GitBox
github-actions[bot] commented on PR #8916: URL: https://github.com/apache/incubator-doris/pull/8916#issuecomment-1095828263 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] yangzhg commented on a diff in pull request #8924: [Refactor][Doc]add cluster admin help

2022-04-11 Thread GitBox
yangzhg commented on code in PR #8924: URL: https://github.com/apache/incubator-doris/pull/8924#discussion_r847877235 ## new-docs/en/sql-manual/sql-reference-v2/Cluster-Management-Statements/ALTER-SYSTEM-ADD-BACKEND.md: ## @@ -26,10 +26,45 @@ under the License. ## ALTER-SYSTE

[GitHub] [incubator-doris] yangzhg commented on a diff in pull request #8958: [refactor] Unify all unit tests into one binary file

2022-04-11 Thread GitBox
yangzhg commented on code in PR #8958: URL: https://github.com/apache/incubator-doris/pull/8958#discussion_r847874533 ## be/src/geo/geo_functions.cpp: ## @@ -236,7 +236,8 @@ void GeoFunctions::st_contains_prepare(doris_udf::FunctionContext* ctx, if (str->is_null) {

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8951: [Refactor][doc] add doc for auth management and conf

2022-04-11 Thread GitBox
github-actions[bot] commented on PR #8951: URL: https://github.com/apache/incubator-doris/pull/8951#issuecomment-1095808470 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 #8951: [Refactor][doc] add doc for auth management and conf

2022-04-11 Thread GitBox
github-actions[bot] commented on PR #8951: URL: https://github.com/apache/incubator-doris/pull/8951#issuecomment-1095808412 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] yangzhg commented on a diff in pull request #8958: [refactor] Unify all unit tests into one binary file

2022-04-11 Thread GitBox
yangzhg commented on code in PR #8958: URL: https://github.com/apache/incubator-doris/pull/8958#discussion_r847863370 ## be/test/CMakeLists.txt: ## @@ -0,0 +1,389 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the

[GitHub] [incubator-doris] yangzhg commented on a diff in pull request #8958: [refactor] Unify all unit tests into one binary file

2022-04-11 Thread GitBox
yangzhg commented on code in PR #8958: URL: https://github.com/apache/incubator-doris/pull/8958#discussion_r847863370 ## be/test/CMakeLists.txt: ## @@ -0,0 +1,389 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the

[incubator-doris] branch master updated: [docs] update alter table doc (#8915)

2022-04-11 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 f992247779 [docs] update alter table

[GitHub] [incubator-doris] yiguolei merged pull request #8915: [docs] update alter table doc

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

[incubator-doris] branch master updated: DML help doc (#8953)

2022-04-11 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 7494a4cbdf DML help doc (#8953) 7494a

[GitHub] [incubator-doris] yiguolei merged pull request #8953: [Refactor][Doc]DML help doc(INSERT,UPDATE,DELETE,OUTFILE)

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

[incubator-doris] branch master updated: [docs]correct spelling of the word 'LABEL' #3265 (#8956)

2022-04-11 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 81495b0ff1 [docs]correct spelling of

[GitHub] [incubator-doris] yiguolei merged pull request #8956: [docs]correct spelling of the word 'LABEL' #3265

2022-04-11 Thread GitBox
yiguolei merged PR #8956: URL: https://github.com/apache/incubator-doris/pull/8956 -- 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] yiguolei closed issue #3265: Doris docment description error for version 0.11 English and Chinese

2022-04-11 Thread GitBox
yiguolei closed issue #3265: Doris docment description error for version 0.11 English and Chinese URL: https://github.com/apache/incubator-doris/issues/3265 -- 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

[incubator-doris] branch master updated: Utility-Statements SQL Help (#8952)

2022-04-11 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 667eac9b7d Utility-Statements SQL Hel

[GitHub] [incubator-doris] yiguolei merged pull request #8952: [Refactor][Doc]Utility-Statements SQL Help

2022-04-11 Thread GitBox
yiguolei merged PR #8952: URL: https://github.com/apache/incubator-doris/pull/8952 -- 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] zbtzbtzbt commented on a diff in pull request #8947: [feature](statistics) Statistics derivation.Step 1:ScanNode implement…

2022-04-11 Thread GitBox
zbtzbtzbt commented on code in PR #8947: URL: https://github.com/apache/incubator-doris/pull/8947#discussion_r847418638 ## fe/fe-core/src/main/java/org/apache/doris/planner/OlapScanNode.java: ## @@ -131,6 +131,7 @@ public class OlapScanNode extends ScanNode { private int se

[GitHub] [incubator-doris] zbtzbtzbt commented on pull request #8958: [refactor] Unify all unit tests into one binary file

2022-04-11 Thread GitBox
zbtzbtzbt commented on PR #8958: URL: https://github.com/apache/incubator-doris/pull/8958#issuecomment-1095149930 cool! -- 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 u

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8808: [feature](cold-hot) support s3 resource

2022-04-11 Thread GitBox
github-actions[bot] commented on PR #8808: URL: https://github.com/apache/incubator-doris/pull/8808#issuecomment-1095148819 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] morningman commented on a diff in pull request #8958: [refactor] Unify all unit tests into one binary file

2022-04-11 Thread GitBox
morningman commented on code in PR #8958: URL: https://github.com/apache/incubator-doris/pull/8958#discussion_r847387912 ## be/src/geo/geo_functions.cpp: ## @@ -236,7 +236,8 @@ void GeoFunctions::st_contains_prepare(doris_udf::FunctionContext* ctx, if (str->is_null

[GitHub] [incubator-doris] fwshrimp opened a new issue, #8959: [Bug] Hive UDF bitmap function and/or/xor return wrong result

2022-04-11 Thread GitBox
fwshrimp opened a new issue, #8959: URL: https://github.com/apache/incubator-doris/issues/8959 ### 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 Maste

[GitHub] [incubator-doris] qidaye commented on a diff in pull request #8808: [feature](cold-hot) support s3 resource

2022-04-11 Thread GitBox
qidaye commented on code in PR #8808: URL: https://github.com/apache/incubator-doris/pull/8808#discussion_r846551943 ## fe/fe-core/src/main/java/org/apache/doris/catalog/OdbcCatalogResource.java: ## @@ -93,6 +93,29 @@ private void checkProperties(String propertiesKey) throws Dd

[GitHub] [incubator-doris] xinyiZzz commented on issue #8928: [Bug] No matching function with signature: hex(hll)

2022-04-11 Thread GitBox
xinyiZzz commented on issue #8928: URL: https://github.com/apache/incubator-doris/issues/8928#issuecomment-1094899784 thanks for answer @jackwener @cambyzju @HappenLee -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [incubator-doris] xinyiZzz closed issue #8928: [Bug] No matching function with signature: hex(hll)

2022-04-11 Thread GitBox
xinyiZzz closed issue #8928: [Bug] No matching function with signature: hex(hll) URL: https://github.com/apache/incubator-doris/issues/8928 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specifi

[GitHub] [incubator-doris] yangzhg opened a new pull request, #8958: [refactor] Unify all unit tests into one binary file

2022-04-11 Thread GitBox
yangzhg opened a new pull request, #8958: URL: https://github.com/apache/incubator-doris/pull/8958 # Proposed changes 1. solved the previous delayed unit test file size is too large (1.7G+) and the unit test link time is too long problem problems 2. Unify all unit tests into on

[GitHub] [incubator-doris] 924060929 commented on a diff in pull request #8930: [Enhancement][Regression-Test] enhancement for regression-test framework

2022-04-11 Thread GitBox
924060929 commented on code in PR #8930: URL: https://github.com/apache/incubator-doris/pull/8930#discussion_r847164901 ## regression-test/framework/src/main/groovy/org/apache/doris/regression/util/JdbcUtils.groovy: ## @@ -18,37 +18,40 @@ package org.apache.doris.regression.uti

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8956: [docs]correct spelling of the word 'LABEL' #3265

2022-04-11 Thread GitBox
github-actions[bot] commented on PR #8956: URL: https://github.com/apache/incubator-doris/pull/8956#issuecomment-1094822327 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 #8956: [docs]correct spelling of the word 'LABEL' #3265

2022-04-11 Thread GitBox
github-actions[bot] commented on PR #8956: URL: https://github.com/apache/incubator-doris/pull/8956#issuecomment-1094822285 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] smallhibiscus opened a new pull request, #8957: [Refactor][doc] Modify the documentation of alter, backup and restore in DDL

2022-04-11 Thread GitBox
smallhibiscus opened a new pull request, #8957: URL: https://github.com/apache/incubator-doris/pull/8957 # Proposed changes Issue Number: close #xxx ## Problem Summary: Modify the en and zh-CN documentation of alter, backup and restore in DDL. ## Checklist(Required

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8953: [Refactor][Doc]DML help doc(INSERT,UPDATE,DELETE,OUTFILE)

2022-04-11 Thread GitBox
github-actions[bot] commented on PR #8953: URL: https://github.com/apache/incubator-doris/pull/8953#issuecomment-1094817937 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 #8953: [Refactor][Doc]DML help doc(INSERT,UPDATE,DELETE,OUTFILE)

2022-04-11 Thread GitBox
github-actions[bot] commented on PR #8953: URL: https://github.com/apache/incubator-doris/pull/8953#issuecomment-1094817884 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] JNSimba commented on a diff in pull request #8951: [Refactor][doc] add doc for auth management and conf

2022-04-11 Thread GitBox
JNSimba commented on code in PR #8951: URL: https://github.com/apache/incubator-doris/pull/8951#discussion_r847130537 ## new-docs/zh-CN/advanced/broker.md: ## @@ -24,4 +24,205 @@ specific language governing permissions and limitations under the License. --> -# Broker \ No ne

[GitHub] [incubator-doris] JNSimba commented on a diff in pull request #8951: [Refactor][doc] add doc for auth management and conf

2022-04-11 Thread GitBox
JNSimba commented on code in PR #8951: URL: https://github.com/apache/incubator-doris/pull/8951#discussion_r847130139 ## new-docs/zh-CN/admin-manual/user-privilege.md: ## @@ -24,4 +24,192 @@ specific language governing permissions and limitations under the License. --> -# 权限

[GitHub] [incubator-doris] jaingmengmeng opened a new pull request, #8956: [docs]correct spelling of the word 'LABEL' #3265

2022-04-11 Thread GitBox
jaingmengmeng opened a new pull request, #8956: URL: https://github.com/apache/incubator-doris/pull/8956 # Proposed changes Issue Number: close #3265 ## Problem Summary: Doris document description error for version 0.11 English and Chinese ## Checklist(Required)

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8955: [improvement]Disable mini load

2022-04-11 Thread GitBox
github-actions[bot] commented on PR #8955: URL: https://github.com/apache/incubator-doris/pull/8955#issuecomment-1094738190 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 #8955: [improvement]Disable mini load

2022-04-11 Thread GitBox
github-actions[bot] commented on PR #8955: URL: https://github.com/apache/incubator-doris/pull/8955#issuecomment-1094738116 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] hf200012 opened a new pull request, #8955: [improvement]Disable mini load

2022-04-11 Thread GitBox
hf200012 opened a new pull request, #8955: URL: https://github.com/apache/incubator-doris/pull/8955 # 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] morrySnow opened a new pull request, #8954: [enhancement] take all previous broadcast join consumption into account when choose join algorithm

2022-04-11 Thread GitBox
morrySnow opened a new pull request, #8954: URL: https://github.com/apache/incubator-doris/pull/8954 # Proposed changes According to discussion in the issue #8695 https://github.com/apache/incubator-doris/pull/8695#discussion_r838442611 We need to take all broadcast cost in one f

[GitHub] [incubator-doris] Henry2SS commented on a diff in pull request #8919: [Feature] (sql digest) support sql digest

2022-04-11 Thread GitBox
Henry2SS commented on code in PR #8919: URL: https://github.com/apache/incubator-doris/pull/8919#discussion_r847072683 ## fe/fe-core/src/main/java/org/apache/doris/analysis/Expr.java: ## @@ -871,12 +871,20 @@ public String toSql() { return (printSqlInParens) ? "(" + toS

[GitHub] [incubator-doris] hf200012 commented on a diff in pull request #8951: [Refactor][doc] add doc for auth management and conf

2022-04-11 Thread GitBox
hf200012 commented on code in PR #8951: URL: https://github.com/apache/incubator-doris/pull/8951#discussion_r847061446 ## new-docs/zh-CN/advanced/broker.md: ## @@ -24,4 +24,205 @@ specific language governing permissions and limitations under the License. --> -# Broker \ No n

[incubator-doris-manager] branch master updated: [Fix] Fix the disk occupancy display error and initialize error (#40)

2022-04-11 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 533b267 [Fix] Fix the di

[GitHub] [incubator-doris-manager] hf200012 merged pull request #40: [Fix] Fix the disk occupancy display error and initialize error

2022-04-11 Thread GitBox
hf200012 merged PR #40: URL: https://github.com/apache/incubator-doris-manager/pull/40 -- 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] littleeleventhwolf commented on a diff in pull request #8906: [feat](sql) support star except modifier

2022-04-11 Thread GitBox
littleeleventhwolf commented on code in PR #8906: URL: https://github.com/apache/incubator-doris/pull/8906#discussion_r847033485 ## fe/fe-core/src/main/cup/sql_parser.cup: ## @@ -4007,6 +4015,12 @@ select_sublist ::= list.addItem(SelectListItem.createStarItem(null));

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8952: [Refactor][Doc]Utility-Statements SQL Help

2022-04-11 Thread GitBox
github-actions[bot] commented on PR #8952: URL: https://github.com/apache/incubator-doris/pull/8952#issuecomment-1094658793 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 #8952: [Refactor][Doc]Utility-Statements SQL Help

2022-04-11 Thread GitBox
github-actions[bot] commented on PR #8952: URL: https://github.com/apache/incubator-doris/pull/8952#issuecomment-1094658836 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] littleeleventhwolf commented on a diff in pull request #8906: [feat](sql) support star except modifier

2022-04-11 Thread GitBox
littleeleventhwolf commented on code in PR #8906: URL: https://github.com/apache/incubator-doris/pull/8906#discussion_r847029355 ## fe/fe-core/src/main/cup/sql_parser.cup: ## @@ -544,6 +544,7 @@ precedence left KW_LIKE, KW_REGEXP; precedence left EQUAL, LESSTHAN, GREATERTHAN;

[GitHub] [incubator-doris] EmmyMiao87 commented on a diff in pull request #8906: [feat](sql) support star except modifier

2022-04-11 Thread GitBox
EmmyMiao87 commented on code in PR #8906: URL: https://github.com/apache/incubator-doris/pull/8906#discussion_r846036375 ## fe/fe-core/src/main/cup/sql_parser.cup: ## @@ -544,6 +544,7 @@ precedence left KW_LIKE, KW_REGEXP; precedence left EQUAL, LESSTHAN, GREATERTHAN; preceden

[GitHub] [incubator-doris] hf200012 opened a new pull request, #8953: [Refactor][Doc]DML help doc(INSERT,UPDATE,DELETE,OUTFILE)

2022-04-11 Thread GitBox
hf200012 opened a new pull request, #8953: URL: https://github.com/apache/incubator-doris/pull/8953 DML help doc # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8925: [fix][mem tracker] Fix MemTracker null pointer in vectorized

2022-04-11 Thread GitBox
github-actions[bot] commented on PR #8925: URL: https://github.com/apache/incubator-doris/pull/8925#issuecomment-1094637346 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 #8925: [fix][mem tracker] Fix MemTracker null pointer in vectorized

2022-04-11 Thread GitBox
github-actions[bot] commented on PR #8925: URL: https://github.com/apache/incubator-doris/pull/8925#issuecomment-1094637302 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 #8949: [feature-wip](array-type) permute impl for column array

2022-04-11 Thread GitBox
github-actions[bot] commented on PR #8949: URL: https://github.com/apache/incubator-doris/pull/8949#issuecomment-1094633075 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 #8949: [feature-wip](array-type) permute impl for column array

2022-04-11 Thread GitBox
github-actions[bot] commented on PR #8949: URL: https://github.com/apache/incubator-doris/pull/8949#issuecomment-1094633112 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] yiguolei commented on a diff in pull request #8855: [Refactor] Change ALL OLAPStatus to Status

2022-04-11 Thread GitBox
yiguolei commented on code in PR #8855: URL: https://github.com/apache/incubator-doris/pull/8855#discussion_r847008717 ## be/src/agent/agent_server.cpp: ## @@ -208,17 +208,14 @@ void AgentServer::submit_tasks(TAgentResult& agent_result, void AgentServer::make_snapshot(TAgentR