Re: [PR] [improvement](decimalv2) support check overflow for decimalv2 arithmetics [doris]

2023-12-14 Thread via GitHub
doris-robot commented on PR #28456: URL: https://github.com/apache/doris/pull/28456#issuecomment-1857356575 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit afee2cc2298dfe9f9737dfc643eda3f5b7503167, data reload: false

Re: [PR] [feature](scan) parallel scan on dup/mow mode [doris]

2023-12-14 Thread via GitHub
github-actions[bot] commented on code in PR #28103: URL: https://github.com/apache/doris/pull/28103#discussion_r1427608602 ## be/src/olap/rowset/segment_v2/segment_iterator.cpp: ## @@ -430,6 +455,53 @@ Status SegmentIterator::_get_row_ranges_by_keys() { return Status::OK();

[PR] [branch-2.0] Pick "[Fix](table property) Fix table property disable_auto_compaction #27853" [doris]

2023-12-14 Thread via GitHub
bobhan1 opened a new pull request, #28466: URL: https://github.com/apache/doris/pull/28466 ## Proposed changes picks https://github.com/apache/doris/pull/27853 ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apa

Re: [PR] [improvement](decimalv2) support check overflow for decimalv2 arithmetics [doris]

2023-12-14 Thread via GitHub
jacktengg commented on PR #28456: URL: https://github.com/apache/doris/pull/28456#issuecomment-1857360092 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

Re: [PR] [branch-2.0] Pick "[Fix](table property) Fix table property disable_auto_compaction #27853" [doris]

2023-12-14 Thread via GitHub
bobhan1 commented on PR #28466: URL: https://github.com/apache/doris/pull/28466#issuecomment-1857359935 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

Re: [PR] [performance](variant) support topn 2phase read for variant column [doris]

2023-12-14 Thread via GitHub
eldenmoon commented on PR #28318: URL: https://github.com/apache/doris/pull/28318#issuecomment-1857361322 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

Re: [PR] [improve](function) add cache for regexp function compile re2 [doris]

2023-12-14 Thread via GitHub
doris-robot commented on PR #25786: URL: https://github.com/apache/doris/pull/25786#issuecomment-1857361737 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 1d2422799c6cf7373da89228e81c756bec278dad, data reload: false

[PR] [feature](executor)make scan task wait timeout config [doris]

2023-12-14 Thread via GitHub
wangbo opened a new pull request, #28467: URL: https://github.com/apache/doris/pull/28467 ## Proposed changes make scan task wait timeout config -- 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

Re: [PR] [feature](executor)make scan task wait timeout config [doris]

2023-12-14 Thread via GitHub
wangbo commented on PR #28467: URL: https://github.com/apache/doris/pull/28467#issuecomment-1857363821 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

Re: [PR] [branch-2.0] Pick "[Fix](table property) Fix table property disable_auto_compaction #27853" [doris]

2023-12-14 Thread via GitHub
github-actions[bot] commented on PR #28466: URL: https://github.com/apache/doris/pull/28466#issuecomment-1857363854 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

Re: [PR] [performance](variant) support topn 2phase read for variant column [doris]

2023-12-14 Thread via GitHub
eldenmoon commented on PR #28318: URL: https://github.com/apache/doris/pull/28318#issuecomment-1857363857 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

Re: [PR] [cherry-pick](function) fix array_apply function return wrong result (#28133) [doris]

2023-12-14 Thread via GitHub
doris-robot commented on PR #28461: URL: https://github.com/apache/doris/pull/28461#issuecomment-1857365627 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 51.48 seconds stream load tsv: 604 seconds loaded 74807831229 Bytes,

Re: [PR] [feature](executor)make scan task wait timeout config [doris]

2023-12-14 Thread via GitHub
github-actions[bot] commented on PR #28467: URL: https://github.com/apache/doris/pull/28467#issuecomment-1857365797 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

Re: [PR] [feature](executor)make scan task wait timeout config [doris]

2023-12-14 Thread via GitHub
github-actions[bot] commented on PR #28467: URL: https://github.com/apache/doris/pull/28467#issuecomment-1857365762 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

Re: [PR] [feature](Load)(step2)support nereids load job schedule [doris]

2023-12-14 Thread via GitHub
morningman commented on code in PR #26356: URL: https://github.com/apache/doris/pull/26356#discussion_r1427583758 ## fe/fe-common/src/main/java/org/apache/doris/common/Config.java: ## @@ -1899,6 +1899,14 @@ public class Config extends ConfigBase { @ConfField(masterOnly = tr

Re: [PR] [Enhancement](Wal)Support dynamic wal space limit [doris]

2023-12-14 Thread via GitHub
doris-robot commented on PR #27726: URL: https://github.com/apache/doris/pull/27726#issuecomment-1857367004 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit c9a693b997ad83a821b244ce4210624ff34a087d, data reload: false

Re: [PR] [fix](operation_node)Replace structure to ensure same colRef can be save [doris]

2023-12-14 Thread via GitHub
github-actions[bot] commented on PR #28440: URL: https://github.com/apache/doris/pull/28440#issuecomment-1857367280 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

Re: [PR] [improvement](http) add show_table_data http api [doris]

2023-12-14 Thread via GitHub
github-actions[bot] commented on PR #28380: URL: https://github.com/apache/doris/pull/28380#issuecomment-1857369410 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

Re: [PR] [improvement](http) add show_table_data http api [doris]

2023-12-14 Thread via GitHub
github-actions[bot] commented on PR #28380: URL: https://github.com/apache/doris/pull/28380#issuecomment-1857369444 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

Re: [PR] [feature](executor)make scan task wait timeout config [doris]

2023-12-14 Thread via GitHub
github-actions[bot] commented on PR #28467: URL: https://github.com/apache/doris/pull/28467#issuecomment-1857369631 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

[PR] [branch-2.0] Pick "[fix](partial update) Fix missing rowsets during doing alignment when flushing memtable due to compaction #28062" [doris]

2023-12-14 Thread via GitHub
bobhan1 opened a new pull request, #28468: URL: https://github.com/apache/doris/pull/28468 ## Proposed changes picks https://github.com/apache/doris/pull/28062 ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org]

Re: [PR] [fix](Planner): parse more Punctuation Date/DateTime [doris]

2023-12-14 Thread via GitHub
github-actions[bot] commented on PR #28432: URL: https://github.com/apache/doris/pull/28432#issuecomment-1857370252 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

Re: [PR] [branch-2.0] Pick "[Fix](table property) Fix table property disable_auto_compaction #27853" [doris]

2023-12-14 Thread via GitHub
bobhan1 commented on PR #28466: URL: https://github.com/apache/doris/pull/28466#issuecomment-1857371349 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

Re: [PR] [fix](nereids)LogicalCTEConsumer's output lost column info in SlotReference [doris]

2023-12-14 Thread via GitHub
github-actions[bot] commented on PR #28452: URL: https://github.com/apache/doris/pull/28452#issuecomment-1857372151 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

Re: [PR] [fix](nereids)LogicalCTEConsumer's output lost column info in SlotReference [doris]

2023-12-14 Thread via GitHub
github-actions[bot] commented on PR #28452: URL: https://github.com/apache/doris/pull/28452#issuecomment-1857372178 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

Re: [PR] [cherry-pick](session)check invalid value when set parallel instance variables (#28141) [doris]

2023-12-14 Thread via GitHub
doris-robot commented on PR #28463: URL: https://github.com/apache/doris/pull/28463#issuecomment-1857372444 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 48.96 seconds stream load tsv: 600 seconds loaded 74807831229 Bytes,

Re: [PR] [nereids] found rows support fe side [doris]

2023-12-14 Thread via GitHub
doris-robot commented on PR #28372: URL: https://github.com/apache/doris/pull/28372#issuecomment-1857372407 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 617cc6a221dc7c73dbf51c2cdde9e3c6cd977b38, data reload: false

[PR] [Fix](format) compatible run_clang_format format string with python2/3.6/higher [doris]

2023-12-14 Thread via GitHub
airborne12 opened a new pull request, #28469: URL: https://github.com/apache/doris/pull/28469 ## 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](mail

Re: [PR] [improvement](publish) Publish task not wait when be's publish task a… [doris]

2023-12-14 Thread via GitHub
deardeng commented on PR #28079: URL: https://github.com/apache/doris/pull/28079#issuecomment-1857375030 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

Re: [PR] [branch-2.0] Pick "[fix](partial update) Fix missing rowsets during doing alignment when flushing memtable due to compaction #28062" [doris]

2023-12-14 Thread via GitHub
github-actions[bot] commented on PR #28468: URL: https://github.com/apache/doris/pull/28468#issuecomment-1857375082 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

Re: [PR] [Bug](agg-state) fix stream load failed on agg-state column [doris]

2023-12-14 Thread via GitHub
doris-robot commented on PR #28465: URL: https://github.com/apache/doris/pull/28465#issuecomment-1857376498 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 50.36 seconds stream load tsv: 601 seconds loaded 74807831229 Bytes,

Re: [PR] [Fix](format) compatible run_clang_format format string with python2/3.6/higher [doris]

2023-12-14 Thread via GitHub
airborne12 commented on PR #28469: URL: https://github.com/apache/doris/pull/28469#issuecomment-1857376578 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

Re: [PR] [branch-2.0] Pick "[Fix](table property) Fix table property disable_auto_compaction #27853" [doris]

2023-12-14 Thread via GitHub
github-actions[bot] commented on PR #28466: URL: https://github.com/apache/doris/pull/28466#issuecomment-1857376690 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

Re: [PR] [pipelineX](improvement) Support global runtime filter on pipelineX [doris]

2023-12-14 Thread via GitHub
doris-robot commented on PR #28416: URL: https://github.com/apache/doris/pull/28416#issuecomment-1857376463 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 44.18 seconds stream load tsv: 601 seconds loaded 74807831229 Bytes,

Re: [PR] [Bug](view) fix npe on create view with comment [doris]

2023-12-14 Thread via GitHub
doris-robot commented on PR #28464: URL: https://github.com/apache/doris/pull/28464#issuecomment-1857376427 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 49.08 seconds stream load tsv: 601 seconds loaded 74807831229 Bytes,

Re: [PR] [Fix](format) compatible run_clang_format format string with python2/3.6/higher [doris]

2023-12-14 Thread via GitHub
github-actions[bot] commented on PR #28469: URL: https://github.com/apache/doris/pull/28469#issuecomment-1857376521 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

Re: [PR] [Fix](format) compatible run_clang_format format string with python2/3.6/higher [doris]

2023-12-14 Thread via GitHub
qidaye commented on PR #28469: URL: https://github.com/apache/doris/pull/28469#issuecomment-1857377019 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

Re: [PR] [Fix](format) compatible run_clang_format format string with python2/3.6/higher [doris]

2023-12-14 Thread via GitHub
qidaye merged PR #28469: URL: https://github.com/apache/doris/pull/28469 -- 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.apach

Re: [PR] [fix](operation_node)Replace structure to ensure same colRef can be save [doris]

2023-12-14 Thread via GitHub
TomaYoko commented on PR #28440: URL: https://github.com/apache/doris/pull/28440#issuecomment-1857377563 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: [Fix](format) compatible run_clang_format format string with python2/3.6/higher (#28469)

2023-12-14 Thread jianliangqi
This is an automated email from the ASF dual-hosted git repository. jianliangqi 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 501a79a45cd [Fix](format) compatible run_cla

Re: [PR] [Fix](format) compatible run_clang_format format string with python2/3.6/higher [doris]

2023-12-14 Thread via GitHub
github-actions[bot] commented on PR #28469: URL: https://github.com/apache/doris/pull/28469#issuecomment-1857377677 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

Re: [PR] [fix](stream_load)fix bug when stream without content-length or chunk… [doris]

2023-12-14 Thread via GitHub
doris-robot commented on PR #27752: URL: https://github.com/apache/doris/pull/27752#issuecomment-1857378229 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 44.51 seconds stream load tsv: 589 seconds loaded 74807831229 Bytes,

Re: [PR] (topN)runtime_predicate is only triggered when the column name is obtained [doris]

2023-12-14 Thread via GitHub
doris-robot commented on PR #28419: URL: https://github.com/apache/doris/pull/28419#issuecomment-1857378596 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 3bfa651f62fee31da5c6c2b159370272c481cb2f, data reload: false

Re: [PR] [test](cold_heat)add regression test of cold heat data storing in hdfs [doris]

2023-12-14 Thread via GitHub
zhangstar333 commented on PR #26946: URL: https://github.com/apache/doris/pull/26946#issuecomment-1857377544 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

Error while running github feature from .asf.yaml in doris!

2023-12-14 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: You can only have a maximum of 10 external triage collaborators, please contact vp-in...@apache.org to request an exception. - To unsubscribe, e-mail: commits-unsub

Re: [PR] [test](cold_heat)add regression test of cold heat data storing in hdfs [doris]

2023-12-14 Thread via GitHub
github-actions[bot] commented on PR #26946: URL: https://github.com/apache/doris/pull/26946#issuecomment-1857378071 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

Re: [PR] [bug](json)Fix the problem of be down caused by json path ending with \ [doris]

2023-12-14 Thread via GitHub
github-actions[bot] commented on PR #28180: URL: https://github.com/apache/doris/pull/28180#issuecomment-1857378098 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

Re: [PR] [test](cold_heat)add regression test of cold heat data storing in hdfs [doris]

2023-12-14 Thread via GitHub
github-actions[bot] commented on PR #26946: URL: https://github.com/apache/doris/pull/26946#issuecomment-1857378111 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

Re: [PR] [FIX](type)fix matchExactType for complex type [doris]

2023-12-14 Thread via GitHub
doris-robot commented on PR #28233: URL: https://github.com/apache/doris/pull/28233#issuecomment-1857378924 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 44.1 seconds stream load tsv: 585 seconds loaded 74807831229 Bytes, a

Re: [PR] [improvement](publish) Publish task not wait when be's publish task a… [doris]

2023-12-14 Thread via GitHub
yujun777 commented on code in PR #28079: URL: https://github.com/apache/doris/pull/28079#discussion_r1427625698 ## fe/fe-core/src/main/java/org/apache/doris/master/ReportHandler.java: ## @@ -510,6 +510,16 @@ public static void tabletReport(long backendId, Map backendTablet

Re: [PR] [Bug](load) fix load failed on stream load tvf into agg state [doris]

2023-12-14 Thread via GitHub
BiteThet commented on PR #28420: URL: https://github.com/apache/doris/pull/28420#issuecomment-1857381241 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

Re: [PR] [improvement](publish) Publish task not wait when be's publish task a… [doris]

2023-12-14 Thread via GitHub
yujun777 commented on code in PR #28079: URL: https://github.com/apache/doris/pull/28079#discussion_r1427625698 ## fe/fe-core/src/main/java/org/apache/doris/master/ReportHandler.java: ## @@ -510,6 +510,16 @@ public static void tabletReport(long backendId, Map backendTablet

Re: [PR] [WIP] relay wal p0 test [doris]

2023-12-14 Thread via GitHub
hust-hhb commented on PR #28299: URL: https://github.com/apache/doris/pull/28299#issuecomment-1857382349 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

Re: [PR] [improvement](publish) Publish task not wait when be's publish task a… [doris]

2023-12-14 Thread via GitHub
yujun777 commented on code in PR #28079: URL: https://github.com/apache/doris/pull/28079#discussion_r1427626703 ## fe/fe-core/src/main/java/org/apache/doris/master/ReportHandler.java: ## @@ -510,6 +510,16 @@ public static void tabletReport(long backendId, Map backendTablet

Re: [PR] [fix](test) fix case of test_unique_table_new_sequence [doris]

2023-12-14 Thread via GitHub
github-actions[bot] commented on PR #28442: URL: https://github.com/apache/doris/pull/28442#issuecomment-1857382010 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

Re: [PR] [pipelineX](profile) make dep time merge [doris]

2023-12-14 Thread via GitHub
doris-robot commented on PR #28458: URL: https://github.com/apache/doris/pull/28458#issuecomment-1857383044 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 44.72 seconds stream load tsv: 580 seconds loaded 74807831229 Bytes,

Re: [PR] [improvement](publish) Publish task not wait when be's publish task a… [doris]

2023-12-14 Thread via GitHub
yujun777 commented on code in PR #28079: URL: https://github.com/apache/doris/pull/28079#discussion_r1427627805 ## fe/fe-core/src/main/java/org/apache/doris/master/ReportHandler.java: ## @@ -510,6 +510,16 @@ public static void tabletReport(long backendId, Map backendTablet

Re: [PR] [branch-2.0] Pick "[fix](partial update) Fix missing rowsets during doing alignment when flushing memtable due to compaction #28062" [doris]

2023-12-14 Thread via GitHub
bobhan1 commented on PR #28468: URL: https://github.com/apache/doris/pull/28468#issuecomment-1857383956 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

[PR] [fix](Nereids) simplify range produce true when reference is nullable (#28386) [doris]

2023-12-14 Thread via GitHub
morrySnow opened a new pull request, #28470: URL: https://github.com/apache/doris/pull/28470 pick from master PR #28386 commit id 429a3ed4df1bd354b706a1679510540fbbb85855 if reference is nullable, even if range is all, we should not return true, but should return reference is no

Re: [PR] [improvement](publish) Publish task not wait when be's publish task a… [doris]

2023-12-14 Thread via GitHub
yujun777 commented on code in PR #28079: URL: https://github.com/apache/doris/pull/28079#discussion_r1427628443 ## fe/fe-core/src/main/java/org/apache/doris/system/Backend.java: ## @@ -93,6 +94,8 @@ public class Backend implements Writable { @SerializedName("disksRef")

Re: [PR] [fix](test) fix case of test_unique_table_new_sequence [doris]

2023-12-14 Thread via GitHub
zhannngchen merged PR #28442: URL: https://github.com/apache/doris/pull/28442 -- 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 (501a79a45cd -> 088bb80a9c1)

2023-12-14 Thread zhangchen
This is an automated email from the ASF dual-hosted git repository. zhangchen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 501a79a45cd [Fix](format) compatible run_clang_format format string with python2/3.6/higher (#28469) add 088bb

Error while running github feature from .asf.yaml in doris!

2023-12-14 Thread Apache Infrastructure
An error occurred while running github feature in .asf.yaml!: You can only have a maximum of 10 external triage collaborators, please contact vp-in...@apache.org to request an exception. - To unsubscribe, e-mail: commits-unsub

Re: [PR] [pipelineX](improvement) Support global runtime filter on pipelineX [doris]

2023-12-14 Thread via GitHub
doris-robot commented on PR #28416: URL: https://github.com/apache/doris/pull/28416#issuecomment-1857384873 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 3f1edf7cf0aea2164b567f54f44ee9cdb6f7d983, data reload: false

Re: [PR] [WIP] relay wal p0 test [doris]

2023-12-14 Thread via GitHub
hust-hhb commented on PR #28299: URL: https://github.com/apache/doris/pull/28299#issuecomment-1857384975 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

[PR] [fix](Nereids) multi_distinct_sum should inherit NullableAggregateFunction (#28349) [doris]

2023-12-14 Thread via GitHub
morrySnow opened a new pull request, #28471: URL: https://github.com/apache/doris/pull/28471 pick from master PR #28349 commit a540b7eb43938a70155f2cd768b36584666f459b ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relat

Re: [PR] [improvement](publish) Publish task not wait when be's publish task a… [doris]

2023-12-14 Thread via GitHub
yujun777 commented on code in PR #28079: URL: https://github.com/apache/doris/pull/28079#discussion_r1427629723 ## fe/fe-core/src/main/java/org/apache/doris/system/Backend.java: ## @@ -823,4 +826,15 @@ public String getTagMapString() { return "{" + new PrintableMap<>(ta

Re: [PR] [fix](block) fix be core while mutable block merge may cause different row size between columns in origin block [doris]

2023-12-14 Thread via GitHub
caiconghui commented on PR #27943: URL: https://github.com/apache/doris/pull/27943#issuecomment-1857385537 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

[PR] [fix](arrow-flight) Modify regression test Arrow version to 14.0.1 [doris]

2023-12-14 Thread via GitHub
xinyiZzz opened a new pull request, #28472: URL: https://github.com/apache/doris/pull/28472 ## Proposed changes Same as #28093 ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto:d...@doris.apache

Re: [PR] [fix](arrow-flight) Modify regression test Arrow version to 14.0.1 [doris]

2023-12-14 Thread via GitHub
xinyiZzz commented on PR #28472: URL: https://github.com/apache/doris/pull/28472#issuecomment-1857386725 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

Re: [PR] [feature][execturo]support query schedule policy [doris]

2023-12-14 Thread via GitHub
wangbo commented on code in PR #28443: URL: https://github.com/apache/doris/pull/28443#discussion_r1427632105 ## fe/fe-core/src/main/java/org/apache/doris/resource/workloadschedpolicy/WorkloadSchedPolicy.java: ## @@ -0,0 +1,188 @@ +// Licensed to the Apache Software Foundation (

Re: [PR] [WIP] relay wal p0 test [doris]

2023-12-14 Thread via GitHub
github-actions[bot] commented on code in PR #28299: URL: https://github.com/apache/doris/pull/28299#discussion_r1427632325 ## be/src/olap/wal_manager.cpp: ## @@ -392,4 +416,80 @@ return Status::OK(); } +Status WalManager::add_wal_cv_map(int64_t wal_id, std::shared_ptr l

[PR] [fix](Nereids) set card to olap table break card block rule (#28417) [doris]

2023-12-14 Thread via GitHub
morrySnow opened a new pull request, #28473: URL: https://github.com/apache/doris/pull/28473 pick from master PR: #28417 commit 1877389f12e0f8078abe98e7e3f6a260e56dcd7f we have card block rule to avoid scan too many data. so we must set olap scan card by only scanned bucket.

Re: [PR] [improvement](publish) Publish task not wait when be's publish task a… [doris]

2023-12-14 Thread via GitHub
yujun777 commented on code in PR #28079: URL: https://github.com/apache/doris/pull/28079#discussion_r1427632722 ## fe/fe-core/src/main/java/org/apache/doris/transaction/PublishVersionDaemon.java: ## @@ -132,27 +133,45 @@ private void publishVersion() { Map tableIdToTota

Re: [PR] [feature][execturo]support query schedule policy [doris]

2023-12-14 Thread via GitHub
wangbo commented on code in PR #28443: URL: https://github.com/apache/doris/pull/28443#discussion_r1427632985 ## fe/fe-core/src/main/java/org/apache/doris/resource/workloadschedpolicy/CancelQueryAction.java: ## @@ -0,0 +1,36 @@ +// Licensed to the Apache Software Foundation (ASF

Re: [PR] [branch-2.0] Pick "[Fix](table property) Fix table property disable_auto_compaction #27853" [doris]

2023-12-14 Thread via GitHub
doris-robot commented on PR #28466: URL: https://github.com/apache/doris/pull/28466#issuecomment-1857391291 TeamCity be ut coverage result: Function Coverage: 37.82% (7990/21126) Line Coverage: 29.49% (64839/219862) Region Coverage: 28.96% (33369/115219) Branch Coverage: 24.8

Re: [PR] [fix](stream_load)fix bug when stream without content-length or chunk… [doris]

2023-12-14 Thread via GitHub
doris-robot commented on PR #27752: URL: https://github.com/apache/doris/pull/27752#issuecomment-1857391509 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit e5b40a882bfddc5676656dbf1175407f4d780056, data reload: false

Re: [PR] [feature][execturo]support query schedule policy [doris]

2023-12-14 Thread via GitHub
wangbo commented on code in PR #28443: URL: https://github.com/apache/doris/pull/28443#discussion_r1427632597 ## fe/fe-core/src/main/java/org/apache/doris/resource/workloadschedpolicy/PolicyCondition.java: ## @@ -0,0 +1,39 @@ +// Licensed to the Apache Software Foundation (ASF)

Re: [PR] [fix](Nereids) set card to olap table break card block rule (#28417) [doris]

2023-12-14 Thread via GitHub
morrySnow commented on PR #28473: URL: https://github.com/apache/doris/pull/28473#issuecomment-1857390804 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

Re: [PR] [fix](Nereids) multi_distinct_sum should inherit NullableAggregateFunction (#28349) [doris]

2023-12-14 Thread via GitHub
morrySnow commented on PR #28471: URL: https://github.com/apache/doris/pull/28471#issuecomment-1857391083 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

Re: [PR] [fix](Nereids) simplify range produce true when reference is nullable (#28386) [doris]

2023-12-14 Thread via GitHub
morrySnow commented on PR #28470: URL: https://github.com/apache/doris/pull/28470#issuecomment-1857391336 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

Re: [PR] [improvement](publish) Publish task not wait when be's publish task a… [doris]

2023-12-14 Thread via GitHub
yujun777 commented on code in PR #28079: URL: https://github.com/apache/doris/pull/28079#discussion_r1427633404 ## fe/fe-core/src/main/java/org/apache/doris/transaction/PublishVersionDaemon.java: ## @@ -132,27 +133,45 @@ private void publishVersion() { Map tableIdToTota

Re: [PR] [improvement](publish) Publish task not wait when be's publish task a… [doris]

2023-12-14 Thread via GitHub
yujun777 commented on code in PR #28079: URL: https://github.com/apache/doris/pull/28079#discussion_r1427635336 ## fe/fe-core/src/main/java/org/apache/doris/transaction/PublishVersionDaemon.java: ## @@ -132,27 +133,45 @@ private void publishVersion() { Map tableIdToTota

Re: [PR] [fix](block) fix be core while mutable block merge may cause different row size between columns in origin block [doris]

2023-12-14 Thread via GitHub
github-actions[bot] commented on PR #27943: URL: https://github.com/apache/doris/pull/27943#issuecomment-1857394587 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

Re: [PR] [improvement](decimalv2) support check overflow for decimalv2 arithmetics [doris]

2023-12-14 Thread via GitHub
doris-robot commented on PR #28456: URL: https://github.com/apache/doris/pull/28456#issuecomment-1857394917 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 44.1 seconds stream load tsv: 602 seconds loaded 74807831229 Bytes, a

Re: [PR] [FIX](type)fix matchExactType for complex type [doris]

2023-12-14 Thread via GitHub
doris-robot commented on PR #28233: URL: https://github.com/apache/doris/pull/28233#issuecomment-1857399079 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 15dee6900b749606b212f25d5e741f2eb27f7c68, data reload: false

Re: [PR] [FIX](type)fix matchExactType for complex type [doris]

2023-12-14 Thread via GitHub
morrySnow commented on code in PR #28233: URL: https://github.com/apache/doris/pull/28233#discussion_r1427637649 ## fe/fe-core/src/main/java/org/apache/doris/catalog/FunctionTypeDeducers.java: ## @@ -23,26 +23,48 @@ import java.util.List; public class FunctionTypeDeducers {

Re: [PR] [typo](doc) optimization show processlist [doris]

2023-12-14 Thread via GitHub
github-actions[bot] commented on PR #28342: URL: https://github.com/apache/doris/pull/28342#issuecomment-1857401426 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

Re: [PR] [typo](doc) optimization show processlist [doris]

2023-12-14 Thread via GitHub
github-actions[bot] commented on PR #28342: URL: https://github.com/apache/doris/pull/28342#issuecomment-1857401477 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

Re: [PR] [DNM](Nereids) test disable fallback [doris]

2023-12-14 Thread via GitHub
morrySnow commented on PR #25344: URL: https://github.com/apache/doris/pull/25344#issuecomment-1857401704 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

Re: [PR] [branch-2.0] Pick "[Fix](table property) Fix table property disable_auto_compaction #27853" [doris]

2023-12-14 Thread via GitHub
doris-robot commented on PR #28466: URL: https://github.com/apache/doris/pull/28466#issuecomment-1857402453 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 51.49 seconds stream load tsv: 602 seconds loaded 74807831229 Bytes,

Re: [PR] [refact](fe) Split `SchemaChangeHandler.process` into several function [doris]

2023-12-14 Thread via GitHub
SWJTU-ZhangLei commented on PR #28366: URL: https://github.com/apache/doris/pull/28366#issuecomment-1857404708 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.

Re: [PR] [pipelineX](profile) make dep time merge [doris]

2023-12-14 Thread via GitHub
doris-robot commented on PR #28458: URL: https://github.com/apache/doris/pull/28458#issuecomment-1857406155 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 33154361b77bd7d9eedcb613300a164453095dc6, data reload: false

Re: [PR] [chore](user) Add user property `parallel_fragment_exec_instance_num` [doris]

2023-12-14 Thread via GitHub
xinyiZzz commented on PR #28447: URL: https://github.com/apache/doris/pull/28447#issuecomment-1857408042 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

Re: [PR] [improvement](publish) Publish task not wait when be's publish task a… [doris]

2023-12-14 Thread via GitHub
doris-robot commented on PR #28079: URL: https://github.com/apache/doris/pull/28079#issuecomment-1857412169 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 44.58 seconds stream load tsv: 585 seconds loaded 74807831229 Bytes,

[PR] [fix](session variables) Make default value of max_execution_time same to query_timeout [doris]

2023-12-14 Thread via GitHub
zhiqiang- opened a new pull request, #28474: URL: https://github.com/apache/doris/pull/28474 Current problem, `UNSET global VARIABLE ALL` will write an oplog, which makes query_timeout = 0 when we replay it in a future time-stamp. So we change default value of max_execution_time to 9000

[PR] [fix](Nereids) explain should fallback too if Nereids is not enable [doris]

2023-12-14 Thread via GitHub
morrySnow opened a new pull request, #28475: URL: https://github.com/apache/doris/pull/28475 ## 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](mailt

Re: [PR] [improvement](decimalv2) support check overflow for decimalv2 arithmetics [doris]

2023-12-14 Thread via GitHub
doris-robot commented on PR #28456: URL: https://github.com/apache/doris/pull/28456#issuecomment-1857413466 TPC-H test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Tpch sf100 test result on commit 87090adea72c49c62d42af4d54c10f812d739efa, data reload: false

Re: [PR] [fix](Nereids) explain should fallback too if Nereids is not enable [doris]

2023-12-14 Thread via GitHub
morrySnow commented on PR #28475: URL: https://github.com/apache/doris/pull/28475#issuecomment-1857412966 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

[PR] [improvement](hint) query fail print tablet detail info [doris]

2023-12-14 Thread via GitHub
yujun777 opened a new pull request, #28476: URL: https://github.com/apache/doris/pull/28476 ## 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

<    3   4   5   6   7   8   9   >