[GitHub] [doris] ByteYue opened a new pull request, #14228: [enhancement](thriftclient) remove client_map to optimize thrift client lock

2022-11-12 Thread GitBox
ByteYue opened a new pull request, #14228: URL: https://github.com/apache/doris/pull/14228 # Proposed changes Issue Number: close #xxx The former logic of client_cache would use two unordered_map, one for > while the other for . Lock should be acquired no matter accessing whichever

[GitHub] [doris] hello-stephen commented on pull request #14227: [feature](join) support nested loop semi/anti join

2022-11-12 Thread GitBox
hello-stephen commented on PR #14227: URL: https://github.com/apache/doris/pull/14227#issuecomment-1312652137 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 33.95 seconds load time: 469 seconds storage size: 17181558181 Bytes https://doris-co

[GitHub] [doris] Gabriel39 opened a new pull request, #14227: [feature](join) support nested loop semi/anti join

2022-11-12 Thread GitBox
Gabriel39 opened a new pull request, #14227: URL: https://github.com/apache/doris/pull/14227 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Y

[doris] branch master updated: update (#14215)

2022-11-12 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 72748c229a update (#14215) 72748c229a is des

[GitHub] [doris] dataroaring merged pull request #14215: [improvement](load) some simple optimization for reduce load memory policy

2022-11-12 Thread GitBox
dataroaring merged PR #14215: URL: https://github.com/apache/doris/pull/14215 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.

[doris] branch master updated (dd11d5c0a5 -> 33b50860c7)

2022-11-12 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from dd11d5c0a5 [enhancement](memory) Support try catch bad alloc (#14135) add 33b50860c7 [improvement](load) rele

[GitHub] [doris] dataroaring merged pull request #14218: [improvement](load) release load channel actively when error occurs

2022-11-12 Thread GitBox
dataroaring merged PR #14218: URL: https://github.com/apache/doris/pull/14218 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.

[doris] branch master updated: [enhancement](memory) Support try catch bad alloc (#14135)

2022-11-12 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new dd11d5c0a5 [enhancement](memory) Support try

[GitHub] [doris] dataroaring merged pull request #14135: [enhancement](memory) Support try catch bad alloc

2022-11-12 Thread GitBox
dataroaring merged PR #14135: URL: https://github.com/apache/doris/pull/14135 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.

[GitHub] [doris] dataroaring opened a new issue, #14224: [Bug] segment cache can not quit clean

2022-11-12 Thread GitBox
dataroaring opened a new issue, #14224: URL: https://github.com/apache/doris/issues/14224 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version master ### Wh

[GitHub] [doris] hello-stephen commented on pull request #14223: [hotfix](memtracker) Delete expired DCHECK `DCHECK(_limit != -1);`

2022-11-12 Thread GitBox
hello-stephen commented on PR #14223: URL: https://github.com/apache/doris/pull/14223#issuecomment-1312624689 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.34 seconds load time: 442 seconds storage size: 17179881217 Bytes https://doris-co

[GitHub] [doris] liaoxin01 commented on a diff in pull request #14218: [improvement](load) release load channel actively when error occurs

2022-11-12 Thread GitBox
liaoxin01 commented on code in PR #14218: URL: https://github.com/apache/doris/pull/14218#discussion_r1020831638 ## be/src/runtime/tablets_channel.cpp: ## @@ -219,7 +218,7 @@ Status TabletsChannel::reduce_mem_usage(TabletWriterAddResult* response) { if (_state == kFini

[GitHub] [doris] github-actions[bot] commented on pull request #14223: [hotfix][memtracker] Delete expired DCHECK `DCHECK(_limit != -1);`

2022-11-12 Thread GitBox
github-actions[bot] commented on PR #14223: URL: https://github.com/apache/doris/pull/14223#issuecomment-1312621878 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [doris] github-actions[bot] commented on pull request #14223: [hotfix][memtracker] Delete expired DCHECK `DCHECK(_limit != -1);`

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

[GitHub] [doris] github-actions[bot] commented on pull request #14135: [enhancement](memory) Support try catch bad alloc

2022-11-12 Thread GitBox
github-actions[bot] commented on PR #14135: URL: https://github.com/apache/doris/pull/14135#issuecomment-1312621502 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [doris] github-actions[bot] commented on pull request #14135: [enhancement](memory) Support try catch bad alloc

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

[GitHub] [doris] xinyiZzz opened a new pull request, #14223: [hotfix][memtracker] Delete expired DCHECK `DCHECK(_limit != -1);`

2022-11-12 Thread GitBox
xinyiZzz opened a new pull request, #14223: URL: https://github.com/apache/doris/pull/14223 # Proposed changes Issue Number: close #xxx ## Problem summary When the process exceeds the mem limit, the limit of the current mem tracker is not necessarily > -1 ## Check

[doris-website] branch asf-site updated: Automated deployment with doris branch @ 02ee3761c0e56123d649f010bb84f6453aba326f

2022-11-12 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/asf-site by this push: new 85253475f1e Automated deployment

[GitHub] [doris] kpfly commented on pull request #14219: 1112

2022-11-12 Thread GitBox
kpfly commented on PR #14219: URL: https://github.com/apache/doris/pull/14219#issuecomment-1312613523 What's the meaning of this pr's title? -- 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 sp

[GitHub] [doris] github-actions[bot] commented on pull request #14218: [improvement](load) release load channel actively when error occurs

2022-11-12 Thread GitBox
github-actions[bot] commented on PR #14218: URL: https://github.com/apache/doris/pull/14218#issuecomment-1312517281 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [doris] zhannngchen commented on a diff in pull request #14218: [improvement](load) release load channel actively when error occurs

2022-11-12 Thread GitBox
zhannngchen commented on code in PR #14218: URL: https://github.com/apache/doris/pull/14218#discussion_r1020777257 ## be/src/runtime/tablets_channel.cpp: ## @@ -219,7 +218,7 @@ Status TabletsChannel::reduce_mem_usage(TabletWriterAddResult* response) { if (_state == kFi

[GitHub] [doris] HappenLee commented on a diff in pull request #14178: [Feature](has_all) support has_all funtion

2022-11-12 Thread GitBox
HappenLee commented on code in PR #14178: URL: https://github.com/apache/doris/pull/14178#discussion_r1020773119 ## be/src/vec/functions/array/function_has_all.h: ## @@ -0,0 +1,231 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license

[GitHub] [doris] yixiutt closed pull request #14222: [draft](compaction) compaction opt rebase master

2022-11-12 Thread GitBox
yixiutt closed pull request #14222: [draft](compaction) compaction opt rebase master URL: https://github.com/apache/doris/pull/14222 -- 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

[doris] 01/03: (compaction) opt compaction task producer and quick compaction (#13495)

2022-11-12 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch compaction_opt in repository https://gitbox.apache.org/repos/asf/doris.git commit f7bcf8ba1f89c0ce3bdb6b5a80cf09ab5d784069 Author: yixiutt <102007456+yixi...@users.noreply.github.com> AuthorD

[doris] 03/03: (compaction) support ordered data compaction (#14054)

2022-11-12 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch compaction_opt in repository https://gitbox.apache.org/repos/asf/doris.git commit 468b08a8542aed718f90b0cccab46977801a074a Author: yixiutt <102007456+yixi...@users.noreply.github.com> AuthorD

[GitHub] [doris] yixiutt opened a new pull request, #14222: [draft](compaction) compaction opt rebase master

2022-11-12 Thread GitBox
yixiutt opened a new pull request, #14222: URL: https://github.com/apache/doris/pull/14222 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes

[GitHub] [doris] HappenLee commented on a diff in pull request #14209: [Vectorized](function) support avg_weighted/percentile_array/topn_wei…

2022-11-12 Thread GitBox
HappenLee commented on code in PR #14209: URL: https://github.com/apache/doris/pull/14209#discussion_r1020768086 ## be/src/vec/aggregate_functions/aggregate_function_topn.h: ## @@ -228,6 +230,34 @@ struct AggregateFunctionTopNImplArray { } }; +//for topn_weighted agg +te

[doris] branch master updated: [improvement](load) reduce memory in batch for small load channels (#14214)

2022-11-12 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 7682c08af0 [improvement](load) reduce memory

[GitHub] [doris] dataroaring merged pull request #14214: [improvement](load) reduce memory in batch for small load channels

2022-11-12 Thread GitBox
dataroaring merged PR #14214: URL: https://github.com/apache/doris/pull/14214 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.

[GitHub] [doris] dataroaring commented on pull request #14214: [improvement](load) reduce memory in batch for small load channels

2022-11-12 Thread GitBox
dataroaring commented on PR #14214: URL: https://github.com/apache/doris/pull/14214#issuecomment-1312488766 A problem that stopped the stress tests, so merge it quickly. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[doris] branch master updated (376b4fda9f -> beaf2fcaf6)

2022-11-12 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 376b4fda9f [fix](scankey) fix extended scan key errors. (#14200) add beaf2fcaf6 [feature](partition) support n

[GitHub] [doris] morningman merged pull request #13772: [feature](planner) add multi partition

2022-11-12 Thread GitBox
morningman merged PR #13772: URL: https://github.com/apache/doris/pull/13772 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.a

[GitHub] [doris] morningman closed issue #13123: [Feature] Batch create partitions (supports date and number types)

2022-11-12 Thread GitBox
morningman closed issue #13123: [Feature] Batch create partitions (supports date and number types) URL: https://github.com/apache/doris/issues/13123 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to t

[GitHub] [doris] morningman commented on a diff in pull request #13786: [feature-wip](MTMV)Add show statement for MTMV

2022-11-12 Thread GitBox
morningman commented on code in PR #13786: URL: https://github.com/apache/doris/pull/13786#discussion_r1020757418 ## fe/fe-core/src/main/java/org/apache/doris/common/Config.java: ## @@ -1796,7 +1796,10 @@ public class Config extends ConfigBase { public static int max_pendin

[doris] branch master updated (082028b2a2 -> 376b4fda9f)

2022-11-12 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 082028b2a2 [test](jdbc postgresql case)add jdbc test case for postgresql (#14162) add 376b4fda9f [fix](scank

[GitHub] [doris] morningman closed issue #14199: [Bug] query result error

2022-11-12 Thread GitBox
morningman closed issue #14199: [Bug] query result error URL: https://github.com/apache/doris/issues/14199 -- 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-mai

[GitHub] [doris] morningman merged pull request #14200: [fix](scankey) fix extended scan key errors.

2022-11-12 Thread GitBox
morningman merged PR #14200: URL: https://github.com/apache/doris/pull/14200 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.a

[GitHub] [doris] morningman merged pull request #14162: [test](jdbc postgresql case)add jdbc test case for postgresql

2022-11-12 Thread GitBox
morningman merged PR #14162: URL: https://github.com/apache/doris/pull/14162 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.a

[GitHub] [doris] morningman merged pull request #14086: [test](jdbc external table) add jdbc regression test case

2022-11-12 Thread GitBox
morningman merged PR #14086: URL: https://github.com/apache/doris/pull/14086 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.a

[GitHub] [doris] Kikyou1997 commented on a diff in pull request #14201: [feature-wip](planner) Support statistics injection and show statistics.

2022-11-12 Thread GitBox
Kikyou1997 commented on code in PR #14201: URL: https://github.com/apache/doris/pull/14201#discussion_r1020753298 ## fe/fe-core/src/main/cup/sql_parser.cup: ## @@ -3605,9 +3605,9 @@ show_param ::= RESULT = new ShowTableStatsStmt(tbl, partitionNames); :} /* sho

[GitHub] [doris] Kikyou1997 commented on a diff in pull request #14201: [feature-wip](planner) Support statistics injection and show statistics.

2022-11-12 Thread GitBox
Kikyou1997 commented on code in PR #14201: URL: https://github.com/apache/doris/pull/14201#discussion_r1020753298 ## fe/fe-core/src/main/cup/sql_parser.cup: ## @@ -3605,9 +3605,9 @@ show_param ::= RESULT = new ShowTableStatsStmt(tbl, partitionNames); :} /* sho

[GitHub] [doris] github-actions[bot] commented on pull request #14214: [improvement](load) reduce memory in batch for small load channels

2022-11-12 Thread GitBox
github-actions[bot] commented on PR #14214: URL: https://github.com/apache/doris/pull/14214#issuecomment-1312460124 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [doris] github-actions[bot] commented on pull request #14214: [improvement](load) reduce memory in batch for small load channels

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

[GitHub] [doris] hello-stephen commented on pull request #14220: [improvement](log) print info of error replicas

2022-11-12 Thread GitBox
hello-stephen commented on PR #14220: URL: https://github.com/apache/doris/pull/14220#issuecomment-1312457647 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.65 seconds load time: 438 seconds storage size: 17180333248 Bytes https://doris-co

[GitHub] [doris] dataroaring opened a new pull request, #14221: [improvement](log) print info of error replicas

2022-11-12 Thread GitBox
dataroaring opened a new pull request, #14221: URL: https://github.com/apache/doris/pull/14221 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ]

[GitHub] [doris] liaoxin01 commented on a diff in pull request #14218: [improvement](load) release load channel actively when error occurs

2022-11-12 Thread GitBox
liaoxin01 commented on code in PR #14218: URL: https://github.com/apache/doris/pull/14218#discussion_r1020747346 ## be/src/olap/delta_writer.cpp: ## @@ -410,9 +417,14 @@ Status DeltaWriter::cancel() { _flush_token->cancel(); } _is_cancelled = true; +_cance

[GitHub] [doris] dataroaring opened a new pull request, #14220: [improvement](log) print info of error replicas

2022-11-12 Thread GitBox
dataroaring opened a new pull request, #14220: URL: https://github.com/apache/doris/pull/14220 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ]

[GitHub] [doris] HappenLee commented on a diff in pull request #14216: [Feature](fuction) Support split_by_char function

2022-11-12 Thread GitBox
HappenLee commented on code in PR #14216: URL: https://github.com/apache/doris/pull/14216#discussion_r1020744984 ## be/src/vec/functions/function_string.h: ## @@ -1344,6 +1345,167 @@ class FunctionSplitPart : public IFunction { } }; +class FunctionSplitByChar : public IF

[GitHub] [doris] liaoxin01 commented on a diff in pull request #14218: [improvement](load) release load channel actively when error occurs

2022-11-12 Thread GitBox
liaoxin01 commented on code in PR #14218: URL: https://github.com/apache/doris/pull/14218#discussion_r1020745043 ## be/src/olap/delta_writer.cpp: ## @@ -410,9 +417,14 @@ Status DeltaWriter::cancel() { _flush_token->cancel(); } _is_cancelled = true; +_cance

[GitHub] [doris] HappenLee commented on a diff in pull request #14216: [Feature](fuction) Support split_by_char function

2022-11-12 Thread GitBox
HappenLee commented on code in PR #14216: URL: https://github.com/apache/doris/pull/14216#discussion_r1020743764 ## gensrc/script/doris_builtins_functions.py: ## @@ -2212,6 +2212,8 @@ [['money_format'], 'VARCHAR', ['DECIMALV2'], '_ZN5doris15StringFunctions12money_

[GitHub] [doris] HappenLee commented on a diff in pull request #14216: [Feature](fuction) Support split_by_char function

2022-11-12 Thread GitBox
HappenLee commented on code in PR #14216: URL: https://github.com/apache/doris/pull/14216#discussion_r1020744157 ## be/src/vec/functions/function_string.h: ## @@ -1344,6 +1345,167 @@ class FunctionSplitPart : public IFunction { } }; +class FunctionSplitByChar : public IF

[GitHub] [doris] dataroaring commented on a diff in pull request #14218: [improvement](load) release load channel actively when error occurs

2022-11-12 Thread GitBox
dataroaring commented on code in PR #14218: URL: https://github.com/apache/doris/pull/14218#discussion_r1020743415 ## be/src/olap/delta_writer.cpp: ## @@ -410,9 +417,14 @@ Status DeltaWriter::cancel() { _flush_token->cancel(); } _is_cancelled = true; +_can

[GitHub] [doris] github-actions[bot] commented on pull request #14215: [improvement](load) some simple optimization for reduce load memory policy

2022-11-12 Thread GitBox
github-actions[bot] commented on PR #14215: URL: https://github.com/apache/doris/pull/14215#issuecomment-1312445108 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [doris] hello-stephen commented on pull request #14219: 1112

2022-11-12 Thread GitBox
hello-stephen commented on PR #14219: URL: https://github.com/apache/doris/pull/14219#issuecomment-131209 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.52 seconds load time: 435 seconds storage size: 17180850068 Bytes https://doris-co

[GitHub] [doris] Kikyou1997 commented on a diff in pull request #14201: [feature-wip](planner) Support statistics injection and show statistics.

2022-11-12 Thread GitBox
Kikyou1997 commented on code in PR #14201: URL: https://github.com/apache/doris/pull/14201#discussion_r1020741463 ## fe/fe-core/src/main/java/org/apache/doris/catalog/TableIf.java: ## @@ -173,5 +175,17 @@ public String toMysqlType() { } } } + +defa

[GitHub] [doris] liaoxin01 commented on a diff in pull request #14218: [improvement](load) release load channel actively when error occurs

2022-11-12 Thread GitBox
liaoxin01 commented on code in PR #14218: URL: https://github.com/apache/doris/pull/14218#discussion_r1020737533 ## be/src/runtime/load_channel.h: ## @@ -64,7 +64,7 @@ class LoadChannel { // The method will not return until the chosen tablet channels finished memtable

[GitHub] [doris] englefly opened a new pull request, #14219: 1112

2022-11-12 Thread GitBox
englefly opened a new pull request, #14219: URL: https://github.com/apache/doris/pull/14219 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Ye

[GitHub] [doris] hello-stephen commented on pull request #14218: [improvement](load) release load channel actively when error occurs

2022-11-12 Thread GitBox
hello-stephen commented on PR #14218: URL: https://github.com/apache/doris/pull/14218#issuecomment-1312428685 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.31 seconds load time: 455 seconds storage size: 17180241565 Bytes https://doris-co

[GitHub] [doris] zhannngchen commented on a diff in pull request #14218: [improvement](load) release load channel actively when error occurs

2022-11-12 Thread GitBox
zhannngchen commented on code in PR #14218: URL: https://github.com/apache/doris/pull/14218#discussion_r1020729583 ## be/src/runtime/load_channel.h: ## @@ -64,7 +64,7 @@ class LoadChannel { // The method will not return until the chosen tablet channels finished memtable

[GitHub] [doris] liaoxin01 opened a new pull request, #14218: [improvement](load) release load channel actively when error occurs

2022-11-12 Thread GitBox
liaoxin01 opened a new pull request, #14218: URL: https://github.com/apache/doris/pull/14218 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Y

[GitHub] [doris] github-actions[bot] commented on pull request #14200: [fix](scankey) fix extended scan key errors.

2022-11-12 Thread GitBox
github-actions[bot] commented on PR #14200: URL: https://github.com/apache/doris/pull/14200#issuecomment-1312417489 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [doris] github-actions[bot] commented on pull request #14200: [fix](scankey) fix extended scan key errors.

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

[doris] branch master updated: [typo](comment) Fix a lot of spell errors in be comments (#14208)

2022-11-12 Thread xuyang
This is an automated email from the ASF dual-hosted git repository. xuyang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 035657c5a1 [typo](comment) Fix a lot of spell err

[GitHub] [doris] xy720 merged pull request #14208: [typo](comment) Fix a lot of spell errors in be comments

2022-11-12 Thread GitBox
xy720 merged PR #14208: URL: https://github.com/apache/doris/pull/14208 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache