[GitHub] [incubator-doris] jackwener commented on pull request #8980: [fix](rewrite) The where condition cannot be pushed down because ther…

2022-04-14 Thread GitBox
jackwener commented on PR #8980: URL: https://github.com/apache/incubator-doris/pull/8980#issuecomment-1098786831 I think the `infer` just occurs when predicate can pushdown. BTW, I think this point should be included in unit test. -- This is an automated message from the Apache Gi

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9013: [Enhancement] [Storage Vectorize] optimize BitmapRangeIterator.next_range()

2022-04-14 Thread GitBox
github-actions[bot] commented on PR #9013: URL: https://github.com/apache/incubator-doris/pull/9013#issuecomment-1098794699 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 #9013: [Enhancement] [Storage Vectorize] optimize BitmapRangeIterator.next_range()

2022-04-14 Thread GitBox
github-actions[bot] commented on PR #9013: URL: https://github.com/apache/incubator-doris/pull/9013#issuecomment-1098794728 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] qidaye commented on pull request #9018: [feature](optimizer): rewrite expr self compare

2022-04-14 Thread GitBox
qidaye commented on PR #9018: URL: https://github.com/apache/incubator-doris/pull/9018#issuecomment-1098797473 This will change the behavior of `null <=>, =, >=, <= null`. When a column `c1` is `null`, `c1<=>c1` can return null result set. -- This is an automated message from the Apache

[GitHub] [incubator-doris] jackwener commented on a diff in pull request #8980: [fix](rewrite) The where condition cannot be pushed down because ther…

2022-04-14 Thread GitBox
jackwener commented on code in PR #8980: URL: https://github.com/apache/incubator-doris/pull/8980#discussion_r850163962 ## fe/fe-core/src/test/java/org/apache/doris/rewrite/InferFiltersRuleTest.java: ## @@ -299,4 +299,25 @@ public void testWhereBetweenPredicate() throws Exceptio

[GitHub] [incubator-doris] jackwener commented on pull request #9018: [feature](optimizer): rewrite expr self compare

2022-04-14 Thread GitBox
jackwener commented on PR #9018: URL: https://github.com/apache/incubator-doris/pull/9018#issuecomment-1098801785 > This will change the behavior of `null <=>, =, >=, <= null`. When a column `c1` is `null`, `c1<=>c1` can return null result set. Thanks! It should be: * =, >=

[GitHub] [incubator-doris] qidaye commented on pull request #9018: [feature](optimizer): rewrite expr self compare

2022-04-14 Thread GitBox
qidaye commented on PR #9018: URL: https://github.com/apache/incubator-doris/pull/9018#issuecomment-1098804751 > =, >= , <= to is not null; This still changes the behavior of `null =/>=/<= null`, these output should be `null`, not `0`. -- This is an automated message from the Apach

[GitHub] [incubator-doris] jackwener commented on pull request #9018: [feature](optimizer): rewrite expr self compare

2022-04-14 Thread GitBox
jackwener commented on PR #9018: URL: https://github.com/apache/incubator-doris/pull/9018#issuecomment-1098809018 > > =, >= , <= to is not null; > > This still changes the behavior of `null =/>=/<= null`, these output should be `null`, not `0`. ` =, >=, <= ` implicitly include

[GitHub] [incubator-doris] jackwener commented on pull request #9018: [feature](optimizer): rewrite expr self compare

2022-04-14 Thread GitBox
jackwener commented on PR #9018: URL: https://github.com/apache/incubator-doris/pull/9018#issuecomment-1098810120 > It's working when the expr is a slotRef. 😂 I forget check `slotRef`. Thanks . -- This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [incubator-doris] morrySnow commented on a diff in pull request #9018: [feature](optimizer): rewrite expr self compare

2022-04-14 Thread GitBox
morrySnow commented on code in PR #9018: URL: https://github.com/apache/incubator-doris/pull/9018#discussion_r850172078 ## fe/fe-core/src/test/java/org/apache/doris/rewrite/RewriteSelfCmpRuleTest.java: ## @@ -0,0 +1,79 @@ + +// Licensed to the Apache Software Foundation (ASF) un

[GitHub] [incubator-doris] pengxiangyu opened a new issue, #9024: [Bug] result of show create function has an error

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

[GitHub] [incubator-doris] pengxiangyu opened a new pull request, #9025: fix bug for show function

2022-04-14 Thread GitBox
pengxiangyu opened a new pull request, #9025: URL: https://github.com/apache/incubator-doris/pull/9025 # Proposed changes Issue Number: #9024 ## Problem Summary: show full function result has an error: INIT_FN and UPDATE_FN is wrong ## Checklist(Required)

[GitHub] [incubator-doris] morrySnow commented on pull request #9018: [feature](optimizer): rewrite expr self compare

2022-04-14 Thread GitBox
morrySnow commented on PR #9018: URL: https://github.com/apache/incubator-doris/pull/9018#issuecomment-1098820319 > This still changes the behavior of `null =/>=/<= null`, these output should be `null`, not `0`. so we only need to rewrite condition expression. Expression in select lis

[GitHub] [incubator-doris] morrySnow commented on a diff in pull request #9018: [feature](optimizer): rewrite expr self compare

2022-04-14 Thread GitBox
morrySnow commented on code in PR #9018: URL: https://github.com/apache/incubator-doris/pull/9018#discussion_r850188707 ## fe/fe-core/src/test/java/org/apache/doris/rewrite/RewriteSelfCmpRuleTest.java: ## @@ -0,0 +1,80 @@ +// Licensed to the Apache Software Foundation (ASF) unde

[GitHub] [incubator-doris] chenlinzhong opened a new issue, #9026: [Bug] Usage is inconsistent with document description

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

[GitHub] [incubator-doris] morningman opened a new pull request, #9027: [fix](ut)(compile) Fix BE compile bug and FE unit test

2022-04-14 Thread GitBox
morningman opened a new pull request, #9027: URL: https://github.com/apache/incubator-doris/pull/9027 # Proposed changes Issue Number: close #xxx ## Problem Summary: 1. The compile bug is introduced from #8855 2. FE ut bug is introduced from #8848 ## Checklist(R

[GitHub] [incubator-doris] jackwener commented on a diff in pull request #9018: [feature](optimizer): rewrite expr self compare

2022-04-14 Thread GitBox
jackwener commented on code in PR #9018: URL: https://github.com/apache/incubator-doris/pull/9018#discussion_r850217892 ## fe/fe-core/src/test/java/org/apache/doris/rewrite/RewriteSelfCmpRuleTest.java: ## @@ -0,0 +1,80 @@ +// Licensed to the Apache Software Foundation (ASF) unde

[GitHub] [incubator-doris] jackwener commented on a diff in pull request #9018: [feature](optimizer): rewrite expr self compare

2022-04-14 Thread GitBox
jackwener commented on code in PR #9018: URL: https://github.com/apache/incubator-doris/pull/9018#discussion_r850217892 ## fe/fe-core/src/test/java/org/apache/doris/rewrite/RewriteSelfCmpRuleTest.java: ## @@ -0,0 +1,80 @@ +// Licensed to the Apache Software Foundation (ASF) unde

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9027: [fix](ut)(compile) Fix BE compile bug and FE unit test

2022-04-14 Thread GitBox
github-actions[bot] commented on PR #9027: URL: https://github.com/apache/incubator-doris/pull/9027#issuecomment-1098865140 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 #9027: [fix](ut)(compile) Fix BE compile bug and FE unit test

2022-04-14 Thread GitBox
github-actions[bot] commented on PR #9027: URL: https://github.com/apache/incubator-doris/pull/9027#issuecomment-1098865190 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] jackwener commented on pull request #9018: [feature](optimizer): rewrite expr self compare

2022-04-14 Thread GitBox
jackwener commented on PR #9018: URL: https://github.com/apache/incubator-doris/pull/9018#issuecomment-1098868255 just like in above comment https://github.com/apache/incubator-doris/pull/9018#discussion_r850217892. For comparison operator, semantics is different in `select expr` and

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

2022-04-14 Thread GitBox
Henry2SS commented on code in PR #8919: URL: https://github.com/apache/incubator-doris/pull/8919#discussion_r850234649 ## fe/fe-core/src/main/java/org/apache/doris/analysis/AnalyticExpr.java: ## @@ -831,6 +831,36 @@ public String toSqlImpl() { return sb.toString();

[GitHub] [incubator-doris] HappenLee opened a new pull request, #9028: [Bug] Fix some node in vectorized not have `V` title

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

[GitHub] [incubator-doris] JNSimba opened a new pull request, #9029: [Refactor][Doc] Added doc for the operation and maintenance monitoring section

2022-04-14 Thread GitBox
JNSimba opened a new pull request, #9029: URL: https://github.com/apache/incubator-doris/pull/9029 # Proposed changes Issue Number: close #xxx ## Problem Summary: Added doc for the operation and maintenance monitoring section ## Checklist(Required) 1. Does i

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9028: [Bug] Fix some node in vectorized not have `V` title

2022-04-14 Thread GitBox
github-actions[bot] commented on PR #9028: URL: https://github.com/apache/incubator-doris/pull/9028#issuecomment-1098910292 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 #9028: [Bug] Fix some node in vectorized not have `V` title

2022-04-14 Thread GitBox
github-actions[bot] commented on PR #9028: URL: https://github.com/apache/incubator-doris/pull/9028#issuecomment-1098910344 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] ChPi commented on a diff in pull request #8921: [Bug] fix backup timeout on a table without partition

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

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

2022-04-14 Thread GitBox
jackwener commented on code in PR #8987: URL: https://github.com/apache/incubator-doris/pull/8987#discussion_r850260760 ## fe/checkstyle.xml: ## @@ -1,33 +1,420 @@ - -http://www.puppycrawl.com/dtds/configuration_1_3.dtd";> + + + - - - + + + +

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9025: fix bug for show function

2022-04-14 Thread GitBox
github-actions[bot] commented on PR #9025: URL: https://github.com/apache/incubator-doris/pull/9025#issuecomment-1098928478 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 #9025: fix bug for show function

2022-04-14 Thread GitBox
github-actions[bot] commented on PR #9025: URL: https://github.com/apache/incubator-doris/pull/9025#issuecomment-1098928533 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] qidaye commented on a diff in pull request #8987: [community](*): polish config about project

2022-04-14 Thread GitBox
qidaye commented on code in PR #8987: URL: https://github.com/apache/incubator-doris/pull/8987#discussion_r850265918 ## fe/checkstyle.xml: ## @@ -1,33 +1,420 @@ - -http://www.puppycrawl.com/dtds/configuration_1_3.dtd";> + + + - - - + + + +

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9021: [Bug] Fix ehco command not found

2022-04-14 Thread GitBox
github-actions[bot] commented on PR #9021: URL: https://github.com/apache/incubator-doris/pull/9021#issuecomment-1098932957 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 pull request #8923: [Feature] Support compression prop

2022-04-14 Thread GitBox
yangzhg commented on PR #8923: URL: https://github.com/apache/incubator-doris/pull/8923#issuecomment-1098934453 > It's the right way to solve this issue ? I think that a good idea -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

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

2022-04-14 Thread GitBox
yangzhg commented on code in PR #8923: URL: https://github.com/apache/incubator-doris/pull/8923#discussion_r850268897 ## gensrc/thrift/AgentService.thrift: ## @@ -105,6 +115,7 @@ struct TCreateTabletReq { 13: optional TStorageFormat storage_format 14: optional TTabletT

[GitHub] [incubator-doris] morningman merged pull request #9027: [fix](ut)(compile) Fix BE compile bug and FE unit test

2022-04-14 Thread GitBox
morningman merged PR #9027: URL: https://github.com/apache/incubator-doris/pull/9027 -- 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 (9ac6d23a44 -> 579aee110a)

2022-04-14 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 9ac6d23a44 [Feature]support stddev/variance agg functions to window function (#8962) add 579aee110a

[GitHub] [incubator-doris] zhengshiJ commented on a diff in pull request #8947: [feature](statistics) Statistics derivation.Step 1:ScanNode implement…

2022-04-14 Thread GitBox
zhengshiJ commented on code in PR #8947: URL: https://github.com/apache/incubator-doris/pull/8947#discussion_r850275530 ## 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] EmmyMiao87 commented on a diff in pull request #8858: [feature-wip](statistics) step1: create the statistics job

2022-04-14 Thread GitBox
EmmyMiao87 commented on code in PR #8858: URL: https://github.com/apache/incubator-doris/pull/8858#discussion_r850200516 ## fe/fe-core/src/main/java/org/apache/doris/analysis/AnalyzeStmt.java: ## @@ -17,19 +17,181 @@ package org.apache.doris.analysis; +import org.apache.dor

[GitHub] [incubator-doris-spark-connector] Kikyou1997 closed issue #18: [Bug] Deserialization failed in the RestService::getSchema method

2022-04-14 Thread GitBox
Kikyou1997 closed issue #18: [Bug] Deserialization failed in the RestService::getSchema method URL: https://github.com/apache/incubator-doris-spark-connector/issues/18 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

[GitHub] [incubator-doris] zhengshiJ commented on a diff in pull request #8947: [feature](statistics) Statistics derivation.Step 1:ScanNode implement…

2022-04-14 Thread GitBox
zhengshiJ commented on code in PR #8947: URL: https://github.com/apache/incubator-doris/pull/8947#discussion_r850301553 ## fe/fe-core/src/main/java/org/apache/doris/statistics/StatsDeriveResult.java: ## @@ -0,0 +1,73 @@ +// Licensed to the Apache Software Foundation (ASF) under

[GitHub] [incubator-doris] zhengshiJ commented on a diff in pull request #8947: [feature](statistics) Statistics derivation.Step 1:ScanNode implement…

2022-04-14 Thread GitBox
zhengshiJ commented on code in PR #8947: URL: https://github.com/apache/incubator-doris/pull/8947#discussion_r850304379 ## fe/fe-core/src/main/java/org/apache/doris/statistics/StatsDeriveResult.java: ## @@ -0,0 +1,73 @@ +// Licensed to the Apache Software Foundation (ASF) under

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

2022-04-14 Thread GitBox
yangzhg commented on code in PR #8923: URL: https://github.com/apache/incubator-doris/pull/8923#discussion_r850314406 ## be/src/olap/tablet_schema.h: ## @@ -169,6 +172,7 @@ class TabletSchema { size_t _num_short_key_columns = 0; size_t _num_rows_per_row_block = 0;

[GitHub] [incubator-doris] smallhibiscus opened a new pull request, #9030: [Refactor][doc] Modify create and drop docs in DDL module.

2022-04-14 Thread GitBox
smallhibiscus opened a new pull request, #9030: URL: https://github.com/apache/incubator-doris/pull/9030 # Proposed changes Issue Number: close #xxx ## Problem Summary: Modify create and drop docs in DDL module. ## Checklist(Required) 1. Does it affect the o

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9030: [Refactor][doc] Modify create and drop docs in DDL module.

2022-04-14 Thread GitBox
github-actions[bot] commented on PR #9030: URL: https://github.com/apache/incubator-doris/pull/9030#issuecomment-1099055589 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 #9030: [Refactor][doc] Modify create and drop docs in DDL module.

2022-04-14 Thread GitBox
github-actions[bot] commented on PR #9030: URL: https://github.com/apache/incubator-doris/pull/9030#issuecomment-1099055615 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 #9029: [Refactor][Doc] Added doc for the operation and maintenance monitoring section

2022-04-14 Thread GitBox
github-actions[bot] commented on PR #9029: URL: https://github.com/apache/incubator-doris/pull/9029#issuecomment-1099057938 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 #9029: [Refactor][Doc] Added doc for the operation and maintenance monitoring section

2022-04-14 Thread GitBox
github-actions[bot] commented on PR #9029: URL: https://github.com/apache/incubator-doris/pull/9029#issuecomment-1099057915 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] luwei16 opened a new pull request, #9031: [Bug] Fix bug of wrong argument of drop_tablet function

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

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

2022-04-14 Thread GitBox
zhangstar333 commented on code in PR #8877: URL: https://github.com/apache/incubator-doris/pull/8877#discussion_r850358555 ## be/src/vec/aggregate_functions/aggregate_function_window.h: ## @@ -363,6 +363,47 @@ struct WindowFunctionLastData : Data { static const char* name()

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

2022-04-14 Thread GitBox
zhangstar333 commented on code in PR #8877: URL: https://github.com/apache/incubator-doris/pull/8877#discussion_r850359554 ## be/src/vec/aggregate_functions/aggregate_function_window.h: ## @@ -363,6 +363,47 @@ struct WindowFunctionLastData : Data { static const char* name()

[GitHub] [incubator-doris] liutang123 opened a new issue, #9032: [Bug] Compaction leads to schema change error

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

[GitHub] [incubator-doris] wangbo commented on issue #9032: [Bug] Compaction leads to schema change error

2022-04-14 Thread GitBox
wangbo commented on issue #9032: URL: https://github.com/apache/incubator-doris/issues/9032#issuecomment-1099185918 Brother Jia 🐂🍺, YYDS -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the spec

[GitHub] [incubator-doris] morningman opened a new issue, #9033: [Bug] window function `lag` return invalid data

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

[incubator-doris] 07/07: [fix](load) fix bug of infinite loop in orc scanner (#9007)

2022-04-14 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 20dd0201f8e1b2b22eb76c95d176c17fe7d5c120 Author: Mingyu Chen AuthorDate: Thu Apr 14 11:46:48 2022 +0800

[incubator-doris] 03/07: [improvement]Disable mini load (#8955)

2022-04-14 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 141341bdb76d7235932eaab2ea21228ffc7c04ed Author: jiafeng.zhang AuthorDate: Tue Apr 12 16:01:03 2022 +080

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

2022-04-14 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 4ba2fdb96e [fix](error-code) replace invalid format specifier (#8940) new cccf6b5f84 [improvement

[incubator-doris] 01/07: [improvement] Use System.currentTimeMillis() to get the current millisecond (#8828)

2022-04-14 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 cccf6b5f84581d5d783ce8f8ebf20c66467e49ec Author: leo65535 AuthorDate: Thu Apr 14 10:03:37 2022 +0800

[incubator-doris] 02/07: [fix](load) start transaction before we need it (#8819) (#8908)

2022-04-14 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 2fc7fead9344620dd9510b8155992a62e3f3de8b Author: zhengshengjun <74281684+zhengsheng...@users.noreply.gith

[incubator-doris] 06/07: [fix] fix NPE when initialize GlobalState (#8990)

2022-04-14 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 bb82a06833fb743d1d53e2b5585d6e8a0bbd68b5 Author: Mingyu Chen AuthorDate: Thu Apr 14 11:44:41 2022 +0800

[incubator-doris] 05/07: [fix](load) wait _send_batch_thread_pool_token rather than shutdown. (#8970)

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

[incubator-doris] 04/07: [Vectorizd] Let VAssertRowNumNode handle return value of child->get_next (#8969)

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

[GitHub] [incubator-doris] qzsee opened a new issue, #9034: [Bug] The is null predicate in the where statement cannot be pushed down to the storage layer

2022-04-14 Thread GitBox
qzsee opened a new issue, #9034: URL: https://github.com/apache/incubator-doris/issues/9034 ### 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] [incubator-doris] qzsee opened a new pull request, #9035: [Bug] fix is-null predicate in the where statement cannot be pushed down storage engine

2022-04-14 Thread GitBox
qzsee opened a new pull request, #9035: URL: https://github.com/apache/incubator-doris/pull/9035 … the storage layer # Proposed changes Issue Number: close #9034 ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it

[GitHub] [incubator-doris] EmmyMiao87 commented on a diff in pull request #8859: [feature-wip](statistics) step2: schedule the statistics job and generate executable tasks

2022-04-14 Thread GitBox
EmmyMiao87 commented on code in PR #8859: URL: https://github.com/apache/incubator-doris/pull/8859#discussion_r850339377 ## fe/fe-core/src/main/java/org/apache/doris/statistics/StatisticsJobScheduler.java: ## @@ -33,31 +49,224 @@ Switch job state from pending to scheduling. *

[GitHub] [incubator-doris-flink-connector] hf200012 merged pull request #26: [Bug] Fix row type decimal convert bug

2022-04-14 Thread GitBox
hf200012 merged PR #26: URL: https://github.com/apache/incubator-doris-flink-connector/pull/26 -- 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-u

[GitHub] [incubator-doris-flink-connector] hf200012 closed issue #25: [Bug] Row type decimal convert bug

2022-04-14 Thread GitBox
hf200012 closed issue #25: [Bug] Row type decimal convert bug URL: https://github.com/apache/incubator-doris-flink-connector/issues/25 -- 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-flink-connector] branch master updated: [Bug] Fix row type decimal convert bug (#26)

2022-04-14 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-flink-connector.git The following commit(s) were added to refs/heads/master by this push: new 19e24c7 [Bug] F

[GitHub] [incubator-doris-flink-connector] hf200012 merged pull request #27: [Bug-1.13] Fix row type decimal convert bug

2022-04-14 Thread GitBox
hf200012 merged PR #27: URL: https://github.com/apache/incubator-doris-flink-connector/pull/27 -- 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-u

[incubator-doris-flink-connector] branch branch-for-flink-before-1.13 updated: [Bug-1.13] Fix row type decimal convert bug (#27)

2022-04-14 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch branch-for-flink-before-1.13 in repository https://gitbox.apache.org/repos/asf/incubator-doris-flink-connector.git The following commit(s) were added to refs/heads/branch-for-flink-before-

[GitHub] [incubator-doris] HappenLee merged pull request #9028: [Bug] Fix some node in vectorized not have `V` title

2022-04-14 Thread GitBox
HappenLee merged PR #9028: URL: https://github.com/apache/incubator-doris/pull/9028 -- 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: [Bug] Fix some node in vectorized not have `V` title (#9028)

2022-04-14 Thread lihaopeng
This is an automated email from the ASF dual-hosted git repository. lihaopeng 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 0fa917703e [Bug] Fix some node in ve

[GitHub] [incubator-doris] yiguolei merged pull request #9001: [bug-fix] fix two coredump of vec-stream-load

2022-04-14 Thread GitBox
yiguolei merged PR #9001: URL: https://github.com/apache/incubator-doris/pull/9001 -- 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 stream-load-vec updated: [Fix bug] fix replace table vec-stream-load coredump (#9001)

2022-04-14 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch stream-load-vec in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/stream-load-vec by this push: new 4d4bb906f1 [Fix bug

[GitHub] [incubator-doris] HappenLee closed issue #8729: [Enhancement] enhancement for regression-test framework

2022-04-14 Thread GitBox
HappenLee closed issue #8729: [Enhancement] enhancement for regression-test framework URL: https://github.com/apache/incubator-doris/issues/8729 -- 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 s

[incubator-doris] branch master updated (0fa917703e -> 90cf8ddf25)

2022-04-14 Thread lihaopeng
This is an automated email from the ASF dual-hosted git repository. lihaopeng pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git from 0fa917703e [Bug] Fix some node in vectorized not have `V` title (#9028) add 90cf8ddf25 [Enhancement][

[GitHub] [incubator-doris] HappenLee merged pull request #8930: [Enhancement][Regression-Test] enhancement for regression-test framework

2022-04-14 Thread GitBox
HappenLee merged PR #8930: URL: https://github.com/apache/incubator-doris/pull/8930 -- 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] yiguolei merged pull request #9013: [Enhancement] [Storage Vectorize] optimize BitmapRangeIterator.next_range()

2022-04-14 Thread GitBox
yiguolei merged PR #9013: URL: https://github.com/apache/incubator-doris/pull/9013 -- 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 #9012: [Enhancement] [Storage Vectorize] optimize BitmapRangeIterator.next_range()

2022-04-14 Thread GitBox
yiguolei closed issue #9012: [Enhancement] [Storage Vectorize] optimize BitmapRangeIterator.next_range() URL: https://github.com/apache/incubator-doris/issues/9012 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[incubator-doris] branch master updated: [Enhancement] [Storage Vectorize] optimize BitmapRangeIterator.next_range() (#9013)

2022-04-14 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 f7a5ff4f1d [Enhancement] [Storage Vec

[GitHub] [incubator-doris] EmmyMiao87 commented on a diff in pull request #8859: [feature-wip](statistics) step2: schedule the statistics job and generate executable tasks

2022-04-14 Thread GitBox
EmmyMiao87 commented on code in PR #8859: URL: https://github.com/apache/incubator-doris/pull/8859#discussion_r851042639 ## fe/fe-core/src/main/java/org/apache/doris/statistics/StatisticsJobScheduler.java: ## @@ -33,31 +49,224 @@ Switch job state from pending to scheduling. *

[GitHub] [incubator-doris] zhengshiJ commented on a diff in pull request #8947: [feature](statistics) Statistics derivation.Step 1:ScanNode implement…

2022-04-14 Thread GitBox
zhengshiJ commented on code in PR #8947: URL: https://github.com/apache/incubator-doris/pull/8947#discussion_r851047917 ## fe/fe-core/src/main/java/org/apache/doris/statistics/BaseStatsDerive.java: ## @@ -0,0 +1,122 @@ +// Licensed to the Apache Software Foundation (ASF) under o

[GitHub] [incubator-doris] zhengshiJ commented on a diff in pull request #8947: [feature](statistics) Statistics derivation.Step 1:ScanNode implement…

2022-04-14 Thread GitBox
zhengshiJ commented on code in PR #8947: URL: https://github.com/apache/incubator-doris/pull/8947#discussion_r851051527 ## fe/fe-core/src/main/java/org/apache/doris/planner/PlanNode.java: ## @@ -170,12 +174,41 @@ protected PlanNode(PlanNodeId id, PlanNode node, String planNodeN

[GitHub] [incubator-doris] zhengshiJ commented on a diff in pull request #8947: [feature](statistics) Statistics derivation.Step 1:ScanNode implement…

2022-04-14 Thread GitBox
zhengshiJ commented on code in PR #8947: URL: https://github.com/apache/incubator-doris/pull/8947#discussion_r851051675 ## fe/fe-core/src/main/java/org/apache/doris/statistics/StatsRecursiveDerive.java: ## @@ -0,0 +1,57 @@ +// Licensed to the Apache Software Foundation (ASF) und

[GitHub] [incubator-doris] zhengshiJ commented on a diff in pull request #8947: [feature](statistics) Statistics derivation.Step 1:ScanNode implement…

2022-04-14 Thread GitBox
zhengshiJ commented on code in PR #8947: URL: https://github.com/apache/incubator-doris/pull/8947#discussion_r851051760 ## fe/fe-core/src/main/java/org/apache/doris/statistics/StatsDeriveResult.java: ## @@ -0,0 +1,73 @@ +// Licensed to the Apache Software Foundation (ASF) under

[GitHub] [incubator-doris] hf200012 opened a new pull request, #9036: [Refactor][doc]Add show proc,show trash

2022-04-14 Thread GitBox
hf200012 opened a new pull request, #9036: URL: https://github.com/apache/incubator-doris/pull/9036 Add show proc,show trash # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Do

[GitHub] [incubator-doris] yangzhg opened a new pull request, #9037: [feature] add `SHOW TABLET STORAGE FORMAT` stmt

2022-04-14 Thread GitBox
yangzhg opened a new pull request, #9037: URL: https://github.com/apache/incubator-doris/pull/9037 # Proposed changes this is a part of #8984 1. add `SHOW TABLET STORAGE FORMAT` stmt use this stmt to show tablets storage format in be, if verbose is set, will s

[GitHub] [incubator-doris] ruyliu opened a new pull request, #9038: [fix][doc]fix max_send_batch_parallelism_per_job default value

2022-04-14 Thread GitBox
ruyliu opened a new pull request, #9038: URL: https://github.com/apache/incubator-doris/pull/9038 # Proposed changes Issue Number: close #xxx ## Problem Summary: The default value of the configuration item max_send_batch_parallelism_per_job in the documentation is differ

[GitHub] [incubator-doris] morrySnow commented on a diff in pull request #8910: [feature](optimizer) : convert out join to inner join

2022-04-14 Thread GitBox
morrySnow commented on code in PR #8910: URL: https://github.com/apache/incubator-doris/pull/8910#discussion_r851054253 ## fe/fe-core/src/main/java/org/apache/doris/analysis/SelectStmt.java: ## @@ -613,6 +617,102 @@ private void whereClauseRewrite() { } } +pr

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8996: [fix] fix p0 test failed because of char type cannot convert to datetime

2022-04-14 Thread GitBox
github-actions[bot] commented on PR #8996: URL: https://github.com/apache/incubator-doris/pull/8996#issuecomment-1099871230 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 #8996: [fix] fix p0 test failed because of char type cannot convert to datetime

2022-04-14 Thread GitBox
github-actions[bot] commented on PR #8996: URL: https://github.com/apache/incubator-doris/pull/8996#issuecomment-1099871243 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 #9002: [fix] change parameter type of hll_cardinality from STRING to HLL

2022-04-14 Thread GitBox
github-actions[bot] commented on PR #9002: URL: https://github.com/apache/incubator-doris/pull/9002#issuecomment-1099871891 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 #9002: [fix] change parameter type of hll_cardinality from STRING to HLL

2022-04-14 Thread GitBox
github-actions[bot] commented on PR #9002: URL: https://github.com/apache/incubator-doris/pull/9002#issuecomment-1099871909 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] jackwener commented on pull request #8987: [community](*): polish config about project

2022-04-14 Thread GitBox
jackwener commented on PR #8987: URL: https://github.com/apache/incubator-doris/pull/8987#issuecomment-1099872111 @morningman-cmy @EmmyMiao87 PTAL. Now it don't influence current behavior because I remove the change of `checkstyle.xml` in this PR. -- This is an automated message f

[GitHub] [incubator-doris] yiguolei merged pull request #9021: [Bug] Fix ehco command not found

2022-04-14 Thread GitBox
yiguolei merged PR #9021: URL: https://github.com/apache/incubator-doris/pull/9021 -- 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 (f7a5ff4f1d -> 419ec3b96c)

2022-04-14 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git from f7a5ff4f1d [Enhancement] [Storage Vectorize] optimize BitmapRangeIterator.next_range() (#9013) add 41

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9031: [Bug] Fix bug of wrong argument of drop_tablet function

2022-04-14 Thread GitBox
github-actions[bot] commented on PR #9031: URL: https://github.com/apache/incubator-doris/pull/9031#issuecomment-1099872287 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 #9031: [Bug] Fix bug of wrong argument of drop_tablet function

2022-04-14 Thread GitBox
github-actions[bot] commented on PR #9031: URL: https://github.com/apache/incubator-doris/pull/9031#issuecomment-1099872301 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 merged pull request #9017: [Feature][regression-test]CSV import and export support header (#8487)

2022-04-14 Thread GitBox
yiguolei merged PR #9017: URL: https://github.com/apache/incubator-doris/pull/9017 -- 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 (419ec3b96c -> ca4f4d199e)

2022-04-14 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git from 419ec3b96c [Fix Bug] Fix ehco command not found (#9021) add ca4f4d199e [Feature][regression-test]CSV i

[GitHub] [incubator-doris] dependabot[bot] opened a new pull request, #9039: Bump hadoop-common from 2.8.0 to 3.2.3 in /regression-test/framework

2022-04-14 Thread GitBox
dependabot[bot] opened a new pull request, #9039: URL: https://github.com/apache/incubator-doris/pull/9039 Bumps hadoop-common from 2.8.0 to 3.2.3. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.hado

  1   2   >