[GitHub] [incubator-doris] jackwener commented on pull request #9686: push predicate to subquery

2022-05-25 Thread GitBox
jackwener commented on PR #9686: URL: https://github.com/apache/incubator-doris/pull/9686#issuecomment-1136861370 There are some checkstyle problems. I think use `idea-checkstyle` to check style problem will be better. -- This is an automated message from the Apache Git Service. To

[GitHub] [incubator-doris] jackwener opened a new pull request, #9767: [enhancement](style): polish the `checkstyle`

2022-05-25 Thread GitBox
jackwener opened a new pull request, #9767: URL: https://github.com/apache/incubator-doris/pull/9767 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. - cancel the auto-align in Javadoc ```java @ param1

[GitHub] [incubator-doris] englefly opened a new issue, #9768: [Feature] window function: "min() over()" does not support preceding and following in range expression

2022-05-25 Thread GitBox
englefly opened a new issue, #9768: URL: https://github.com/apache/incubator-doris/issues/9768 ### 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] englefly opened a new issue, #9769: [Feature] window function rank() does not work with Windowing clause

2022-05-25 Thread GitBox
englefly opened a new issue, #9769: URL: https://github.com/apache/incubator-doris/issues/9769 ### 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 s

[GitHub] [incubator-doris] nextdreamblue commented on pull request #9694: [Bug] Fix create table like when having hidden columns

2022-05-25 Thread GitBox
nextdreamblue commented on PR #9694: URL: https://github.com/apache/incubator-doris/pull/9694#issuecomment-1136942643 @stalary the checkstyle problem, done -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [incubator-doris] jackwener commented on a diff in pull request #8862: [feature-wip](statistics) step5: show statistics job information

2022-05-25 Thread GitBox
jackwener commented on code in PR #8862: URL: https://github.com/apache/incubator-doris/pull/8862#discussion_r881366908 ## fe/fe-core/src/main/java/org/apache/doris/analysis/ShowAnalyzeStmt.java: ## @@ -0,0 +1,354 @@ +// Licensed to the Apache Software Foundation (ASF) under one

[GitHub] [incubator-doris] yangzhg opened a new pull request, #9770: [fix] disabel transfer data large than 2GB

2022-05-25 Thread GitBox
yangzhg opened a new pull request, #9770: URL: https://github.com/apache/incubator-doris/pull/9770 # Proposed changes because of brpc and protobuf cannot transfer data large than 2GB, if large than 2GB will overflow, so add a check before send ## Problem Summary: Des

[GitHub] [incubator-doris] HappenLee merged pull request #9688: [fix] group by with two NULL rows after left join

2022-05-25 Thread GitBox
HappenLee merged PR #9688: URL: https://github.com/apache/incubator-doris/pull/9688 -- 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] HappenLee closed issue #9544: [Bug] After left join, there are two rows of the same key after group by

2022-05-25 Thread GitBox
HappenLee closed issue #9544: [Bug] After left join, there are two rows of the same key after group by URL: https://github.com/apache/incubator-doris/issues/9544 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[incubator-doris] branch master updated: [fix] group by with two NULL rows after left join (#9688)

2022-05-25 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 2725127421 [fix] group by with two N

[GitHub] [incubator-doris] HappenLee merged pull request #9700: [doc] Add manual for Array data type and functions

2022-05-25 Thread GitBox
HappenLee merged PR #9700: URL: https://github.com/apache/incubator-doris/pull/9700 -- 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: [doc] Add manual for Array data type and functions (#9700)

2022-05-25 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 2ad691edf7 [doc] Add manual for Arra

[GitHub] [incubator-doris] jacktengg opened a new pull request, #9771: [improvement] Show detail status code string for BE http api

2022-05-25 Thread GitBox
jacktengg opened a new pull request, #9771: URL: https://github.com/apache/incubator-doris/pull/9771 # Proposed changes Issue Number: close #xxx ## Problem Summary: Failure message for BE http api does not show detail status code: ``` "status": "Fail", "m

[GitHub] [incubator-doris] Gabriel39 opened a new pull request, #9773: [BUG] fix correctness for vectorized compaction

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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9770: [fix] disabel transfer data large than 2GB

2022-05-25 Thread GitBox
github-actions[bot] commented on PR #9770: URL: https://github.com/apache/incubator-doris/pull/9770#issuecomment-1136976048 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] HappenLee opened a new pull request, #9772: [Opt][VecLoad] Opt the vec stream load performance

2022-05-25 Thread GitBox
HappenLee opened a new pull request, #9772: URL: https://github.com/apache/incubator-doris/pull/9772 # Proposed changes Issue Number: close #xxx ## Problem Summary: Reduce unless virtual function call and switch case to improve load performance of stream load. ###

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9770: [fix] disabel transfer data large than 2GB

2022-05-25 Thread GitBox
github-actions[bot] commented on PR #9770: URL: https://github.com/apache/incubator-doris/pull/9770#issuecomment-1136975953 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 #9663: [Enhancement]Add prefetch in join node

2022-05-25 Thread GitBox
yiguolei commented on code in PR #9663: URL: https://github.com/apache/incubator-doris/pull/9663#discussion_r881422957 ## be/src/vec/exec/join/vhash_join_node.cpp: ## @@ -77,18 +81,44 @@ struct ProcessHashTableBuild { inserted_rows.reserve(_batch_size); }

[GitHub] [incubator-doris] yiguolei commented on a diff in pull request #9663: [Enhancement]Add prefetch in join node

2022-05-25 Thread GitBox
yiguolei commented on code in PR #9663: URL: https://github.com/apache/incubator-doris/pull/9663#discussion_r881422957 ## be/src/vec/exec/join/vhash_join_node.cpp: ## @@ -77,18 +81,44 @@ struct ProcessHashTableBuild { inserted_rows.reserve(_batch_size); }

[GitHub] [incubator-doris] yiguolei commented on a diff in pull request #9663: [Enhancement]Add prefetch in join node

2022-05-25 Thread GitBox
yiguolei commented on code in PR #9663: URL: https://github.com/apache/incubator-doris/pull/9663#discussion_r881422957 ## be/src/vec/exec/join/vhash_join_node.cpp: ## @@ -77,18 +81,44 @@ struct ProcessHashTableBuild { inserted_rows.reserve(_batch_size); }

[GitHub] [incubator-doris] Gabriel39 opened a new pull request, #9774: [Improvement] remove unused code in vectorized compaction

2022-05-25 Thread GitBox
Gabriel39 opened a new pull request, #9774: URL: https://github.com/apache/incubator-doris/pull/9774 # 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] xiepengcheng01 commented on a diff in pull request #9772: [Opt][VecLoad] Opt the vec stream load performance

2022-05-25 Thread GitBox
xiepengcheng01 commented on code in PR #9772: URL: https://github.com/apache/incubator-doris/pull/9772#discussion_r881432756 ## be/src/vec/exec/vbroker_scanner.cpp: ## @@ -20,11 +20,11 @@ #include #include -#include #include "exec/exec_node.h" #include "exec/plain_tex

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9763: [security] update canal version to fix fastjson security issue

2022-05-25 Thread GitBox
github-actions[bot] commented on PR #9763: URL: https://github.com/apache/incubator-doris/pull/9763#issuecomment-1137055444 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 #9763: [security] update canal version to fix fastjson security issue

2022-05-25 Thread GitBox
github-actions[bot] commented on PR #9763: URL: https://github.com/apache/incubator-doris/pull/9763#issuecomment-1137055487 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 merged pull request #9763: [security] update canal version to fix fastjson security issue

2022-05-25 Thread GitBox
yangzhg merged PR #9763: URL: https://github.com/apache/incubator-doris/pull/9763 -- 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...@do

[incubator-doris] branch master updated: [security] update canal version to fix fastjson security issue (#9763)

2022-05-25 Thread yangzhg
This is an automated email from the ASF dual-hosted git repository. yangzhg 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 be026addde [security] update canal ver

[GitHub] [incubator-doris] jackwener opened a new issue, #9775: [Enhancement] Remove the redundant `this.`

2022-05-25 Thread GitBox
jackwener opened a new issue, #9775: URL: https://github.com/apache/incubator-doris/issues/9775 ### 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] stalary commented on pull request #9694: [Bug] Fix create table like when having hidden columns

2022-05-25 Thread GitBox
stalary commented on PR #9694: URL: https://github.com/apache/incubator-doris/pull/9694#issuecomment-1137075942 LGTM @yiguolei -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific commen

[GitHub] [incubator-doris] yangzhg merged pull request #9770: [fix] disabel transfer data large than 2GB

2022-05-25 Thread GitBox
yangzhg merged PR #9770: URL: https://github.com/apache/incubator-doris/pull/9770 -- 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...@do

[incubator-doris] branch master updated: [fix] disable transfer data large than 2GB by brpc (#9770)

2022-05-25 Thread yangzhg
This is an automated email from the ASF dual-hosted git repository. yangzhg 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 f5bef328fe [fix] disable transfer data

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9774: [Improvement] remove unused code in vectorized compaction

2022-05-25 Thread GitBox
github-actions[bot] commented on PR #9774: URL: https://github.com/apache/incubator-doris/pull/9774#issuecomment-1137086006 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] LOVEGISER opened a new pull request, #9776: website document update

2022-05-25 Thread GitBox
LOVEGISER opened a new pull request, #9776: URL: https://github.com/apache/incubator-doris/pull/9776 # Proposed changes website document update ## Checklist(Required) 1. Does it affect the original behavior: (No) 2. Has unit tests been added: (No Need) 3. Has document

[GitHub] [incubator-doris] pengxiangyu opened a new issue, #9777: [Feature] Add cancel export operation

2022-05-25 Thread GitBox
pengxiangyu opened a new issue, #9777: URL: https://github.com/apache/incubator-doris/issues/9777 ### 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 #9773: [BUG] fix correctness for vectorized compaction

2022-05-25 Thread GitBox
github-actions[bot] commented on PR #9773: URL: https://github.com/apache/incubator-doris/pull/9773#issuecomment-1137119322 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 #9743: [Improvement] fix typo

2022-05-25 Thread GitBox
yiguolei merged PR #9743: URL: https://github.com/apache/incubator-doris/pull/9743 -- 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: [Improvement] fix typo (#9743)

2022-05-25 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 8470543144 [Improvement] fix typo (#9

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

2022-05-25 Thread GitBox
Gabriel39 commented on code in PR #9582: URL: https://github.com/apache/incubator-doris/pull/9582#discussion_r881540625 ## be/src/vec/functions/function_binary_arithmetic.h: ## @@ -449,6 +469,18 @@ struct DecimalBinaryOperation { private: /// there's implicit type converti

[GitHub] [incubator-doris] stalary opened a new pull request, #9778: [Bug] sql block rule npe

2022-05-25 Thread GitBox
stalary opened a new pull request, #9778: URL: https://github.com/apache/incubator-doris/pull/9778 # Proposed changes Issue Number: close https://github.com/apache/incubator-doris/issues/9749 ## Problem Summary: Describe the overview of changes. ## Checklist(Requir

[GitHub] [incubator-doris] yiguolei commented on a diff in pull request #9771: [improvement] Show detail status code string for BE http api

2022-05-25 Thread GitBox
yiguolei commented on code in PR #9771: URL: https://github.com/apache/incubator-doris/pull/9771#discussion_r881545905 ## be/src/util/json_util.cpp: ## @@ -32,11 +32,7 @@ std::string to_json(const Status& status) { writer.StartObject(); // status writer.Key("statu

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

2022-05-25 Thread GitBox
liaoxin01 commented on code in PR #9582: URL: https://github.com/apache/incubator-doris/pull/9582#discussion_r881554793 ## be/src/vec/functions/function_binary_arithmetic.h: ## @@ -449,6 +469,18 @@ struct DecimalBinaryOperation { private: /// there's implicit type converti

[GitHub] [incubator-doris] pengxiangyu opened a new pull request, #9779: Add backend_rpc_timeout_second in AdminConfig

2022-05-25 Thread GitBox
pengxiangyu opened a new pull request, #9779: URL: https://github.com/apache/incubator-doris/pull/9779 # Proposed changes Issue Number: close #xxx ## Problem Summary: Add backend_rpc_timeout_second in AdminConfig ## Checklist(Required) 1. Does it affect the

[GitHub] [incubator-doris] xxiao2018 commented on pull request #8730: [Enhancement] enhancement for regression-test framework

2022-05-25 Thread GitBox
xxiao2018 commented on PR #8730: URL: https://github.com/apache/incubator-doris/pull/8730#issuecomment-1137199570 fix in #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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9753: [doc]Add Doris join optimization documentation

2022-05-25 Thread GitBox
github-actions[bot] commented on PR #9753: URL: https://github.com/apache/incubator-doris/pull/9753#issuecomment-1137213800 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 #9753: [doc]Add Doris join optimization documentation

2022-05-25 Thread GitBox
github-actions[bot] commented on PR #9753: URL: https://github.com/apache/incubator-doris/pull/9753#issuecomment-1137213841 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 #9761: [fix](help) fix bug of help command

2022-05-25 Thread GitBox
github-actions[bot] commented on PR #9761: URL: https://github.com/apache/incubator-doris/pull/9761#issuecomment-1137217678 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 #9761: [fix](help) fix bug of help command

2022-05-25 Thread GitBox
github-actions[bot] commented on PR #9761: URL: https://github.com/apache/incubator-doris/pull/9761#issuecomment-1137217599 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-doris] HappenLee merged pull request #9459: [stream-load-vec]: memtable flush only if necessary after aggregated

2022-05-25 Thread GitBox
HappenLee merged PR #9459: URL: https://github.com/apache/incubator-doris/pull/9459 -- 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] HappenLee closed issue #8656: [Enhancement] [Vectorized] optimize pre-agg in stream load memtable

2022-05-25 Thread GitBox
HappenLee closed issue #8656: [Enhancement] [Vectorized] optimize pre-agg in stream load memtable URL: https://github.com/apache/incubator-doris/issues/8656 -- 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: [stream-load-vec]: memtable flush only if necessary after aggregated (#9459)

2022-05-25 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 73e31a2179 [stream-load-vec]: memtab

[GitHub] [incubator-doris] stalary opened a new issue, #9780: [Feature] Support Col Policy

2022-05-25 Thread GitBox
stalary opened a new issue, #9780: URL: https://github.com/apache/incubator-doris/issues/9780 ### 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 Su

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9776: [optimiz] website document update

2022-05-25 Thread GitBox
github-actions[bot] commented on PR #9776: URL: https://github.com/apache/incubator-doris/pull/9776#issuecomment-1137277358 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 #9776: [optimiz] website document update

2022-05-25 Thread GitBox
github-actions[bot] commented on PR #9776: URL: https://github.com/apache/incubator-doris/pull/9776#issuecomment-1137277475 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 commented on a diff in pull request #9779: Add backend_rpc_timeout_second in AdminConfig

2022-05-25 Thread GitBox
morningman commented on code in PR #9779: URL: https://github.com/apache/incubator-doris/pull/9779#discussion_r881765585 ## fe/fe-core/src/main/java/org/apache/doris/common/Config.java: ## @@ -1651,4 +1651,8 @@ public class Config extends ConfigBase { @ConfField publ

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9728: [Bug] If function adds type inference

2022-05-25 Thread GitBox
github-actions[bot] commented on PR #9728: URL: https://github.com/apache/incubator-doris/pull/9728#issuecomment-1137433042 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 issue #9713: [Bug] doris-flink 连接器不能正常运行

2022-05-25 Thread GitBox
JNSimba commented on issue #9713: URL: https://github.com/apache/incubator-doris/issues/9713#issuecomment-1137435681 Does doris-flink-1.0-SNAPSHOT.jar also depend on flink1.13? Then confirm whether the scala versions on both sides are the same? Also, you can use the jar package of the fl

[GitHub] [incubator-doris] morningman closed issue #9465: [feature-wip][array-type] Support more sub types.

2022-05-25 Thread GitBox
morningman closed issue #9465: [feature-wip][array-type] Support more sub types. URL: https://github.com/apache/incubator-doris/issues/9465 -- 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] morningman merged pull request #9466: [feature-wip][array-type] Support more sub types.

2022-05-25 Thread GitBox
morningman merged PR #9466: URL: https://github.com/apache/incubator-doris/pull/9466 -- 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-wip][array-type] Support more sub types. (#9466)

2022-05-25 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 2a11a4ab99 [feature-wip][array-type

[GitHub] [incubator-doris] morningman merged pull request #9492: [fix](resource-tag) Consider resource tags when assigning tasks for broker & routine load

2022-05-25 Thread GitBox
morningman merged PR #9492: URL: https://github.com/apache/incubator-doris/pull/9492 -- 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](resource-tag) Consider resource tags when assigning tasks for broker & routine load (#9492)

2022-05-25 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 0c70359404 [fix](resource-tag) Cons

[GitHub] [incubator-doris] morningman commented on pull request #9708: [refactor][be] Optimize headers

2022-05-25 Thread GitBox
morningman commented on PR #9708: URL: https://github.com/apache/incubator-doris/pull/9708#issuecomment-1138019571 Hi @adonis0147 please rebase to solve the conflict -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [incubator-doris] morningman merged pull request #9761: [fix](help) fix bug of help command

2022-05-25 Thread GitBox
morningman merged PR #9761: URL: https://github.com/apache/incubator-doris/pull/9761 -- 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](help) fix bug of help command (#9761)

2022-05-25 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 32a210f426 [fix](help) fix bug of h

[GitHub] [incubator-doris] hf200012 commented on issue #9594: [Bug] PAUSE SYNC JOB 卡死

2022-05-25 Thread GitBox
hf200012 commented on issue #9594: URL: https://github.com/apache/incubator-doris/issues/9594#issuecomment-1138036514 Judging from your prompt information, it is the connection between your client and the server that is disconnected. You don't need to restart fe, just reconnect it. I made

[GitHub] [incubator-doris] mrhhsg opened a new issue, #9781: [Enhancement] Need to ignore generated files in tools by updating .gitignore

2022-05-25 Thread GitBox
mrhhsg opened a new issue, #9781: URL: https://github.com/apache/incubator-doris/issues/9781 ### 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 Som

[GitHub] [incubator-doris] mrhhsg opened a new pull request, #9782: Update .gitignore to ignore generated files in tools

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

[GitHub] [incubator-doris] yangzhg commented on a diff in pull request #9753: [doc]Add Doris join optimization documentation

2022-05-25 Thread GitBox
yangzhg commented on code in PR #9753: URL: https://github.com/apache/incubator-doris/pull/9753#discussion_r882257343 ## docs/zh-CN/advanced/join-optimization/doris-join-optimization.md: ## @@ -0,0 +1,226 @@ +--- +{ +"title": "Doris Join 优化原理", +"language": "zh-CN" +} +

[GitHub] [incubator-doris] yangzhg commented on a diff in pull request #9753: [doc]Add Doris join optimization documentation

2022-05-25 Thread GitBox
yangzhg commented on code in PR #9753: URL: https://github.com/apache/incubator-doris/pull/9753#discussion_r882257444 ## docs/zh-CN/advanced/join-optimization/doris-join-optimization.md: ## @@ -0,0 +1,226 @@ +--- +{ +"title": "Doris Join 优化原理", +"language": "zh-CN" +} +

[GitHub] [incubator-doris] yangzhg commented on a diff in pull request #9753: [doc]Add Doris join optimization documentation

2022-05-25 Thread GitBox
yangzhg commented on code in PR #9753: URL: https://github.com/apache/incubator-doris/pull/9753#discussion_r882258297 ## docs/zh-CN/advanced/join-optimization/doris-join-optimization.md: ## @@ -0,0 +1,226 @@ +--- +{ +"title": "Doris Join 优化原理", +"language": "zh-CN" +} +

[GitHub] [incubator-doris] carlvinhust2012 commented on a diff in pull request #9778: [Bug] sql block rule npe

2022-05-25 Thread GitBox
carlvinhust2012 commented on code in PR #9778: URL: https://github.com/apache/incubator-doris/pull/9778#discussion_r882261551 ## regression-test/suites/sql_block_rule/test_sql_block_rule.groovy: ## @@ -0,0 +1,55 @@ +// Licensed to the Apache Software Foundation (ASF) under one +

[GitHub] [incubator-doris] carlvinhust2012 commented on a diff in pull request #9778: [Bug] sql block rule npe

2022-05-25 Thread GitBox
carlvinhust2012 commented on code in PR #9778: URL: https://github.com/apache/incubator-doris/pull/9778#discussion_r882262763 ## fe/fe-core/src/main/java/org/apache/doris/blockrule/SqlBlockRule.java: ## @@ -33,12 +34,13 @@ import java.util.List; import java.util.regex.Pattern;

[GitHub] [incubator-doris] morrySnow opened a new pull request, #9783: [enhancement] (community) update IntelliJ IDEA style file

2022-05-25 Thread GitBox
morrySnow opened a new pull request, #9783: URL: https://github.com/apache/incubator-doris/pull/9783 # Proposed changes update three warp rules to adapt check style. ## Problem Summary: current IntelliJ IDEA style file could not move TERNARY_OPERATION_SIGNS, PLACE_ASSIGN

[GitHub] [incubator-doris] stalary commented on a diff in pull request #9778: [Bug] sql block rule npe

2022-05-25 Thread GitBox
stalary commented on code in PR #9778: URL: https://github.com/apache/incubator-doris/pull/9778#discussion_r882263977 ## fe/fe-core/src/main/java/org/apache/doris/blockrule/SqlBlockRule.java: ## @@ -33,12 +34,13 @@ import java.util.List; import java.util.regex.Pattern; +/**

[GitHub] [incubator-doris] stalary commented on a diff in pull request #9778: [Bug] sql block rule npe

2022-05-25 Thread GitBox
stalary commented on code in PR #9778: URL: https://github.com/apache/incubator-doris/pull/9778#discussion_r882264423 ## regression-test/suites/sql_block_rule/test_sql_block_rule.groovy: ## @@ -0,0 +1,55 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or mo

[GitHub] [incubator-doris] adonis0147 opened a new issue, #9784: [Enhancement][doc] Add a note about the version of checkstyle

2022-05-25 Thread GitBox
adonis0147 opened a new issue, #9784: URL: https://github.com/apache/incubator-doris/issues/9784 ### 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] adonis0147 opened a new pull request, #9785: [doc] Add a note about the version of checkstyle

2022-05-25 Thread GitBox
adonis0147 opened a new pull request, #9785: URL: https://github.com/apache/incubator-doris/pull/9785 # Proposed changes Issue Number: close #9784 ## Problem Summary: Please refer to #9784 ## Checklist(Required) 1. Does it affect the original behavior: No

[GitHub] [incubator-doris] adonis0147 commented on pull request #9785: [doc] Add a note about the version of checkstyle

2022-05-25 Thread GitBox
adonis0147 commented on PR #9785: URL: https://github.com/apache/incubator-doris/pull/9785#issuecomment-1138123079 CC @morrySnow -- 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 comm

[GitHub] [incubator-doris] morningman commented on a diff in pull request #9764: [style] (fe) wrap and whitespace rules

2022-05-25 Thread GitBox
morningman commented on code in PR #9764: URL: https://github.com/apache/incubator-doris/pull/9764#discussion_r882264236 ## fe/fe-core/src/main/java/org/apache/doris/analysis/BinaryPredicate.java: ## @@ -134,11 +134,21 @@ public Operator converse() { } }

[GitHub] [incubator-doris] pengxiangyu opened a new pull request, #9786: Change policy

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

[GitHub] [incubator-doris] adonis0147 commented on pull request #9708: [refactor][be] Optimize headers

2022-05-25 Thread GitBox
adonis0147 commented on PR #9708: URL: https://github.com/apache/incubator-doris/pull/9708#issuecomment-1138142482 Hi @morningman , I have resolved all conflicts. PTAL -- 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] github-actions[bot] commented on pull request #9734: [Bug] [Vectorized] add padding when load char type data

2022-05-25 Thread GitBox
github-actions[bot] commented on PR #9734: URL: https://github.com/apache/incubator-doris/pull/9734#issuecomment-1138156724 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 #9734: [Bug] [Vectorized] add padding when load char type data

2022-05-25 Thread GitBox
github-actions[bot] commented on PR #9734: URL: https://github.com/apache/incubator-doris/pull/9734#issuecomment-1138156751 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] hf200012 closed pull request #9697: [fix]Documentation fixes

2022-05-25 Thread GitBox
hf200012 closed pull request #9697: [fix]Documentation fixes URL: https://github.com/apache/incubator-doris/pull/9697 -- 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 unsubsc

[GitHub] [incubator-doris] hf200012 opened a new pull request, #9787: [fix]Documentation fixes

2022-05-25 Thread GitBox
hf200012 opened a new pull request, #9787: URL: https://github.com/apache/incubator-doris/pull/9787 # 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] github-actions[bot] commented on pull request #9787: [fix]Documentation fixes

2022-05-25 Thread GitBox
github-actions[bot] commented on PR #9787: URL: https://github.com/apache/incubator-doris/pull/9787#issuecomment-1138169415 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 #9787: [fix]Documentation fixes

2022-05-25 Thread GitBox
github-actions[bot] commented on PR #9787: URL: https://github.com/apache/incubator-doris/pull/9787#issuecomment-1138169396 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] Vikasss7663 commented on issue #9775: [Enhancement] Remove the redundant `this.`

2022-05-25 Thread GitBox
Vikasss7663 commented on issue #9775: URL: https://github.com/apache/incubator-doris/issues/9775#issuecomment-1138177476 Hey @jackwener I am a beginner and never contributed to any open source. I want to work on this, can you help me with this issue. -- This is an automated message

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

2022-05-25 Thread GitBox
Gabriel39 commented on PR #9582: URL: https://github.com/apache/incubator-doris/pull/9582#issuecomment-1138183867 1. Add UTs in BE 2. rebase master to resolve conflicts -- 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 issue #9775: [Enhancement] Remove the redundant `this.`

2022-05-25 Thread GitBox
jackwener commented on issue #9775: URL: https://github.com/apache/incubator-doris/issues/9775#issuecomment-1138183981 > Hey @jackwener I am a beginner and never contributed to any open source. I want to work on this, can you help me with this issue. It's ok😀, let's me explain this i

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

2022-05-25 Thread GitBox
jackwener commented on issue #9775: URL: https://github.com/apache/incubator-doris/issues/9775#issuecomment-1138184514 You can find code in `fe/`. If there are redundant `this.`, you can remove them. -- This is an automated message from the Apache Git Service. To respond to the mes

[GitHub] [incubator-doris] stalary commented on pull request #9786: Change policy

2022-05-25 Thread GitBox
stalary commented on PR #9786: URL: https://github.com/apache/incubator-doris/pull/9786#issuecomment-1138189958 Can you submit an issue describing what you are going to do? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[GitHub] [incubator-doris] BiteTheDDDDt commented on issue #9596: [Bug] [Load-Vectorized] core dump on KeyCoder::encode_ascending

2022-05-25 Thread GitBox
BiteThet commented on issue #9596: URL: https://github.com/apache/incubator-doris/issues/9596#issuecomment-1138201343 fixed on https://github.com/apache/incubator-doris/pull/9734 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [incubator-doris] englefly opened a new issue, #9789: [Bug] variance calculate error

2022-05-25 Thread GitBox
englefly opened a new issue, #9789: URL: https://github.com/apache/incubator-doris/issues/9789 ### 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 Dev-1

[GitHub] [incubator-doris] hf200012 opened a new pull request, #9790: [doc][fix]Sync job doc

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