[GitHub] [doris] englefly commented on a diff in pull request #12987: [feature](nereids) refactor statistics framework and introduce StatsCalculatorV2

2022-10-07 Thread GitBox
englefly commented on code in PR #12987: URL: https://github.com/apache/doris/pull/12987#discussion_r990585141 ## fe/fe-core/src/main/java/org/apache/doris/nereids/stats/StatsCalculator.java: ## @@ -320,17 +323,17 @@ private StatsDeriveResult computeAggregate(Aggregate aggregat

[GitHub] [doris] englefly commented on a diff in pull request #13091: [feature](nereids) dump physical tree and memo

2022-10-07 Thread GitBox
englefly commented on code in PR #13091: URL: https://github.com/apache/doris/pull/13091#discussion_r990599149 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/physical/PhysicalHashJoin.java: ## @@ -88,6 +88,16 @@ public R accept(PlanVisitor visitor, C context)

[GitHub] [doris] englefly commented on a diff in pull request #13091: [feature](nereids) dump physical tree and memo

2022-10-07 Thread GitBox
englefly commented on code in PR #13091: URL: https://github.com/apache/doris/pull/13091#discussion_r990599149 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/physical/PhysicalHashJoin.java: ## @@ -88,6 +88,16 @@ public R accept(PlanVisitor visitor, C context)

[GitHub] [doris] github-actions[bot] commented on pull request #13163: [regression]Open broker load regression test

2022-10-07 Thread GitBox
github-actions[bot] commented on PR #13163: URL: https://github.com/apache/doris/pull/13163#issuecomment-1272243351 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 #13163: [regression]Open broker load regression test

2022-10-07 Thread GitBox
github-actions[bot] commented on PR #13163: URL: https://github.com/apache/doris/pull/13163#issuecomment-1272243344 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-website] yuanyuan8983 opened a new pull request, #123: [typo](docs) Fix jump link 404 in elastic expansion. md

2022-10-07 Thread GitBox
yuanyuan8983 opened a new pull request, #123: URL: https://github.com/apache/doris-website/pull/123 Fix jump link 404 in elastic expansion. md -- 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] yuanyuan8983 opened a new pull request, #13168: [typo](docs) Fix jump link 404 in elastic-expansion.md

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

[GitHub] [doris] gavinchou opened a new pull request, #13167: [fix] Fix over-allocated memory for string type

2022-10-07 Thread GitBox
gavinchou opened a new pull request, #13167: URL: https://github.com/apache/doris/pull/13167 For string/varchar/text type, the length field is fixed to 2GB. (`ColumnMetaPB`) We don't actually have to allocate 2GB for every string type because we will reallocate the precise size of memory

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

2022-10-07 Thread GitBox
SaintBacchus closed pull request #12070: [Feature][MultiTableMV](Step1)Scheduler framework URL: https://github.com/apache/doris/pull/12070 -- 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] SaintBacchus commented on pull request #12070: [Feature][MultiTableMV](Step1)Scheduler framework

2022-10-07 Thread GitBox
SaintBacchus commented on PR #12070: URL: https://github.com/apache/doris/pull/12070#issuecomment-1272240387 Close this and new impl in https://github.com/apache/doris/issues/13146 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[GitHub] [doris] BiteTheDDDDt opened a new pull request, #13166: [Enhancement](scanner) support slipt avg key range

2022-10-07 Thread GitBox
BiteThet opened a new pull request, #13166: URL: https://github.com/apache/doris/pull/13166 # Proposed changes ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes - [ ] No

[doris] branch branch-1.1-lts updated (1e148b2e6a -> ed831aec90)

2022-10-07 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch branch-1.1-lts in repository https://gitbox.apache.org/repos/asf/doris.git from 1e148b2e6a [fix](fe_ut) fix all fe ut failure (#13104) add ed831aec90 Revert "[improvement](memory) set

[GitHub] [doris] yiguolei merged pull request #13152: [fix](tcmalloc)Revert tc limit

2022-10-07 Thread GitBox
yiguolei merged PR #13152: URL: https://github.com/apache/doris/pull/13152 -- 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] Gabriel39 commented on issue #13164: [Bug] BE crash with when JVM exists

2022-10-07 Thread GitBox
Gabriel39 commented on issue #13164: URL: https://github.com/apache/doris/issues/13164#issuecomment-1272234794 When we send signal 15 to Doris BE, JVM will exist and do some clean-up jobs. According to my analysis, I think this signal processing by JVM will overwrite Doris's one. So I just

[GitHub] [doris] Gabriel39 opened a new pull request, #13165: [Bug](libjvm) reorder initialization of JNI

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

[GitHub] [doris] Gabriel39 opened a new issue, #13164: [Bug] BE crash with when JVM exists

2022-10-07 Thread GitBox
Gabriel39 opened a new issue, #13164: URL: https://github.com/apache/doris/issues/13164 ### 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] Jibing-Li opened a new pull request, #13163: [regression]Open broker load regression test

2022-10-07 Thread GitBox
Jibing-Li opened a new pull request, #13163: URL: https://github.com/apache/doris/pull/13163 Open broker load regression test. Move test data to bucket doris-build-hk-1308700295 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes.

[GitHub] [doris] englefly commented on a diff in pull request #12987: [feature](nereids) refactor statistics framework and introduce StatsCalculatorV2

2022-10-07 Thread GitBox
englefly commented on code in PR #12987: URL: https://github.com/apache/doris/pull/12987#discussion_r990591904 ## fe/fe-core/src/main/java/org/apache/doris/nereids/stats/FilterEstimation.java: ## @@ -0,0 +1,300 @@ +// Licensed to the Apache Software Foundation (ASF) under one +/

[GitHub] [doris] englefly commented on a diff in pull request #12987: [feature](nereids) refactor statistics framework and introduce StatsCalculatorV2

2022-10-07 Thread GitBox
englefly commented on code in PR #12987: URL: https://github.com/apache/doris/pull/12987#discussion_r990591564 ## fe/fe-core/src/main/java/org/apache/doris/statistics/ColumnStat.java: ## @@ -54,7 +51,7 @@ * For example: * "@ndv = 10" means that the number distinct values is

[doris] branch master updated (63f5dc1953 -> cf2b93532b)

2022-10-07 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 63f5dc1953 [feature](Nereids): support Alias join reorder and fix bug. (#12890) add cf2b93532b [fix](file-sca

[GitHub] [doris] morningman merged pull request #13135: [fix](file-scanner) fix some logic about broker load with parquet with new file scanner

2022-10-07 Thread GitBox
morningman merged PR #13135: URL: https://github.com/apache/doris/pull/13135 -- 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 opened a new pull request, #13162: [fix](be) Open the project expressions properly.

2022-10-07 Thread GitBox
Kikyou1997 opened a new pull request, #13162: URL: https://github.com/apache/doris/pull/13162 # Proposed changes Issue Number: #13150 ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes

[GitHub] [doris] FreeOnePlus closed pull request #13161: [typo](docs)Fix Docs Error Url

2022-10-07 Thread GitBox
FreeOnePlus closed pull request #13161: [typo](docs)Fix Docs Error Url URL: https://github.com/apache/doris/pull/13161 -- 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 unsubs

[GitHub] [doris] FreeOnePlus opened a new pull request, #13161: [typo](docs)Fix Docs Error Url

2022-10-07 Thread GitBox
FreeOnePlus opened a new pull request, #13161: URL: https://github.com/apache/doris/pull/13161 baseUrl:https://doris.apache.org/zh-CN/docs/dev/sql-manual/sql-reference/Show-Statements/SHOW-ALTER-TABLE-MATERIALIZED-VIEW errorUrl:https://doris.apache.org/zh-CN/docs/dev/sql-manual/sql-m

[GitHub] [doris-website] zy-kkk closed pull request #122: fix docs 404 url

2022-10-07 Thread GitBox
zy-kkk closed pull request #122: fix docs 404 url URL: https://github.com/apache/doris-website/pull/122 -- 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:

[GitHub] [doris] FreeOnePlus opened a new pull request, #13160: [typo](docs)Fix Docs Error Url

2022-10-07 Thread GitBox
FreeOnePlus opened a new pull request, #13160: URL: https://github.com/apache/doris/pull/13160 baseUrl:https://doris.apache.org/zh-CN/docs/ecosystem/doris-manager/space-list errorUrl:https://doris.apache.org/zh-CN/downloads/downloads.html fixUrl:https://doris.apache.org/zh-CN/d

[GitHub] [doris] FreeOnePlus opened a new pull request, #13159: [typo](docs)Fix Docs Error Url

2022-10-07 Thread GitBox
FreeOnePlus opened a new pull request, #13159: URL: https://github.com/apache/doris/pull/13159 baseUrl:https://doris.apache.org/zh-CN/docs/sql-manual/sql-reference/Data-Definition-Statements/Alter/ALTER-TABLE-PARTITION errorUrl:https://doris.apache.org/zh-CN/docs/sql-manual/sql-refer

[doris-website] branch master updated (99b376a60d9 -> 59606726aa0)

2022-10-07 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git from 99b376a60d9 fix doc link add fb18b0c181a fix add 59606726aa0 fix No new revisions were added b

[GitHub] [doris] FreeOnePlus opened a new pull request, #13158: [typo](docs)Fix Docs Error Url

2022-10-07 Thread GitBox
FreeOnePlus opened a new pull request, #13158: URL: https://github.com/apache/doris/pull/13158 baseUrl:https://doris.apache.org/zh-CN/docs/sql-manual/sql-reference/Data-Definition-Statements/Alter/ALTER-TABLE-REPLACE errorUrl:https://doris.apache.org/zh-CN/docs/sql-manual/sql-referen

[GitHub] [doris] zy-kkk opened a new pull request, #13157: [typo](docs)fix docs 404 url

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

[GitHub] [doris-website] yuanyuan8983 opened a new pull request, #121: [typo](docs)Fix the jump link 404 in delete recover.md

2022-10-07 Thread GitBox
yuanyuan8983 opened a new pull request, #121: URL: https://github.com/apache/doris-website/pull/121 Fix the jump link 404 in delete recover.md -- 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] yuanyuan8983 opened a new pull request, #13156: [typo](docs)Fix the jump link 404 in delete recover.md

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

[GitHub] [doris] FreeOnePlus opened a new pull request, #13155: [doc]Fix Doc Error Url

2022-10-07 Thread GitBox
FreeOnePlus opened a new pull request, #13155: URL: https://github.com/apache/doris/pull/13155 baseUrl:https://doris.apache.org/zh-CN/docs/sql-manual/sql-reference/Data-Definition-Statements/Alter/ALTER-TABLE-ROLLUP errorUrl:https://doris.apache.org/zh-CN/docs/sql-manual/sql-referenc

[GitHub] [doris] FreeOnePlus opened a new pull request, #13154: [doc]Fix Doc Error Url

2022-10-07 Thread GitBox
FreeOnePlus opened a new pull request, #13154: URL: https://github.com/apache/doris/pull/13154 baseUrl:https://doris.apache.org/zh-CN/docs/sql-manual/sql-reference/Data-Definition-Statements/Drop/DROP-DATABASE errorUrl:https://doris.apache.org/zh-CN/docs/sql-manual/sql-reference/Data

[GitHub] [doris] hf200012 commented on a diff in pull request #13149: [typo](docs)Fix FE Configuration Jump Link 404

2022-10-07 Thread GitBox
hf200012 commented on code in PR #13149: URL: https://github.com/apache/doris/pull/13149#discussion_r990585238 ## docs/en/docs/admin-manual/http-actions/fe/table-schema-action.md: ## @@ -97,7 +97,7 @@ None "count": 0 } ``` -Note: The difference is that the `http` metho

[GitHub] [doris] englefly commented on a diff in pull request #12987: [feature](nereids) refactor statistics framework and introduce StatsCalculatorV2

2022-10-07 Thread GitBox
englefly commented on code in PR #12987: URL: https://github.com/apache/doris/pull/12987#discussion_r990582926 ## fe/fe-core/src/main/java/org/apache/doris/nereids/stats/ExpressionEstimation.java: ## @@ -0,0 +1,210 @@ +// Licensed to the Apache Software Foundation (ASF) under on

[GitHub] [doris] FreeOnePlus opened a new pull request, #13153: [docs]Fix Docs Error Urls

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

[GitHub] [doris] dataroaring opened a new pull request, #13152: [fix](tcmalloc)Revert tc limit

2022-10-07 Thread GitBox
dataroaring opened a new pull request, #13152: URL: https://github.com/apache/doris/pull/13152 …emory consumption of tcmalloc (#12981)" This reverts commit 675166711a84e060365c822260866d89f0d11a01. Now, doris allocates a lot memory which is not used, in most cases it just consu

[GitHub] [doris] github-actions[bot] commented on pull request #13135: [fix](file-scanner) fix some logic about broker load with parquet with new file scanner

2022-10-07 Thread GitBox
github-actions[bot] commented on PR #13135: URL: https://github.com/apache/doris/pull/13135#issuecomment-1272216630 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] smallhibiscus closed issue #9291: [Bug] The decimal type is zero after the decimal point will be erased.

2022-10-07 Thread GitBox
smallhibiscus closed issue #9291: [Bug] The decimal type is zero after the decimal point will be erased. URL: https://github.com/apache/doris/issues/9291 -- 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] smallhibiscus commented on issue #9291: [Bug] The decimal type is zero after the decimal point will be erased.

2022-10-07 Thread GitBox
smallhibiscus commented on issue #9291: URL: https://github.com/apache/doris/issues/9291#issuecomment-1272216538 #13065 -- 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] hf200012 opened a new pull request, #13151: [typo](docs)Sql doc link fix

2022-10-07 Thread GitBox
hf200012 opened a new pull request, #13151: URL: https://github.com/apache/doris/pull/13151 sql doc link fix # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original be

[GitHub] [doris] smallhibiscus commented on issue #9291: [Bug] The decimal type is zero after the decimal point will be erased.

2022-10-07 Thread GitBox
smallhibiscus commented on issue #9291: URL: https://github.com/apache/doris/issues/9291#issuecomment-1272216289 https://github.com/apache/doris/pull/13065 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [doris] ByteYue opened a new issue, #13150: [Bug](ExecNode) unreachable projections open cause projections uninitialized

2022-10-07 Thread GitBox
ByteYue opened a new issue, #13150: URL: https://github.com/apache/doris/issues/13150 ### 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-website] yuanyuan8983 opened a new pull request, #120: [typo](docs)Fix FE Configuration Jump Link 404

2022-10-07 Thread GitBox
yuanyuan8983 opened a new pull request, #120: URL: https://github.com/apache/doris-website/pull/120 Fix FE Configuration Jump Link 404 -- 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] morrySnow commented on a diff in pull request #13091: [feature](nereids) dump physical tree and memo

2022-10-07 Thread GitBox
morrySnow commented on code in PR #13091: URL: https://github.com/apache/doris/pull/13091#discussion_r990582108 ## fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java: ## @@ -200,6 +200,7 @@ public class SessionVariable implements Serializable, Writable { pub

[GitHub] [doris] yuanyuan8983 opened a new pull request, #13149: [typo](docs)Fix FE Configuration Jump Link 404

2022-10-07 Thread GitBox
yuanyuan8983 opened a new pull request, #13149: URL: https://github.com/apache/doris/pull/13149 Fix FE Configuration Jump Link 404 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it

[doris-website] branch master updated: fix doc link

2022-10-07 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-website.git The following commit(s) were added to refs/heads/master by this push: new 99b376a60d9 fix doc link 99b376a60d

[GitHub] [doris] github-actions[bot] commented on pull request #13135: [fix](file-scanner) fix some logic about broker load with parquet with new file scanner

2022-10-07 Thread GitBox
github-actions[bot] commented on PR #13135: URL: https://github.com/apache/doris/pull/13135#issuecomment-1272211304 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 #13148: [fix](flinkCDC Demo):fix flinkcdc demo execution error

2022-10-07 Thread GitBox
github-actions[bot] commented on PR #13148: URL: https://github.com/apache/doris/pull/13148#issuecomment-1272210364 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 #13148: [fix](flinkCDC Demo):fix flinkcdc demo execution error

2022-10-07 Thread GitBox
github-actions[bot] commented on PR #13148: URL: https://github.com/apache/doris/pull/13148#issuecomment-1272210372 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] DongLiang-0 opened a new pull request, #13148: [fix](flinkCDC Demo):fix flinkcdc demo execution error

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

[GitHub] [doris] SaintBacchus opened a new pull request, #13147: [Enhancement][MultiTableMaterializedView] The schedule framework for the MTMV

2022-10-07 Thread GitBox
SaintBacchus opened a new pull request, #13147: URL: https://github.com/apache/doris/pull/13147 # Proposed changes Issue Number: #13146 ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Ye

[GitHub] [doris] jackwener commented on issue #11916: [Enhancement] replace `assertTrue(X.equals(X))` with `assertEquals`

2022-10-07 Thread GitBox
jackwener commented on issue #11916: URL: https://github.com/apache/doris/issues/11916#issuecomment-1272208288 Hi, everyone, if you are interesting, you can new a PR and link this issue. And @ me, I will review it. -- This is an automated message from the Apache Git Service. To

[GitHub] [doris] luozenglin commented on a diff in pull request #13125: [fix](sort) fix nullable column sorting incorrectly

2022-10-07 Thread GitBox
luozenglin commented on code in PR #13125: URL: https://github.com/apache/doris/pull/13125#discussion_r990578722 ## be/src/vec/core/sort_block.h: ## @@ -259,15 +261,25 @@ class ColumnSorter { flags[not_null_range.first] = 0; }

[GitHub] [doris] SaintBacchus opened a new issue, #13146: [Enhancement][MultiTableMaterializedView] The schedule framework for the MTMV

2022-10-07 Thread GitBox
SaintBacchus opened a new issue, #13146: URL: https://github.com/apache/doris/issues/13146 ### 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 Metad

[GitHub] [doris] BePPPower commented on a diff in pull request #13086: [feature](information_schema) add `backends` information_schema table

2022-10-07 Thread GitBox
BePPPower commented on code in PR #13086: URL: https://github.com/apache/doris/pull/13086#discussion_r990577853 ## gensrc/thrift/Descriptors.thrift: ## @@ -103,7 +103,8 @@ enum TSchemaTableType { SCH_VARIABLES, SCH_VIEWS, SCH_INVALID, Review Comment: done -

[doris] branch master updated (91cf33865d -> 63f5dc1953)

2022-10-07 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 91cf33865d [improvement](load) config flush_thread_num_per_store to be 6 by default (#13076) add 63f5dc1953 [fea

[GitHub] [doris] jackwener merged pull request #12890: [feature](Nereids): support Alias join reorder and fix bug.

2022-10-07 Thread GitBox
jackwener merged PR #12890: URL: https://github.com/apache/doris/pull/12890 -- 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

[GitHub] [doris] SaintBacchus opened a new pull request, #13145: [feature-wip](CN Node)Support Compute Only Node in doris

2022-10-07 Thread GitBox
SaintBacchus opened a new pull request, #13145: URL: https://github.com/apache/doris/pull/13145 # Proposed changes Issue Number: https://github.com/apache/doris/pull/13122 ## Problem summary Describe your changes. Introduce the node type to doris, and the table creatio

[GitHub] [doris] SaintBacchus opened a new issue, #13144: [Enhancement] Support Compute Only Node in doris

2022-10-07 Thread GitBox
SaintBacchus opened a new issue, #13144: URL: https://github.com/apache/doris/issues/13144 ### 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 As [

[GitHub] [doris-flink-connector] dinggege1024 closed issue #69: [Bug] connector build base flink 1.14.x failed

2022-10-07 Thread GitBox
dinggege1024 closed issue #69: [Bug] connector build base flink 1.14.x failed URL: https://github.com/apache/doris-flink-connector/issues/69 -- 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] github-actions[bot] commented on pull request #13014: [Bug](load) fix core dump on big block load

2022-10-07 Thread GitBox
github-actions[bot] commented on PR #13014: URL: https://github.com/apache/doris/pull/13014#issuecomment-1272191612 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 #13014: [Bug](load) fix core dump on big block load

2022-10-07 Thread GitBox
github-actions[bot] commented on PR #13014: URL: https://github.com/apache/doris/pull/13014#issuecomment-1272191608 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: [improvement](load) config flush_thread_num_per_store to be 6 by default (#13076)

2022-10-07 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 91cf33865d [improvement](load) config flush_t

[GitHub] [doris] morningman merged pull request #13076: [improvement](load) config flush_thread_num_per_store to be 6 by default

2022-10-07 Thread GitBox
morningman merged PR #13076: URL: https://github.com/apache/doris/pull/13076 -- 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 #13076: [improvement](load) config flush_thread_num_per_store to be 6 by default

2022-10-07 Thread GitBox
github-actions[bot] commented on PR #13076: URL: https://github.com/apache/doris/pull/13076#issuecomment-1272187258 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 #13076: [improvement](load) config flush_thread_num_per_store to be 6 by default

2022-10-07 Thread GitBox
github-actions[bot] commented on PR #13076: URL: https://github.com/apache/doris/pull/13076#issuecomment-1272187266 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 closed pull request #13121: Bump protobuf-java from 2.5.0 to 3.16.3 in /fs_brokers/apache_hdfs_broker

2022-10-07 Thread GitBox
morningman closed pull request #13121: Bump protobuf-java from 2.5.0 to 3.16.3 in /fs_brokers/apache_hdfs_broker URL: https://github.com/apache/doris/pull/13121 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [doris] dependabot[bot] commented on pull request #13121: Bump protobuf-java from 2.5.0 to 3.16.3 in /fs_brokers/apache_hdfs_broker

2022-10-07 Thread GitBox
dependabot[bot] commented on PR #13121: URL: https://github.com/apache/doris/pull/13121#issuecomment-1272186544 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let

[doris] branch master updated: [fix](test) resolve tpch_sf100_unique_p2 and tpch_sf10_unique_p2 to run in parallel (#13138)

2022-10-07 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new e0f17f217f [fix](test) resolve tpch_sf100_uni

[GitHub] [doris] morningman merged pull request #13138: [fix](test) resolve tpch_sf100_unique_p2 and tpch_sf10_unique_p2 to r…

2022-10-07 Thread GitBox
morningman merged PR #13138: URL: https://github.com/apache/doris/pull/13138 -- 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] closed pull request #8412: [Function] Support function YEARWEEK(DATE,INT,INT) RETURN INT

2022-10-07 Thread GitBox
github-actions[bot] closed pull request #8412: [Function] Support function YEARWEEK(DATE,INT,INT) RETURN INT URL: https://github.com/apache/doris/pull/8412 -- 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

[GitHub] [doris] Prakhar047 commented on issue #11916: [Enhancement] replace `assertTrue(X.equals(X))` with `assertEquals`

2022-10-07 Thread GitBox
Prakhar047 commented on issue #11916: URL: https://github.com/apache/doris/issues/11916#issuecomment-1271867862 its my very first contribution to open source, can you assign this problem to me? -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [doris] gavinchou commented on pull request #13133: [chore] Format keywords in sql_parser.cup

2022-10-07 Thread GitBox
gavinchou commented on PR #13133: URL: https://github.com/apache/doris/pull/13133#issuecomment-1271795821 > If you do so, I suggest to make one keyword in one line. That could be more clear and easier to resolve conflict. @morningman Done, it's true that one-keyword-per-line is much e

[GitHub] [doris] github-actions[bot] commented on pull request #13138: [fix](test) resolve tpch_sf100_unique_p2 and tpch_sf10_unique_p2 to r…

2022-10-07 Thread GitBox
github-actions[bot] commented on PR #13138: URL: https://github.com/apache/doris/pull/13138#issuecomment-1271786867 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 #13138: [fix](test) resolve tpch_sf100_unique_p2 and tpch_sf10_unique_p2 to r…

2022-10-07 Thread GitBox
github-actions[bot] commented on PR #13138: URL: https://github.com/apache/doris/pull/13138#issuecomment-1271786836 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 commented on pull request #13086: [feature](information_schema) add `backends` information_schema table

2022-10-07 Thread GitBox
morningman commented on PR #13086: URL: https://github.com/apache/doris/pull/13086#issuecomment-1271783653 There is a problem that, if I add a new column in FE for `backends`, I have to modify BE at same time. This maybe error-prone. Is there a way that I can just modify one place and

[GitHub] [doris] morningman commented on a diff in pull request #13086: [feature](information_schema) add `backends` information_schema table

2022-10-07 Thread GitBox
morningman commented on code in PR #13086: URL: https://github.com/apache/doris/pull/13086#discussion_r990249875 ## gensrc/thrift/Descriptors.thrift: ## @@ -103,7 +103,8 @@ enum TSchemaTableType { SCH_VARIABLES, SCH_VIEWS, SCH_INVALID, Review Comment: Maybe `S

[GitHub] [doris] dependabot[bot] commented on pull request #13120: Bump protobuf-java from 3.14.0 to 3.16.3 in /fe

2022-10-07 Thread GitBox
dependabot[bot] commented on PR #13120: URL: https://github.com/apache/doris/pull/13120#issuecomment-1271774276 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let

[GitHub] [doris] morningman closed pull request #13120: Bump protobuf-java from 3.14.0 to 3.16.3 in /fe

2022-10-07 Thread GitBox
morningman closed pull request #13120: Bump protobuf-java from 3.14.0 to 3.16.3 in /fe URL: https://github.com/apache/doris/pull/13120 -- 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 co

[GitHub] [doris] morningman commented on a diff in pull request #13129: jsonb parse function and load

2022-10-07 Thread GitBox
morningman commented on code in PR #13129: URL: https://github.com/apache/doris/pull/13129#discussion_r990241069 ## fe/fe-core/src/main/java/org/apache/doris/planner/LoadScanNode.java: ## @@ -206,7 +206,23 @@ protected void finalizeParams(Map slotDescByName, ex

[GitHub] [doris] morningman commented on pull request #13133: [chore] Format keywords in sql_parser.cup

2022-10-07 Thread GitBox
morningman commented on PR #13133: URL: https://github.com/apache/doris/pull/13133#issuecomment-1271770148 If you do so, I suggest to make one keyword in one line. That could be more clear and easier to resolve conflict. -- This is an automated message from the Apache Git Service. To resp

[GitHub] [doris] github-actions[bot] commented on pull request #13143: [test](jdbc) add jdbc regression test

2022-10-07 Thread GitBox
github-actions[bot] commented on PR #13143: URL: https://github.com/apache/doris/pull/13143#issuecomment-1271753206 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/3205943559";) output. shellcheck err

[GitHub] [doris] morningman opened a new pull request, #13143: [test](jdbc) add jdbc regression test

2022-10-07 Thread GitBox
morningman opened a new pull request, #13143: URL: https://github.com/apache/doris/pull/13143 # Proposed changes Issue Number: close #xxx ## Problem summary 1. Modify default behavior of `build.sh` The `BUILD_JAVA_UDF` is default ON, so that jvm is needed for comp

[GitHub] [doris] Yukang-Lian commented on pull request #13056: [Feature](Retention) support retention function

2022-10-07 Thread GitBox
Yukang-Lian commented on PR #13056: URL: https://github.com/apache/doris/pull/13056#issuecomment-1271735505 I will add regression-test soon. -- 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 #13113: [improvement](log) limit nums of logging disable auto compaction

2022-10-07 Thread GitBox
github-actions[bot] commented on PR #13113: URL: https://github.com/apache/doris/pull/13113#issuecomment-1271649147 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 #13113: [improvement](log) limit nums of logging disable auto compaction

2022-10-07 Thread GitBox
github-actions[bot] commented on PR #13113: URL: https://github.com/apache/doris/pull/13113#issuecomment-1271649091 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] lsy3993 opened a new pull request, #13142: [function](date function) add new date function 'last_month_day'

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

[GitHub] [doris] Gabriel39 commented on a diff in pull request #13125: [fix](sort) fix nullable column sorting incorrectly

2022-10-07 Thread GitBox
Gabriel39 commented on code in PR #13125: URL: https://github.com/apache/doris/pull/13125#discussion_r990128509 ## be/src/vec/core/sort_block.h: ## @@ -259,15 +261,25 @@ class ColumnSorter { flags[not_null_range.first] = 0; }

[GitHub] [doris] nextdreamblue commented on issue #13107: [Bug] 备份恢复的时候如果是多租户的恢复就会失败

2022-10-07 Thread GitBox
nextdreamblue commented on issue #13107: URL: https://github.com/apache/doris/issues/13107#issuecomment-1271565502 on master branch, you can restore like this: RESTORE SNAPSHOT test.test123 FROM ON ( test) PROPERTIES("backup_timestamp"="x","replication_num" = "1","reserve_re

[GitHub] [doris] HappenLee commented on a diff in pull request #13039: [Vectorized][Function] support date_trunc and countequal function

2022-10-07 Thread GitBox
HappenLee commented on code in PR #13039: URL: https://github.com/apache/doris/pull/13039#discussion_r990063292 ## be/src/vec/functions/function_timestamp.cpp: ## @@ -501,13 +598,17 @@ class FunctionOtherTypesToDateType : public IFunction { }; using FunctionStrToDate = Funct

[GitHub] [doris] Yukang-Lian commented on a diff in pull request #13056: [Feature](Retention) support retention function

2022-10-07 Thread GitBox
Yukang-Lian commented on code in PR #13056: URL: https://github.com/apache/doris/pull/13056#discussion_r989910566 ## be/src/exprs/aggregate_functions.cpp: ## @@ -2534,6 +2535,97 @@ IntVal AggregateFunctions::window_funnel_finalize(FunctionContext* ctx, const St return dori

[doris] branch master updated: fix data cache sidebar error (#13137)

2022-10-07 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 71399ed771 fix data cache sidebar error (#1

[GitHub] [doris] hf200012 merged pull request #13137: [typo](docs)fix data cache sidebar error

2022-10-07 Thread GitBox
hf200012 merged PR #13137: URL: https://github.com/apache/doris/pull/13137 -- 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-website] branch master updated: fix data cache sidebar error (#119)

2022-10-07 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-website.git The following commit(s) were added to refs/heads/master by this push: new b3308b78d27 fix data cache sidebar

[GitHub] [doris-website] hf200012 merged pull request #119: [docs](sidebars)fix data cache sidebar error

2022-10-07 Thread GitBox
hf200012 merged PR #119: URL: https://github.com/apache/doris-website/pull/119 -- 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-website] branch master updated: fix doris on es link

2022-10-07 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-website.git The following commit(s) were added to refs/heads/master by this push: new 148a44fd5e7 fix doris on es link 14

[GitHub] [doris] github-actions[bot] commented on pull request #13137: [typo](docs)fix data cache sidebar error

2022-10-07 Thread GitBox
github-actions[bot] commented on PR #13137: URL: https://github.com/apache/doris/pull/13137#issuecomment-1271350550 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 #13137: [typo](docs)fix data cache sidebar error

2022-10-07 Thread GitBox
github-actions[bot] commented on PR #13137: URL: https://github.com/apache/doris/pull/13137#issuecomment-1271350506 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

  1   2   >