[GitHub] [doris] gojumprope opened a new issue, #15166: [Bug] Kafka routine load datetime is not following UTC

2022-12-18 Thread GitBox
gojumprope opened a new issue, #15166: URL: https://github.com/apache/doris/issues/15166 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version 1.2.0 show var

[GitHub] [doris] hello-stephen commented on pull request #15165: [Bug](pipeline) fix bug of right anti join error result in pipeline

2022-12-18 Thread GitBox
hello-stephen commented on PR #15165: URL: https://github.com/apache/doris/pull/15165#issuecomment-1357215148 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.1 seconds load time: 687 seconds storage size: 17123568842 Bytes https://doris-com

[GitHub] [doris] xiaokang commented on a diff in pull request #14211: [feature-wip](inverted index) API for inverted index reader and syntax for fulltext match

2022-12-18 Thread GitBox
xiaokang commented on code in PR #14211: URL: https://github.com/apache/doris/pull/14211#discussion_r1051848978 ## be/src/exprs/expr.cpp: ## @@ -383,6 +384,22 @@ Status Expr::create_expr(ObjectPool* pool, const TExprNode& texpr_node, Expr** e return Status::OK();

[doris] branch branch-1.2-lts updated: [thirdparty](libgsasl) set include dir to enable to find gssapi.h (#15037)

2022-12-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-1.2-lts by this push: new 6ea7b2ecfd [thirdparty](libgs

[doris] 06/08: [fix](executor) fix some npe about getting catalog and add some error info (#15155)

2022-12-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit 154cd9a47a28c5076f171474b12e2458d30c882b Author: xueweizhang AuthorDate: Mon Dec 19 14:25:52 2022 +0800

[doris] 07/08: [fix](mutil-catalog) fix get many same name db/table when show where (#15076)

2022-12-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit 5a3985219932e62608a50fc683fca0f04339e352 Author: xueweizhang AuthorDate: Mon Dec 19 14:27:48 2022 +0800

[doris] branch branch-1.2-lts updated (8ee19df648 -> 73376670ba)

2022-12-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git from 8ee19df648 [tmpfix](bug) fix compile bug after cherry-pick new 1be148080d [fix](segcompaction) fix seg

[doris] 03/08: [deps](FE)Upgrade the velocity version that hive-exec depends on to 2.3 (#15067)

2022-12-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit 23fd52aa7ba2fb2d23864aeeef59b84e8e7e0941 Author: jiafeng.zhang AuthorDate: Mon Dec 19 14:20:11 2022 +0800

[doris] 02/08: [enhancement](metric)add one metric for the publish num per db (#14942)

2022-12-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit 333c68a4fcb35aaec32b047367f11670fb017b59 Author: AlexYue AuthorDate: Mon Dec 19 14:18:11 2022 +0800 [enh

[doris] 08/08: [Feature](multi catalog)Remove enable_multi_catalog config item, open this function to public. (#15130)

2022-12-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit 73376670ba02644ca7514575ec2dc460e720240d Author: Jibing-Li <64681310+jibing...@users.noreply.github.com> Autho

[doris] 04/08: [fix](load) add to error tablets when delta writer failed to close (#15118)

2022-12-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit 3a40e4e12994e49f45db88d199136ecfd4abd352 Author: Xin Liao AuthorDate: Mon Dec 19 14:22:25 2022 +0800 [fi

[doris] 05/08: [fix](multi-catalog) add support for orc binary type (#15141)

2022-12-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit 00573b1e0296248d557e1a74ead6189664fc7483 Author: Ashin Gau AuthorDate: Mon Dec 19 14:24:12 2022 +0800 [f

[doris] 01/08: [fix](segcompaction) fix segcompaction failed for newly created segment (#15022) (#15023)

2022-12-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit 1be148080dd4f4b62578cbb01886c1e351633721 Author: zhengyu AuthorDate: Mon Dec 19 14:17:58 2022 +0800 [fix

[GitHub] [doris] github-actions[bot] commented on pull request #15164: [Bug](pipeline) Fix bugs for scan node and join node

2022-12-18 Thread GitBox
github-actions[bot] commented on PR #15164: URL: https://github.com/apache/doris/pull/15164#issuecomment-1357177783 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 #15164: [Bug](pipeline) Fix bugs for scan node and join node

2022-12-18 Thread GitBox
github-actions[bot] commented on PR #15164: URL: https://github.com/apache/doris/pull/15164#issuecomment-1357177753 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 #15031: [vectorized](pipeline) support union node operator

2022-12-18 Thread GitBox
github-actions[bot] commented on PR #15031: URL: https://github.com/apache/doris/pull/15031#issuecomment-1357174242 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 #15031: [vectorized](pipeline) support union node operator

2022-12-18 Thread GitBox
github-actions[bot] commented on PR #15031: URL: https://github.com/apache/doris/pull/15031#issuecomment-1357174225 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 #15165: [Bug](pipeline) fix bug of right anti join error result in pipeline

2022-12-18 Thread GitBox
github-actions[bot] commented on PR #15165: URL: https://github.com/apache/doris/pull/15165#issuecomment-1357173253 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] github-actions[bot] commented on pull request #14973: [Nereids](plan) Add DCHECK irrational conjunct in execnode

2022-12-18 Thread GitBox
github-actions[bot] commented on PR #14973: URL: https://github.com/apache/doris/pull/14973#issuecomment-1357172096 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] HappenLee opened a new pull request, #15165: [Bug](pipeline) fix bug of right anti join error result in pipeline

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

[doris] branch branch-1.2-lts updated: [tmpfix](bug) fix compile bug after cherry-pick

2022-12-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-1.2-lts by this push: new 8ee19df648 [tmpfix](bug) fix

[GitHub] [doris] hello-stephen commented on pull request #15163: [feature](nereids)is_null_pred/is_not_null_pred

2022-12-18 Thread GitBox
hello-stephen commented on PR #15163: URL: https://github.com/apache/doris/pull/15163#issuecomment-1357169916 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.79 seconds load time: 632 seconds storage size: 17123660622 Bytes https://doris-co

[GitHub] [doris] github-actions[bot] commented on pull request #14973: [Nereids](plan) Add DCHECK irrational conjunct in execnode

2022-12-18 Thread GitBox
github-actions[bot] commented on PR #14973: URL: https://github.com/apache/doris/pull/14973#issuecomment-1357166354 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] yiguolei closed issue #15159: [Bug] AddressSanitizer: heap-use-after-free in DataStreamRecvr::SenderQueue::add_block

2022-12-18 Thread GitBox
yiguolei closed issue #15159: [Bug] AddressSanitizer: heap-use-after-free in DataStreamRecvr::SenderQueue::add_block URL: https://github.com/apache/doris/issues/15159 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[doris] branch master updated (6be5670ce9 -> 445ec9d02c)

2022-12-18 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 6be5670ce9 [Feature](multi catalog)Remove enable_multi_catalog config item, open this function to public. (#15130)

[GitHub] [doris] yiguolei merged pull request #15160: [fix](counter) fix coredump caused by updating destroyed counter

2022-12-18 Thread GitBox
yiguolei merged PR #15160: URL: https://github.com/apache/doris/pull/15160 -- 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] morningman commented on a diff in pull request #15154: [Feature] Support function roundBankers

2022-12-18 Thread GitBox
morningman commented on code in PR #15154: URL: https://github.com/apache/doris/pull/15154#discussion_r1051853035 ## docs/en/docs/sql-manual/sql-functions/math-functions/round_bankers.md: ## @@ -0,0 +1,80 @@ +--- +{ +"title": "roundBankers", +"language": "en" +} +--- + +

[doris] branch master updated (1597afcd67 -> 6be5670ce9)

2022-12-18 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 1597afcd67 [fix](mutil-catalog) fix get many same name db/table when show where (#15076) add 6be5670ce9 [Feat

[GitHub] [doris] morningman merged pull request #15130: [Feature](multi catalog)Remove enable_multi_catalog config item, open this function to public.

2022-12-18 Thread GitBox
morningman merged PR #15130: URL: https://github.com/apache/doris/pull/15130 -- 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 (000972ae17 -> 1597afcd67)

2022-12-18 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 000972ae17 [fix](executor) fix some npe about getting catalog and add some error info (#15155) add 1597afcd67

[GitHub] [doris] morningman merged pull request #15076: [fix](mutil-catalog) fix get many same name db/table when show where

2022-12-18 Thread GitBox
morningman merged PR #15076: URL: https://github.com/apache/doris/pull/15076 -- 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] maochongxin commented on pull request #15154: [Feature] Support function roundBankers

2022-12-18 Thread GitBox
maochongxin commented on PR #15154: URL: https://github.com/apache/doris/pull/15154#issuecomment-1357160947 > There are some format problems and you need to fix them before merging fixed -- This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [doris] github-actions[bot] commented on pull request #15155: [fix](executor) fix some npe and add some error info

2022-12-18 Thread GitBox
github-actions[bot] commented on PR #15155: URL: https://github.com/apache/doris/pull/15155#issuecomment-1357160691 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 #15155: [fix](executor) fix some npe and add some error info

2022-12-18 Thread GitBox
github-actions[bot] commented on PR #15155: URL: https://github.com/apache/doris/pull/15155#issuecomment-1357160677 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: [fix](executor) fix some npe about getting catalog and add some error info (#15155)

2022-12-18 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 000972ae17 [fix](executor) fix some npe about

[GitHub] [doris] morningman merged pull request #15155: [fix](executor) fix some npe and add some error info

2022-12-18 Thread GitBox
morningman merged PR #15155: URL: https://github.com/apache/doris/pull/15155 -- 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 (03ea2866b7 -> 7730a88d11)

2022-12-18 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 03ea2866b7 [fix](load) add to error tablets when delta writer failed to close (#15118) add 7730a88d11 [fix](m

[GitHub] [doris] morningman merged pull request #15141: [fix](multi-catalog) add support for orc binary type

2022-12-18 Thread GitBox
morningman merged PR #15141: URL: https://github.com/apache/doris/pull/15141 -- 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 #15141: [fix](multi-catalog) add support for orc binary type

2022-12-18 Thread GitBox
github-actions[bot] commented on PR #15141: URL: https://github.com/apache/doris/pull/15141#issuecomment-1357159705 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 #15141: [fix](multi-catalog) add support for orc binary type

2022-12-18 Thread GitBox
github-actions[bot] commented on PR #15141: URL: https://github.com/apache/doris/pull/15141#issuecomment-1357159683 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 (e8bac706d3 -> 03ea2866b7)

2022-12-18 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 e8bac706d3 [deps](FE)Upgrade the velocity version that hive-exec depends on to 2.3 (#15067) add 03ea2866b7 [f

[GitHub] [doris] morningman merged pull request #15118: [fix](load) add to error tablets when delta writer failed to close

2022-12-18 Thread GitBox
morningman merged PR #15118: URL: https://github.com/apache/doris/pull/15118 -- 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] morningman closed pull request #15027: [fix](load) fix that flush memtable concurrently may cause data inconsistency

2022-12-18 Thread GitBox
morningman closed pull request #15027: [fix](load) fix that flush memtable concurrently may cause data inconsistency URL: https://github.com/apache/doris/pull/15027 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] morningman commented on pull request #15027: [fix](load) fix that flush memtable concurrently may cause data inconsistency

2022-12-18 Thread GitBox
morningman commented on PR #15027: URL: https://github.com/apache/doris/pull/15027#issuecomment-1357158056 I have picked #15005 to branch 1.2 , this can be closed -- 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: [deps](FE)Upgrade the velocity version that hive-exec depends on to 2.3 (#15067)

2022-12-18 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 e8bac706d3 [deps](FE)Upgrade the velocity ver

[GitHub] [doris] morningman merged pull request #15067: [deps](FE)Upgrade the velocity version that hive-exec depends on to 2.3

2022-12-18 Thread GitBox
morningman merged PR #15067: URL: https://github.com/apache/doris/pull/15067 -- 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 #15154: [Feature] Support function roundBankers

2022-12-18 Thread GitBox
github-actions[bot] commented on PR #15154: URL: https://github.com/apache/doris/pull/15154#issuecomment-1357156593 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] morningman closed pull request #15041: [fix](schema) Fix create table error if Colocate tables not equal to bucket num

2022-12-18 Thread GitBox
morningman closed pull request #15041: [fix](schema) Fix create table error if Colocate tables not equal to bucket num URL: https://github.com/apache/doris/pull/15041 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [doris] morningman commented on pull request #15041: [fix](schema) Fix create table error if Colocate tables not equal to bucket num

2022-12-18 Thread GitBox
morningman commented on PR #15041: URL: https://github.com/apache/doris/pull/15041#issuecomment-1357156221 I have cherry-pick #15071 to branch 1.2. this can be closed -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[doris] branch master updated (a7180c5ad8 -> b62a94ab46)

2022-12-18 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 a7180c5ad8 [fix](segcompaction) fix segcompaction failed for newly created segment (#15022) (#15023) add b62a

[GitHub] [doris] morningman merged pull request #14942: [enhancement](metric)add one metric for the publish num per db

2022-12-18 Thread GitBox
morningman merged PR #14942: URL: https://github.com/apache/doris/pull/14942 -- 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 #15023: [fix](segcompaction) fix segcompaction failed for newly created segment

2022-12-18 Thread GitBox
github-actions[bot] commented on PR #15023: URL: https://github.com/apache/doris/pull/15023#issuecomment-1357155655 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: [fix](segcompaction) fix segcompaction failed for newly created segment (#15022) (#15023)

2022-12-18 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 a7180c5ad8 [fix](segcompaction) fix segcompac

[GitHub] [doris] morningman closed issue #15022: [Bug] segcompaction failed for newly created segment

2022-12-18 Thread GitBox
morningman closed issue #15022: [Bug] segcompaction failed for newly created segment URL: https://github.com/apache/doris/issues/15022 -- 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 merged pull request #15023: [fix](segcompaction) fix segcompaction failed for newly created segment

2022-12-18 Thread GitBox
morningman merged PR #15023: URL: https://github.com/apache/doris/pull/15023 -- 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 #14942: [enhancement](metric)add one metric for the publish num per db

2022-12-18 Thread GitBox
github-actions[bot] commented on PR #14942: URL: https://github.com/apache/doris/pull/14942#issuecomment-1357155211 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 #14942: [enhancement](metric)add one metric for the publish num per db

2022-12-18 Thread GitBox
github-actions[bot] commented on PR #14942: URL: https://github.com/apache/doris/pull/14942#issuecomment-1357155233 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] Yukang-Lian opened a new issue, #13982: [Feature] group_uniq_array function

2022-12-18 Thread GitBox
Yukang-Lian opened a new issue, #13982: URL: https://github.com/apache/doris/issues/13982 ### 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 **synt

[GitHub] [doris] github-actions[bot] commented on pull request #15154: [Feature] Support function roundBankers

2022-12-18 Thread GitBox
github-actions[bot] commented on PR #15154: URL: https://github.com/apache/doris/pull/15154#issuecomment-1357150829 clang-tidy review says "All clean, LGTM! :+1:" -- 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 branch-1.2-lts updated: [cherry-pick](compaction) fix promotion size bug #14836 (#15099)

2022-12-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-1.2-lts by this push: new ef706bf0e7 [cherry-pick](comp

[GitHub] [doris] morningman merged pull request #15099: [cherry-pick](compaction) fix promotion size bug

2022-12-18 Thread GitBox
morningman merged PR #15099: URL: https://github.com/apache/doris/pull/15099 -- 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] TangSiyang2001 commented on issue #13982: [Feature] group_uniq_array function

2022-12-18 Thread GitBox
TangSiyang2001 commented on issue #13982: URL: https://github.com/apache/doris/issues/13982#issuecomment-1357149201 Apply for a try. -- 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 c

[doris] branch branch-1.2-lts updated: [cherry-pick](compaction) safe exist #15021 (#15102)

2022-12-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-1.2-lts by this push: new cc14daf0df [cherry-pick](comp

[GitHub] [doris] morningman merged pull request #15102: [cherry-pick](compaction) safe exist

2022-12-18 Thread GitBox
morningman merged PR #15102: URL: https://github.com/apache/doris/pull/15102 -- 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 #15154: [Feature] Support function roundBankers

2022-12-18 Thread GitBox
github-actions[bot] commented on PR #15154: URL: https://github.com/apache/doris/pull/15154#issuecomment-1357148637 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] Gabriel39 merged pull request #15161: [fix](pipeline) remove the redundant override of the close function in set operators

2022-12-18 Thread GitBox
Gabriel39 merged PR #15161: URL: https://github.com/apache/doris/pull/15161 -- 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 (07f5d9562c -> f1321c2fed)

2022-12-18 Thread gabriellee
This is an automated email from the ASF dual-hosted git repository. gabriellee pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 07f5d9562c [fix](brokerload) fix broker load failed aused by the error path (#15057) add f1321c2fed [fix](pip

[GitHub] [doris] github-actions[bot] commented on pull request #14579: [feature](planner) mark join to support subquery in disjunction

2022-12-18 Thread GitBox
github-actions[bot] commented on PR #14579: URL: https://github.com/apache/doris/pull/14579#issuecomment-1357143812 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 #14579: [feature](planner) mark join to support subquery in disjunction

2022-12-18 Thread GitBox
github-actions[bot] commented on PR #14579: URL: https://github.com/apache/doris/pull/14579#issuecomment-1357143731 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 commented on pull request #15154: [Feature] Support function roundBankers

2022-12-18 Thread GitBox
Gabriel39 commented on PR #15154: URL: https://github.com/apache/doris/pull/15154#issuecomment-1357137404 There are some format problems and you need to fix them before merging -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

[GitHub] [doris] github-actions[bot] commented on pull request #15164: [Bug](pipeline) Fix bugs for scan node and join node

2022-12-18 Thread GitBox
github-actions[bot] commented on PR #15164: URL: https://github.com/apache/doris/pull/15164#issuecomment-1357136850 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] hello-stephen commented on pull request #15164: [Bug](pipeline) Fix bugs for scan node and join node

2022-12-18 Thread GitBox
hello-stephen commented on PR #15164: URL: https://github.com/apache/doris/pull/15164#issuecomment-1357121059 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.06 seconds load time: 669 seconds storage size: 17123110698 Bytes https://doris-co

[doris] 17/21: [fix](multi-catalog) hidden password for show create jdbc catalog (#15145)

2022-12-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit afbe5ba198f198550185fb474f9fa021e49cc406 Author: xueweizhang AuthorDate: Sat Dec 17 17:20:17 2022 +0800

[doris] 19/21: [enhancement](signal) output query_id when 'be' core dumped #15080

2022-12-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit d79b6017963ac1907a61bc13e955fe097d7b52b3 Author: Tiewei Fang <43782773+bepppo...@users.noreply.github.com> Aut

[doris] 16/21: [fix](load) delta writer init failed might cause data inconsistency between multiple replicas (#15058)

2022-12-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit 22aacd849c1638f6fcd87cd1ad58f70eed5fbe8f Author: zhannngchen <48427519+zhannngc...@users.noreply.github.com> A

[doris] 10/21: [fix](iceberg-v2) icebergv2 filter data path (#14470)

2022-12-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit d23e7905b09c1d1f4dfe4849d21e5a79034dbf4e Author: slothever <18522955+w...@users.noreply.github.com> AuthorDate

[doris] 18/21: [fix](schema) Fix create table error if Colocate tables not equal to bucket num (#15071)

2022-12-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit 62342915065f41170b18be2b72bd4981e5fd4a71 Author: yuxuan-luo <119841515+yuxuan-...@users.noreply.github.com> Au

[doris] 07/21: [fix](multi catalog)Return emtpy block while external table scanner couldn't find the file (#14997)

2022-12-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit d41a963c8ff0c971baa9080417b343601f8a8ade Author: Jibing-Li <64681310+jibing...@users.noreply.github.com> Autho

[doris] 11/21: [improvement](multi-catalog)Support invalid/not invalid option for refresh catalog and db. (#14922)

2022-12-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit 2baa0e8891dfb9e1c90b6c546fe38191bbd71986 Author: Jibing-Li <64681310+jibing...@users.noreply.github.com> Autho

[doris] 15/21: [fix](subquery)fix bug of using constexpr as subquery's output (#15119)

2022-12-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit 4a1bcebf411cba02228ea35347e5d39dd7569fba Author: starocean999 <40539150+starocean...@users.noreply.github.com>

[doris] 12/21: [Bug](datev2) Fix compatible problems caused by datev2 (#15131)

2022-12-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit d6f4f08dcc14c435cb721e5009c162478a1ab25e Author: Gabriel AuthorDate: Fri Dec 16 21:52:39 2022 +0800 [Bug

[doris] 14/21: [vectorized](jdbc) fix external table of oracle with condition about … (#15092)

2022-12-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit cc139837665d6f1fb3403642978f7ecd09ecca57 Author: zhangstar333 <87313068+zhangstar...@users.noreply.github.com>

[doris] 04/21: [fix](memtracker) Fix load channel memory tracker are not refreshed in time (#15048)

2022-12-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit 12192e3f139833ee9c88fcd804f4923a977c215e Author: Xinyi Zou AuthorDate: Fri Dec 16 10:43:03 2022 +0800 [f

[doris] 06/21: [Bug](case function) do not crash if prepare failed (#15113)

2022-12-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit e68a49f3fe03c8a23ba67f4c5185080b545e58bb Author: Gabriel AuthorDate: Fri Dec 16 11:02:05 2022 +0800 [Bug

[doris] 02/21: [Enhancement](partition prune): calculate the column ranges of compound predicates (#14886)

2022-12-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit 5fce045f51a69d28e8824f3fc475b862f83821e4 Author: spaces-x AuthorDate: Thu Dec 15 20:47:44 2022 +0800 [En

[doris] 01/21: [fix](merge-on-write) calc delete bitmap need all segments which _do_flush in one memtable (#15018)

2022-12-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit b027ae3490627ed6bb780ee1a7d064eda23ec4b3 Author: xueweizhang AuthorDate: Thu Dec 15 20:44:49 2022 +0800

[doris] 05/21: [fix](explain) fix explain output format problem (#15019)

2022-12-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit 315f0396857aaa5d93e062b27062417bb24a97e2 Author: luozenglin <37725793+luozeng...@users.noreply.github.com> Aut

[doris] 20/21: [bug](udaf) fix java udaf incorrect get null value with row (#15151)

2022-12-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit 6766c5135319b6902e2d94480de3ffc31ff4ff36 Author: zhangstar333 <87313068+zhangstar...@users.noreply.github.com>

[doris] 21/21: [fix](merge-on-write) delete all rows with same key in all pre segments (#14995)

2022-12-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit 95aab248b03ed82b384cf0c2d3510f07b944dad3 Author: xueweizhang AuthorDate: Mon Dec 19 10:08:38 2022 +0800

[doris] branch branch-1.2-lts updated (ae084be649 -> 95aab248b0)

2022-12-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git from ae084be649 [Bug](function) fix overflow on concat_ws (#15043) new b027ae3490 [fix](merge-on-write) cal

[doris] 13/21: [fix](type) forbid time type when creating table (#15093)

2022-12-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit f6936f256d7b162947512837715305aeccc8b674 Author: Mingyu Chen AuthorDate: Fri Dec 16 21:54:35 2022 +0800

[doris] 08/21: [config](load) enable new load scan node by default (#14808)

2022-12-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit 3fe708cf56c3edcafa36f9e489e1d849e0fdf75a Author: Mingyu Chen AuthorDate: Fri Dec 16 09:41:43 2022 +0800

[doris] 09/21: [vectorized](join) add try catch in create thread (#15065)

2022-12-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit 8853d515ae7ef22a19d1ee200aed8c54a5e95639 Author: zhangstar333 <87313068+zhangstar...@users.noreply.github.com>

[doris] 03/21: [Bug](datev2) Fix wrong result when use datev2 as partition key (#15094)

2022-12-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit a282d720c920610365393fb8edc10056b0199538 Author: Gabriel AuthorDate: Thu Dec 15 21:27:05 2022 +0800 [Bug

[GitHub] [doris] github-actions[bot] commented on pull request #15164: [Bug](pipeline) Fix bugs for scan node and join node

2022-12-18 Thread GitBox
github-actions[bot] commented on PR #15164: URL: https://github.com/apache/doris/pull/15164#issuecomment-1357100990 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] github-actions[bot] commented on pull request #15164: [Bug](pipeline) Fix bugs for scan node and join node

2022-12-18 Thread GitBox
github-actions[bot] commented on PR #15164: URL: https://github.com/apache/doris/pull/15164#issuecomment-1357099888 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [doris] Gabriel39 opened a new pull request, #15164: [Bug](pipeline) Fix bugs for scan node and join node

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

[GitHub] [doris] luozenglin commented on a diff in pull request #15114: [enhancement](gc) sub_file_cache checks the directory files when gc

2022-12-18 Thread GitBox
luozenglin commented on code in PR #15114: URL: https://github.com/apache/doris/pull/15114#discussion_r1051788040 ## be/src/io/cache/file_cache.cpp: ## @@ -87,32 +89,87 @@ Status FileCache::download_cache_to_local(const Path& cache_file, const Path& ca return Status::OK();

[doris] 01/02: [fix](resource) HdfsStorage can get default.Fs from path or configuration (#15079)

2022-12-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit c7a97c012d5bd66f7f595fd618748fecb9396ba8 Author: Ashin Gau AuthorDate: Thu Dec 15 16:56:32 2022 +0800 [f

[doris] 02/02: [Bug](function) fix overflow on concat_ws (#15043)

2022-12-18 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git commit ae084be6495969cc4fc092027befc1d1cb99270e Author: Pxl AuthorDate: Thu Dec 15 19:44:27 2022 +0800 [Bug](fu

  1   2   >