[doris] 08/09: [Bug](Bitmap) fix sub_bitmap calculate wrong result to return null (#13978)

2022-11-07 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-unstable in repository https://gitbox.apache.org/repos/asf/doris.git commit 836021ac2edf507cdc182c2fd44e1a184551560a Author: zhangstar333 <87313068+zhangstar...@users.noreply.github

[doris] 06/09: [fix](Nereids) Use simple cost to calculate benefit and avoid unuseless calculation (#14056)

2022-11-07 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-unstable in repository https://gitbox.apache.org/repos/asf/doris.git commit 7e9890ea6d92eaacb9fb9c8c255f8c9f4e448966 Author: 谢健 AuthorDate: Tue Nov 8 13:11:38 2022 +0800 [fix]

[doris] 03/09: [feature](Nereids) support query that group by use alias generated in aggregate output (#14030)

2022-11-07 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-unstable in repository https://gitbox.apache.org/repos/asf/doris.git commit df2f528781d674f705d7c1c9848a0aa6a3d198b5 Author: morrySnow <101034200+morrys...@users.noreply.github.com>

[doris] 02/09: [Enhancement](Dictionary-codec) update dict once on same segment (#13936)

2022-11-07 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-unstable in repository https://gitbox.apache.org/repos/asf/doris.git commit 73a004c8dc76fdeae0b5c77d0d4ab652226e9c1c Author: Pxl AuthorDate: Tue Nov 8 10:59:35 2022 +0800 [Enh

[doris] 09/09: [fix](build) fix compile fail on Segment::open (#14058)

2022-11-07 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-unstable in repository https://gitbox.apache.org/repos/asf/doris.git commit c3172a559b53d27cfcf2b179682e3d3079ba1819 Author: Pxl AuthorDate: Tue Nov 8 14:38:40 2022 +0800 [fix

[doris] 04/09: [thirdpart](lib) Add lock free queue of concurrentqueue (#14045)

2022-11-07 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-unstable in repository https://gitbox.apache.org/repos/asf/doris.git commit 944d572053940110b512371c812ec6916f0816d3 Author: HappenLee AuthorDate: Tue Nov 8 11:34:23 2022 +0800

[doris] 07/09: [feature](multi-catalog) Support data on s3-compatible oss and support aliyun DLF (#13994)

2022-11-07 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-unstable in repository https://gitbox.apache.org/repos/asf/doris.git commit 3da8dfb658365bbcf3e4a55545ea88153842eec5 Author: Mingyu Chen AuthorDate: Tue Nov 8 14:02:41 2022 +0800

[doris] branch branch-1.2-unstable updated (fb5a3e118a -> c3172a559b)

2022-11-07 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch branch-1.2-unstable in repository https://gitbox.apache.org/repos/asf/doris.git from fb5a3e118a [feature-wip](dlf) prepare to support aliyun dlf (#13969) add 27549564a7 [feature](tab

[doris] 05/09: [feature-wip](multi-catalog) fix page index filter bug (#14015)

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

[doris] 01/09: [fix](priv) fix meta replay bug when upgrading from 1.1.x to 1.2.x (#14046)

2022-11-07 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-unstable in repository https://gitbox.apache.org/repos/asf/doris.git commit bcde11d82df360af18429cd5e98db7253e572aee Author: Mingyu Chen AuthorDate: Tue Nov 8 10:43:33 2022 +0800

[GitHub] [doris] hello-stephen commented on pull request #14067: [chore][build] add instructions to build version string

2022-11-07 Thread GitBox
hello-stephen commented on PR #14067: URL: https://github.com/apache/doris/pull/14067#issuecomment-1306751757 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.04 seconds load time: 442 seconds storage size: 17179269592 Bytes https://doris-co

[GitHub] [doris] HackToday closed issue #14066: [Bug] Build failed with no matching function for call to 'doris::segment_v2::Segment::open

2022-11-07 Thread GitBox
HackToday closed issue #14066: [Bug] Build failed with no matching function for call to 'doris::segment_v2::Segment::open URL: https://github.com/apache/doris/issues/14066 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[GitHub] [doris] Toms1999 opened a new pull request, #14070: [extension] add new e_table_to_doris by shell

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

[GitHub] [doris] HackToday commented on issue #14066: [Bug] Build failed with no matching function for call to 'doris::segment_v2::Segment::open

2022-11-07 Thread GitBox
HackToday commented on issue #14066: URL: https://github.com/apache/doris/issues/14066#issuecomment-1306744805 It seems https://github.com/apache/doris/pull/14058/ fixed the issue -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[GitHub] [doris] hello-stephen commented on pull request #14062: [UDF](java udf)

2022-11-07 Thread GitBox
hello-stephen commented on PR #14062: URL: https://github.com/apache/doris/pull/14062#issuecomment-1306733371 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.18 seconds load time: 447 seconds storage size: 17181072247 Bytes https://doris-co

[GitHub] [doris] cp7719 opened a new issue, #14069: [Bug] dolphinscheduler上的大任务容易出现连接超时

2022-11-07 Thread GitBox
cp7719 opened a new issue, #14069: URL: https://github.com/apache/doris/issues/14069 ### 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 1.1.1 1.1.2

[GitHub] [doris] morrySnow closed issue #13635: support other condition in cascades reorder rules

2022-11-07 Thread GitBox
morrySnow closed issue #13635: support other condition in cascades reorder rules URL: https://github.com/apache/doris/issues/13635 -- 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] Kikyou1997 opened a new pull request, #14068: [fix](planner) ColumnStatistics was changed unexpectedly

2022-11-07 Thread GitBox
Kikyou1997 opened a new pull request, #14068: URL: https://github.com/apache/doris/pull/14068 # Proposed changes Issue Number: no issue ## Problem summary The logic of show stats would change the internal collected `ColumnStat` unexpectedly which would cause inaccurate c

[GitHub] [doris] BePPPower commented on a diff in pull request #14047: [feature](table-valued-function) Support `desc from s3()` and modify the syntax of tvf

2022-11-07 Thread GitBox
BePPPower commented on code in PR #14047: URL: https://github.com/apache/doris/pull/14047#discussion_r1016201659 ## fe/fe-core/src/main/cup/sql_parser.cup: ## @@ -3813,6 +3813,10 @@ describe_stmt ::= {: RESULT = new DescribeStmt(table, false); :} +| descri

[GitHub] [doris] hello-stephen commented on pull request #14061: [bug](ColumnDecimal)call set_decimalv2_type when cloning ColumnDecimal

2022-11-07 Thread GitBox
hello-stephen commented on PR #14061: URL: https://github.com/apache/doris/pull/14061#issuecomment-1306711764 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.68 seconds load time: 454 seconds storage size: 17182819778 Bytes https://doris-co

[GitHub] [doris] yangzhg opened a new pull request, #14067: [chore][build] add instructions to build version string

2022-11-07 Thread GitBox
yangzhg opened a new pull request, #14067: URL: https://github.com/apache/doris/pull/14067 # Proposed changes add instructions to build version string, new version string like ``` doris-0.0.0-trunk(AVX2) DEBUG (build git://host@45dfe38357c435f236f8b16ddb24c58e781e8598) Built

[GitHub] [doris] Toms1999 closed pull request #14031: [extension] new e_table_to_doris by shell

2022-11-07 Thread GitBox
Toms1999 closed pull request #14031: [extension] new e_table_to_doris by shell URL: https://github.com/apache/doris/pull/14031 -- 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. T

[GitHub] [doris] HackToday opened a new issue, #14066: [Bug]

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

[doris] branch master updated (f7ecb6d79f -> df89e46761)

2022-11-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 f7ecb6d79f [Bug](Bitmap) fix sub_bitmap calculate wrong result to return null (#13978) add df89e46761 [fix](b

[GitHub] [doris] morningman merged pull request #14058: [Bug](build) fix compile fail on Segment::open

2022-11-07 Thread GitBox
morningman merged PR #14058: URL: https://github.com/apache/doris/pull/14058 -- 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] zhengshengjun opened a new pull request, #14063: [Feature] Support IPV6

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

[doris] branch master updated (1c07a01038 -> f7ecb6d79f)

2022-11-07 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 1c07a01038 [feature](multi-catalog) Support data on s3-compatible oss and support aliyun DLF (#13994) add f7e

[GitHub] [doris] BiteTheDDDDt merged pull request #13978: [Bug](Bitmap) fix sub_bitmap calculate wrong result to return null

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

[GitHub] [doris] BiteTheDDDDt closed issue #13968: [Bug] sub_bitmap/bitmap_subset_limit return null when the bitmap count is 1

2022-11-07 Thread GitBox
BiteThet closed issue #13968: [Bug] sub_bitmap/bitmap_subset_limit return null when the bitmap count is 1 URL: https://github.com/apache/doris/issues/13968 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[doris] branch master updated (61d4974ba1 -> 1c07a01038)

2022-11-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 61d4974ba1 [fix](Nereids) Use simple cost to calculate benefit and avoid unuseless calculation (#14056) add 1c

[GitHub] [doris] yiguolei merged pull request #13994: [feature](multi-catalog) Support data on s3-compatible oss and support aliyun DLF

2022-11-07 Thread GitBox
yiguolei merged PR #13994: URL: https://github.com/apache/doris/pull/13994 -- 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] hello-stephen commented on pull request #14058: [Bug](build) fix compile fail on Segment::open

2022-11-07 Thread GitBox
hello-stephen commented on PR #14058: URL: https://github.com/apache/doris/pull/14058#issuecomment-1306677277 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 33.92 seconds load time: 447 seconds storage size: 17181122368 Bytes https://doris-co

[GitHub] [doris] yangzhg opened a new pull request, #14062: [UDF](java udf)

2022-11-07 Thread GitBox
yangzhg opened a new pull request, #14062: URL: https://github.com/apache/doris/pull/14062 # Proposed changes using config to enable java udf instead of macro at compile time ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect

[GitHub] [doris] github-actions[bot] commented on pull request #14058: [Bug](build) fix compile fail on Segment::open

2022-11-07 Thread GitBox
github-actions[bot] commented on PR #14058: URL: https://github.com/apache/doris/pull/14058#issuecomment-1306670269 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] xiaokang opened a new pull request, #14061: [bug](ColumnDecimal)call set_decimalv2_type when cloning ColumnDecimal

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

[GitHub] [doris] xiaokang opened a new issue, #14060: [Bug] is_decimalv2_type is lost after clone ColumnDecimal

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

[GitHub] [doris] github-actions[bot] commented on pull request #14056: [fix](Nereids) Use simple cost to calculate benefit and avoid unuseless calculation

2022-11-07 Thread GitBox
github-actions[bot] commented on PR #14056: URL: https://github.com/apache/doris/pull/14056#issuecomment-1306644163 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 #14056: [fix](Nereids) Use simple cost to calculate benefit and avoid unuseless calculation

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

[doris] branch master updated: [fix](Nereids) Use simple cost to calculate benefit and avoid unuseless calculation (#14056)

2022-11-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 61d4974ba1 [fix](Nereids) Use simple cost to cal

[GitHub] [doris] jackwener merged pull request #14056: [fix](Nereids) Use simple cost to calculate benefit and avoid unuseless calculation

2022-11-07 Thread GitBox
jackwener merged PR #14056: URL: https://github.com/apache/doris/pull/14056 -- 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] dutyu commented on a diff in pull request #14006: [enhancement](decommission) speed up decommission process (#14028)

2022-11-07 Thread GitBox
dutyu commented on code in PR #14006: URL: https://github.com/apache/doris/pull/14006#discussion_r1016141099 ## fe/fe-core/src/main/java/org/apache/doris/alter/SystemHandler.java: ## @@ -84,10 +84,11 @@ private void runAlterJobV2() { } List backendTab

[GitHub] [doris] hello-stephen commented on pull request #14057: [typo](docs)update array type doc

2022-11-07 Thread GitBox
hello-stephen commented on PR #14057: URL: https://github.com/apache/doris/pull/14057#issuecomment-1306631060 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.38 seconds load time: 494 seconds storage size: 17180714483 Bytes https://doris-co

[GitHub] [doris] morningman commented on a diff in pull request #14047: [feature](table-valued-function) Support `desc from s3()` and modify the syntax of tvf

2022-11-07 Thread GitBox
morningman commented on code in PR #14047: URL: https://github.com/apache/doris/pull/14047#discussion_r1016088273 ## fe/fe-core/src/main/cup/sql_parser.cup: ## @@ -3813,6 +3813,10 @@ describe_stmt ::= {: RESULT = new DescribeStmt(table, false); :} +| descr

[doris] branch master updated: [feature-wip](multi-catalog) fix page index filter bug (#14015)

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

[GitHub] [doris] morningman merged pull request #14015: [feature-wip](multi-catalog) fix page index

2022-11-07 Thread GitBox
morningman merged PR #14015: URL: https://github.com/apache/doris/pull/14015 -- 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] qzsee opened a new issue, #14059: [Feature](Nereids) Simplify range of predicate

2022-11-07 Thread GitBox
qzsee opened a new issue, #14059: URL: https://github.com/apache/doris/issues/14059 ### 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 for example:

[GitHub] [doris] github-actions[bot] commented on pull request #14058: [Bug](build) fix compile fail on Segment::open

2022-11-07 Thread GitBox
github-actions[bot] commented on PR #14058: URL: https://github.com/apache/doris/pull/14058#issuecomment-1306590661 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 #14058: [Bug](build) fix compile fail on Segment::open

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

svn commit: r57872 - /dev/doris/1.1.4-rc01/

2022-11-07 Thread yiguolei
Author: yiguolei Date: Tue Nov 8 03:44:28 2022 New Revision: 57872 Log: Add 1.1.4-rc01 Added: dev/doris/1.1.4-rc01/ dev/doris/1.1.4-rc01/apache-doris-1.1.4-bin-arm.tar.gz (with props) dev/doris/1.1.4-rc01/apache-doris-1.1.4-bin-arm.tar.gz.asc (with props) dev/doris/1.1.4-rc01

[GitHub] [doris] ucasfl closed pull request #11554: add java format style

2022-11-07 Thread GitBox
ucasfl closed pull request #11554: add java format style URL: https://github.com/apache/doris/pull/11554 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [doris] BiteTheDDDDt opened a new pull request, #14058: [Bug](build) fix compile fail on Segment::open

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

[GitHub] [doris] yiguolei merged pull request #14045: [thirdpart](lib) Add lock free queue of concurrentqueue

2022-11-07 Thread GitBox
yiguolei merged PR #14045: URL: https://github.com/apache/doris/pull/14045 -- 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 (e6b12ce8e8 -> 63ea233ae2)

2022-11-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 e6b12ce8e8 [feature](Nereids) support query that group by use alias generated in aggregate output (#14030) add

[GitHub] [doris] github-actions[bot] commented on pull request #14014: [enhancement](load) shrink reserved buffer for page builder (#14012)

2022-11-07 Thread GitBox
github-actions[bot] commented on PR #14014: URL: https://github.com/apache/doris/pull/14014#issuecomment-1306581151 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] freemandealer commented on a diff in pull request #14014: [enhancement](load) shrink reserved buffer for page builder (#14012)

2022-11-07 Thread GitBox
freemandealer commented on code in PR #14014: URL: https://github.com/apache/doris/pull/14014#discussion_r1016109728 ## be/src/olap/rowset/segment_v2/binary_dict_page.cpp: ## @@ -37,7 +37,8 @@ BinaryDictPageBuilder::BinaryDictPageBuilder(const PageBuilderOptions& options)

[GitHub] [doris] github-actions[bot] commented on pull request #14057: [typo](docs)update array type doc

2022-11-07 Thread GitBox
github-actions[bot] commented on PR #14057: URL: https://github.com/apache/doris/pull/14057#issuecomment-1306572646 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] rc452860 commented on issue #6086: how to drop routine load?

2022-11-07 Thread GitBox
rc452860 commented on issue #6086: URL: https://github.com/apache/doris/issues/6086#issuecomment-1306570813 show command results cannot be filtered. and every time invoke the `show all routine load`, it's need manual sort it and find out which ones are running. -- This is an automated mes

[GitHub] [doris] cambyzju commented on a diff in pull request #14006: [enhancement](decommission) speed up decommission process (#14028)

2022-11-07 Thread GitBox
cambyzju commented on code in PR #14006: URL: https://github.com/apache/doris/pull/14006#discussion_r1016103428 ## fe/fe-core/src/main/java/org/apache/doris/alter/SystemHandler.java: ## @@ -84,10 +84,11 @@ private void runAlterJobV2() { } List backend

[GitHub] [doris] github-actions[bot] commented on pull request #14049: [fix](keyranges) fix the split error of keyranges

2022-11-07 Thread GitBox
github-actions[bot] commented on PR #14049: URL: https://github.com/apache/doris/pull/14049#issuecomment-1306560645 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 #14049: [fix](keyranges) fix the split error of keyranges

2022-11-07 Thread GitBox
github-actions[bot] commented on PR #14049: URL: https://github.com/apache/doris/pull/14049#issuecomment-1306560611 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 #14057: [typo](docs)update array type doc

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

[doris] branch master updated (9d8b4bc176 -> e6b12ce8e8)

2022-11-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 9d8b4bc176 [Enhancement](Dictionary-codec) update dict once on same segment (#13936) add e6b12ce8e8 [feature](

[GitHub] [doris] morrySnow merged pull request #14030: [feature](Nereids) bind alias in group by list

2022-11-07 Thread GitBox
morrySnow merged PR #14030: URL: https://github.com/apache/doris/pull/14030 -- 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] github-actions[bot] commented on pull request #14000: [typo](docs)add udf doc and optimize udf regression test

2022-11-07 Thread GitBox
github-actions[bot] commented on PR #14000: URL: https://github.com/apache/doris/pull/14000#issuecomment-130686 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 #14000: [typo](docs)add udf doc and optimize udf regression test

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

[doris] branch master updated: [Enhancement](Dictionary-codec) update dict once on same segment (#13936)

2022-11-07 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei 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 9d8b4bc176 [Enhancement](Dictionary-codec) up

[GitHub] [doris] BiteTheDDDDt merged pull request #13936: [Enhancement](Dictionary-codec) update dict once on same segment

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

[GitHub] [doris] github-actions[bot] commented on pull request #14045: [thirdpart](lib) Add lock free queue of concurrentqueue

2022-11-07 Thread GitBox
github-actions[bot] commented on PR #14045: URL: https://github.com/apache/doris/pull/14045#issuecomment-1306554555 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] zhannngchen commented on a diff in pull request #14014: [enhancement](load) shrink reserved buffer for page builder (#14012)

2022-11-07 Thread GitBox
zhannngchen commented on code in PR #14014: URL: https://github.com/apache/doris/pull/14014#discussion_r1016095328 ## be/src/olap/rowset/segment_v2/binary_dict_page.cpp: ## @@ -37,7 +37,8 @@ BinaryDictPageBuilder::BinaryDictPageBuilder(const PageBuilderOptions& options) //

[GitHub] [doris] github-actions[bot] commented on pull request #13936: [Enhancement](Dictionary-codec) update dict once on same segment

2022-11-07 Thread GitBox
github-actions[bot] commented on PR #13936: URL: https://github.com/apache/doris/pull/13936#issuecomment-1306551732 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 #13936: [Enhancement](Dictionary-codec) update dict once on same segment

2022-11-07 Thread GitBox
github-actions[bot] commented on PR #13936: URL: https://github.com/apache/doris/pull/13936#issuecomment-1306551705 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] LemonLiTree opened a new pull request, #14057: [typo](docs)update array type doc

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

[GitHub] [doris] yiguolei commented on a diff in pull request #14014: [enhancement](load) shrink reserved buffer for page builder (#14012)

2022-11-07 Thread GitBox
yiguolei commented on code in PR #14014: URL: https://github.com/apache/doris/pull/14014#discussion_r1016091261 ## be/src/olap/rowset/segment_v2/binary_plain_page.h: ## @@ -53,8 +53,14 @@ class BinaryPlainPageBuilder : public PageBuilder { } bool is_page_full() overr

[doris] branch master updated: [fix](priv) fix meta replay bug when upgrading from 1.1.x to 1.2.x (#14046)

2022-11-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 b09e5ced97 [fix](priv) fix meta replay bug when

[GitHub] [doris] yiguolei merged pull request #14046: [fix](priv) fix meta replay bug when upgrading from 1.1.x to 1.2.x

2022-11-07 Thread GitBox
yiguolei merged PR #14046: URL: https://github.com/apache/doris/pull/14046 -- 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] LemonLiTree commented on a diff in pull request #14000: [typo](docs)add udf doc and optimize udf regression test

2022-11-07 Thread GitBox
LemonLiTree commented on code in PR #14000: URL: https://github.com/apache/doris/pull/14000#discussion_r1016086768 ## docs/zh-CN/docs/ecosystem/udf/java-user-defined-function.md: ## @@ -177,6 +177,8 @@ UDF 的使用与普通的函数方式一致,唯一的区别在于,内置函 ## 暂不支持的场景 Review Comment: OK -- Thi

[GitHub] [doris] freemandealer commented on a diff in pull request #14014: [enhancement](load) shrink reserved buffer for page builder (#14012)

2022-11-07 Thread GitBox
freemandealer commented on code in PR #14014: URL: https://github.com/apache/doris/pull/14014#discussion_r1016086181 ## be/src/olap/rowset/segment_v2/binary_dict_page.cpp: ## @@ -37,7 +37,8 @@ BinaryDictPageBuilder::BinaryDictPageBuilder(const PageBuilderOptions& options)

[GitHub] [doris] github-actions[bot] commented on pull request #14015: [feature-wip](multi-catalog) fix page index

2022-11-07 Thread GitBox
github-actions[bot] commented on PR #14015: URL: https://github.com/apache/doris/pull/14015#issuecomment-1306536985 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 #14015: [feature-wip](multi-catalog) fix page index

2022-11-07 Thread GitBox
github-actions[bot] commented on PR #14015: URL: https://github.com/apache/doris/pull/14015#issuecomment-1306536941 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] hello-stephen commented on pull request #14056: [fix](Nereids) Use simple cost to calculate benefit and avoid unuseless calculation

2022-11-07 Thread GitBox
hello-stephen commented on PR #14056: URL: https://github.com/apache/doris/pull/14056#issuecomment-1306531430 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.22 seconds load time: 451 seconds storage size: 17181235827 Bytes https://doris-co

[GitHub] [doris] XieJiann opened a new pull request, #14056: [fix](Nereids) Use simple cost to calculate benefit and avoid unuseless calculation

2022-11-07 Thread GitBox
XieJiann opened a new pull request, #14056: URL: https://github.com/apache/doris/pull/14056 Signed-off-by: xiejiann # Proposed changes Issue Number: close #xxx ## Problem summary In GraphSimplifier, we can use simple cost to calculate the benefit. And only when

[GitHub] [doris] zhengshengjun opened a new issue, #14055: [Feature] Support IPV6

2022-11-07 Thread GitBox
zhengshengjun opened a new issue, #14055: URL: https://github.com/apache/doris/issues/14055 ### 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 _No

[GitHub] [doris] yixiutt opened a new pull request, #14054: [feature](compaction) support ordered data compaction

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

[doris] branch master updated (e1654bc6ef -> 0b945fe361)

2022-11-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 e1654bc6ef [Enhancement](function) add to_bitmap() function with int type (#13973) add 0b945fe361 [enhancement]

[GitHub] [doris] yiguolei merged pull request #13585: [enhancement](memtracker) Refactor mem tracker hierarchy

2022-11-07 Thread GitBox
yiguolei merged PR #13585: URL: https://github.com/apache/doris/pull/13585 -- 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 closed issue #14052: [Feature] Backup support ttl.

2022-11-07 Thread GitBox
stalary closed issue #14052: [Feature] Backup support ttl. URL: https://github.com/apache/doris/issues/14052 -- 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-m

[GitHub] [doris] morningman commented on pull request #14045: [thirdpart](lib) Add lock free queue of concurrentqueue

2022-11-07 Thread GitBox
morningman commented on PR #14045: URL: https://github.com/apache/doris/pull/14045#issuecomment-1306484878 update `dist/LICENSE-dist.txt` -- 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] Gabriel39 commented on a diff in pull request #14000: [typo](docs)add udf doc and optimize udf regression test

2022-11-07 Thread GitBox
Gabriel39 commented on code in PR #14000: URL: https://github.com/apache/doris/pull/14000#discussion_r1016054191 ## docs/zh-CN/docs/ecosystem/udf/java-user-defined-function.md: ## @@ -177,6 +177,8 @@ UDF 的使用与普通的函数方式一致,唯一的区别在于,内置函 ## 暂不支持的场景 Review Comment: Update this par

[GitHub] [doris] gojumprope opened a new issue, #14053: [Feature] Support modify [load_properties] in Alter Routine Load

2022-11-07 Thread GitBox
gojumprope opened a new issue, #14053: URL: https://github.com/apache/doris/issues/14053 ### 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 Hi, can

[doris] branch master updated (34f43ac781 -> e1654bc6ef)

2022-11-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 34f43ac781 [bug](like function)fix like '' (empty string) get wrong result with all rows #14035 add e1654bc6ef

[GitHub] [doris] yiguolei merged pull request #13973: [Enhancement](function) add to_bitmap() function with int type

2022-11-07 Thread GitBox
yiguolei merged PR #13973: URL: https://github.com/apache/doris/pull/13973 -- 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, #14052: [Feature] Backup support ttl.

2022-11-07 Thread GitBox
stalary opened a new issue, #14052: URL: https://github.com/apache/doris/issues/14052 ### 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 Backup sup

[GitHub] [doris] yiguolei commented on a diff in pull request #13993: [fix](schema) Release memory of TabletSchemaPB in RowsetMetaPB

2022-11-07 Thread GitBox
yiguolei commented on code in PR #13993: URL: https://github.com/apache/doris/pull/13993#discussion_r1016049125 ## be/src/olap/rowset/rowset_meta.h: ## @@ -53,12 +53,14 @@ class RowsetMeta { } virtual bool init_from_pb(const RowsetMetaPB& rowset_meta_pb) { -_

[GitHub] [doris] yiguolei commented on a diff in pull request #14014: [enhancement](load) shrink reserved buffer for page builder (#14012)

2022-11-07 Thread GitBox
yiguolei commented on code in PR #14014: URL: https://github.com/apache/doris/pull/14014#discussion_r1016042997 ## be/src/olap/rowset/segment_v2/binary_dict_page.cpp: ## @@ -37,7 +37,8 @@ BinaryDictPageBuilder::BinaryDictPageBuilder(const PageBuilderOptions& options) // TO

[doris] branch master updated: [bug](like function)fix like '' (empty string) get wrong result with all rows #14035

2022-11-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 34f43ac781 [bug](like function)fix like '' (emp

[GitHub] [doris] yiguolei closed issue #14034: [Bug] like '' (empty string) get wrong result with all rows

2022-11-07 Thread GitBox
yiguolei closed issue #14034: [Bug] like '' (empty string) get wrong result with all rows URL: https://github.com/apache/doris/issues/14034 -- 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] yiguolei merged pull request #14035: [bug](like function)fix like '' (empty string) get wrong result with all rows

2022-11-07 Thread GitBox
yiguolei merged PR #14035: URL: https://github.com/apache/doris/pull/14035 -- 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](profile) add instanceNum, tableIds to profile. (#13985)

2022-11-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 6ed443c7e8 [enhancement](profile) add instanceN

[GitHub] [doris] yiguolei merged pull request #13985: [enhancement](profile) add instanceNum, tableIds to profile.

2022-11-07 Thread GitBox
yiguolei merged PR #13985: URL: https://github.com/apache/doris/pull/13985 -- 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: [refactor](cv)wait on condition variable more gently (#12620)

2022-11-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 95591ce49a [refactor](cv)wait on condition vari

  1   2   3   >