Re: [PR] [pipeline](fix) Fix blocking task which is not triggered by 2nd RPC (… [doris]

2024-08-01 Thread via GitHub
github-actions[bot] commented on PR #38694: URL: https://github.com/apache/doris/pull/38694#issuecomment-2262338375 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] [ci](branch-3.0) support run cloud_p* and performance [doris]

2024-08-01 Thread via GitHub
hello-stephen opened a new pull request, #38696: URL: https://github.com/apache/doris/pull/38696 ## Proposed changes Issue Number: close #xxx -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

Re: [PR] [ci](branch-3.0) support run cloud_p* and performance [doris]

2024-08-01 Thread via GitHub
doris-robot commented on PR #38696: URL: https://github.com/apache/doris/pull/38696#issuecomment-2262340206 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

Re: [PR] [fix](test) Modify SQLServer image to custom hub (#38515) [doris]

2024-08-01 Thread via GitHub
hello-stephen merged PR #38690: URL: https://github.com/apache/doris/pull/38690 -- 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

Re: [PR] [ci](branch-3.0) support run cloud_p* and performance [doris]

2024-08-01 Thread via GitHub
hello-stephen commented on PR #38696: URL: https://github.com/apache/doris/pull/38696#issuecomment-2262340353 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. T

(doris) branch branch-3.0 updated: [fix](test) Modify SQLServer image to custom hub (#38515) (#38690)

2024-08-01 Thread hellostephen
This is an automated email from the ASF dual-hosted git repository. hellostephen pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new 276dc3b03bb [fix](test) Modify SQLS

(doris) branch master updated (bb1a9c98d42 -> 4170bb7b5a0)

2024-08-01 Thread lijibing
This is an automated email from the ASF dual-hosted git repository. lijibing pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from bb1a9c98d42 [fix](local exchange) Fix local exchange blocked by a huge data block (#38657) add 4170bb7b5a0 [imp

Re: [PR] [improvement](statisitcs)Disable external catalog auto analyze by default. [doris]

2024-08-01 Thread via GitHub
Jibing-Li merged PR #38674: URL: https://github.com/apache/doris/pull/38674 -- 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

Re: [PR] [opt](variables) enlarge the default value of max_allowed_packet [doris]

2024-08-01 Thread via GitHub
doris-robot commented on PR #38697: URL: https://github.com/apache/doris/pull/38697#issuecomment-2262347941 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

Re: [PR] [COMPILE](macos) do not patch bitshuffle on macos [doris]

2024-08-01 Thread via GitHub
Mryange commented on PR #38634: URL: https://github.com/apache/doris/pull/38634#issuecomment-2262348519 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] [opt](variables) enlarge the default value of max_allowed_packet [doris]

2024-08-01 Thread via GitHub
morningman commented on PR #38697: URL: https://github.com/apache/doris/pull/38697#issuecomment-2262348656 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] [fix](clone) fix stale tablet report miss the new cloning replica [doris]

2024-08-01 Thread via GitHub
github-actions[bot] commented on code in PR #38695: URL: https://github.com/apache/doris/pull/38695#discussion_r1699646951 ## be/src/olap/task/engine_clone_task.h: ## @@ -55,6 +55,9 @@ class EngineCloneTask final : public EngineTask { std::vector* tablet_inf

Re: [PR] [COMPILE](macos) do not patch bitshuffle on macos [doris]

2024-08-01 Thread via GitHub
github-actions[bot] commented on PR #38634: URL: https://github.com/apache/doris/pull/38634#issuecomment-2262349657 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](mtmv) Support to partition prune when query rewrite by sync materialized view [doris]

2024-08-01 Thread via GitHub
seawinde commented on code in PR #38527: URL: https://github.com/apache/doris/pull/38527#discussion_r1699648295 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/exploration/mv/MaterializedViewUtils.java: ## @@ -224,35 +223,20 @@ public static List extractStructInfo(Pla

[PR] [fix](mtmv)fix second level MTMV will refresh all partition [doris]

2024-08-01 Thread via GitHub
zddr opened a new pull request, #38698: URL: https://github.com/apache/doris/pull/38698 if: - create mv2 as select * from mv1; - create mv1 as select * from t1; - t1 has 2 partitions: p1,p2 when t1 insert data to p1; mv1 will refresh p1 mv2 will refresh p1 and p

Re: [PR] [fix](mtmv)fix second level MTMV will refresh all partition [doris]

2024-08-01 Thread via GitHub
doris-robot commented on PR #38698: URL: https://github.com/apache/doris/pull/38698#issuecomment-2262359071 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

Re: [PR] [fix](mtmv)fix second level MTMV will refresh all partition [doris]

2024-08-01 Thread via GitHub
zddr commented on PR #38698: URL: https://github.com/apache/doris/pull/38698#issuecomment-2262359180 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 unsubsc

[PR] [cases](array-functions)align function with master [doris]

2024-08-01 Thread via GitHub
amorynan opened a new pull request, #38699: URL: https://github.com/apache/doris/pull/38699 ## Proposed changes backport: https://github.com/apache/doris/pull/28492 https://github.com/apache/doris/pull/31621 Issue Number: close #xxx -- This is an automated message f

Re: [PR] [feature](recycler) Support recycling data stored in different version path formats across different types of storage vaults [doris]

2024-08-01 Thread via GitHub
doris-robot commented on PR #38415: URL: https://github.com/apache/doris/pull/38415#issuecomment-2262362798 TPC-H: Total hot run time: 41638 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [cases](array-functions)align function with master [doris]

2024-08-01 Thread via GitHub
doris-robot commented on PR #38699: URL: https://github.com/apache/doris/pull/38699#issuecomment-2262362854 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

Re: [PR] [cases](array-functions)align function with master [doris]

2024-08-01 Thread via GitHub
amorynan commented on PR #38699: URL: https://github.com/apache/doris/pull/38699#issuecomment-2262363329 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](file cache) Try to read from remote storage when opening segment with CachedRemoteFileReader [doris]

2024-08-01 Thread via GitHub
github-actions[bot] commented on PR #38645: URL: https://github.com/apache/doris/pull/38645#issuecomment-2262364663 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] [FIX](regresstest) fix array_range case for regress test [doris]

2024-08-01 Thread via GitHub
amorynan commented on PR #7: URL: https://github.com/apache/doris/pull/7#issuecomment-2262365893 do not merge into 2.0 , it just for nereids -- 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 t

Re: [PR] [Fix](Json) fix some cast issue [doris]

2024-08-01 Thread via GitHub
eldenmoon commented on PR #38683: URL: https://github.com/apache/doris/pull/38683#issuecomment-2262370842 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](cases )fix ipv6 value for regress case [doris]

2024-08-01 Thread via GitHub
amorynan commented on PR #34208: URL: https://github.com/apache/doris/pull/34208#issuecomment-2262373831 branch2.1 already merged with https://github.com/apache/doris/commit/20bd0c2987e0edc0314caf8f0cc20ba49dc65f07 -- This is an automated message from the Apache Git Service. To respond to

Re: [PR] [fix](compatibility) type toSql should return lowercase string (#38012) [doris]

2024-08-01 Thread via GitHub
doris-robot commented on PR #38521: URL: https://github.com/apache/doris/pull/38521#issuecomment-2262375592 TPC-H: Total hot run time: 49810 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [improvement](statistics)Analyze table if it hasn't been analyzed for longer than 1 day. [doris]

2024-08-01 Thread via GitHub
Jibing-Li commented on PR #38615: URL: https://github.com/apache/doris/pull/38615#issuecomment-2262374221 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] [feature](recycler) Support recycling data stored in different version path formats across different types of storage vaults [doris]

2024-08-01 Thread via GitHub
platoneko commented on PR #38415: URL: https://github.com/apache/doris/pull/38415#issuecomment-2262392861 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] [Feature](insert-overwrite) Support create partition for auto partition table when insert overwrite [doris]

2024-08-01 Thread via GitHub
zclllyybb commented on PR #38628: URL: https://github.com/apache/doris/pull/38628#issuecomment-226239 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](Json) fix some cast issue [doris]

2024-08-01 Thread via GitHub
github-actions[bot] commented on PR #38683: URL: https://github.com/apache/doris/pull/38683#issuecomment-2262395994 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] [BUG] fix partition storage policy info lost [doris]

2024-08-01 Thread via GitHub
qzsee opened a new pull request, #38700: URL: https://github.com/apache/doris/pull/38700 ## Proposed changes 1. fix partition storage policy info lost When adding a storage policy to a table through an alter statement, the partition policy is lost when the FE is restarted because th

Re: [PR] [BUG] fix partition storage policy info lost [doris]

2024-08-01 Thread via GitHub
doris-robot commented on PR #38700: URL: https://github.com/apache/doris/pull/38700#issuecomment-2262400205 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

Re: [PR] [improvement](file cache) Try to read from remote storage when opening segment with CachedRemoteFileReader [doris]

2024-08-01 Thread via GitHub
github-actions[bot] commented on PR #38645: URL: https://github.com/apache/doris/pull/38645#issuecomment-2262403104 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](file cache) Try to read from remote storage when opening segment with CachedRemoteFileReader [doris]

2024-08-01 Thread via GitHub
github-actions[bot] commented on PR #38645: URL: https://github.com/apache/doris/pull/38645#issuecomment-2262403253 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](local exchange) Fix local exchange blocked by a huge data block… [doris]

2024-08-01 Thread via GitHub
doris-robot commented on PR #38693: URL: https://github.com/apache/doris/pull/38693#issuecomment-2262419698 TeamCity be ut coverage result: Function Coverage: 36.43% (9255/25408) Line Coverage: 27.98% (75667/270427) Region Coverage: 26.79% (38892/145160) Branch Coverage: 23.5

Re: [PR] [Feature](insert-overwrite) Support create partition for auto partition table when insert overwrite [doris]

2024-08-01 Thread via GitHub
github-actions[bot] commented on PR #38628: URL: https://github.com/apache/doris/pull/38628#issuecomment-2262422086 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] [Improment]processlist schema table support show all fe [doris]

2024-08-01 Thread via GitHub
wangbo opened a new pull request, #38701: URL: https://github.com/apache/doris/pull/38701 ## Proposed changes query schema table processlist support show all fe ``` mysql [information_schema]>select * from processlist; +---+--+--+--+---

Re: [PR] [COMPILE](macos) do not patch bitshuffle on macos [doris]

2024-08-01 Thread via GitHub
doris-robot commented on PR #38634: URL: https://github.com/apache/doris/pull/38634#issuecomment-2262422435 TPC-H: Total hot run time: 41350 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [Improment]processlist schema table support show all fe [doris]

2024-08-01 Thread via GitHub
doris-robot commented on PR #38701: URL: https://github.com/apache/doris/pull/38701#issuecomment-2262422901 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

Re: [PR] just test [doris]

2024-08-01 Thread via GitHub
hello-stephen closed pull request #38625: just test URL: https://github.com/apache/doris/pull/38625 -- 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: comm

Re: [PR] [feature](StorageVault) Support setting path format for storage vault [doris]

2024-08-01 Thread via GitHub
platoneko commented on PR #38692: URL: https://github.com/apache/doris/pull/38692#issuecomment-2262426856 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] [feature](Vault) Support alter hdfs storage vault and alter vault's name [doris]

2024-08-01 Thread via GitHub
github-actions[bot] commented on PR #38685: URL: https://github.com/apache/doris/pull/38685#issuecomment-2262431925 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] [fix](compatibility) type toSql should return lowercase string (#38012) [doris]

2024-08-01 Thread via GitHub
doris-robot commented on PR #38521: URL: https://github.com/apache/doris/pull/38521#issuecomment-2262432521 TPC-DS: Total hot run time: 205025 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [fix](clone) fix stale tablet report miss the new cloning replica [doris]

2024-08-01 Thread via GitHub
doris-robot commented on PR #38695: URL: https://github.com/apache/doris/pull/38695#issuecomment-2262438807 TPC-H: Total hot run time: 41337 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [fix](array)fix array with empty arg in be behavior [doris]

2024-08-01 Thread via GitHub
amorynan commented on PR #36845: URL: https://github.com/apache/doris/pull/36845#issuecomment-2262444258 branch2.0 is not need to merge this pr, it just for neredis -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

Re: [PR] [pipeline](fix) Fix blocking task which is not triggered by 2nd RPC (… [doris]

2024-08-01 Thread via GitHub
doris-robot commented on PR #38694: URL: https://github.com/apache/doris/pull/38694#issuecomment-2262446002 TeamCity be ut coverage result: Function Coverage: 36.43% (9255/25405) Line Coverage: 27.98% (75672/270442) Region Coverage: 26.79% (38897/145178) Branch Coverage: 23.5

Re: [PR] [Improment]processlist schema table support show all fe [doris]

2024-08-01 Thread via GitHub
github-actions[bot] commented on PR #38701: URL: https://github.com/apache/doris/pull/38701#issuecomment-2262450878 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] [feature](http action)Add http action to show nested inverted index file (#38272) [doris]

2024-08-01 Thread via GitHub
doris-robot commented on PR #38672: URL: https://github.com/apache/doris/pull/38672#issuecomment-2262451482 TeamCity be ut coverage result: Function Coverage: 36.42% (9255/25414) Line Coverage: 27.95% (75643/270663) Region Coverage: 26.77% (38874/145235) Branch Coverage: 23.4

Re: [PR] [fix](clone) fix stale tablet report miss the new cloning replica [doris]

2024-08-01 Thread via GitHub
github-actions[bot] commented on PR #38695: URL: https://github.com/apache/doris/pull/38695#issuecomment-2262455145 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](clone) fix stale tablet report miss the new cloning replica [doris]

2024-08-01 Thread via GitHub
github-actions[bot] commented on PR #38695: URL: https://github.com/apache/doris/pull/38695#issuecomment-2262455299 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](compatibility) type toSql should return lowercase string (#38012) [doris]

2024-08-01 Thread via GitHub
doris-robot commented on PR #38521: URL: https://github.com/apache/doris/pull/38521#issuecomment-2262455492 ClickBench: Total hot run time: 30.09 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [BUG] fix partition storage policy info lost [doris]

2024-08-01 Thread via GitHub
qzsee commented on PR #38700: URL: https://github.com/apache/doris/pull/38700#issuecomment-2262460342 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

Re: [PR] [Improment]processlist schema table support show all fe [doris]

2024-08-01 Thread via GitHub
github-actions[bot] commented on PR #38701: URL: https://github.com/apache/doris/pull/38701#issuecomment-2262462351 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] [COMPILE](macos) do not patch bitshuffle on macos [doris]

2024-08-01 Thread via GitHub
doris-robot commented on PR #38634: URL: https://github.com/apache/doris/pull/38634#issuecomment-2262467453 TPC-DS: Total hot run time: 170141 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [fix](group commit) Pick add debug log show why group commit not work; delete wal when replay success (#38611) [doris]

2024-08-01 Thread via GitHub
dataroaring merged PR #38659: URL: https://github.com/apache/doris/pull/38659 -- 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.

Re: [PR] [fix](compatibility) type toSql should return lowercase string (#38012) [doris]

2024-08-01 Thread via GitHub
doris-robot commented on PR #38521: URL: https://github.com/apache/doris/pull/38521#issuecomment-2262468845 Load test result on machine: 'aliyun_ecs.c7a.8xlarge_32C64G' ``` Load test result on commit ebf26f6596d3ea331618b479d637a5dd154002b9 with default session variables Stream

(doris) branch branch-2.1 updated: [fix](group commit) Pick add debug log show why group commit not work; delete wal when replay success (#38611) (#38659)

2024-08-01 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new e8690b62ee8 [fix](group commit) Pick

Re: [PR] [improvement](file cache) Try to read from remote storage when opening segment with CachedRemoteFileReader [doris]

2024-08-01 Thread via GitHub
gavinchou commented on PR #38645: URL: https://github.com/apache/doris/pull/38645#issuecomment-2262474528 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](mtmv)fix second level MTMV will refresh all partition [doris]

2024-08-01 Thread via GitHub
doris-robot commented on PR #38698: URL: https://github.com/apache/doris/pull/38698#issuecomment-2262474418 TPC-H: Total hot run time: 41909 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [Feature] support data mask in doris internal auth [doris]

2024-08-01 Thread via GitHub
qzsee commented on code in PR #38301: URL: https://github.com/apache/doris/pull/38301#discussion_r1699751511 ## fe/fe-core/src/main/java/org/apache/doris/policy/PolicyMgr.java: ## @@ -379,6 +389,40 @@ public RowPolicy getMatchTablePolicy(String ctlName, String dbName, String ta

Re: [PR] [opt](variables) enlarge the default value of max_allowed_packet [doris]

2024-08-01 Thread via GitHub
doris-robot commented on PR #38697: URL: https://github.com/apache/doris/pull/38697#issuecomment-2262483149 TPC-H: Total hot run time: 41269 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [fix](clone) fix stale tablet report miss the new cloning replica [doris]

2024-08-01 Thread via GitHub
doris-robot commented on PR #38695: URL: https://github.com/apache/doris/pull/38695#issuecomment-2262483032 TPC-DS: Total hot run time: 169973 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [opt](merge-on-write) eliminate reading the old values of non-key columns for delete stmt in publish phase [doris]

2024-08-01 Thread via GitHub
doris-robot commented on PR #38703: URL: https://github.com/apache/doris/pull/38703#issuecomment-2262486753 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

Re: [PR] [opt](merge-on-write) eliminate reading the old values of non-key columns for delete stmt in publish phase [doris]

2024-08-01 Thread via GitHub
bobhan1 commented on PR #38703: URL: https://github.com/apache/doris/pull/38703#issuecomment-2262488063 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] [COMPILE](macos) do not patch bitshuffle on macos [doris]

2024-08-01 Thread via GitHub
doris-robot commented on PR #38634: URL: https://github.com/apache/doris/pull/38634#issuecomment-2262490294 ClickBench: Total hot run time: 30.13 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [Feature] support data mask in doris internal auth [doris]

2024-08-01 Thread via GitHub
qzsee commented on code in PR #38301: URL: https://github.com/apache/doris/pull/38301#discussion_r1699770058 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/logical/LogicalCheckPolicy.java: ## @@ -230,4 +235,62 @@ public RelatedPolicy(Optional rowPolicyFilter,

Re: [PR] [fix](cluster key) cluster key support vertical_segment_writer [doris]

2024-08-01 Thread via GitHub
dataroaring commented on code in PR #38538: URL: https://github.com/apache/doris/pull/38538#discussion_r1699776027 ## be/src/olap/rowset/segment_v2/vertical_segment_writer.cpp: ## @@ -98,17 +98,40 @@ VerticalSegmentWriter::VerticalSegmentWriter(io::FileWriter* file_writer, uint

Re: [PR] [fix](clone) fix stale tablet report miss the new cloning replica [doris]

2024-08-01 Thread via GitHub
doris-robot commented on PR #38695: URL: https://github.com/apache/doris/pull/38695#issuecomment-2262508497 ClickBench: Total hot run time: 30.05 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [opt](merge-on-write) eliminate reading the old values of non-key columns for delete stmt in publish phase [doris]

2024-08-01 Thread via GitHub
github-actions[bot] commented on PR #38703: URL: https://github.com/apache/doris/pull/38703#issuecomment-2262518751 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] [fix](mtmv)fix second level MTMV will refresh all partition [doris]

2024-08-01 Thread via GitHub
doris-robot commented on PR #38698: URL: https://github.com/apache/doris/pull/38698#issuecomment-2262522163 TPC-DS: Total hot run time: 168553 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] (cloud-merge) Support shadow tablet to do cumulative compaction in cloud mode [doris]

2024-08-01 Thread via GitHub
Lchangliang commented on PR #37293: URL: https://github.com/apache/doris/pull/37293#issuecomment-2262525340 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] [fix](render) use `shell` to replace `Bash` [doris-website]

2024-08-01 Thread via GitHub
luzhijing commented on PR #927: URL: https://github.com/apache/doris-website/pull/927#issuecomment-2262525429 Some conflicts -- 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-website) branch master updated: [doc](ranger)add specific jar package directory (#930)

2024-08-01 Thread luzhijing
This is an automated email from the ASF dual-hosted git repository. luzhijing pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/master by this push: new 4f86a912dc2 [doc](ranger)add specific

Re: [PR] [doc](bi)delete a pic for powerbi [doris-website]

2024-08-01 Thread via GitHub
luzhijing merged PR #894: URL: https://github.com/apache/doris-website/pull/894 -- 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-website) branch master updated: [doc](bi)delete a pic for powerbi (#894)

2024-08-01 Thread luzhijing
This is an automated email from the ASF dual-hosted git repository. luzhijing pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/master by this push: new d588bdbbb09 [doc](bi)delete a pic for

Re: [PR] [opt](variables) enlarge the default value of max_allowed_packet [doris]

2024-08-01 Thread via GitHub
doris-robot commented on PR #38697: URL: https://github.com/apache/doris/pull/38697#issuecomment-2262531197 TPC-DS: Total hot run time: 169771 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [doc](ranger)add specific jar package directory [doris-website]

2024-08-01 Thread via GitHub
luzhijing merged PR #930: URL: https://github.com/apache/doris-website/pull/930 -- 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

Re: [PR] [doc]Flink connector document adds schema-change-mode parameter configuration [doris-website]

2024-08-01 Thread via GitHub
luzhijing merged PR #891: URL: https://github.com/apache/doris-website/pull/891 -- 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-website) branch master updated: [doc]Flink connector document adds schema-change-mode parameter configuration (#891)

2024-08-01 Thread luzhijing
This is an automated email from the ASF dual-hosted git repository. luzhijing pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/master by this push: new f7f88f039b9 [doc]Flink connector docum

Re: [PR] [add]The kafka connector document adds enable.2pc, avro.topic2schema.… [doris-website]

2024-08-01 Thread via GitHub
luzhijing merged PR #890: URL: https://github.com/apache/doris-website/pull/890 -- 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

Re: [PR] [doc](routine load) update routine load doc [doris-website]

2024-08-01 Thread via GitHub
luzhijing merged PR #935: URL: https://github.com/apache/doris-website/pull/935 -- 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-website) branch master updated: [doc](routine load) update routine load doc (#935)

2024-08-01 Thread luzhijing
This is an automated email from the ASF dual-hosted git repository. luzhijing pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/master by this push: new ba929579a2b [doc](routine load) update

Re: [PR] [BUG] fix partition storage policy info lost [doris]

2024-08-01 Thread via GitHub
doris-robot commented on PR #38700: URL: https://github.com/apache/doris/pull/38700#issuecomment-2262545152 TPC-H: Total hot run time: 42044 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [fix](mtmv)fix second level MTMV will refresh all partition [doris]

2024-08-01 Thread via GitHub
doris-robot commented on PR #38698: URL: https://github.com/apache/doris/pull/38698#issuecomment-2262546836 ClickBench: Total hot run time: 30.06 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [opt](variables) enlarge the default value of max_allowed_packet [doris]

2024-08-01 Thread via GitHub
doris-robot commented on PR #38697: URL: https://github.com/apache/doris/pull/38697#issuecomment-2262556419 ClickBench: Total hot run time: 29.95 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

[PR] [pick](upgrade)fix log message [doris]

2024-08-01 Thread via GitHub
amorynan opened a new pull request, #38704: URL: https://github.com/apache/doris/pull/38704 ## Proposed changes backport: https://github.com/apache/doris/pull/38254 Issue Number: close #xxx -- This is an automated message from the Apache Git Service. To respond to the

Re: [PR] [pick](upgrade)fix log message [doris]

2024-08-01 Thread via GitHub
doris-robot commented on PR #38704: URL: https://github.com/apache/doris/pull/38704#issuecomment-2262560511 Thank you for your contribution to Apache Doris. Don't know what should be done next? See [How to process your PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y

Re: [PR] [Fix](Json) fix some cast issue [doris]

2024-08-01 Thread via GitHub
doris-robot commented on PR #38683: URL: https://github.com/apache/doris/pull/38683#issuecomment-2262561938 TPC-H: Total hot run time: 41358 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [improvement](statistics)Analyze table if it hasn't been analyzed for longer than 1 day. [doris]

2024-08-01 Thread via GitHub
doris-robot commented on PR #38615: URL: https://github.com/apache/doris/pull/38615#issuecomment-2262562039 TPC-H: Total hot run time: 41422 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [fix](clone) fix stale tablet report miss the new cloning replica [doris]

2024-08-01 Thread via GitHub
yujun777 commented on PR #38695: URL: https://github.com/apache/doris/pull/38695#issuecomment-2262569654 run external -- 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](file cache) Try to read from remote storage when opening segment with CachedRemoteFileReader [doris]

2024-08-01 Thread via GitHub
doris-robot commented on PR #38645: URL: https://github.com/apache/doris/pull/38645#issuecomment-2262574694 TPC-H: Total hot run time: 41580 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [fix](cases) fix test_json_cast case out file [doris]

2024-08-01 Thread via GitHub
amorynan commented on PR #38266: URL: https://github.com/apache/doris/pull/38266#issuecomment-2262575139 branch2.1 no need to merge it which case is just right now -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

Re: [PR] [fix](clone) fix stale tablet report miss the new cloning replica [doris]

2024-08-01 Thread via GitHub
yujun777 commented on PR #38695: URL: https://github.com/apache/doris/pull/38695#issuecomment-2262578698 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] [fix](compatibility) type toSql should return lowercase string (#38012) [doris]

2024-08-01 Thread via GitHub
morrySnow commented on PR #38521: URL: https://github.com/apache/doris/pull/38521#issuecomment-2262580560 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 unsubscr

Re: [PR] [pick](upgrade)fix log message [doris]

2024-08-01 Thread via GitHub
github-actions[bot] commented on PR #38704: URL: https://github.com/apache/doris/pull/38704#issuecomment-2262580920 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] fix partition storage policy info lost [doris]

2024-08-01 Thread via GitHub
doris-robot commented on PR #38700: URL: https://github.com/apache/doris/pull/38700#issuecomment-2262580657 TPC-DS: Total hot run time: 170492 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] (cloud-merge) Support shadow tablet to do cumulative compaction in cloud mode [doris]

2024-08-01 Thread via GitHub
Lchangliang commented on PR #37293: URL: https://github.com/apache/doris/pull/37293#issuecomment-2262586485 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] [feature](recycler) Support recycling data stored in different version path formats across different types of storage vaults [doris]

2024-08-01 Thread via GitHub
doris-robot commented on PR #38415: URL: https://github.com/apache/doris/pull/38415#issuecomment-2262588736 TPC-H: Total hot run time: 41775 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [Fix](Json) fix some cast issue [doris]

2024-08-01 Thread via GitHub
doris-robot commented on PR #38683: URL: https://github.com/apache/doris/pull/38683#issuecomment-2262587483 TPC-DS: Total hot run time: 169230 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

Re: [PR] [improvement](statistics)Analyze table if it hasn't been analyzed for longer than 1 day. [doris]

2024-08-01 Thread via GitHub
doris-robot commented on PR #38615: URL: https://github.com/apache/doris/pull/38615#issuecomment-2262588097 TPC-DS: Total hot run time: 170336 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS

<    1   2   3   4   5   6   7   8   9   10   >