[GitHub] [doris] hello-stephen commented on pull request #23560: [feature](udf) remove unused code and update doc

2023-08-27 Thread via GitHub
hello-stephen commented on PR #23560: URL: https://github.com/apache/doris/pull/23560#issuecomment-1695137095 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.62 seconds stream load tsv: 553 seconds loaded 74807831229 Bytes

[GitHub] [doris] hello-stephen commented on pull request #23557: [Fix](autobucket) Fix autobucket partition size by using getAllDataSize

2023-08-27 Thread via GitHub
hello-stephen commented on PR #23557: URL: https://github.com/apache/doris/pull/23557#issuecomment-1695134979 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 48.82 seconds stream load tsv: 547 seconds loaded 74807831229 Bytes

[GitHub] [doris] hello-stephen commented on pull request #23539: [FE](fucntion) add date_floor/ceil in FE function

2023-08-27 Thread via GitHub
hello-stephen commented on PR #23539: URL: https://github.com/apache/doris/pull/23539#issuecomment-1695132799 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.45 seconds stream load tsv: 551 seconds loaded 74807831229 Bytes

[GitHub] [doris] github-actions[bot] commented on pull request #23561: [improve](segment-cache) Change the segment cache granularity from rowset_id to rowset_id+segment_id

2023-08-27 Thread via GitHub
github-actions[bot] commented on PR #23561: URL: https://github.com/apache/doris/pull/23561#issuecomment-1695127878 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 #22057: [Feat](Nereids) Add leading and ordered hint

2023-08-27 Thread via GitHub
hello-stephen commented on PR #22057: URL: https://github.com/apache/doris/pull/22057#issuecomment-1695125334 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.18 seconds stream load tsv: 531 seconds loaded 74807831229 Bytes

[GitHub] [doris] hello-stephen commented on pull request #23478: [pipeline](refactor) refine pipeline fragment context

2023-08-27 Thread via GitHub
hello-stephen commented on PR #23478: URL: https://github.com/apache/doris/pull/23478#issuecomment-1695125081 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 48.74 seconds stream load tsv: 532 seconds loaded 74807831229 Bytes

[GitHub] [doris] hello-stephen commented on pull request #23507: [fix](nereids) Mistaken stats when analyzing table incrementally and partition number less than 512

2023-08-27 Thread via GitHub
hello-stephen commented on PR #23507: URL: https://github.com/apache/doris/pull/23507#issuecomment-1695124943 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.93 seconds stream load tsv: 534 seconds loaded 74807831229 Bytes

[GitHub] [doris] hello-stephen commented on pull request #23428: [feature](Nereids): eliminate distinct for max/min/any_value/ndv

2023-08-27 Thread via GitHub
hello-stephen commented on PR #23428: URL: https://github.com/apache/doris/pull/23428#issuecomment-1695123508 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.8 seconds stream load tsv: 533 seconds loaded 74807831229 Bytes,

[GitHub] [doris] liugddx commented on pull request #23541: [refactor](TableRowCountAction) Fine-tune sql execution code

2023-08-27 Thread via GitHub
liugddx commented on PR #23541: URL: https://github.com/apache/doris/pull/23541#issuecomment-1695123302 run buildall -- 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 unsu

[GitHub] [doris] Lchangliang commented on pull request #23561: [improve](segment-cache) Change the segment cache granularity from rowset_id to rowset_id+segment_id

2023-08-27 Thread via GitHub
Lchangliang commented on PR #23561: URL: https://github.com/apache/doris/pull/23561#issuecomment-1695120996 run buildall -- 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] Lchangliang opened a new pull request, #23561: [improve](segment-cache) Change the segment cache granularity from rowset_id to rowset_id+segment_id

2023-08-27 Thread via GitHub
Lchangliang opened a new pull request, #23561: URL: https://github.com/apache/doris/pull/23561 ## Proposed changes Issue Number: close #xxx In current segment cache, the key is rowset_id and the value is the vector of segments. And the segment cache size comes from be/src/runtime/

[GitHub] [doris] yujun777 commented on pull request #23543: [improvement](tablet schedule) colocate balance between all groups

2023-08-27 Thread via GitHub
yujun777 commented on PR #23543: URL: https://github.com/apache/doris/pull/23543#issuecomment-1695119140 run buildall -- 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 uns

[doris] branch master updated (bea5701cce -> 3049533e63)

2023-08-27 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 bea5701cce [minor](docs) update docs for variable sql_select_limit (#23262) add 3049533e63 [Bug](materialized

[GitHub] [doris] BiteTheDDDDt merged pull request #23425: [Bug](materialized-view) fix core dump on create materialized view when diffrent mv column have same reference base column

2023-08-27 Thread via GitHub
BiteThet merged PR #23425: URL: https://github.com/apache/doris/pull/23425 -- 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] Kikyou1997 commented on pull request #23434: [minor](nereids) SUPPORT COLLATE GRAMMAR

2023-08-27 Thread via GitHub
Kikyou1997 commented on PR #23434: URL: https://github.com/apache/doris/pull/23434#issuecomment-1695118121 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To u

[GitHub] [doris] hello-stephen commented on pull request #21773: [feature](insert)support `insert ignore into ...` statement

2023-08-27 Thread via GitHub
hello-stephen commented on PR #21773: URL: https://github.com/apache/doris/pull/21773#issuecomment-1695117289 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.43 seconds stream load tsv: 534 seconds loaded 74807831229 Bytes

[GitHub] [doris] Kikyou1997 commented on pull request #23434: [minor](nereids) SUPPORT COLLATE GRAMMAR

2023-08-27 Thread via GitHub
Kikyou1997 commented on PR #23434: URL: https://github.com/apache/doris/pull/23434#issuecomment-1695117029 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To u

[GitHub] [doris] github-actions[bot] commented on pull request #23425: [Bug](materialized-view) fix core dump on create materialized view when diffrent mv column have same reference base column

2023-08-27 Thread via GitHub
github-actions[bot] commented on PR #23425: URL: https://github.com/apache/doris/pull/23425#issuecomment-1695117002 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 #23425: [Bug](materialized-view) fix core dump on create materialized view when diffrent mv column have same reference base column

2023-08-27 Thread via GitHub
github-actions[bot] commented on PR #23425: URL: https://github.com/apache/doris/pull/23425#issuecomment-1695116962 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 (28a2e71084 -> bea5701cce)

2023-08-27 Thread nextdreamblue
This is an automated email from the ASF dual-hosted git repository. nextdreamblue pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 28a2e71084 [pipelineX](refactor) refine codes (#23521) add bea5701cce [minor](docs) update docs for variabl

[GitHub] [doris] nextdreamblue merged pull request #23262: [minor](docs) update docs for variable sql_select_limit

2023-08-27 Thread via GitHub
nextdreamblue merged PR #23262: URL: https://github.com/apache/doris/pull/23262 -- 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...@dori

[doris] branch master updated (4c8fc06e40 -> 28a2e71084)

2023-08-27 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 4c8fc06e40 [Feature](fe) Add admin set partition version statement (#23086) add 28a2e71084 [pipelineX](refact

[GitHub] [doris] BiteTheDDDDt merged pull request #23521: [pipelineX](refactor) refine codes

2023-08-27 Thread via GitHub
BiteThet merged PR #23521: URL: https://github.com/apache/doris/pull/23521 -- 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 #23528: [Improvement](ColumnReader) optimize memory using of ColumnReader meta

2023-08-27 Thread via GitHub
github-actions[bot] commented on PR #23528: URL: https://github.com/apache/doris/pull/23528#issuecomment-1695114552 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 #23521: [pipelineX](refactor) refine codes

2023-08-27 Thread via GitHub
github-actions[bot] commented on PR #23521: URL: https://github.com/apache/doris/pull/23521#issuecomment-1695112262 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 #23521: [pipelineX](refactor) refine codes

2023-08-27 Thread via GitHub
github-actions[bot] commented on PR #23521: URL: https://github.com/apache/doris/pull/23521#issuecomment-1695112147 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] Yukang-Lian commented on pull request #23487: [Fix](Full compaction) Fix full compaction regressison test

2023-08-27 Thread via GitHub
Yukang-Lian commented on PR #23487: URL: https://github.com/apache/doris/pull/23487#issuecomment-1695101491 run buildall -- 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

[doris] branch master updated (82fe5aa5a0 -> 4c8fc06e40)

2023-08-27 Thread xuyang
This is an automated email from the ASF dual-hosted git repository. xuyang pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 82fe5aa5a0 [fix](regression) rename tables in test_stream_load_move_memtable (#23545) add 4c8fc06e40 [Feature](fe

[GitHub] [doris] xy720 merged pull request #23086: [Feature](fe) Add admin set partition version statement

2023-08-27 Thread via GitHub
xy720 merged PR #23086: URL: https://github.com/apache/doris/pull/23086 -- 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.apache

[GitHub] [doris] HHoflittlefish777 commented on pull request #23528: [Improvement](ColumnReader) optimize memory using of ColumnReader meta

2023-08-27 Thread via GitHub
HHoflittlefish777 commented on PR #23528: URL: https://github.com/apache/doris/pull/23528#issuecomment-1695098515 run buildall -- 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

[doris] branch master updated (83467e5d9e -> 82fe5aa5a0)

2023-08-27 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 83467e5d9e [docs](website) fix a typo in docs tittle (#23431) add 82fe5aa5a0 [fix](regression) rename tables

[GitHub] [doris] dataroaring merged pull request #23545: [fix](regression) rename tables in test_stream_load_move_memtable

2023-08-27 Thread via GitHub
dataroaring merged PR #23545: URL: https://github.com/apache/doris/pull/23545 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.

[doris] branch master updated: [docs](website) fix a typo in docs tittle (#23431)

2023-08-27 Thread xuyang
This is an automated email from the ASF dual-hosted git repository. xuyang 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 83467e5d9e [docs](website) fix a typo in docs tit

[GitHub] [doris] xy720 merged pull request #23431: [docs](website) fix a typo in docs tittle

2023-08-27 Thread via GitHub
xy720 merged PR #23431: URL: https://github.com/apache/doris/pull/23431 -- 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.apache

[GitHub] [doris] github-actions[bot] commented on pull request #23485: [feature](Load)support nereids load

2023-08-27 Thread via GitHub
github-actions[bot] commented on PR #23485: URL: https://github.com/apache/doris/pull/23485#issuecomment-1695093951 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/5996403525";) output. shellcheck err

[GitHub] [doris] hello-stephen commented on pull request #23549: [optimize](Nereids): speedup analyze

2023-08-27 Thread via GitHub
hello-stephen commented on PR #23549: URL: https://github.com/apache/doris/pull/23549#issuecomment-1695093769 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.02 seconds stream load tsv: 530 seconds loaded 74807831229 Bytes

[doris] branch branch-2.0 updated: [fix](agg) incorrect result of bitmap_agg and bitmap_union (#23558)

2023-08-27 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.0 by this push: new d9212d8545 [fix](agg) incorrect result

[GitHub] [doris] github-actions[bot] commented on a diff in pull request #23498: [Feature-Variant](Variant Type) support variant type

2023-08-27 Thread via GitHub
github-actions[bot] commented on code in PR #23498: URL: https://github.com/apache/doris/pull/23498#discussion_r1306960227 ## be/src/udf/udf.h: ## @@ -79,6 +79,12 @@ class FunctionContext { return _check_overflow_for_decimal = check_overflow_for_decimal; } +v

[GitHub] [doris] github-actions[bot] commented on pull request #23545: [fix](regression) rename tables in test_stream_load_move_memtable

2023-08-27 Thread via GitHub
github-actions[bot] commented on PR #23545: URL: https://github.com/apache/doris/pull/23545#issuecomment-1695091242 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 #23545: [fix](regression) rename tables in test_stream_load_move_memtable

2023-08-27 Thread via GitHub
github-actions[bot] commented on PR #23545: URL: https://github.com/apache/doris/pull/23545#issuecomment-1695091208 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] yiguolei merged pull request #23558: [fix](agg) incorrect result of bitmap_agg and bitmap_union

2023-08-27 Thread via GitHub
yiguolei merged PR #23558: URL: https://github.com/apache/doris/pull/23558 -- 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 (f7d2c1faf6 -> c05319b8eb)

2023-08-27 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 f7d2c1faf6 [feature](Nereids) support select key encryptKey (#23257) add c05319b8eb [fix](agg) incorrect result

[GitHub] [doris] bobhan1 commented on pull request #23358: [Log](Alter) Print table's state when `checkNormalStateForAlter()` failed

2023-08-27 Thread via GitHub
bobhan1 commented on PR #23358: URL: https://github.com/apache/doris/pull/23358#issuecomment-1695087655 run buildall -- 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 unsu

[GitHub] [doris] hello-stephen commented on pull request #23504: [Bug](materialized-view) fix divide double can not match mv

2023-08-27 Thread via GitHub
hello-stephen commented on PR #23504: URL: https://github.com/apache/doris/pull/23504#issuecomment-1695084732 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.81 seconds stream load tsv: 534 seconds loaded 74807831229 Bytes

[GitHub] [doris] eldenmoon commented on pull request #23498: [Feature-Variant](Variant Type) support variant type

2023-08-27 Thread via GitHub
eldenmoon commented on PR #23498: URL: https://github.com/apache/doris/pull/23498#issuecomment-1695084741 run buildall -- 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] Mryange commented on pull request #23560: [feature](udf) remove unused code and update doc

2023-08-27 Thread via GitHub
Mryange commented on PR #23560: URL: https://github.com/apache/doris/pull/23560#issuecomment-1695084812 run buildall -- 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 unsu

[GitHub] [doris] Mryange opened a new pull request, #23560: [feature](udf) remove unused code and update doc

2023-08-27 Thread via GitHub
Mryange opened a new pull request, #23560: URL: https://github.com/apache/doris/pull/23560 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto:

[GitHub] [doris] zhangstar333 commented on pull request #23539: [FE](fucntion) add date_floor/ceil in FE function

2023-08-27 Thread via GitHub
zhangstar333 commented on PR #23539: URL: https://github.com/apache/doris/pull/23539#issuecomment-1695083226 run buildall -- 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

[doris] branch branch-1.2-lts updated: [cherry-pick](planner)pick prs to branch-1.2 (#23542)

2023-08-27 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 bd2b6d37c6 [cherry-pick](plan

[GitHub] [doris] morningman merged pull request #23542: [cherry-pick](planner)pick prs to branch-1.2

2023-08-27 Thread via GitHub
morningman merged PR #23542: URL: https://github.com/apache/doris/pull/23542 -- 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 #23086: [Feature](fe) Add admin set partition version statement

2023-08-27 Thread via GitHub
github-actions[bot] commented on PR #23086: URL: https://github.com/apache/doris/pull/23086#issuecomment-1695082106 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 #23478: [pipeline](refactor) refine pipeline fragment context

2023-08-27 Thread via GitHub
github-actions[bot] commented on PR #23478: URL: https://github.com/apache/doris/pull/23478#issuecomment-1695080215 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] wangbo closed pull request #23266: [Fix](executor)use push to send keep alive signal

2023-08-27 Thread via GitHub
wangbo closed pull request #23266: [Fix](executor)use push to send keep alive signal URL: https://github.com/apache/doris/pull/23266 -- 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 comm

[GitHub] [doris] jackwener commented on pull request #23549: [optimize](Nereids): speedup analyze

2023-08-27 Thread via GitHub
jackwener commented on PR #23549: URL: https://github.com/apache/doris/pull/23549#issuecomment-1695074659 run buildall -- 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] XieJiann commented on pull request #23428: [feature](Nereids): eliminate distinct for max/min/any_value/ndv

2023-08-27 Thread via GitHub
XieJiann commented on PR #23428: URL: https://github.com/apache/doris/pull/23428#issuecomment-1695074526 run buildall -- 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 uns

[GitHub] [doris] LiBinfeng-01 commented on pull request #22057: [Feat](Nereids) Add leading and ordered hint

2023-08-27 Thread via GitHub
LiBinfeng-01 commented on PR #22057: URL: https://github.com/apache/doris/pull/22057#issuecomment-1695074311 run buildall -- 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] Gabriel39 commented on pull request #23478: [pipeline](refactor) refine pipeline fragment context

2023-08-27 Thread via GitHub
Gabriel39 commented on PR #23478: URL: https://github.com/apache/doris/pull/23478#issuecomment-1695073766 run buildall -- 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

[doris] branch master updated (5be8d57f52 -> f7d2c1faf6)

2023-08-27 Thread jakevin
This is an automated email from the ASF dual-hosted git repository. jakevin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 5be8d57f52 [fix](be-ut) fix ColumnFixedLenghtObjectTest on 32 bits system (#23519) add f7d2c1faf6 [feature](Ner

[GitHub] [doris] jackwener merged pull request #23257: [feature](Nereids) support `select key encryptKey`

2023-08-27 Thread via GitHub
jackwener merged PR #23257: URL: https://github.com/apache/doris/pull/23257 -- 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] caicancai closed pull request #21369: [improve](doc) change http to https in doc

2023-08-27 Thread via GitHub
caicancai closed pull request #21369: [improve](doc) change http to https in doc URL: https://github.com/apache/doris/pull/21369 -- 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] bobhan1 commented on pull request #21773: [feature](insert)support `insert ignore into ...` statement

2023-08-27 Thread via GitHub
bobhan1 commented on PR #21773: URL: https://github.com/apache/doris/pull/21773#issuecomment-1695063462 run clickbench -- 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] yiguolei merged pull request #23519: [fix](be-ut) fix ColumnFixedLenghtObjectTest

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

[GitHub] [doris] yiguolei closed issue #23552: [Bug] Test suite ColumnFixedLenghtObjectTest.UpdateHashWithValue in BE UT is unstable

2023-08-27 Thread via GitHub
yiguolei closed issue #23552: [Bug] Test suite ColumnFixedLenghtObjectTest.UpdateHashWithValue in BE UT is unstable URL: https://github.com/apache/doris/issues/23552 -- 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: [fix](be-ut) fix ColumnFixedLenghtObjectTest on 32 bits system (#23519)

2023-08-27 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 5be8d57f52 [fix](be-ut) fix ColumnFixedLenghtOb

[GitHub] [doris] jackwener commented on pull request #23549: [optimize](Nereids): speedup analyze

2023-08-27 Thread via GitHub
jackwener commented on PR #23549: URL: https://github.com/apache/doris/pull/23549#issuecomment-1695058215 run buildall -- 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] hello-stephen commented on pull request #23549: [optimize](Nereids): speedup analyze

2023-08-27 Thread via GitHub
hello-stephen commented on PR #23549: URL: https://github.com/apache/doris/pull/23549#issuecomment-1695053722 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.61 seconds stream load tsv: 535 seconds loaded 74807831229 Bytes

[GitHub] [doris] github-actions[bot] commented on pull request #23478: [pipeline](refactor) refine pipeline fragment context

2023-08-27 Thread via GitHub
github-actions[bot] commented on PR #23478: URL: https://github.com/apache/doris/pull/23478#issuecomment-1695053158 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 #23478: [pipeline](refactor) refine pipeline fragment context

2023-08-27 Thread via GitHub
github-actions[bot] commented on PR #23478: URL: https://github.com/apache/doris/pull/23478#issuecomment-1695053206 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 #23558: [fix](agg) incorrect result of bitmap_agg and bitmap_union

2023-08-27 Thread via GitHub
github-actions[bot] commented on PR #23558: URL: https://github.com/apache/doris/pull/23558#issuecomment-1695050742 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 #23558: [fix](agg) incorrect result of bitmap_agg and bitmap_union

2023-08-27 Thread via GitHub
github-actions[bot] commented on PR #23558: URL: https://github.com/apache/doris/pull/23558#issuecomment-1695050709 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] BiteTheDDDDt commented on pull request #23504: [Bug](materialized-view) fix divide double can not match mv

2023-08-27 Thread via GitHub
BiteThet commented on PR #23504: URL: https://github.com/apache/doris/pull/23504#issuecomment-1695042864 run buildall -- 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] sohardforaname commented on pull request #23559: [regression-test](planner)add test for insert default values

2023-08-27 Thread via GitHub
sohardforaname commented on PR #23559: URL: https://github.com/apache/doris/pull/23559#issuecomment-1695040590 run buildall -- 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] sohardforaname opened a new pull request, #23559: [regression-test](planner)add test for insert default values

2023-08-27 Thread via GitHub
sohardforaname opened a new pull request, #23559: URL: https://github.com/apache/doris/pull/23559 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](

[GitHub] [doris] tudouzhao closed pull request #23488: [chore](fe)correct some doc errors

2023-08-27 Thread via GitHub
tudouzhao closed pull request #23488: [chore](fe)correct some doc errors URL: https://github.com/apache/doris/pull/23488 -- 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 unsu

[GitHub] [doris] bobhan1 commented on pull request #23358: [Log](Alter) Print table's state when `checkNormalStateForAlter()` failed

2023-08-27 Thread via GitHub
bobhan1 commented on PR #23358: URL: https://github.com/apache/doris/pull/23358#issuecomment-1695033175 run p0 -- 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 unsubscrib

[GitHub] [doris] hello-stephen commented on pull request #23521: [pipelineX](refactor) refine codes

2023-08-27 Thread via GitHub
hello-stephen commented on PR #23521: URL: https://github.com/apache/doris/pull/23521#issuecomment-1695030609 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.57 seconds stream load tsv: 547 seconds loaded 74807831229 Bytes

[GitHub] [doris] bobhan1 commented on pull request #22970: [feature](partial update) Support partial update for broker load

2023-08-27 Thread via GitHub
bobhan1 commented on PR #22970: URL: https://github.com/apache/doris/pull/22970#issuecomment-1695028681 run p0 -- 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 unsubscrib

[GitHub] [doris] hello-stephen commented on pull request #23519: [fix](be-ut) fix ColumnFixedLenghtObjectTest

2023-08-27 Thread via GitHub
hello-stephen commented on PR #23519: URL: https://github.com/apache/doris/pull/23519#issuecomment-1695022198 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 48.27 seconds stream load tsv: 532 seconds loaded 74807831229 Bytes

[GitHub] [doris] hello-stephen commented on pull request #23391: [Feature](multi-catalog) Support sql cache for hms catalog

2023-08-27 Thread via GitHub
hello-stephen commented on PR #23391: URL: https://github.com/apache/doris/pull/23391#issuecomment-1695020214 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.27 seconds stream load tsv: 535 seconds loaded 74807831229 Bytes

[GitHub] [doris] hello-stephen commented on pull request #23543: [improvement](tablet schedule) colocate balance between all groups

2023-08-27 Thread via GitHub
hello-stephen commented on PR #23543: URL: https://github.com/apache/doris/pull/23543#issuecomment-1695016328 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.57 seconds stream load tsv: 537 seconds loaded 74807831229 Bytes

[GitHub] [doris] hello-stephen commented on pull request #23159: [fix](multi-catalog)Thrift metastore URI reverse resolution could fail in some environments

2023-08-27 Thread via GitHub
hello-stephen commented on PR #23159: URL: https://github.com/apache/doris/pull/23159#issuecomment-1695016226 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.82 seconds stream load tsv: 530 seconds loaded 74807831229 Bytes

[GitHub] [doris] github-actions[bot] commented on pull request #23521: [pipelineX](refactor) refine codes

2023-08-27 Thread via GitHub
github-actions[bot] commented on PR #23521: URL: https://github.com/apache/doris/pull/23521#issuecomment-1695013682 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] dutyu commented on issue #22339: [Enhancement] support gzip/bzip2 for hive catalog

2023-08-27 Thread via GitHub
dutyu commented on issue #22339: URL: https://github.com/apache/doris/issues/22339#issuecomment-1695012279 > > > > @dutyu I've checked the hive files. The suffix is '.gz'. But doris-1.2.6 still cannot read this table. > > https://user-images.githubusercontent.com/35416678/2620

[GitHub] [doris] Gabriel39 commented on pull request #23521: [pipelineX](refactor) refine codes

2023-08-27 Thread via GitHub
Gabriel39 commented on PR #23521: URL: https://github.com/apache/doris/pull/23521#issuecomment-1695007231 run buildall -- 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] github-actions[bot] commented on pull request #23558: [fix](agg) incorrect result of bitmap_agg and bitmap_union

2023-08-27 Thread via GitHub
github-actions[bot] commented on PR #23558: URL: https://github.com/apache/doris/pull/23558#issuecomment-1695006046 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] zhangstar333 commented on pull request #23539: [FE](fucntion) add date_floor/ceil in FE function

2023-08-27 Thread via GitHub
zhangstar333 commented on PR #23539: URL: https://github.com/apache/doris/pull/23539#issuecomment-1695004992 run buildall -- 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] mrhhsg commented on pull request #23558: [fix](agg) incorrect result of bitmap_agg and bitmap_union

2023-08-27 Thread via GitHub
mrhhsg commented on PR #23558: URL: https://github.com/apache/doris/pull/23558#issuecomment-169486 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsub

[GitHub] [doris] mrhhsg opened a new pull request, #23558: [fix](agg) incorrect result of bitmap_agg and bitmap_union

2023-08-27 Thread via GitHub
mrhhsg opened a new pull request, #23558: URL: https://github.com/apache/doris/pull/23558 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto:d

[GitHub] [doris] github-actions[bot] commented on pull request #23519: [fix](be-ut) fix ColumnFixedLenghtObjectTest

2023-08-27 Thread via GitHub
github-actions[bot] commented on PR #23519: URL: https://github.com/apache/doris/pull/23519#issuecomment-1694999706 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] adonis0147 commented on pull request #23519: [fix](be-ut) fix ColumnFixedLenghtObjectTest

2023-08-27 Thread via GitHub
adonis0147 commented on PR #23519: URL: https://github.com/apache/doris/pull/23519#issuecomment-1694999219 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To u

[GitHub] [doris] dutyu commented on pull request #23391: [Feature](multi-catalog) Support sql cache for hms catalog

2023-08-27 Thread via GitHub
dutyu commented on PR #23391: URL: https://github.com/apache/doris/pull/23391#issuecomment-1694997298 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubs

[GitHub] [doris] hello-stephen commented on pull request #23358: [Log](Alter) Print table's state when `checkNormalStateForAlter()` failed

2023-08-27 Thread via GitHub
hello-stephen commented on PR #23358: URL: https://github.com/apache/doris/pull/23358#issuecomment-1694994901 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.02 seconds stream load tsv: 535 seconds loaded 74807831229 Bytes

[GitHub] [doris] hello-stephen commented on pull request #22369: [improvement](jdbc-catalog) avoid calling checksum when replaying creating jdbc catalog

2023-08-27 Thread via GitHub
hello-stephen commented on PR #22369: URL: https://github.com/apache/doris/pull/22369#issuecomment-1694994677 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.19 seconds stream load tsv: 534 seconds loaded 74807831229 Bytes

[GitHub] [doris] hello-stephen commented on pull request #23539: [FE](fucntion) add date_floor/ceil in FE function

2023-08-27 Thread via GitHub
hello-stephen commented on PR #23539: URL: https://github.com/apache/doris/pull/23539#issuecomment-1694994417 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.44 seconds stream load tsv: 535 seconds loaded 74807831229 Bytes

[GitHub] [doris] hello-stephen commented on pull request #22970: [feature](partial update) Support partial update for broker load

2023-08-27 Thread via GitHub
hello-stephen commented on PR #22970: URL: https://github.com/apache/doris/pull/22970#issuecomment-1694994441 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.25 seconds stream load tsv: 536 seconds loaded 74807831229 Bytes

[GitHub] [doris] dutyu commented on pull request #23159: [fix](multi-catalog)Thrift metastore URI reverse resolution could fail in some environments

2023-08-27 Thread via GitHub
dutyu commented on PR #23159: URL: https://github.com/apache/doris/pull/23159#issuecomment-1694993441 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubs

[GitHub] [doris] github-actions[bot] commented on pull request #23505: [refactor](segment iterator) remove std::map in iterator use std::vec…

2023-08-27 Thread via GitHub
github-actions[bot] commented on PR #23505: URL: https://github.com/apache/doris/pull/23505#issuecomment-1694991306 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 #23505: [refactor](segment iterator) remove std::map in iterator use std::vec…

2023-08-27 Thread via GitHub
github-actions[bot] commented on PR #23505: URL: https://github.com/apache/doris/pull/23505#issuecomment-1694991287 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] yujun777 commented on pull request #23543: [improvement](tablet schedule) colocate balance between all groups

2023-08-27 Thread via GitHub
yujun777 commented on PR #23543: URL: https://github.com/apache/doris/pull/23543#issuecomment-1694990509 run buildall -- 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 uns

[GitHub] [doris] jackwener commented on pull request #23549: [optimize](Nereids): speedup analyze

2023-08-27 Thread via GitHub
jackwener commented on PR #23549: URL: https://github.com/apache/doris/pull/23549#issuecomment-1694985473 run buildall -- 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

  1   2   3   4   >