[GitHub] [doris] chenlinzhong commented on pull request #12276: [enhancement](spark-load)support dynamic set env

2022-09-04 Thread GitBox
chenlinzhong commented on PR #12276: URL: https://github.com/apache/doris/pull/12276#issuecomment-1236606452 > @chenlinzhong rebase done -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [doris] github-actions[bot] commented on pull request #12313: [fix](grouping sets) grouping sets cause be core or return wrong results

2022-09-04 Thread GitBox
github-actions[bot] commented on PR #12313: URL: https://github.com/apache/doris/pull/12313#issuecomment-1236591324 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 #12313: [fix](grouping sets) grouping sets cause be core or return wrong results

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

[GitHub] [doris] xinyiZzz commented on pull request #12332: [fix](memtracker) Fix the exceeded limit of the first query execution

2022-09-04 Thread GitBox
xinyiZzz commented on PR #12332: URL: https://github.com/apache/doris/pull/12332#issuecomment-1236587183 > After remove the hook in olap scanner, the memtracker‘s value has different between first query and second query. There maybe some bugs. fix bug in `MemTrackerLimiter::cache_cons

[GitHub] [doris] voyagertanyao commented on issue #4718: [Proposal]Support bitmap_hash64 to calculate string value to 64 bit signature in data load

2022-09-04 Thread GitBox
voyagertanyao commented on issue #4718: URL: https://github.com/apache/doris/issues/4718#issuecomment-1236586954 Any Progress? -- 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] xinyiZzz opened a new pull request, #12338: [dev-1.1.2](cherry-pick) Fix the exceeded limit of the first query execution

2022-09-04 Thread GitBox
xinyiZzz opened a new pull request, #12338: URL: https://github.com/apache/doris/pull/12338 # Proposed changes Issue Number: close #xxx ## Problem summary cherry-pick #12332 ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes

[GitHub] [doris] BiteTheDDDDt opened a new pull request, #12337: [Enhancement](chore) remove unused diagnostic

2022-09-04 Thread GitBox
BiteThet opened a new pull request, #12337: URL: https://github.com/apache/doris/pull/12337 # Proposed changes remove unused diagnostic ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [

[GitHub] [doris] github-actions[bot] commented on pull request #12327: [Doc](CTAS) Mod ut and doc, add key type desc.

2022-09-04 Thread GitBox
github-actions[bot] commented on PR #12327: URL: https://github.com/apache/doris/pull/12327#issuecomment-1236577824 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 #12327: [Doc](CTAS) Mod ut and doc, add key type desc.

2022-09-04 Thread GitBox
github-actions[bot] commented on PR #12327: URL: https://github.com/apache/doris/pull/12327#issuecomment-1236577788 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 (3b104e334a -> 8bfb89c100)

2022-09-04 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 3b104e334a [Bug](load) fix missing nullable info in stream load (#12302) add 8bfb89c100 [feature-wip](array-typ

[GitHub] [doris] yiguolei merged pull request #12322: [feature-wip](array-type) Add some regression tests for nested array

2022-09-04 Thread GitBox
yiguolei merged PR #12322: URL: https://github.com/apache/doris/pull/12322 -- 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] jackwener commented on a diff in pull request #11976: [feature](Nereids)support join algorithm in Nereids that already implemented in original planner

2022-09-04 Thread GitBox
jackwener commented on code in PR #11976: URL: https://github.com/apache/doris/pull/11976#discussion_r962506100 ## fe/fe-core/src/main/java/org/apache/doris/nereids/util/JoinUtils.java: ## @@ -169,35 +175,39 @@ public static Pair, List> extractExpressionForHashT * Get all

[doris] branch master updated: [Bug](load) fix missing nullable info in stream load (#12302)

2022-09-04 Thread lihaopeng
This is an automated email from the ASF dual-hosted git repository. lihaopeng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 3b104e334a [Bug](load) fix missing nullable in

[GitHub] [doris] HappenLee closed issue #12301: [Bug] missing nullable info in stream load

2022-09-04 Thread GitBox
HappenLee closed issue #12301: [Bug] missing nullable info in stream load URL: https://github.com/apache/doris/issues/12301 -- 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 u

[GitHub] [doris] HappenLee merged pull request #12302: [Bug](load) fix missing nullable info in stream load

2022-09-04 Thread GitBox
HappenLee merged PR #12302: URL: https://github.com/apache/doris/pull/12302 -- 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] Gabriel39 opened a new pull request, #12336: [Improvement](sort) Accumulate blocks to do partial sort

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

[GitHub] [doris] Gabriel39 opened a new issue, #12335: [Enhancement] Accumulate blocks to do partial sort

2022-09-04 Thread GitBox
Gabriel39 opened a new issue, #12335: URL: https://github.com/apache/doris/issues/12335 ### 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 Now in s

[GitHub] [doris] morrySnow commented on a diff in pull request #12182: [feature](nereids) support simple runtime filter

2022-09-04 Thread GitBox
morrySnow commented on code in PR #12182: URL: https://github.com/apache/doris/pull/12182#discussion_r962457173 ## fe/fe-core/src/main/java/org/apache/doris/planner/Planner.java: ## @@ -92,4 +92,6 @@ public boolean isBlockQuery() { public abstract DescriptorTable getDescT

[GitHub] [doris] yiguolei merged pull request #12310: [improvement](sink) avoid frequent allocation and deallocation when serializing block

2022-09-04 Thread GitBox
yiguolei merged PR #12310: URL: https://github.com/apache/doris/pull/12310 -- 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: [improvement](sink) avoid frequent allocation and deallocation when serializing block (#12310)

2022-09-04 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 7b352c93ff [improvement](sink) avoid frequent a

[GitHub] [doris] ChPi commented on 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-04 Thread GitBox
ChPi commented on issue #12278: URL: https://github.com/apache/doris/issues/12278#issuecomment-1236515739 检查下jdk版本 -- 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] github-actions[bot] commented on pull request #12322: [feature-wip](array-type) Add some regression tests for nested array

2022-09-04 Thread GitBox
github-actions[bot] commented on PR #12322: URL: https://github.com/apache/doris/pull/12322#issuecomment-1236512355 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 #12322: [feature-wip](array-type) Add some regression tests for nested array

2022-09-04 Thread GitBox
github-actions[bot] commented on PR #12322: URL: https://github.com/apache/doris/pull/12322#issuecomment-1236512335 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] HappenLee opened a new pull request, #12334: speed up hash

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

[GitHub] [doris] HappenLee closed pull request #12333: speed up hash

2022-09-04 Thread GitBox
HappenLee closed pull request #12333: speed up hash URL: https://github.com/apache/doris/pull/12333 -- 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: comm

[doris] branch master updated: [enhancement](Nereids)print slot name in explain string (#12272)

2022-09-04 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow 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 2398cd3bb6 [enhancement](Nereids)print slot na

[GitHub] [doris] morrySnow merged pull request #12272: [enhancement](Nereids)print slot name in explain string

2022-09-04 Thread GitBox
morrySnow merged PR #12272: URL: https://github.com/apache/doris/pull/12272 -- 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] HappenLee opened a new pull request, #12333: speed up hash

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

[GitHub] [doris] github-actions[bot] commented on pull request #12332: [fix](memtracker) Fix the exceeded limit of the first query execution

2022-09-04 Thread GitBox
github-actions[bot] commented on PR #12332: URL: https://github.com/apache/doris/pull/12332#issuecomment-1236505717 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 #12332: [fix](memtracker) Fix the exceeded limit of the first query execution

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

[GitHub] [doris] xinyiZzz opened a new pull request, #12332: [fix](memtracker) Fix the exceeded limit of the first query execution

2022-09-04 Thread GitBox
xinyiZzz opened a new pull request, #12332: URL: https://github.com/apache/doris/pull/12332 # Proposed changes Issue Number: close #xxx ## Problem summary In some cases, when the user executes the query for the first time, an error of the exceeded mem limit will be repor

[GitHub] [doris] luozenglin commented on a diff in pull request #12290: [enhancement](tracing) Support forward to master tracing

2022-09-04 Thread GitBox
luozenglin commented on code in PR #12290: URL: https://github.com/apache/doris/pull/12290#discussion_r962441976 ## fe/fe-core/src/main/java/org/apache/doris/qe/ConnectProcessor.java: ## @@ -534,6 +552,16 @@ public TMasterOpResult proxyExecute(TMasterOpRequest request) {

[GitHub] [doris-website] caoliang-web opened a new pull request, #79: [doc](broker-load)About the modification of broker load specifying hdfs user name param…

2022-09-04 Thread GitBox
caoliang-web opened a new pull request, #79: URL: https://github.com/apache/doris-website/pull/79 …eter -- 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-ma

[GitHub] [doris] caoliang-web opened a new pull request, #12330: [doc](broker-load)About the modification of broker load specifying hdfs user name param…

2022-09-04 Thread GitBox
caoliang-web opened a new pull request, #12330: URL: https://github.com/apache/doris/pull/12330 ## Problem summary About the modification of broker load specifying hdfs user name parameter ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes

[GitHub] [doris] liujinhui1994 opened a new issue, #12329: [Enhancement] doris support OBSStorage

2022-09-04 Thread GitBox
liujinhui1994 opened a new issue, #12329: URL: https://github.com/apache/doris/issues/12329 ### 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 Curr

[GitHub] [doris] RidiculousDoge closed pull request #12308: [fix](docs)fix picture display in markdown files

2022-09-04 Thread GitBox
RidiculousDoge closed pull request #12308: [fix](docs)fix picture display in markdown files URL: https://github.com/apache/doris/pull/12308 -- 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 specif

[GitHub] [doris] siriume opened a new issue, #12328: [Bug] The development version of the document Problems.

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

[GitHub] [doris] hf200012 commented on pull request #12308: [fix](docs)fix picture display in markdown files

2022-09-04 Thread GitBox
hf200012 commented on PR #12308: URL: https://github.com/apache/doris/pull/12308#issuecomment-1236462689 The image path here is the right one, it needs to be displayed properly when it is published on the official website, no need to modify it, this PR I will close @RidiculousDoge --

[doris-website] branch master updated: add a notice of storage in doris website zh-CN (#78)

2022-09-04 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 62be0003d25 add a notice of storage

[GitHub] [doris-website] hf200012 merged pull request #78: [typo](docs) mix of SSD and HDD disks should specify the storage directory only (modify zh-CN)

2022-09-04 Thread GitBox
hf200012 merged PR #78: URL: https://github.com/apache/doris-website/pull/78 -- 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: [typo](docs) mix of SSD and HDD disks should specify the storage directory only (#12309)

2022-09-04 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 e5f3f0e730 [typo](docs) mix of SSD and HDD

[GitHub] [doris] hf200012 merged pull request #12309: [typo](docs) mix of SSD and HDD disks should specify the storage directory only

2022-09-04 Thread GitBox
hf200012 merged PR #12309: URL: https://github.com/apache/doris/pull/12309 -- 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] stalary opened a new pull request, #12327: [Doc](CTAS) Mod ut and doc, add key type desc.

2022-09-04 Thread GitBox
stalary opened a new pull request, #12327: URL: https://github.com/apache/doris/pull/12327 # Proposed changes Issue Number: close https://github.com/apache/doris/issues/12326 ## Problem summary Mod ut and doc, add key type desc. ## Checklist(Required) 1. Doe

[GitHub] [doris] yiguolei commented on a diff in pull request #12310: [improvement](sink) avoid frequent allocation and deallocation when serializing block

2022-09-04 Thread GitBox
yiguolei commented on code in PR #12310: URL: https://github.com/apache/doris/pull/12310#discussion_r962393281 ## be/src/vec/core/block.cpp: ## @@ -726,20 +734,19 @@ Status Block::serialize(PBlock* pblock, size_t* uncompressed_bytes, size_t* comp // compress if (con

[doris] branch master updated: [typo](docs)Replace table link fix (#12317)

2022-09-04 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 74b6eaf44b [typo](docs)Replace table link fix

[GitHub] [doris] yiguolei merged pull request #12317: [typo](docs)Replace table link fix

2022-09-04 Thread GitBox
yiguolei merged PR #12317: URL: https://github.com/apache/doris/pull/12317 -- 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](compile)compile error when use clang on aarch64 platform (#12319)

2022-09-04 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 7f10fa9768 [fix](compile)compile error when use

[doris] branch master updated: [typo](docs)The table_function calling reset() function should set _eos to false #12323

2022-09-04 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 7929500608 [typo](docs)The table_function calli

[GitHub] [doris] yiguolei merged pull request #12323: [typo](docs)The table_function calling reset() function should set _eos to false

2022-09-04 Thread GitBox
yiguolei merged PR #12323: URL: https://github.com/apache/doris/pull/12323 -- 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] yiguolei merged pull request #12319: [fix](compile)compile error when use clang on aarch64 platform

2022-09-04 Thread GitBox
yiguolei merged PR #12319: URL: https://github.com/apache/doris/pull/12319 -- 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: [Bug](function) disable LUT for yearweek (#12324)

2022-09-04 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 d5e5afe437 [Bug](function) disable LUT for year

[GitHub] [doris] yiguolei merged pull request #12324: [Bug](function) disable LUT for yearweek

2022-09-04 Thread GitBox
yiguolei merged PR #12324: URL: https://github.com/apache/doris/pull/12324 -- 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] stalary opened a new issue, #12326: [Enhancement] CTAS support user config table key type.

2022-09-04 Thread GitBox
stalary opened a new issue, #12326: URL: https://github.com/apache/doris/issues/12326 ### 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 CTAS suppo

[GitHub] [doris] github-actions[bot] commented on pull request #12317: [typo](docs)Replace table link fix

2022-09-04 Thread GitBox
github-actions[bot] commented on PR #12317: URL: https://github.com/apache/doris/pull/12317#issuecomment-1236445333 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 #12324: [Bug](function) disable LUT for yearweek

2022-09-04 Thread GitBox
github-actions[bot] commented on PR #12324: URL: https://github.com/apache/doris/pull/12324#issuecomment-1236444300 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 #12324: [Bug](function) disable LUT for yearweek

2022-09-04 Thread GitBox
github-actions[bot] commented on PR #12324: URL: https://github.com/apache/doris/pull/12324#issuecomment-1236444302 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] closed pull request #8193: [refactor](storage)(olap) improve pageDecoder using final keyword and reuse BinaryDictPageDecoder's members

2022-09-04 Thread GitBox
github-actions[bot] closed pull request #8193: [refactor](storage)(olap) improve pageDecoder using final keyword and reuse BinaryDictPageDecoder's members URL: https://github.com/apache/doris/pull/8193 -- This is an automated message from the Apache Git Service. To respond to the message, pl

[GitHub] [doris] stalary commented on issue #12110: [Feature] Mysql subtable with binlog model merge one table

2022-09-04 Thread GitBox
stalary commented on issue #12110: URL: https://github.com/apache/doris/issues/12110#issuecomment-1236443715 You can use Agg key and replace_if_not_null implement multitable merge. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[GitHub] [doris] stalary closed issue #12110: [Feature] Mysql subtable with binlog model merge one table

2022-09-04 Thread GitBox
stalary closed issue #12110: [Feature] Mysql subtable with binlog model merge one table URL: https://github.com/apache/doris/issues/12110 -- 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] stalary closed issue #12215: [Bug] Routine load Invalid number format

2022-09-04 Thread GitBox
stalary closed issue #12215: [Bug] Routine load Invalid number format URL: https://github.com/apache/doris/issues/12215 -- 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 unsub

[GitHub] [doris] stalary commented on issue #12253: [Feature] [Real time data warehouse]CDC and Materialized View

2022-09-04 Thread GitBox
stalary commented on issue #12253: URL: https://github.com/apache/doris/issues/12253#issuecomment-1236442678 1. doris cdc need some design, you can submit your idea 2. Multitable-mv has been developing -- This is an automated message from the Apache Git Service. To respond to the messag

[GitHub] [doris] stalary commented on 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-04 Thread GitBox
stalary commented on issue #12278: URL: https://github.com/apache/doris/issues/12278#issuecomment-1236441649 @ningbing Fe have some error log? -- 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] Kikyou1997 commented on a diff in pull request #12274: [feature](nereids) Support for count star of new optmizer

2022-09-04 Thread GitBox
Kikyou1997 commented on code in PR #12274: URL: https://github.com/apache/doris/pull/12274#discussion_r962339380 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/PruneAggChildColumns.java: ## @@ -54,15 +59,65 @@ public class PruneAggChildColumns extends

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

2022-09-04 Thread GitBox
Kikyou1997 commented on code in PR #12274: URL: https://github.com/apache/doris/pull/12274#discussion_r962337753 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/rewrite/logical/PruneAggChildColumns.java: ## @@ -54,15 +59,65 @@ public class PruneAggChildColumns extends

[GitHub] [doris] yinzhijian commented on a diff in pull request #12159: [feature](nereids) support distinct count for TPC-H

2022-09-04 Thread GitBox
yinzhijian commented on code in PR #12159: URL: https://github.com/apache/doris/pull/12159#discussion_r962319498 ## fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/PhysicalPlanTranslator.java: ## @@ -230,6 +246,13 @@ public PlanFragment visitPhysicalAggregate(

[GitHub] [doris] yinzhijian commented on a diff in pull request #12159: [feature](nereids) support distinct count for TPC-H

2022-09-04 Thread GitBox
yinzhijian commented on code in PR #12159: URL: https://github.com/apache/doris/pull/12159#discussion_r962319278 ## regression-test/data/nereids_syntax_p0/function.out: ## @@ -11,6 +11,11 @@ -- !count -- 3 3 +-- !distinct_count_with_group_by -- +1 1 +1 1 +1

[GitHub] [doris] dataalive commented on issue #12212: BUILD FAILURE

2022-09-04 Thread GitBox
dataalive commented on issue #12212: URL: https://github.com/apache/doris/issues/12212#issuecomment-1236348064 try to change repo to aliyun ? -- 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] github-actions[bot] commented on pull request #12323: [typo](docs)The table_function calling reset() function should set _eos to false

2022-09-04 Thread GitBox
github-actions[bot] commented on PR #12323: URL: https://github.com/apache/doris/pull/12323#issuecomment-1236340684 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 #12323: [typo](docs)The table_function calling reset() function should set _eos to false

2022-09-04 Thread GitBox
github-actions[bot] commented on PR #12323: URL: https://github.com/apache/doris/pull/12323#issuecomment-1236340675 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] Gabriel39 opened a new pull request, #12324: [Bug](function) disable LUT for yearweek

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

[GitHub] [doris] TaoZex opened a new pull request, #12323: [typo](docs)The table_function calling reset() function should set _eos to false

2022-09-04 Thread GitBox
TaoZex opened a new pull request, #12323: URL: https://github.com/apache/doris/pull/12323 # Proposed changes Issue Number: close #xxx ## Problem summary We should modify the code comment to set _eos to _false. ## Checklist(Required) 1. Does it affect the

[doris] branch master updated: [fix](dbt)fix dbt incremental bug (#12280)

2022-09-04 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin 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 ef37396b63 [fix](dbt)fix dbt incremental bug (#1

[GitHub] [doris] jackwener merged pull request #12280: [fix](dbt)fix dbt incremental bug

2022-09-04 Thread GitBox
jackwener merged PR #12280: URL: https://github.com/apache/doris/pull/12280 -- 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-website] lsy3993 opened a new pull request, #78: [typo](docs) mix of SSD and HDD disks should specify the storage directory only (modify zh-CN)

2022-09-04 Thread GitBox
lsy3993 opened a new pull request, #78: URL: https://github.com/apache/doris-website/pull/78 In document, add a notice that mix of SSD and HDD disks should specify the storage directory only (modify zh-CN) -- This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [doris] adonis0147 opened a new pull request, #12322: [feature-wip](array-type) Add some regression tests for nested array

2022-09-04 Thread GitBox
adonis0147 opened a new pull request, #12322: URL: https://github.com/apache/doris/pull/12322 # Proposed changes Add some regression tests for nested array. ## Problem summary #11392 made `_input_block` in each `BetaRowsetReader`s sharable. However, for some types (e.g.