[GitHub] [doris] englefly commented on a diff in pull request #12437: [fix](agg) crash caused by failure of prepare

2022-09-07 Thread GitBox
englefly commented on code in PR #12437: URL: https://github.com/apache/doris/pull/12437#discussion_r964887444 ## be/src/vec/exec/vaggregation_node.cpp: ## @@ -499,11 +508,14 @@ Status AggregationNode::close(RuntimeState* state) { VExpr::close(_probe_expr_ctxs, state);

[GitHub] [doris] Kikyou1997 opened a new pull request, #12444: [feature](nereids)add syntax support for double/float

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

[GitHub] [doris] xinyiZzz commented on a diff in pull request #12281: [feature-wip](new-scan) Add memtracker and span for new olap scan node

2022-09-07 Thread GitBox
xinyiZzz commented on code in PR #12281: URL: https://github.com/apache/doris/pull/12281#discussion_r964913926 ## be/src/vec/exec/scan/new_olap_scanner.cpp: ## @@ -114,7 +114,6 @@ Status NewOlapScanner::prepare( Status NewOlapScanner::open(RuntimeState* state) { RETURN_I

[GitHub] [doris] ningbing closed 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-07 Thread GitBox
ningbing closed issue #12278: Communications link failure. Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost. URL: https://github.com/apache/doris/issues/12278 -- This is an automated message from the Apache Git Service. To resp

[GitHub] [doris] ningbing 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-07 Thread GitBox
ningbing commented on issue #12278: URL: https://github.com/apache/doris/issues/12278#issuecomment-1239485568 问题已经查清楚,是链接字符串不正确。但是目前的错误返回提示,不太清晰。如果能提示清楚一些就更好了。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [doris] jackwener merged pull request #12408: [Bug](doe) fix closing scanner twice

2022-09-07 Thread GitBox
jackwener merged PR #12408: URL: https://github.com/apache/doris/pull/12408 -- 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] jackwener closed issue #12400: [Bug](DOE) Scroll clear was executed twice in vectorized_engine

2022-09-07 Thread GitBox
jackwener closed issue #12400: [Bug](DOE) Scroll clear was executed twice in vectorized_engine URL: https://github.com/apache/doris/issues/12400 -- 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 s

[doris] branch master updated: [Bug](doe) fix closing scanner twice (#12408)

2022-09-07 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 86e347f3bb [Bug](doe) fix closing scanner twice

[GitHub] [doris] jackwener closed pull request #9975: Remove the redundant ”this.”

2022-09-07 Thread GitBox
jackwener closed pull request #9975: Remove the redundant ”this.” URL: https://github.com/apache/doris/pull/9975 -- 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] stalary opened a new pull request, #12445: [Enhancement](DOE) Doe add regression test

2022-09-07 Thread GitBox
stalary opened a new pull request, #12445: URL: https://github.com/apache/doris/pull/12445 # Proposed changes Issue Number: close #xxx ## Problem summary Doe add regression test ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Ye

[GitHub] [doris] TaoZex commented on pull request #12321: [Function](ELT)Add elt function for doris

2022-09-07 Thread GitBox
TaoZex commented on PR #12321: URL: https://github.com/apache/doris/pull/12321#issuecomment-1239506695 @yangzhg Hello,I would like to ask how to generate the newly added function signature? -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [doris] github-actions[bot] commented on pull request #12375: [FOLLOWUP](load) fix nullable and add regression

2022-09-07 Thread GitBox
github-actions[bot] commented on PR #12375: URL: https://github.com/apache/doris/pull/12375#issuecomment-1239511833 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 #12375: [FOLLOWUP](load) fix nullable and add regression

2022-09-07 Thread GitBox
github-actions[bot] commented on PR #12375: URL: https://github.com/apache/doris/pull/12375#issuecomment-1239511775 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] stalary closed pull request #12401: [Enhancement](DOE): Doe support object/nested use string

2022-09-07 Thread GitBox
stalary closed pull request #12401: [Enhancement](DOE): Doe support object/nested use string URL: https://github.com/apache/doris/pull/12401 -- 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] morrySnow commented on a diff in pull request #12439: [feature](Nereids): Left deep tree join order.

2022-09-07 Thread GitBox
morrySnow commented on code in PR #12439: URL: https://github.com/apache/doris/pull/12439#discussion_r964835373 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/exploration/join/JoinReorderCommon.java: ## @@ -17,32 +17,23 @@ package org.apache.doris.nereids.rules.ex

[GitHub] [doris] morrySnow opened a new pull request, #12446: [fix](Nereids) throw IndexOutOfBoundsException in DistributionSpecHash#equalsSatisfy

2022-09-07 Thread GitBox
morrySnow opened a new pull request, #12446: URL: https://github.com/apache/doris/pull/12446 # Proposed changes Issue Number: close #xxx ## Problem summary In earlier PR #11976 , we changed DistributionSpecHash#equalsSatisfy, and forgot to check whether the length of bot

[GitHub] [doris] Gabriel39 commented on a diff in pull request #12407: [Opt](vectorized) Speed up bucket shuffle join hash compute

2022-09-07 Thread GitBox
Gabriel39 commented on code in PR #12407: URL: https://github.com/apache/doris/pull/12407#discussion_r965006837 ## be/src/runtime/raw_value.h: ## @@ -458,21 +460,6 @@ inline uint32_t RawValue::zlib_crc32(const void* v, const TypeDescriptor& type, int len = date_val->to

[GitHub] [doris] xy720 commented on a diff in pull request #12424: [fix](array-type) fix the invalid format load for stream load

2022-09-07 Thread GitBox
xy720 commented on code in PR #12424: URL: https://github.com/apache/doris/pull/12424#discussion_r965006945 ## be/src/vec/exec/vbroker_scanner.cpp: ## @@ -95,6 +91,10 @@ Status VBrokerScanner::_fill_dest_columns(const Slice& line, return Status::OK(); } +if (

[GitHub] [doris] Gabriel39 merged pull request #12375: [FOLLOWUP](load) fix nullable and add regression

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

[doris] branch master updated: [FOLLOWUP](load) fix nullable and add regression (#12375)

2022-09-07 Thread gabriellee
This is an automated email from the ASF dual-hosted git repository. gabriellee 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 a536030979 [FOLLOWUP](load) fix nullable and

[GitHub] [doris] dataalive commented on issue #12381: doris审计日志BUG -截取原生sql

2022-09-07 Thread GitBox
dataalive commented on issue #12381: URL: https://github.com/apache/doris/issues/12381#issuecomment-1239593884 我也研究下这个问题。 -- 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] dataalive commented on issue #12256: 元数据受损,恢复后3台FE数据无法同步,Observer节点无法Alive

2022-09-07 Thread GitBox
dataalive commented on issue #12256: URL: https://github.com/apache/doris/issues/12256#issuecomment-1239594591 这个解决了吗? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To un

[GitHub] [doris] dataalive commented on issue #12384: [Feature] if函数中的条件命中roll up

2022-09-07 Thread GitBox
dataalive commented on issue #12384: URL: https://github.com/apache/doris/issues/12384#issuecomment-1239616469 能不能来个示例的schema 和 简化的SQL -- 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] laoma0911 commented on issue #12384: [Feature] if函数中的条件命中roll up

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

[GitHub] [doris] github-actions[bot] commented on pull request #12436: [enhancement](tcmalloc) add aggressive_memory_decommit conf and make …

2022-09-07 Thread GitBox
github-actions[bot] commented on PR #12436: URL: https://github.com/apache/doris/pull/12436#issuecomment-1239623178 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 #12436: [enhancement](tcmalloc) add aggressive_memory_decommit conf and make …

2022-09-07 Thread GitBox
github-actions[bot] commented on PR #12436: URL: https://github.com/apache/doris/pull/12436#issuecomment-1239623137 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] morrySnow opened a new pull request, #12447: [enhancement](Nereids)change aggregate and join stats calc algorithm

2022-09-07 Thread GitBox
morrySnow opened a new pull request, #12447: URL: https://github.com/apache/doris/pull/12447 # Proposed changes The original statistic derive calculate algorithm rely on NDV and other column statistics. But we cannot get these stats in product environment. This PR change these operat

[GitHub] [doris] github-actions[bot] commented on pull request #12432: [Bug](remote) Fix the judgment logic of cache cleaner

2022-09-07 Thread GitBox
github-actions[bot] commented on PR #12432: URL: https://github.com/apache/doris/pull/12432#issuecomment-1239718802 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 #12432: [Bug](remote) Fix the judgment logic of cache cleaner

2022-09-07 Thread GitBox
github-actions[bot] commented on PR #12432: URL: https://github.com/apache/doris/pull/12432#issuecomment-1239718846 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 #12417: [docs](quick-compaction) enable quick compaction by default

2022-09-07 Thread GitBox
github-actions[bot] commented on PR #12417: URL: https://github.com/apache/doris/pull/12417#issuecomment-1239729522 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 #12417: [docs](quick-compaction) enable quick compaction by default

2022-09-07 Thread GitBox
github-actions[bot] commented on PR #12417: URL: https://github.com/apache/doris/pull/12417#issuecomment-1239729558 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 #12405: [fix](memtracker) fix memtracker did not subtract the memory released by load channel c…

2022-09-07 Thread GitBox
github-actions[bot] commented on PR #12405: URL: https://github.com/apache/doris/pull/12405#issuecomment-1239756221 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 #12405: [fix](memtracker) fix memtracker did not subtract the memory released by load channel c…

2022-09-07 Thread GitBox
github-actions[bot] commented on PR #12405: URL: https://github.com/apache/doris/pull/12405#issuecomment-1239756186 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 #12378: [enhancement](array-type) avoid abuse of Offset and Offset64

2022-09-07 Thread GitBox
github-actions[bot] commented on PR #12378: URL: https://github.com/apache/doris/pull/12378#issuecomment-1239820861 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 #12378: [enhancement](array-type) avoid abuse of Offset and Offset64

2022-09-07 Thread GitBox
github-actions[bot] commented on PR #12378: URL: https://github.com/apache/doris/pull/12378#issuecomment-1239820897 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 #10443: using pooled connection and enlarge brpc connection timeout and retry…

2022-09-07 Thread GitBox
github-actions[bot] commented on PR #10443: URL: https://github.com/apache/doris/pull/10443#issuecomment-1239833299 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 #10443: using pooled connection and enlarge brpc connection timeout and retry…

2022-09-07 Thread GitBox
github-actions[bot] commented on PR #10443: URL: https://github.com/apache/doris/pull/10443#issuecomment-1239833267 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 #12422: [feature-wip](parquet-reader) bug fix, create compress codec before parsing dictionary

2022-09-07 Thread GitBox
github-actions[bot] commented on PR #12422: URL: https://github.com/apache/doris/pull/12422#issuecomment-1239842141 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 #12422: [feature-wip](parquet-reader) bug fix, create compress codec before parsing dictionary

2022-09-07 Thread GitBox
github-actions[bot] commented on PR #12422: URL: https://github.com/apache/doris/pull/12422#issuecomment-1239842095 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 #12442: [refactor](shuffle) remove unused code

2022-09-07 Thread GitBox
github-actions[bot] commented on PR #12442: URL: https://github.com/apache/doris/pull/12442#issuecomment-1239850485 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 #12442: [refactor](shuffle) remove unused code

2022-09-07 Thread GitBox
github-actions[bot] commented on PR #12442: URL: https://github.com/apache/doris/pull/12442#issuecomment-1239850526 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 #12434: [enhancement](generic_iterator) fix num check and add some notes

2022-09-07 Thread GitBox
github-actions[bot] commented on PR #12434: URL: https://github.com/apache/doris/pull/12434#issuecomment-1239891698 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 #12434: [enhancement](generic_iterator) fix num check and add some notes

2022-09-07 Thread GitBox
github-actions[bot] commented on PR #12434: URL: https://github.com/apache/doris/pull/12434#issuecomment-1239891651 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 #7940: [Feature] Add table function framework and add numbers table function

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

[GitHub] [doris] spihiker commented on issue #12410: [Bug] be will core dump when load data

2022-09-07 Thread GitBox
spihiker commented on issue #12410: URL: https://github.com/apache/doris/issues/12410#issuecomment-1240058548 I have the same problem. All three be nodes core dump My doris version:1.1.1 *** Aborted at 1662540685 (unix time) try "date -d @1662540685" if you are using GNU date ***

[GitHub] [doris] yiguolei merged pull request #12436: [enhancement](tcmalloc) add aggressive_memory_decommit conf and make …

2022-09-07 Thread GitBox
yiguolei merged PR #12436: URL: https://github.com/apache/doris/pull/12436 -- 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: [enhancement](tcmalloc) add aggressive_memory_decommit conf and make it disable (#12436)

2022-09-07 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 e7aa131506 [enhancement](tcmalloc) add aggressi

[GitHub] [doris] yiguolei merged pull request #12415: [bugfix](report) fix bug in continuous version miss check

2022-09-07 Thread GitBox
yiguolei merged PR #12415: URL: https://github.com/apache/doris/pull/12415 -- 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: [bugfix](report) fix continuous version miss check (#12415)

2022-09-07 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 018b4b7e1e [bugfix](report) fix continuous vers

[doris] branch dev-1.1.2 updated: [bugfix](report) fix continuous version miss check (#12415)

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

[GitHub] [doris] spihiker commented on issue #12305: [Bug] Be coredump in vectorization mode

2022-09-07 Thread GitBox
spihiker commented on issue #12305: URL: https://github.com/apache/doris/issues/12305#issuecomment-1240063525 https://github.com/apache/doris/issues/12410 -- 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] yiguolei commented on pull request #12360: [Enhancement](log) improve error msg for delta writer fail (#12121)

2022-09-07 Thread GitBox
yiguolei commented on PR #12360: URL: https://github.com/apache/doris/pull/12360#issuecomment-1240064974 This PR could not be picked because 1.1.2 do not have this method. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[doris] branch dev-1.1.2 updated: [bug](NodeChannel) fix OOM caused by pending queue in sink send (#12359) (#12362)

2022-09-07 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch dev-1.1.2 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/dev-1.1.2 by this push: new 3269496be1 [bug](NodeChannel) fix OOM cau

[doris] branch dev-1.1.2 updated: [bugfix](NodeChannel) fix OOM caused by pending queue in sink send

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

[GitHub] [doris] yiguolei merged pull request #12369: [fix](threadpool) threadpool schedules does not work right on concurrent t…

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

[doris] branch dev-1.1.2 updated: (threadpool) threadpool schedules does not work right on concurrent token (#12369)

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

[GitHub] [doris] yiguolei merged pull request #12442: [refactor](shuffle) remove unused code

2022-09-07 Thread GitBox
yiguolei merged PR #12442: URL: https://github.com/apache/doris/pull/12442 -- 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 (018b4b7e1e -> 41bc6b857d)

2022-09-07 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 018b4b7e1e [bugfix](report) fix continuous version miss check (#12415) add 41bc6b857d [refactor](shuffle) remove

[GitHub] [doris] yiguolei closed pull request #12389: [bugfix](be thread) not call rpc during cancel to hang bthread

2022-09-07 Thread GitBox
yiguolei closed pull request #12389: [bugfix](be thread) not call rpc during cancel to hang bthread URL: https://github.com/apache/doris/pull/12389 -- 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 th

[GitHub] [doris] xinyiZzz merged pull request #12405: [fix](memtracker) fix memtracker did not subtract the memory released by load channel c…

2022-09-07 Thread GitBox
xinyiZzz merged PR #12405: URL: https://github.com/apache/doris/pull/12405 -- 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](memtracker) Fix memtracker did not subtract the memory released by load channel cancel (#12405)

2022-09-07 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 d40a9d0555 [fix](memtracker) Fix memtracker did

commits@doris.apache.org

2022-09-07 Thread GitBox
yixiutt opened a new issue, #12448: URL: https://github.com/apache/doris/issues/12448 ### 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 we used to

[GitHub] [doris] github-actions[bot] commented on pull request #12281: [feature-wip](new-scan) Add memtracker and span for new olap scan node

2022-09-07 Thread GitBox
github-actions[bot] commented on PR #12281: URL: https://github.com/apache/doris/pull/12281#issuecomment-1240121262 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 #12281: [feature-wip](new-scan) Add memtracker and span for new olap scan node

2022-09-07 Thread GitBox
github-actions[bot] commented on PR #12281: URL: https://github.com/apache/doris/pull/12281#issuecomment-1240121238 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 merged pull request #12422: [feature-wip](parquet-reader) bug fix, create compress codec before parsing dictionary

2022-09-07 Thread GitBox
morningman merged PR #12422: URL: https://github.com/apache/doris/pull/12422 -- 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 (d40a9d0555 -> dd2f834c79)

2022-09-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 d40a9d0555 [fix](memtracker) Fix memtracker did not subtract the memory released by load channel cancel (#12405)

[doris] branch dev-1.1.2 updated: [fix](memtracker) Fix memtracker did not subtract the memory released by load channel cancel (#12405)

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

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

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

[GitHub] [doris] morrySnow commented on a diff in pull request #12444: [feature](nereids)add syntax support for double/float

2022-09-07 Thread GitBox
morrySnow commented on code in PR #12444: URL: https://github.com/apache/doris/pull/12444#discussion_r965439581 ## fe/fe-core/src/main/antlr4/org/apache/doris/nereids/DorisLexer.g4: ## @@ -433,13 +433,13 @@ DECIMAL_VALUE ; FLOAT_LITERAL -: DIGIT+ EXPONENT? 'F' -|

[GitHub] [doris] yixiutt opened a new pull request, #12451: [enhancement](tcmalloc) add tcmalloc aggressive_memory_decommit conf

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

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

2022-09-07 Thread GitBox
Lchangliang commented on code in PR #12160: URL: https://github.com/apache/doris/pull/12160#discussion_r965445444 ## be/src/olap/tablet_schema_cache.h: ## @@ -52,6 +55,25 @@ class TabletSchemaCache { return iter->second; } +private: +/** + * @brief recycl

[GitHub] [doris] xinyiZzz commented on pull request #12348: [enhancement](load) make default load mem limit configurable

2022-09-07 Thread GitBox
xinyiZzz commented on PR #12348: URL: https://github.com/apache/doris/pull/12348#issuecomment-1240142798 > `runtime_state.cpp` the code below should be removed and replaced with `_query_options.load_mem_limit`. > > ``` > int64_t RuntimeState::get_load_mem_limit() { > if (_qu

[GitHub] [doris] Henry2SS commented on pull request #12348: [enhancement](load) make default load mem limit configurable

2022-09-07 Thread GitBox
Henry2SS commented on PR #12348: URL: https://github.com/apache/doris/pull/12348#issuecomment-1240143872 > > `runtime_state.cpp` the code below should be removed and replaced with `_query_options.load_mem_limit`. > > ``` > > int64_t RuntimeState::get_load_mem_limit() { > > if (_

[GitHub] [doris] carlvinhust2012 opened a new issue, #12452: [Bug] Be coredump when insert array data

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

[GitHub] [doris] carlvinhust2012 opened a new issue, #12453: [Bug] be core dump when use stream load

2022-09-07 Thread GitBox
carlvinhust2012 opened a new issue, #12453: URL: https://github.com/apache/doris/issues/12453 ### 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 the cu

[GitHub] [doris] carlvinhust2012 commented on issue #12410: [Bug] be will core dump when load data

2022-09-07 Thread GitBox
carlvinhust2012 commented on issue #12410: URL: https://github.com/apache/doris/issues/12410#issuecomment-1240147739 I also have the problem. https://github.com/apache/doris/issues/12453 -- This is an automated message from the Apache Git Service. To respond to the message, please log o

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

2022-09-07 Thread GitBox
Lchangliang commented on code in PR #12160: URL: https://github.com/apache/doris/pull/12160#discussion_r965450219 ## be/src/olap/reader.cpp: ## @@ -475,7 +475,7 @@ ColumnPredicate* TabletReader::_parse_to_predicate( } ColumnPredicate* TabletReader::_parse_to_predicate(const

[GitHub] [doris] Kikyou1997 commented on a diff in pull request #12444: [feature](nereids)add syntax support for double/float

2022-09-07 Thread GitBox
Kikyou1997 commented on code in PR #12444: URL: https://github.com/apache/doris/pull/12444#discussion_r965451149 ## fe/fe-core/src/main/antlr4/org/apache/doris/nereids/DorisLexer.g4: ## @@ -433,13 +433,13 @@ DECIMAL_VALUE ; FLOAT_LITERAL -: DIGIT+ EXPONENT? 'F' -

[GitHub] [doris] bingfenglai opened a new issue, #12454: [Bug] Communication failure occurred during jdbc connection usage

2022-09-07 Thread GitBox
bingfenglai opened a new issue, #12454: URL: https://github.com/apache/doris/issues/12454 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version doris@V1.1

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

2022-09-07 Thread GitBox
Lchangliang commented on code in PR #12160: URL: https://github.com/apache/doris/pull/12160#discussion_r965453384 ## be/src/olap/tablet.cpp: ## @@ -99,6 +99,15 @@ Tablet::Tablet(TabletMetaSharedPtr tablet_meta, DataDir* data_dir, // construct _timestamped_versioned_tracker

[GitHub] [doris] eldenmoon commented on a diff in pull request #12293: [Enhancement](array-type) record offsets info to speed up array colum…

2022-09-07 Thread GitBox
eldenmoon commented on code in PR #12293: URL: https://github.com/apache/doris/pull/12293#discussion_r965453626 ## be/src/common/config.h: ## @@ -849,6 +849,8 @@ CONF_Bool(enable_simdjson_reader, "false"); CONF_Int32(doris_remote_scanner_thread_pool_thread_num, "16"); // numbe

[doris] branch dev-1.1.2 updated: [fix] substr('', 1, 5) return empty string instead of null (#10622)

2022-09-07 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch dev-1.1.2 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/dev-1.1.2 by this push: new b86f0abb98 [fix] substr('', 1, 5) return

[GitHub] [doris] Gabriel39 commented on a diff in pull request #12401: [Enhancement](DOE): Doe support object/nested use string

2022-09-07 Thread GitBox
Gabriel39 commented on code in PR #12401: URL: https://github.com/apache/doris/pull/12401#discussion_r965456320 ## fe/fe-core/src/main/java/org/apache/doris/external/elasticsearch/EsUtil.java: ## @@ -403,16 +404,15 @@ public static Type toDorisType(String esType) {

[GitHub] [doris] cambyzju commented on a diff in pull request #12293: [Enhancement](array-type) record offsets info to speed up array colum…

2022-09-07 Thread GitBox
cambyzju commented on code in PR #12293: URL: https://github.com/apache/doris/pull/12293#discussion_r964403874 ## be/src/common/config.h: ## @@ -849,6 +849,8 @@ CONF_Bool(enable_simdjson_reader, "false"); CONF_Int32(doris_remote_scanner_thread_pool_thread_num, "16"); // number

[GitHub] [doris] ChPi opened a new pull request, #12455: [typo](docs) INSERT documentation fix

2022-09-07 Thread GitBox
ChPi opened a new pull request, #12455: URL: https://github.com/apache/doris/pull/12455 # Proposed changes Issue Number: close #xxx ## Problem summary typo fix ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes - [x] No

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

2022-09-07 Thread GitBox
Lchangliang commented on code in PR #12160: URL: https://github.com/apache/doris/pull/12160#discussion_r965458379 ## be/src/olap/tablet_schema.cpp: ## @@ -465,6 +466,11 @@ void TabletSchema::append_column(TabletColumn column, bool is_dropped_column) { if (column.is_nullabl

[GitHub] [doris] BiteTheDDDDt opened a new pull request, #12456: [Enhancement](column) remove ColumnString terminating zero and add a data_version for pblock

2022-09-07 Thread GitBox
BiteThet opened a new pull request, #12456: URL: https://github.com/apache/doris/pull/12456 # Proposed changes 1. remove ColumnString terminating zero 2. add a data_version for pblock ## Problem summary Describe your changes. ## Checklist(Required)

[GitHub] [doris] carlvinhust2012 commented on a diff in pull request #12424: [fix](array-type) fix the invalid format load for stream load

2022-09-07 Thread GitBox
carlvinhust2012 commented on code in PR #12424: URL: https://github.com/apache/doris/pull/12424#discussion_r965464775 ## be/src/vec/exec/vbroker_scanner.cpp: ## @@ -95,6 +91,10 @@ Status VBrokerScanner::_fill_dest_columns(const Slice& line, return Status::OK(); }

[GitHub] [doris] carlvinhust2012 commented on a diff in pull request #12424: [fix](array-type) fix the invalid format load for stream load

2022-09-07 Thread GitBox
carlvinhust2012 commented on code in PR #12424: URL: https://github.com/apache/doris/pull/12424#discussion_r965464775 ## be/src/vec/exec/vbroker_scanner.cpp: ## @@ -95,6 +91,10 @@ Status VBrokerScanner::_fill_dest_columns(const Slice& line, return Status::OK(); }

[GitHub] [doris] xy720 commented on a diff in pull request #12424: [fix](array-type) fix the invalid format load for stream load

2022-09-07 Thread GitBox
xy720 commented on code in PR #12424: URL: https://github.com/apache/doris/pull/12424#discussion_r965470500 ## be/src/vec/exec/vbroker_scanner.cpp: ## @@ -95,6 +91,10 @@ Status VBrokerScanner::_fill_dest_columns(const Slice& line, return Status::OK(); } +if (

[GitHub] [doris] github-actions[bot] commented on pull request #12446: [fix](Nereids) throw IndexOutOfBoundsException in DistributionSpecHash#equalsSatisfy

2022-09-07 Thread GitBox
github-actions[bot] commented on PR #12446: URL: https://github.com/apache/doris/pull/12446#issuecomment-1240178779 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 #12446: [fix](Nereids) throw IndexOutOfBoundsException in DistributionSpecHash#equalsSatisfy

2022-09-07 Thread GitBox
github-actions[bot] commented on PR #12446: URL: https://github.com/apache/doris/pull/12446#issuecomment-1240178794 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 merged pull request #12446: [fix](Nereids) throw IndexOutOfBoundsException in DistributionSpecHash#equalsSatisfy

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

[doris] branch master updated (dd2f834c79 -> a6880ca573)

2022-09-07 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from dd2f834c79 [feature-wip](parquet-reader) bug fix, create compress codec before parsing dictionary (#12422) add

[GitHub] [doris] admh opened a new issue, #12457: [Feature] 希望能对已存在的表增加多租户副本分布设置之后能触发重调度

2022-09-07 Thread GitBox
admh opened a new issue, #12457: URL: https://github.com/apache/doris/issues/12457 ### 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 需求是我现在存量有很多表

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

2022-09-07 Thread GitBox
morrySnow commented on code in PR #12182: URL: https://github.com/apache/doris/pull/12182#discussion_r965475500 ## fe/fe-core/src/main/java/org/apache/doris/nereids/processor/post/RuntimeFilterGenerator.java: ## @@ -0,0 +1,290 @@ +// Licensed to the Apache Software Foundation (A

[GitHub] [doris] github-actions[bot] commented on pull request #12416: [feature](Nereids) Support OneRowRelation and EmptyRelation

2022-09-07 Thread GitBox
github-actions[bot] commented on PR #12416: URL: https://github.com/apache/doris/pull/12416#issuecomment-1240193099 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 #12416: [feature](Nereids) Support OneRowRelation and EmptyRelation

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

commits@doris.apache.org

2022-09-07 Thread GitBox
yiguolei closed issue #12448: [Enhancement](merge iterator) copy rows in batch in collect_iterator&generic_iterator URL: https://github.com/apache/doris/issues/12448 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[doris] branch master updated (a6880ca573 -> 2a64571bef)

2022-09-07 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 a6880ca573 [fix](Nereids) throw IndexOutOfBoundsException in DistributionSpecHash#equalsSatisfy (#12446) add 2a

<    1   2   3   >