Re: [PR] [feature](mtmv)Support iceberg mtmv query. [doris]

2024-12-23 Thread via GitHub
Jibing-Li merged PR #45659: URL: https://github.com/apache/doris/pull/45659 -- 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] [feature](mtmv)Support iceberg mtmv query. [doris]

2024-12-23 Thread via GitHub
github-actions[bot] commented on PR #45659: URL: https://github.com/apache/doris/pull/45659#issuecomment-2560610738 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](mtmv)Support iceberg mtmv query. [doris]

2024-12-23 Thread via GitHub
doris-robot commented on PR #45659: URL: https://github.com/apache/doris/pull/45659#issuecomment-2559549121 ClickBench: Total hot run time: 33.08 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [feature](mtmv)Support iceberg mtmv query. [doris]

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

Re: [PR] [feature](mtmv)Support iceberg mtmv query. [doris]

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

Re: [PR] [feature](mtmv)Support iceberg mtmv query. [doris]

2024-12-23 Thread via GitHub
Jibing-Li commented on code in PR #45659: URL: https://github.com/apache/doris/pull/45659#discussion_r1895628330 ## fe/fe-core/src/main/java/org/apache/doris/datasource/iceberg/IcebergExternalTable.java: ## @@ -195,46 +189,39 @@ public void beforeMTMVRefresh(MTMV mtmv) throws D

Re: [PR] [feature](mtmv)Support iceberg mtmv query. [doris]

2024-12-23 Thread via GitHub
Jibing-Li commented on PR #45659: URL: https://github.com/apache/doris/pull/45659#issuecomment-2559480324 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](mtmv)Support iceberg mtmv query. [doris]

2024-12-23 Thread via GitHub
doris-robot commented on PR #45659: URL: https://github.com/apache/doris/pull/45659#issuecomment-2559284094 ClickBench: Total hot run time: 32.78 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [feature](mtmv)Support iceberg mtmv query. [doris]

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

Re: [PR] [feature](mtmv)Support iceberg mtmv query. [doris]

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

Re: [PR] [feature](mtmv)Support iceberg mtmv query. [doris]

2024-12-23 Thread via GitHub
zddr commented on code in PR #45659: URL: https://github.com/apache/doris/pull/45659#discussion_r1895490611 ## fe/fe-core/src/main/java/org/apache/doris/datasource/iceberg/IcebergExternalTable.java: ## @@ -195,46 +189,39 @@ public void beforeMTMVRefresh(MTMV mtmv) throws DdlExc

Re: [PR] [feature](mtmv)Support iceberg mtmv query. [doris]

2024-12-23 Thread via GitHub
Jibing-Li commented on PR #45659: URL: https://github.com/apache/doris/pull/45659#issuecomment-2559177580 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](mtmv)Support iceberg mtmv query. [doris]

2024-12-23 Thread via GitHub
Jibing-Li commented on code in PR #45659: URL: https://github.com/apache/doris/pull/45659#discussion_r1895435714 ## fe/fe-core/src/main/java/org/apache/doris/datasource/iceberg/IcebergExternalTable.java: ## @@ -195,16 +192,14 @@ public void beforeMTMVRefresh(MTMV mtmv) throws D

Re: [PR] [feature](mtmv)Support iceberg mtmv query. [doris]

2024-12-23 Thread via GitHub
Jibing-Li commented on code in PR #45659: URL: https://github.com/apache/doris/pull/45659#discussion_r1895433700 ## fe/fe-core/src/main/java/org/apache/doris/datasource/iceberg/IcebergExternalTable.java: ## @@ -102,6 +107,8 @@ public String getIcebergCatalogType() { protect

Re: [PR] [feature](mtmv)Support iceberg mtmv query. [doris]

2024-12-20 Thread via GitHub
zddr commented on code in PR #45659: URL: https://github.com/apache/doris/pull/45659#discussion_r1893685018 ## fe/fe-core/src/main/java/org/apache/doris/datasource/iceberg/IcebergExternalTable.java: ## @@ -102,6 +107,8 @@ public String getIcebergCatalogType() { protected sy

Re: [PR] [feature](mtmv)Support iceberg mtmv query. [doris]

2024-12-19 Thread via GitHub
github-actions[bot] commented on PR #45659: URL: https://github.com/apache/doris/pull/45659#issuecomment-2556171163 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](mtmv)Support iceberg mtmv query. [doris]

2024-12-19 Thread via GitHub
github-actions[bot] commented on PR #45659: URL: https://github.com/apache/doris/pull/45659#issuecomment-2556170957 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](mtmv)Support iceberg mtmv query. [doris]

2024-12-19 Thread via GitHub
Jibing-Li commented on PR #45659: URL: https://github.com/apache/doris/pull/45659#issuecomment-2554082503 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 un

Re: [PR] [feature](mtmv)Support iceberg mtmv query. [doris]

2024-12-19 Thread via GitHub
Jibing-Li commented on PR #45659: URL: https://github.com/apache/doris/pull/45659#issuecomment-2554081016 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] [feature](mtmv)Support iceberg mtmv query. [doris]

2024-12-19 Thread via GitHub
doris-robot commented on PR #45659: URL: https://github.com/apache/doris/pull/45659#issuecomment-2553686876 ClickBench: Total hot run time: 32.56 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [feature](mtmv)Support iceberg mtmv query. [doris]

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

Re: [PR] [feature](mtmv)Support iceberg mtmv query. [doris]

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

Re: [PR] [feature](mtmv)Support iceberg mtmv query. [doris]

2024-12-19 Thread via GitHub
Jibing-Li commented on PR #45659: URL: https://github.com/apache/doris/pull/45659#issuecomment-2553477383 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](mtmv)Support iceberg mtmv query. [doris]

2024-12-19 Thread via GitHub
hello-stephen commented on PR #45659: URL: https://github.com/apache/doris/pull/45659#issuecomment-2553421885 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+pro

[PR] [feature](mtmv)Support iceberg mtmv query. [doris]

2024-12-19 Thread via GitHub
Jibing-Li opened a new pull request, #45659: URL: https://github.com/apache/doris/pull/45659 ### What problem does this PR solve? 1. Implement MvccTable interface for IcebertExternalTable 2. IcebergExternalTable overrides the methods in ExternalTable and supports partition pruning