[GitHub] [doris] xy720 commented on a diff in pull request #10385: [feature-wip](array-type) add function array_remove

2022-06-30 Thread GitBox
xy720 commented on code in PR #10385: URL: https://github.com/apache/doris/pull/10385#discussion_r911670411 ## docs/en/docs/sql-manual/sql-functions/array-functions/array_remove.md: ## @@ -0,0 +1,79 @@ +--- +{ +"title": "array_remove", +"language": "en" +} +--- + + + +##

[GitHub] [doris] liaoxin01 commented on pull request #10511: [feature-wip](unique-key-merge-on-write)port IntervalTree from kudu

2022-06-30 Thread GitBox
liaoxin01 commented on PR #10511: URL: https://github.com/apache/doris/pull/10511#issuecomment-1171998851 @zhannngchen please make BE UT happy. -- 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

[GitHub] [doris] cambyzju commented on a diff in pull request #10385: [feature-wip](array-type) add function array_remove

2022-06-30 Thread GitBox
cambyzju commented on code in PR #10385: URL: https://github.com/apache/doris/pull/10385#discussion_r911663562 ## be/src/vec/functions/array/function_array_remove.h: ## @@ -0,0 +1,370 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor licen

[GitHub] [doris] englefly commented on a diff in pull request #10392: [Enhancement][Vectorized] Use SIMD to skip batches of null data in nu…

2022-06-30 Thread GitBox
englefly commented on code in PR #10392: URL: https://github.com/apache/doris/pull/10392#discussion_r911584962 ## be/src/vec/aggregate_functions/aggregate_function_null.h: ## @@ -197,9 +197,50 @@ class AggregateFunctionNullUnary final } } +void add_batch(size

[GitHub] [doris] SaintBacchus commented on issue #9724: [Enhancement] Support record all the query profile on a persist storage

2022-06-30 Thread GitBox
SaintBacchus commented on issue #9724: URL: https://github.com/apache/doris/issues/9724#issuecomment-1171978906 close this since this enhancement will be covered by https://github.com/apache/doris/pull/10533 -- This is an automated message from the Apache Git Service. To respond to the me

[GitHub] [doris] SaintBacchus closed issue #9724: [Enhancement] Support record all the query profile on a persist storage

2022-06-30 Thread GitBox
SaintBacchus closed issue #9724: [Enhancement] Support record all the query profile on a persist storage URL: https://github.com/apache/doris/issues/9724 -- 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

[GitHub] [doris] github-actions[bot] commented on pull request #10537: [hotfix](dev-1.0.1) fall back to non vec engine for some outer join cases

2022-06-30 Thread GitBox
github-actions[bot] commented on PR #10537: URL: https://github.com/apache/doris/pull/10537#issuecomment-1171948048 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 #10537: [hotfix](dev-1.0.1) fall back to non vec engine for some outer join cases

2022-06-30 Thread GitBox
github-actions[bot] commented on PR #10537: URL: https://github.com/apache/doris/pull/10537#issuecomment-1171948020 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] EmmyMiao87 commented on pull request #10537: [hotfix](dev-1.0.1) fall back to non vec engine for some outer join cases

2022-06-30 Thread GitBox
EmmyMiao87 commented on PR #10537: URL: https://github.com/apache/doris/pull/10537#issuecomment-1171947732 Please fix fe ut -- 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] github-actions[bot] commented on pull request #10499: [Feature](neireids) Add support of ProjectNode in PlanTranslator

2022-06-30 Thread GitBox
github-actions[bot] commented on PR #10499: URL: https://github.com/apache/doris/pull/10499#issuecomment-1171946222 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 #10499: [Feature](neireids) Add support of ProjectNode in PlanTranslator

2022-06-30 Thread GitBox
github-actions[bot] commented on PR #10499: URL: https://github.com/apache/doris/pull/10499#issuecomment-1171946203 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 (d0b757c03a -> a44a222f76)

2022-06-30 Thread lingmiao
This is an automated email from the ASF dual-hosted git repository. lingmiao pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from d0b757c03a [bugfix](fe) fix add follower failed due to conflict socket . (#10429) add a44a222f76 [Feature](neir

[GitHub] [doris] EmmyMiao87 merged pull request #10499: [Feature](neireids) Add support of ProjectNode in PlanTranslator

2022-06-30 Thread GitBox
EmmyMiao87 merged PR #10499: URL: https://github.com/apache/doris/pull/10499 -- 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] github-actions[bot] commented on pull request #10306: [enhancement](Nereids) add post processor and error listener to parser

2022-06-30 Thread GitBox
github-actions[bot] commented on PR #10306: URL: https://github.com/apache/doris/pull/10306#issuecomment-1171945225 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 #10306: [enhancement](Nereids) add post processor and error listener to parser

2022-06-30 Thread GitBox
github-actions[bot] commented on PR #10306: URL: https://github.com/apache/doris/pull/10306#issuecomment-1171945248 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] yinzhijian commented on pull request #10526: [style](*): keep line break.

2022-06-30 Thread GitBox
yinzhijian commented on PR #10526: URL: https://github.com/apache/doris/pull/10526#issuecomment-1171942093 LGTM -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscri

[GitHub] [doris] morningman commented on a diff in pull request #10492: [feature-wip] support avro format in routine load and stream load

2022-06-30 Thread GitBox
morningman commented on code in PR #10492: URL: https://github.com/apache/doris/pull/10492#discussion_r911599063 ## be/src/common/config.h: ## @@ -763,6 +763,9 @@ CONF_Int32(quick_compaction_batch_size, "10"); // do compaction min rowsets CONF_Int32(quick_compaction_min_rowset

[GitHub] [doris] github-actions[bot] commented on pull request #10519: [fix](planner)infer predicate generate infered predicate using wrong information from another scope

2022-06-30 Thread GitBox
github-actions[bot] commented on PR #10519: URL: https://github.com/apache/doris/pull/10519#issuecomment-1171910561 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 #10540: [docs] Change the problem field in SSB test

2022-06-30 Thread GitBox
github-actions[bot] commented on PR #10540: URL: https://github.com/apache/doris/pull/10540#issuecomment-1171905158 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 #10540: [docs] Change the problem field in SSB test

2022-06-30 Thread GitBox
github-actions[bot] commented on PR #10540: URL: https://github.com/apache/doris/pull/10540#issuecomment-1171905143 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] yuanyuan8983 opened a new pull request, #10540: [docs] Change the problem field in SSB test

2022-06-30 Thread GitBox
yuanyuan8983 opened a new pull request, #10540: URL: https://github.com/apache/doris/pull/10540 Change the problem field in SSB test # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1

[GitHub] [doris] github-actions[bot] commented on pull request #10526: [style](*): keep line break.

2022-06-30 Thread GitBox
github-actions[bot] commented on PR #10526: URL: https://github.com/apache/doris/pull/10526#issuecomment-1171899266 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] morrySnow commented on a diff in pull request #10499: [Feature](neireids) Add support of ProjectNode in PlanTranslator

2022-06-30 Thread GitBox
morrySnow commented on code in PR #10499: URL: https://github.com/apache/doris/pull/10499#discussion_r911585403 ## fe/fe-core/src/main/java/org/apache/doris/nereids/NereidsPlanner.java: ## @@ -67,11 +70,17 @@ public void plan(StatementBase queryStmt, physicalPlanTransla

[doris] branch master updated: [bugfix](fe) fix add follower failed due to conflict socket . (#10429)

2022-06-30 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 d0b757c03a [bugfix](fe) fix add follower fai

[GitHub] [doris] dataroaring merged pull request #10429: [Bugfix](fe) fix add follower failed, conflict socket .

2022-06-30 Thread GitBox
dataroaring merged PR #10429: URL: https://github.com/apache/doris/pull/10429 -- 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 closed issue #10410: [Bug] [Fe] BDBJE conflict socket when adding a new fe

2022-06-30 Thread GitBox
dataroaring closed issue #10410: [Bug] [Fe] BDBJE conflict socket when adding a new fe URL: https://github.com/apache/doris/issues/10410 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [doris] github-actions[bot] commented on pull request #10429: [Bugfix](fe) fix add follower failed, conflict socket .

2022-06-30 Thread GitBox
github-actions[bot] commented on PR #10429: URL: https://github.com/apache/doris/pull/10429#issuecomment-1171883562 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 #10429: [Bugfix](fe) fix add follower failed, conflict socket .

2022-06-30 Thread GitBox
github-actions[bot] commented on PR #10429: URL: https://github.com/apache/doris/pull/10429#issuecomment-1171883543 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 closed issue #10527: [Doc]Change the download url for the binary package

2022-06-30 Thread GitBox
yiguolei closed issue #10527: [Doc]Change the download url for the binary package URL: https://github.com/apache/doris/issues/10527 -- 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 comme

[doris] branch master updated: [Doc]Change the download url for the binary package #10527 (#10528)

2022-06-30 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 2708289816 [Doc]Change the download url for the

[GitHub] [doris] yiguolei merged pull request #10528: [Doc]Change the download url for the binary package #10527

2022-06-30 Thread GitBox
yiguolei merged PR #10528: URL: https://github.com/apache/doris/pull/10528 -- 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

[GitHub] [doris] cambyzju commented on a diff in pull request #10385: [feature-wip](array-type) add function array_remove

2022-06-30 Thread GitBox
cambyzju commented on code in PR #10385: URL: https://github.com/apache/doris/pull/10385#discussion_r911573816 ## docs/en/docs/sql-manual/sql-functions/array-functions/array_remove.md: ## @@ -0,0 +1,79 @@ +--- +{ +"title": "array_remove", +"language": "en" +} +--- + + +

[GitHub] [doris] caiconghui commented on pull request #10534: [hotfix](dev-1.0.1) abort load task if pending data exceed limit in table sink

2022-06-30 Thread GitBox
caiconghui commented on PR #10534: URL: https://github.com/apache/doris/pull/10534#issuecomment-1171868093 what‘s the problem for this PR to solve? -- 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

[GitHub] [doris] cambyzju commented on a diff in pull request #10385: [feature-wip](array-type) add function array_remove

2022-06-30 Thread GitBox
cambyzju commented on code in PR #10385: URL: https://github.com/apache/doris/pull/10385#discussion_r911573511 ## docs/en/docs/sql-manual/sql-functions/array-functions/array_remove.md: ## @@ -0,0 +1,79 @@ +--- +{ +"title": "array_remove", +"language": "en" +} +--- + + +

[GitHub] [doris] yiguolei merged pull request #10500: [docs](array-type)Fix keywords in array functions' help documents

2022-06-30 Thread GitBox
yiguolei merged PR #10500: URL: https://github.com/apache/doris/pull/10500 -- 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 (659e863bd7 -> d52da675aa)

2022-06-30 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 659e863bd7 [bugfix] fix tcmalooc hook cancel deadlock (#10514) add d52da675aa [docs](array-type)Fix keywords in

[doris] branch master updated: [bugfix] fix tcmalooc hook cancel deadlock (#10514)

2022-06-30 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 659e863bd7 [bugfix] fix tcmalooc hook cancel de

[GitHub] [doris] yiguolei closed issue #10513: [Bug] Deadlock when cancel query in tcmalloc hook during add_block

2022-06-30 Thread GitBox
yiguolei closed issue #10513: [Bug] Deadlock when cancel query in tcmalloc hook during add_block URL: https://github.com/apache/doris/issues/10513 -- 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

[GitHub] [doris] yiguolei merged pull request #10514: [fix] (mem tracker) Fix cancel query deadlock during add_block, and query pool tracker error cancel query

2022-06-30 Thread GitBox
yiguolei merged PR #10514: URL: https://github.com/apache/doris/pull/10514 -- 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 (06e436b7cc -> a9d23ce337)

2022-06-30 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 06e436b7cc [bugfix]dump_one_line failed to dump last column (#10522) add a9d23ce337 [refactor] remove collator (

[GitHub] [doris] yiguolei merged pull request #10518: [Chore][Vectorized] remove unused collator

2022-06-30 Thread GitBox
yiguolei merged PR #10518: URL: https://github.com/apache/doris/pull/10518 -- 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 (6c2e76e39f -> 06e436b7cc)

2022-06-30 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 6c2e76e39f [enhancement](proc) Support showing more details in show proc "/dbs" (#10471) add 06e436b7cc [bugfix

[GitHub] [doris] yiguolei merged pull request #10522: [fix] block dump_one_line assert error

2022-06-30 Thread GitBox
yiguolei merged PR #10522: URL: https://github.com/apache/doris/pull/10522 -- 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

[GitHub] [doris] englefly opened a new pull request, #10539: Simd 01 filter

2022-06-30 Thread GitBox
englefly opened a new pull request, #10539: URL: https://github.com/apache/doris/pull/10539 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original behavior: (Yes

[GitHub] [doris] englefly closed pull request #10538: [draft] draft !!! filter by ret_flag

2022-06-30 Thread GitBox
englefly closed pull request #10538: [draft] draft !!! filter by ret_flag URL: https://github.com/apache/doris/pull/10538 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To uns

[GitHub] [doris] caiconghui merged pull request #10471: [enhancement](proc) Support showing more details in show proc "/dbs"

2022-06-30 Thread GitBox
caiconghui merged PR #10471: URL: https://github.com/apache/doris/pull/10471 -- 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: [enhancement](proc) Support showing more details in show proc "/dbs" (#10471)

2022-06-30 Thread caiconghui
This is an automated email from the ASF dual-hosted git repository. caiconghui 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 6c2e76e39f [enhancement](proc) Support showin

[GitHub] [doris] caiconghui closed issue #10470: [Enhancement] (proc) Support showing more details in show proc "/dbs"

2022-06-30 Thread GitBox
caiconghui closed issue #10470: [Enhancement] (proc) Support showing more details in show proc "/dbs" URL: https://github.com/apache/doris/issues/10470 -- 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 t

[GitHub] [doris] englefly opened a new pull request, #10538: [draft] draft !!! filter by ret_flag

2022-06-30 Thread GitBox
englefly opened a new pull request, #10538: URL: https://github.com/apache/doris/pull/10538 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original behavior: (Yes

[GitHub] [doris] morningman commented on a diff in pull request #10534: [hotfix](dev-1.0.1) abort load task if pending data exceed limit in table sink

2022-06-30 Thread GitBox
morningman commented on code in PR #10534: URL: https://github.com/apache/doris/pull/10534#discussion_r911566343 ## be/src/vec/sink/vtablet_sink.cpp: ## @@ -117,12 +119,12 @@ Status VOlapTableSink::send(RuntimeState* state, vectorized::Block* input_block) _partition_to

[GitHub] [doris] zhannngchen commented on pull request #10529: [feature-wip](unique-key-merge-on-write) add primary key index

2022-06-30 Thread GitBox
zhannngchen commented on PR #10529: URL: https://github.com/apache/doris/pull/10529#issuecomment-1171855962 @dataroaring could you help to review this PR? -- 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 t

[GitHub] [doris] zhannngchen commented on pull request #10511: [feature-wip](unique-key-merge-on-write)port IntervalTree from kudu

2022-06-30 Thread GitBox
zhannngchen commented on PR #10511: URL: https://github.com/apache/doris/pull/10511#issuecomment-1171855732 @dataroaring could you help to review this PR? -- 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 t

[GitHub] [doris] xinyiZzz closed issue #10516: [Bug] BE hangs at startup, stuck in tcmalloc hook call `ExecEnv::GetInstance()`

2022-06-30 Thread GitBox
xinyiZzz closed issue #10516: [Bug] BE hangs at startup, stuck in tcmalloc hook call `ExecEnv::GetInstance()` URL: https://github.com/apache/doris/issues/10516 -- 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

[doris] branch master updated: [fix] (mem tracker) Fix BE hangs at startup, stuck in tcmalloc hook call ExecEnv::GetInstance() (#10517)

2022-06-30 Thread zouxinyi
This is an automated email from the ASF dual-hosted git repository. zouxinyi 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 0d99b27d89 [fix] (mem tracker) Fix BE hangs at

[GitHub] [doris] xinyiZzz merged pull request #10517: [fix] (mem tracker) Fix BE hangs at startup, stuck in tcmalloc hook call ExecEnv::GetInstance()

2022-06-30 Thread GitBox
xinyiZzz merged PR #10517: URL: https://github.com/apache/doris/pull/10517 -- 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

[GitHub] [doris] xinyiZzz commented on pull request #10517: [fix] (mem tracker) Fix BE hangs at startup, stuck in tcmalloc hook call ExecEnv::GetInstance()

2022-06-30 Thread GitBox
xinyiZzz commented on PR #10517: URL: https://github.com/apache/doris/pull/10517#issuecomment-1171853125 LGTM -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe

[GitHub] [doris] morningman opened a new pull request, #10537: [hotfix](dev-1.0.1) fall back to non vec engine for some outer join cases

2022-06-30 Thread GitBox
morningman opened a new pull request, #10537: URL: https://github.com/apache/doris/pull/10537 # Proposed changes This is a temporary way to avoid outer join crash in vec engine. The support for outer join in vec engine will be fixed in another PR. ## Problem Summary: D

[GitHub] [doris] stalary commented on issue #10489: [Bug] Unsupported correlated subquery: SELECT

2022-06-30 Thread GitBox
stalary commented on issue #10489: URL: https://github.com/apache/doris/issues/10489#issuecomment-1171843098 > bug was introduced by [#7357](https://github.com/apache/doris/pull/7357). disable predicate infer by `set enable_infer_predicate = false;` should work. ok, thanks. -- This

[GitHub] [doris] qzsee commented on a diff in pull request #10462: [Enhancement](Nereids) push down predicate through join

2022-06-30 Thread GitBox
qzsee commented on code in PR #10462: URL: https://github.com/apache/doris/pull/10462#discussion_r911557867 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/PushPredicateThroughJoin.java: ## @@ -0,0 +1,150 @@ +// Licensed to the Apache Software Foundati

[GitHub] [doris] qzsee commented on a diff in pull request #10462: [Enhancement](Nereids) push down predicate through join

2022-06-30 Thread GitBox
qzsee commented on code in PR #10462: URL: https://github.com/apache/doris/pull/10462#discussion_r911556580 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/PushPredicateThroughJoin.java: ## @@ -0,0 +1,150 @@ +// Licensed to the Apache Software Foundati

[GitHub] [doris] qzsee commented on a diff in pull request #10462: [Enhancement](Nereids) push down predicate through join

2022-06-30 Thread GitBox
qzsee commented on code in PR #10462: URL: https://github.com/apache/doris/pull/10462#discussion_r911556425 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/PushPredicateThroughJoin.java: ## @@ -0,0 +1,150 @@ +// Licensed to the Apache Software Foundati

[GitHub] [doris] qzsee commented on a diff in pull request #10462: [Enhancement](Nereids) push down predicate through join

2022-06-30 Thread GitBox
qzsee commented on code in PR #10462: URL: https://github.com/apache/doris/pull/10462#discussion_r911556011 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/PushPredicateThroughJoin.java: ## @@ -0,0 +1,150 @@ +// Licensed to the Apache Software Foundati

[doris] branch master updated (7571263ed7 -> d43d3fc35f)

2022-06-30 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 7571263ed7 [Bug][Vectorized] fix timestamp(datetime) not regist right (#10525) add d43d3fc35f [improvement] m

[GitHub] [doris] morningman merged pull request #10327: [Enhancement] modify comment " to ' compat mysql.

2022-06-30 Thread GitBox
morningman merged PR #10327: URL: https://github.com/apache/doris/pull/10327 -- 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] github-actions[bot] commented on pull request #10327: [Enhancement] modify comment " to ' compat mysql.

2022-06-30 Thread GitBox
github-actions[bot] commented on PR #10327: URL: https://github.com/apache/doris/pull/10327#issuecomment-1171812353 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] morningman closed issue #10203: [Enhancement] Show create table Comment use single quotes

2022-06-30 Thread GitBox
morningman closed issue #10203: [Enhancement] Show create table Comment use single quotes URL: https://github.com/apache/doris/issues/10203 -- 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 speci

[GitHub] [doris] stalary commented on a diff in pull request #9583: [Feature] Support es external table not assign schema

2022-06-30 Thread GitBox
stalary commented on code in PR #9583: URL: https://github.com/apache/doris/pull/9583#discussion_r911516109 ## fe/fe-core/src/main/java/org/apache/doris/external/elasticsearch/EsUtil.java: ## @@ -87,12 +93,129 @@ public static JSONObject getJsonObject(JSONObject jsonObject, Str

[doris] branch master updated: [Bug][Vectorized] fix timestamp(datetime) not regist right (#10525)

2022-06-30 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 7571263ed7 [Bug][Vectorized] fix timestamp(date

[GitHub] [doris] yiguolei closed issue #10524: [Bug] core dump on is_column_const

2022-06-30 Thread GitBox
yiguolei closed issue #10524: [Bug] core dump on is_column_const URL: https://github.com/apache/doris/issues/10524 -- 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 unsubscrib

[GitHub] [doris] yiguolei merged pull request #10525: [Bug][Vectorized] fix timestamp(datetime) not regist right

2022-06-30 Thread GitBox
yiguolei merged PR #10525: URL: https://github.com/apache/doris/pull/10525 -- 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

[GitHub] [doris] wsjz commented on pull request #10512: [feature] (vectorization)parquet push down support

2022-06-30 Thread GitBox
wsjz commented on PR #10512: URL: https://github.com/apache/doris/pull/10512#issuecomment-1171432393 这是来自QQ邮箱的假期自动回复邮件。 好,我最近正在休假中   您,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[GitHub] [doris] morningman commented on a diff in pull request #10512: [feature] (vectorization)parquet push down support

2022-06-30 Thread GitBox
morningman commented on code in PR #10512: URL: https://github.com/apache/doris/pull/10512#discussion_r911199096 ## be/src/exec/arrow/parquet_reader.cpp: ## @@ -118,6 +126,7 @@ Status ParquetReaderWrap::init_reader(const std::vector& tuple_ } void ParquetReaderWrap::close()

[GitHub] [doris] englefly opened a new pull request, #10534: [hotfix] abort load task if pending data exceed limit in table sink

2022-06-30 Thread GitBox
englefly opened a new pull request, #10534: URL: https://github.com/apache/doris/pull/10534 # Proposed changes abort load task if pending data exceed limit (500M) in table sink Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Che

[doris] branch master updated: [refactor](load) Remove mini load (#10520)

2022-06-30 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 aab7dc956f [refactor](load) Remove mini load (#

[GitHub] [doris] yiguolei merged pull request #10520: [refactor](load) Remove mini load

2022-06-30 Thread GitBox
yiguolei merged PR #10520: URL: https://github.com/apache/doris/pull/10520 -- 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

[GitHub] [doris] Kikyou1997 commented on a diff in pull request #10499: [Feature](neireids) Add support of ProjectNode in PlanTranslator

2022-06-30 Thread GitBox
Kikyou1997 commented on code in PR #10499: URL: https://github.com/apache/doris/pull/10499#discussion_r911146736 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/FindFunction.java: ## @@ -0,0 +1,55 @@ +// Licensed to the Apache Software Foundation (ASF) und

[GitHub] [doris] Kikyou1997 commented on a diff in pull request #10499: [Feature](neireids) Add support of ProjectNode in PlanTranslator

2022-06-30 Thread GitBox
Kikyou1997 commented on code in PR #10499: URL: https://github.com/apache/doris/pull/10499#discussion_r911146142 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/FindFunction.java: ## @@ -0,0 +1,55 @@ +// Licensed to the Apache Software Foundation (ASF) und

[doris-flink-connector] branch master updated: [optimization] add disable 2pc config (#34)

2022-06-30 Thread diwu
This is an automated email from the ASF dual-hosted git repository. diwu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-flink-connector.git The following commit(s) were added to refs/heads/master by this push: new 81952c0 [optimization] add disable

[GitHub] [doris-flink-connector] JNSimba merged pull request #34: add 2pc config

2022-06-30 Thread GitBox
JNSimba merged PR #34: URL: https://github.com/apache/doris-flink-connector/pull/34 -- 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-flink-connector] branch master updated: FIX: fix wrap null (#41)

2022-06-30 Thread diwu
This is an automated email from the ASF dual-hosted git repository. diwu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-flink-connector.git The following commit(s) were added to refs/heads/master by this push: new ab3bf15 FIX: fix wrap null (#41) a

[GitHub] [doris-flink-connector] JNSimba merged pull request #41: FIX: fix wrap null

2022-06-30 Thread GitBox
JNSimba merged PR #41: URL: https://github.com/apache/doris-flink-connector/pull/41 -- 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] [doris] morningman commented on a diff in pull request #10521: [feature-wip](multi-catalog) end to end to support multi-catalog

2022-06-30 Thread GitBox
morningman commented on code in PR #10521: URL: https://github.com/apache/doris/pull/10521#discussion_r910840777 ## fe/fe-core/src/main/java/org/apache/doris/qe/ShowExecutor.java: ## @@ -647,7 +650,13 @@ private void handleShowPartitionId() throws AnalysisException { priva

[GitHub] [doris] spaces-X commented on a diff in pull request #10084: [feature-wip](vectorized) Support block aggregate in scanner

2022-06-30 Thread GitBox
spaces-X commented on code in PR #10084: URL: https://github.com/apache/doris/pull/10084#discussion_r911079204 ## be/src/vec/olap/block_reader.cpp: ## @@ -154,6 +177,49 @@ Status BlockReader::init(const ReaderParams& read_params) { return Status::OK(); } +Status BlockRea

[GitHub] [doris] luozenglin opened a new pull request, #10533: [feature][tracing] Support query tracing to improve doris observabil…

2022-06-30 Thread GitBox
luozenglin opened a new pull request, #10533: URL: https://github.com/apache/doris/pull/10533 …ity by introducing OpenTelemetry. The collection of query traces is implemented in fe and be, and the spans are exported to zipkin. # Proposed changes Issue Number: close #xxx

[GitHub] [doris] 924060929 commented on a diff in pull request #10499: [Feature](neireids) Add support of ProjectNode in PlanTranslator

2022-06-30 Thread GitBox
924060929 commented on code in PR #10499: URL: https://github.com/apache/doris/pull/10499#discussion_r911057735 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/FindFunction.java: ## @@ -0,0 +1,55 @@ +// Licensed to the Apache Software Foundation (ASF) unde

[GitHub] [doris] 924060929 commented on a diff in pull request #10499: [Feature](neireids) Add support of ProjectNode in PlanTranslator

2022-06-30 Thread GitBox
924060929 commented on code in PR #10499: URL: https://github.com/apache/doris/pull/10499#discussion_r911057735 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/FindFunction.java: ## @@ -0,0 +1,55 @@ +// Licensed to the Apache Software Foundation (ASF) unde

[GitHub] [doris] whutpencil opened a new issue, #10532: [Bug] what does doris_be_memory_allocated_bytes mean

2022-06-30 Thread GitBox
whutpencil opened a new issue, #10532: URL: https://github.com/apache/doris/issues/10532 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version 0.15-rc04

[GitHub] [doris] Kikyou1997 commented on a diff in pull request #10499: [Feature](neireids) Add support of ProjectNode in PlanTranslator

2022-06-30 Thread GitBox
Kikyou1997 commented on code in PR #10499: URL: https://github.com/apache/doris/pull/10499#discussion_r911009838 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/translator/PhysicalPlanTranslator.java: ## @@ -138,8 +147,13 @@ public PlanFragment visitPhysicalOlap

[GitHub] [doris] github-actions[bot] commented on pull request #10522: [fix] block dump_one_line assert error

2022-06-30 Thread GitBox
github-actions[bot] commented on PR #10522: URL: https://github.com/apache/doris/pull/10522#issuecomment-1171195316 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 #10522: [fix] block dump_one_line assert error

2022-06-30 Thread GitBox
github-actions[bot] commented on PR #10522: URL: https://github.com/apache/doris/pull/10522#issuecomment-1171195277 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] Kikyou1997 commented on a diff in pull request #10499: [Feature](neireids) Add support of ProjectNode in PlanTranslator

2022-06-30 Thread GitBox
Kikyou1997 commented on code in PR #10499: URL: https://github.com/apache/doris/pull/10499#discussion_r911002150 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/translator/PhysicalPlanTranslator.java: ## @@ -138,8 +147,13 @@ public PlanFragment visitPhysicalOlap

[doris] branch master updated: [improvement]Add reading by rowids to speed up lazy materialization (#10506)

2022-06-30 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 18ad8ebfbb [improvement]Add reading by rowids t

[GitHub] [doris] yiguolei closed issue #10505: [Enhancement] Reduce times of seeking in lazy materialization read

2022-06-30 Thread GitBox
yiguolei closed issue #10505: [Enhancement] Reduce times of seeking in lazy materialization read URL: https://github.com/apache/doris/issues/10505 -- 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

[GitHub] [doris] yiguolei merged pull request #10506: [improvement]Add reading by rowids to speed up lazy materialization

2022-06-30 Thread GitBox
yiguolei merged PR #10506: URL: https://github.com/apache/doris/pull/10506 -- 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

[GitHub] [doris] morrySnow opened a new pull request, #10531: [fix](Nereids) fix some bugs before plantranslator

2022-06-30 Thread GitBox
morrySnow opened a new pull request, #10531: URL: https://github.com/apache/doris/pull/10531 # Proposed changes fix below bugs: - StmtExecutor could not call NereidsPlanner#plan correctly - JobBatch push List into List - implementation rule set not include all implementation r

[GitHub] [doris] github-actions[bot] commented on pull request #10501: [fix](Insert) fix 5 concurrent "insert...select..." OOM

2022-06-30 Thread GitBox
github-actions[bot] commented on PR #10501: URL: https://github.com/apache/doris/pull/10501#issuecomment-1171172592 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 #10501: [fix](Insert) fix 5 concurrent "insert...select..." OOM

2022-06-30 Thread GitBox
github-actions[bot] commented on PR #10501: URL: https://github.com/apache/doris/pull/10501#issuecomment-1171172567 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 #10529: [feature-wip](unique-key-merge-on-write) add primary key index

2022-06-30 Thread GitBox
github-actions[bot] commented on PR #10529: URL: https://github.com/apache/doris/pull/10529#issuecomment-1171167201 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 #10529: [feature-wip](unique-key-merge-on-write) add primary key index

2022-06-30 Thread GitBox
zhannngchen commented on code in PR #10529: URL: https://github.com/apache/doris/pull/10529#discussion_r910970255 ## be/src/olap/primary_key_index.h: ## @@ -0,0 +1,80 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. S

[GitHub] [doris] EmmyMiao87 commented on a diff in pull request #10462: [Enhancement](Nereids) push down predicate through join

2022-06-30 Thread GitBox
EmmyMiao87 commented on code in PR #10462: URL: https://github.com/apache/doris/pull/10462#discussion_r910968848 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/PushPredicateThroughJoin.java: ## @@ -0,0 +1,150 @@ +// Licensed to the Apache Software Fou

  1   2   >