[GitHub] [doris] luzhijing commented on issue #11706: Good First Issue

2022-09-01 Thread GitBox
luzhijing commented on issue #11706: URL: https://github.com/apache/doris/issues/11706#issuecomment-1233841359 > [WeOpen Star] hi,I want to try Doris Compaction 机制解析 https://mp.weixin.qq.com/s/5D1gAOEiFWM7N6KPwqHHdw ,can I get a chance to do it? i will try my best to finish this. Tha

[GitHub] [doris] luzhijing commented on issue #11706: Good First Issue

2022-09-01 Thread GitBox
luzhijing commented on issue #11706: URL: https://github.com/apache/doris/issues/11706#issuecomment-1233841886 > [WeOpen Star] Hi, I want to try #10473 [NEW FEATURES]. Plz assign this issue to me~ Done -- This is an automated message from the Apache Git Service. To respond to the m

[GitHub] [doris] bin41215 commented on issue #10387: [Bug]

2022-09-01 Thread GitBox
bin41215 commented on issue #10387: URL: https://github.com/apache/doris/issues/10387#issuecomment-1233843199 是不是应该再设定下表级别的的tag: alter table db.tbl set ("default.replication_allocation"="replication_allocation"="tag.location.default:2,tag.location.group_a:2"); 这样呢 -- This is an auto

[GitHub] [doris] luzhijing commented on issue #11706: Good First Issue

2022-09-01 Thread GitBox
luzhijing commented on issue #11706: URL: https://github.com/apache/doris/issues/11706#issuecomment-1233844482 > [WeOpen Star] Hello, I want to try #11331[NEW FEATURES], could you also assign it to me? Thanks. Yes, you can comment at #11331 and I will assign it to you. -- This is a

[GitHub] [doris] morrySnow commented on a diff in pull request #12226: [fix](planner) Fix wrong plan of SQL with cross join and aggreagate

2022-09-01 Thread GitBox
morrySnow commented on code in PR #12226: URL: https://github.com/apache/doris/pull/12226#discussion_r960294569 ## fe/fe-core/src/main/java/org/apache/doris/planner/SingleNodePlanner.java: ## @@ -1063,7 +1065,7 @@ private PlanNode createSelectPlan(SelectStmt selectStmt, Analyze

[GitHub] [doris] Yankee24 commented on pull request #10288: [typo](docs) Update docker-doris in developer

2022-09-01 Thread GitBox
Yankee24 commented on PR #10288: URL: https://github.com/apache/doris/pull/10288#issuecomment-1233851048 Please move to 12234. -- 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] [doris] levy5307 opened a new pull request, #12257: [fix](memory): fix coredump when list poinster is nullC

2022-09-01 Thread GitBox
levy5307 opened a new pull request, #12257: URL: https://github.com/apache/doris/pull/12257 # Proposed changes Issue Number: [close #xxx](https://github.com/apache/doris/issues/5664) ## Problem summary To fix the coredump memtioned in above issue, adding the validation of

[GitHub] [doris] starocean999 opened a new pull request, #12258: [fix](emptynode)fix empty node bug in vec engine

2022-09-01 Thread GitBox
starocean999 opened a new pull request, #12258: URL: https://github.com/apache/doris/pull/12258 # Proposed changes Issue Number: close https://github.com/apache/doris/issues/7929 ## Problem summary call new method getOutputTupleIds to get the correct tuple ids in vec engi

[GitHub] [doris] TaoZex commented on issue #11331: [Feature] The poseexplode function support like hive.

2022-09-01 Thread GitBox
TaoZex commented on issue #11331: URL: https://github.com/apache/doris/issues/11331#issuecomment-1233871974 Hello, I want to try this issue, could you assign it to me? Plz~ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[GitHub] [doris] TaoZex commented on issue #11706: Good First Issue

2022-09-01 Thread GitBox
TaoZex commented on issue #11706: URL: https://github.com/apache/doris/issues/11706#issuecomment-1233876833 > > [WeOpen Star] Hello, I want to try #11331[NEW FEATURES], could you also assign it to me? Thanks. > > Yes, you can comment at #11331 and I will assign it to you. Thank

[GitHub] [doris] BiteTheDDDDt opened a new pull request, #12259: [enhancement](load/compaction) empty string optimize for binary dict code

2022-09-01 Thread GitBox
BiteThet opened a new pull request, #12259: URL: https://github.com/apache/doris/pull/12259 # Proposed changes ```cpp before: - 5.85% doris::segment_v2::BinaryDictPageBuilder::add

[GitHub] [doris] Yukang-LIAN commented on pull request #12205: [enhancement](tracing)Support forward to master tracing

2022-09-01 Thread GitBox
Yukang-LIAN commented on PR #12205: URL: https://github.com/apache/doris/pull/12205#issuecomment-1233892004 I have tested that both `extractedContext.makeCurrent()` and `setParent(extractedContext)` work correctly when the `extractedContext` is invalid. -- This is an automated message fr

[GitHub] [doris] weizuo93 commented on a diff in pull request #12257: [fix](memory): fix coredump when list poinster is null

2022-09-01 Thread GitBox
weizuo93 commented on code in PR #12257: URL: https://github.com/apache/doris/pull/12257#discussion_r960354265 ## be/src/runtime/free_pool.hpp: ## @@ -128,9 +128,14 @@ class FreePool { #ifndef NDEBUG check_valid_allocation(list); #endif -// Add node to front o

[GitHub] [doris] levy5307 commented on a diff in pull request #12257: [fix](memory): fix coredump when list poinster is null

2022-09-01 Thread GitBox
levy5307 commented on code in PR #12257: URL: https://github.com/apache/doris/pull/12257#discussion_r960355235 ## be/src/runtime/free_pool.hpp: ## @@ -128,9 +128,14 @@ class FreePool { #ifndef NDEBUG check_valid_allocation(list); #endif -// Add node to front o

[GitHub] [doris] levy5307 commented on a diff in pull request #12257: [fix](memory): fix coredump when list poinster is null

2022-09-01 Thread GitBox
levy5307 commented on code in PR #12257: URL: https://github.com/apache/doris/pull/12257#discussion_r960355235 ## be/src/runtime/free_pool.hpp: ## @@ -128,9 +128,14 @@ class FreePool { #ifndef NDEBUG check_valid_allocation(list); #endif -// Add node to front o

[GitHub] [doris] SaintBacchus commented on pull request #12070: [Feature][MultiTableMV](Step1)Scheduler framework

2022-09-01 Thread GitBox
SaintBacchus commented on PR #12070: URL: https://github.com/apache/doris/pull/12070#issuecomment-1233919176 JobManager -> MvJobManager and package name scheduler -> mv -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[GitHub] [doris] SaintBacchus commented on pull request #12070: [Feature][MultiTableMV](Step1)Scheduler framework

2022-09-01 Thread GitBox
SaintBacchus commented on PR #12070: URL: https://github.com/apache/doris/pull/12070#issuecomment-1233923302 元数据的对象前缀都加MV -- 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

[GitHub] [doris] github-actions[bot] commented on pull request #12258: [fix](emptynode)fix empty node bug in vec engine

2022-09-01 Thread GitBox
github-actions[bot] commented on PR #12258: URL: https://github.com/apache/doris/pull/12258#issuecomment-1233924675 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 #12258: [fix](emptynode)fix empty node bug in vec engine

2022-09-01 Thread GitBox
github-actions[bot] commented on PR #12258: URL: https://github.com/apache/doris/pull/12258#issuecomment-1233924735 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 #12228: [feature-wip](parquet-reader) bug fix, the number of rows are different among columns in a block

2022-09-01 Thread GitBox
github-actions[bot] commented on PR #12228: URL: https://github.com/apache/doris/pull/12228#issuecomment-1233925681 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 #12228: [feature-wip](parquet-reader) bug fix, the number of rows are different among columns in a block

2022-09-01 Thread GitBox
github-actions[bot] commented on PR #12228: URL: https://github.com/apache/doris/pull/12228#issuecomment-1233925630 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] SaintBacchus commented on pull request #12070: [Feature][MultiTableMV](Step1)Scheduler framework

2022-09-01 Thread GitBox
SaintBacchus commented on PR #12070: URL: https://github.com/apache/doris/pull/12070#issuecomment-1233937596 JobManager -> MvJobManager -- 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] [doris] yiguolei merged pull request #12245: [fix](join) fix join reorder bug, pick from master

2022-09-01 Thread GitBox
yiguolei merged PR #12245: URL: https://github.com/apache/doris/pull/12245 -- 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.apa

[doris] branch dev-1.1.2 updated: [fix](join) fix join reorder bug, pick from master (#12245)

2022-09-01 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch dev-1.1.2 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/dev-1.1.2 by this push: new 228715497c [fix](join) fix join reorder b

[GitHub] [doris] yiguolei merged pull request #12251: [enhancement](sink) stat rpc time in tablet_sink

2022-09-01 Thread GitBox
yiguolei merged PR #12251: URL: https://github.com/apache/doris/pull/12251 -- 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.apa

[doris] branch dev-1.1.2 updated: (sink) stat rpc time in tablet_sink (#12251)

2022-09-01 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch dev-1.1.2 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/dev-1.1.2 by this push: new d22b7a09c9 (sink) stat rpc time in tablet

[GitHub] [doris] xinyiZzz opened a new pull request, #12260: [dev-1.1.2](cherry-pick) Improve performance of tracking real physical memory of PODArray

2022-09-01 Thread GitBox
xinyiZzz opened a new pull request, #12260: URL: https://github.com/apache/doris/pull/12260 ## Problem summary cherry-pick #12168 ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes - [ ] No - [ ] I don't know 2. Has unit tes

[GitHub] [doris] starocean999 opened a new pull request, #12261: [fix](join) hash join should use children's output tuple ids instead of output tableref ids

2022-09-01 Thread GitBox
starocean999 opened a new pull request, #12261: URL: https://github.com/apache/doris/pull/12261 # Proposed changes Issue Number: close #xxx ## Problem summary hash join node used children's output tableref ids to create its own output tuple info. But when creating in

[GitHub] [doris] cambyzju opened a new pull request, #12262: [fix](array-type) revert ARRAY

2022-09-01 Thread GitBox
cambyzju opened a new pull request, #12262: URL: https://github.com/apache/doris/pull/12262 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. Now there are still lots of bugs related to ARRAY. We decide not to support nested e

[GitHub] [doris] lit2430 opened a new issue, #12263: [Bug] use insert SQL can insert data where partition field is null

2022-09-01 Thread GitBox
lit2430 opened a new issue, #12263: URL: https://github.com/apache/doris/issues/12263 ### 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 doris 0.15.3 a

[GitHub] [doris] zhannngchen commented on a diff in pull request #12251: [enhancement](sink) stat rpc time in tablet_sink

2022-09-01 Thread GitBox
zhannngchen commented on code in PR #12251: URL: https://github.com/apache/doris/pull/12251#discussion_r960411696 ## be/src/exec/tablet_sink.cpp: ## @@ -330,13 +332,14 @@ Status NodeChannel::add_row(BlockRow& block_row, int64_t tablet_id) { } void NodeChannel::_sleep_if_mem

[GitHub] [doris] lixiaobing-fabulous opened a new pull request, #12264: remove duplicate "comments"

2022-09-01 Thread GitBox
lixiaobing-fabulous opened a new pull request, #12264: URL: https://github.com/apache/doris/pull/12264 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior:

[GitHub] [doris] forrestnie commented on issue #11706: Good First Issue

2022-09-01 Thread GitBox
forrestnie commented on issue #11706: URL: https://github.com/apache/doris/issues/11706#issuecomment-1234014836 [WeOpen Star] hi,I want to try Apache Doris 在京东搜索实时 OLAP 的探索与实践 https://blog.csdn.net/wypblog/article/details/109759696 , can I get a chance to do it? i will try my best to finish

[GitHub] [doris] Toms1999 commented on issue #11706: Good First Issue

2022-09-01 Thread GitBox
Toms1999 commented on issue #11706: URL: https://github.com/apache/doris/issues/11706#issuecomment-1234021514 hello, Doris Compaction 机制解析 https://mp.weixin.qq.com/s/5D1gAOEiFWM7N6KPwqHHdw Doris Stream Load 原理解析 https://mp.weixin.qq.com/s/zwiza9WXqo8n49PMgaUrKg Doris 索引机制解析 https:

[GitHub] [doris] forrestnie commented on issue #11706: Good First Issue

2022-09-01 Thread GitBox
forrestnie commented on issue #11706: URL: https://github.com/apache/doris/issues/11706#issuecomment-1234033931 [WeOpen Star] hi,can I get a chance to do one of these? thanks Apache Doris 在京东搜索实时 OLAP 的探索与实践 https://blog.csdn.net/wypblog/article/details/109759696 Apache Doris 在 WeLab

[GitHub] [doris] BePPPower opened a new pull request, #12265: [Enhancement](regression) add regression tests for `executeSQL` http rest api

2022-09-01 Thread GitBox
BePPPower opened a new pull request, #12265: URL: https://github.com/apache/doris/pull/12265 # Proposed changes Issue Number: close #xxx ## Problem summary There is no regression tests for `executeSQL` http rest api, so I add some simple regression tests for it. #

[GitHub] [doris] morningman opened a new pull request, #12266: [dev-1.1.2][refactor](column) remove confused field #12187

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

[GitHub] [doris] adonis0147 opened a new pull request, #12267: [feature-wip](array-type) Use json format to output the data with array type

2022-09-01 Thread GitBox
adonis0147 opened a new pull request, #12267: URL: https://github.com/apache/doris/pull/12267 # Proposed changes Use json format to output the data with array type. ## Problem summary Currently, the data with array type is returned as a string. Users may parse the st

[GitHub] [doris] Lchangliang commented on a diff in pull request #12160: [feature](light-schema-change) fix light-schema-change and add more cases

2022-09-01 Thread GitBox
Lchangliang commented on code in PR #12160: URL: https://github.com/apache/doris/pull/12160#discussion_r960457902 ## be/src/common/config.h: ## @@ -852,9 +852,11 @@ CONF_Int32(doris_remote_scanner_thread_pool_queue_size, "10240"); // This config should be removed when the new

[GitHub] [doris] hello-stephen opened a new pull request, #12268: [regression](test) add tpcds sf1 unique test

2022-09-01 Thread GitBox
hello-stephen opened a new pull request, #12268: URL: https://github.com/apache/doris/pull/12268 # Proposed changes Issue Number: close #xxx ## Problem summary create tpcds tables use unique key and set bucket to 1, this way, many rowsets will be created during loading a

[GitHub] [doris] geniusjoe opened a new pull request, #12269: :memo: fix create table doc typo

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

[GitHub] [doris] caiconghui closed issue #12150: [Bug](rpc) rpc timeout when execute "show load"

2022-09-01 Thread GitBox
caiconghui closed issue #12150: [Bug](rpc) rpc timeout when execute "show load" URL: https://github.com/apache/doris/issues/12150 -- 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] [doris] caiconghui merged pull request #12152: [fix](rpc) fix that coordinator rpc timeout too large may make show load blocked for long time

2022-09-01 Thread GitBox
caiconghui merged PR #12152: URL: https://github.com/apache/doris/pull/12152 -- 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

[doris] branch master updated (068e60145e -> ad8e2f4749)

2022-09-01 Thread caiconghui
This is an automated email from the ASF dual-hosted git repository. caiconghui pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 068e60145e [enhancement](Nereids)ban groupPlan() pattern to avoid misuse (#12250) add ad8e2f4749 [fix](rpc) f

[GitHub] [doris] yiguolei merged pull request #12260: [dev-1.1.2](cherry-pick) Improve performance of tracking real physical memory of PODArray

2022-09-01 Thread GitBox
yiguolei merged PR #12260: URL: https://github.com/apache/doris/pull/12260 -- 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.apa

[doris] branch dev-1.1.2 updated: [enhancement](memtracker) Improve performance of tracking real physical memory of PODArray #12168 (#12260)

2022-09-01 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch dev-1.1.2 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/dev-1.1.2 by this push: new 5d28575ee5 [enhancement](memtracker) Impr

[GitHub] [doris] yiguolei merged pull request #12258: [fix](emptynode)fix empty node bug in vec engine

2022-09-01 Thread GitBox
yiguolei merged PR #12258: URL: https://github.com/apache/doris/pull/12258 -- 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.apa

[doris] branch master updated: [fix](emptynode)fix empty node bug in vec engine (#12258)

2022-09-01 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/doris.git The following commit(s) were added to refs/heads/master by this push: new f8eb480bec [fix](emptynode)fix empty node bug i

[GitHub] [doris] yiguolei merged pull request #12266: [dev-1.1.2][refactor](column) remove confused field #12187

2022-09-01 Thread GitBox
yiguolei merged PR #12266: URL: https://github.com/apache/doris/pull/12266 -- 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.apa

[doris] branch dev-1.1.2 updated: [refactor](column) remove confused field #12187 (#12266)

2022-09-01 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch dev-1.1.2 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/dev-1.1.2 by this push: new 4e462209b3 [refactor](column) remove conf

[GitHub] [doris] xy720 opened a new issue, #12270: [Enhancement] Support Floating/Decimal type for array aggregation functions

2022-09-01 Thread GitBox
xy720 opened a new issue, #12270: URL: https://github.com/apache/doris/issues/12270 ### 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] [doris] weizuo93 commented on pull request #12257: [fix](memory): avoid coredump when list pointer is null

2022-09-01 Thread GitBox
weizuo93 commented on PR #12257: URL: https://github.com/apache/doris/pull/12257#issuecomment-1234110874 Normally, the pointer `list` here should not be `nullptr`. I think we'd better to explore the reason why the `list` is nullptr and fix it instead of skipping nullptr, otherwise it might

[GitHub] [doris] xy720 opened a new pull request, #12271: [Enhancement] Support Floating/Decimal type for array aggregation functions

2022-09-01 Thread GitBox
xy720 opened a new pull request, #12271: URL: https://github.com/apache/doris/pull/12271 # Proposed changes Issue Number: close #12270 Is the sub issue of #7570 ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the origin

[GitHub] [doris] yiguolei merged pull request #12224: [fix](new-scan) fix potential wrong cancel when sql has limit

2022-09-01 Thread GitBox
yiguolei merged PR #12224: URL: https://github.com/apache/doris/pull/12224 -- 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.apa

[doris] branch master updated: [fix](scan) fix potential wrong cancel when sql has limit (#12224)

2022-09-01 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/doris.git The following commit(s) were added to refs/heads/master by this push: new 3ce305134a [fix](scan) fix potential wrong canc

[GitHub] [doris] 924060929 merged pull request #12194: [enhancement](Nereids)enable normalize aggregate rule

2022-09-01 Thread GitBox
924060929 merged PR #12194: URL: https://github.com/apache/doris/pull/12194 -- 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.ap

[doris] branch master updated (3ce305134a -> 87086ffe31)

2022-09-01 Thread huajianlan
This is an automated email from the ASF dual-hosted git repository. huajianlan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 3ce305134a [fix](scan) fix potential wrong cancel when sql has limit (#12224) add 87086ffe31 [enhancment](Ner

[GitHub] [doris] 924060929 commented on a diff in pull request #11454: [feature](nereids) Convert subqueries into algebraic expressions and …

2022-09-01 Thread GitBox
924060929 commented on code in PR #11454: URL: https://github.com/apache/doris/pull/11454#discussion_r960323068 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/analysis/AnalyzeSubquery.java: ## @@ -0,0 +1,134 @@ +// Licensed to the Apache Software Foundation (ASF) und

[doris] branch dev-1.1.2 updated: [fix](rpc) fix that coordinator rpc timeout too large may make show load blocked for long time (#12152)

2022-09-01 Thread caiconghui
This is an automated email from the ASF dual-hosted git repository. caiconghui pushed a commit to branch dev-1.1.2 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/dev-1.1.2 by this push: new f08ee08dcd [fix](rpc) fix that coordina

[GitHub] [doris] 924060929 commented on a diff in pull request #11454: [feature](nereids) Convert subqueries into algebraic expressions and …

2022-09-01 Thread GitBox
924060929 commented on code in PR #11454: URL: https://github.com/apache/doris/pull/11454#discussion_r960474687 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/ExistsApplyToJoin.java: ## @@ -0,0 +1,116 @@ +// Licensed to the Apache Software Foundation

[GitHub] [doris] 924060929 commented on a diff in pull request #11454: [feature](nereids) Convert subqueries into algebraic expressions and …

2022-09-01 Thread GitBox
924060929 commented on code in PR #11454: URL: https://github.com/apache/doris/pull/11454#discussion_r960318064 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/analysis/AnalyzeSubquery.java: ## @@ -0,0 +1,134 @@ +// Licensed to the Apache Software Foundation (ASF) und

[GitHub] [doris] github-actions[bot] commented on pull request #12248: [docs]update users numbers

2022-09-01 Thread GitBox
github-actions[bot] commented on PR #12248: URL: https://github.com/apache/doris/pull/12248#issuecomment-1234159105 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 #12248: [docs]update users numbers

2022-09-01 Thread GitBox
github-actions[bot] commented on PR #12248: URL: https://github.com/apache/doris/pull/12248#issuecomment-1234159054 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] yiguolei merged pull request #12244: [typo](docs)Modify the maximum handle parameter reference

2022-09-01 Thread GitBox
yiguolei merged PR #12244: URL: https://github.com/apache/doris/pull/12244 -- 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.apa

[doris] branch master updated: [typo](docs)Modify the maximum handle parameter reference #12244

2022-09-01 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/doris.git The following commit(s) were added to refs/heads/master by this push: new 58c1d6ce9d [typo](docs)Modify the maximum handl

[GitHub] [doris] yiguolei merged pull request #12229: [doc](website) update SHOW-PROC doc

2022-09-01 Thread GitBox
yiguolei merged PR #12229: URL: https://github.com/apache/doris/pull/12229 -- 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.apa

[doris] branch master updated (58c1d6ce9d -> 061b49b7bf)

2022-09-01 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/doris.git from 58c1d6ce9d [typo](docs)Modify the maximum handle parameter reference #12244 add 061b49b7bf [doc](website) updat

[GitHub] [doris] levy5307 commented on pull request #12257: [fix](memory): avoid coredump when list pointer is null

2022-09-01 Thread GitBox
levy5307 commented on PR #12257: URL: https://github.com/apache/doris/pull/12257#issuecomment-1234185526 > Normally, the pointer `list` here should not be `nullptr`. I think we'd better to explore the reason why the `list` is nullptr and fix it instead of skipping nullptr, otherwise it migh

[GitHub] [doris] morrySnow opened a new pull request, #12272: [enhancement](Nereids)print slot qualified name in explain string

2022-09-01 Thread GitBox
morrySnow opened a new pull request, #12272: URL: https://github.com/apache/doris/pull/12272 # Proposed changes Currently, explain string print all expression as slot id, e.g. ``. This PR, print its qualified name with slot id instead, e.g. `column_a[#1]` ## Problem summary

[GitHub] [doris] github-actions[bot] commented on pull request #12259: [Enhancement](compaction) empty string optimize for binary dict code

2022-09-01 Thread GitBox
github-actions[bot] commented on PR #12259: URL: https://github.com/apache/doris/pull/12259#issuecomment-1234211093 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 #12259: [Enhancement](compaction) empty string optimize for binary dict code

2022-09-01 Thread GitBox
github-actions[bot] commented on PR #12259: URL: https://github.com/apache/doris/pull/12259#issuecomment-1234211130 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] zenoyang opened a new issue, #12273: [Bug] Grouping sets cause BE Core or return wrong results

2022-09-01 Thread GitBox
zenoyang opened a new issue, #12273: URL: https://github.com/apache/doris/issues/12273 ### 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 chunk

[GitHub] [doris] Kikyou1997 opened a new pull request, #12274: [feature](nereids)prune for count star

2022-09-01 Thread GitBox
Kikyou1997 opened a new pull request, #12274: URL: https://github.com/apache/doris/pull/12274 # Proposed changes Issue Number: noissue ## Problem summary Currently, nereids doesn't support such SQL, since all the column would be pruned. ```sql select count(*)

[GitHub] [doris] Kikyou1997 commented on pull request #12274: [feature](nereids) Support for count star of new optmizer

2022-09-01 Thread GitBox
Kikyou1997 commented on PR #12274: URL: https://github.com/apache/doris/pull/12274#issuecomment-1234237750 @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 comment. To un

[GitHub] [doris] github-actions[bot] commented on pull request #12271: [Enhancement](array-type) Support Floating/Decimal type for array aggregation functions

2022-09-01 Thread GitBox
github-actions[bot] commented on PR #12271: URL: https://github.com/apache/doris/pull/12271#issuecomment-1234246113 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 #12237: [Feature](array-type) Support is-null-predicate for array type

2022-09-01 Thread GitBox
github-actions[bot] commented on PR #12237: URL: https://github.com/apache/doris/pull/12237#issuecomment-1234246246 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 #12271: [Enhancement](array-type) Support Floating/Decimal type for array aggregation functions

2022-09-01 Thread GitBox
github-actions[bot] commented on PR #12271: URL: https://github.com/apache/doris/pull/12271#issuecomment-1234246162 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] morningman commented on a diff in pull request #11942: [Enhancement](restore) restore table or partition with the same replication num as before the backup

2022-09-01 Thread GitBox
morningman commented on code in PR #11942: URL: https://github.com/apache/doris/pull/11942#discussion_r960623513 ## fe/fe-core/src/main/java/org/apache/doris/backup/RestoreJob.java: ## @@ -927,9 +948,18 @@ private void checkAndRestoreResources() { } private boolean g

[GitHub] [doris] Jibing-Li opened a new pull request, #12275: New load scanner. WIP

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

[GitHub] [doris] chenlinzhong opened a new pull request, #12276: [enhancement](spark-load)support dynamic set env and display spark appid

2022-09-01 Thread GitBox
chenlinzhong opened a new pull request, #12276: URL: https://github.com/apache/doris/pull/12276 # Proposed changes Issue Number: close #xxx ## Problem summary Fe submits tasks to spark through the spark submit client, which needs two environment variables Hadoop_ user_ name

[GitHub] [doris] luzhijing commented on issue #11706: Good First Issue

2022-09-01 Thread GitBox
luzhijing commented on issue #11706: URL: https://github.com/apache/doris/issues/11706#issuecomment-1234294813 > [WeOpen Star] hi,I want to try Apache Doris 在京东搜索实时 OLAP 的探索与实践 https://blog.csdn.net/wypblog/article/details/109759696 , can I get a chance to do it? i will try my best to finis

[GitHub] [doris] freemandealer opened a new issue, #12277: [Enhancement] gensrc/build/gen_cpp/version.h update in every build

2022-09-01 Thread GitBox
freemandealer opened a new issue, #12277: URL: https://github.com/apache/doris/issues/12277 ### 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 git

[GitHub] [doris] TaoZex commented on issue #11331: [Feature] The poseexplode function support like hive.

2022-09-01 Thread GitBox
TaoZex commented on issue #11331: URL: https://github.com/apache/doris/issues/11331#issuecomment-1234308541 @luozenglin I'm really sorry that the task was unassigned because I made a mistake. Could you please assign this task again? Thank you. -- This is an automated message from the Apa

[GitHub] [doris] TaoZex commented on issue #11331: [Feature] The poseexplode function support like hive.

2022-09-01 Thread GitBox
TaoZex commented on issue #11331: URL: https://github.com/apache/doris/issues/11331#issuecomment-1234309980 @luzhijing I'm really sorry that the task was unassigned because I made a mistake. Could you please assign this task again? Thank you. -- This is an automated message from the Apach

[GitHub] [doris] ningbing opened a new issue, #12278: Communications link failure. Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost.

2022-09-01 Thread GitBox
ningbing opened a new issue, #12278: URL: https://github.com/apache/doris/issues/12278 ### 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.1 ##

[GitHub] [doris] morningman commented on a diff in pull request #12275: New load scanner. WIP

2022-09-01 Thread GitBox
morningman commented on code in PR #12275: URL: https://github.com/apache/doris/pull/12275#discussion_r960667846 ## be/src/vec/exec/scan/new_file_scanner.cpp: ## @@ -164,4 +203,151 @@ Status NewFileScanner::_fill_columns_from_path(vectorized::Block* _block, size_t return S

[GitHub] [doris] siriume opened a new issue, #12279: [Bug] Failed to execute CTAS.

2022-09-01 Thread GitBox
siriume opened a new issue, #12279: URL: https://github.com/apache/doris/issues/12279 ### 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 trunk-a49bde8

[GitHub] [doris] github-actions[bot] commented on pull request #12269: [Enhancement](doc) :memo: fix create table doc typo

2022-09-01 Thread GitBox
github-actions[bot] commented on PR #12269: URL: https://github.com/apache/doris/pull/12269#issuecomment-1234425048 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 #12269: [Enhancement](doc) :memo: fix create table doc typo

2022-09-01 Thread GitBox
github-actions[bot] commented on PR #12269: URL: https://github.com/apache/doris/pull/12269#issuecomment-1234425111 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] catpineapple opened a new pull request, #12280: [fix](dbt)fix dbt incremental bug

2022-09-01 Thread GitBox
catpineapple opened a new pull request, #12280: URL: https://github.com/apache/doris/pull/12280 # Proposed changes Issue Number: close #xxx ## Problem summary fix dbt incremental bug ## Checklist(Required) 1. Does it affect the original behavior: - [

[GitHub] [doris] spaces-X commented on a diff in pull request #12276: [enhancement](spark-load)support dynamic set env

2022-09-01 Thread GitBox
spaces-X commented on code in PR #12276: URL: https://github.com/apache/doris/pull/12276#discussion_r960844081 ## fe/fe-core/src/main/java/org/apache/doris/catalog/SparkResource.java: ## @@ -103,19 +104,22 @@ public static DeployMode fromString(String deployMode) { // broke

[GitHub] [doris] morningman opened a new pull request, #12281: [feature-wip](new-scan) Add memtracker and span for new olap scan node

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

[GitHub] [doris] github-actions[bot] commented on pull request #8329: [refactor] simplify column permute

2022-09-01 Thread GitBox
github-actions[bot] commented on PR #8329: URL: https://github.com/apache/doris/pull/8329#issuecomment-1234929595 We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable.

[GitHub] [doris] luzhijing commented on issue #11706: Good First Issue

2022-09-01 Thread GitBox
luzhijing commented on issue #11706: URL: https://github.com/apache/doris/issues/11706#issuecomment-1234941862 > hello, Doris Compaction 机制解析 https://mp.weixin.qq.com/s/5D1gAOEiFWM7N6KPwqHHdw Doris Stream Load 原理解析 https://mp.weixin.qq.com/s/zwiza9WXqo8n49PMgaUrKg Doris 索引机制解析 https://mp.w

[GitHub] [doris] github-actions[bot] commented on pull request #11942: [Enhancement](restore) restore table or partition with the same replication num as before the backup

2022-09-01 Thread GitBox
github-actions[bot] commented on PR #11942: URL: https://github.com/apache/doris/pull/11942#issuecomment-1234951790 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 #11942: [Enhancement](restore) restore table or partition with the same replication num as before the backup

2022-09-01 Thread GitBox
github-actions[bot] commented on PR #11942: URL: https://github.com/apache/doris/pull/11942#issuecomment-1234951806 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] hf200012 opened a new pull request, #12282: [typo](docs)Fix admin copy table format

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

[GitHub] [doris] hf200012 merged pull request #12269: [Enhancement](doc) :memo: fix create table doc typo

2022-09-01 Thread GitBox
hf200012 merged PR #12269: URL: https://github.com/apache/doris/pull/12269 -- 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.apa

[doris] branch master updated: :memo: fix create table doc typo (#12269)

2022-09-01 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/doris.git The following commit(s) were added to refs/heads/master by this push: new 1c91257c01 :memo: fix create table doc typo

[GitHub] [doris] hf200012 merged pull request #12248: [docs]update users numbers

2022-09-01 Thread GitBox
hf200012 merged PR #12248: URL: https://github.com/apache/doris/pull/12248 -- 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.apa

  1   2   >