Re: [PR] [fix](hudi) return empty if there is no commit implemented [doris]

2024-07-12 Thread via GitHub
morningman merged PR #37702: URL: https://github.com/apache/doris/pull/37702 -- 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

Re: [PR] [fix](hudi) return empty if there is no commit implemented [doris]

2024-07-12 Thread via GitHub
morningman merged PR #37703: URL: https://github.com/apache/doris/pull/37703 -- 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

Re: [PR] [fix](hudi) return empty if there is no commit implemented [doris]

2024-07-11 Thread via GitHub
doris-robot commented on PR #37702: URL: https://github.com/apache/doris/pull/37702#issuecomment-2224535504 ClickBench: Total hot run time: 30.96 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [fix](hudi) return empty if there is no commit implemented [doris]

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

Re: [PR] [fix](hudi) return empty if there is no commit implemented [doris]

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

Re: [PR] [fix](hudi) return empty if there is no commit implemented [doris]

2024-07-11 Thread via GitHub
github-actions[bot] commented on PR #37702: URL: https://github.com/apache/doris/pull/37702#issuecomment-2224409759 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](hudi) return empty if there is no commit implemented [doris]

2024-07-11 Thread via GitHub
github-actions[bot] commented on PR #37702: URL: https://github.com/apache/doris/pull/37702#issuecomment-2224409600 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](hudi) return empty if there is no commit implemented [doris]

2024-07-11 Thread via GitHub
AshinGau commented on PR #37702: URL: https://github.com/apache/doris/pull/37702#issuecomment-2224402016 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](hudi) return empty if there is no commit implemented [doris]

2024-07-11 Thread via GitHub
AshinGau commented on PR #37703: URL: https://github.com/apache/doris/pull/37703#issuecomment-2224402981 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](hudi) return empty if there is no commit implemented [doris]

2024-07-11 Thread via GitHub
doris-robot commented on PR #37703: URL: https://github.com/apache/doris/pull/37703#issuecomment-2224394766 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

[PR] [fix](hudi) return empty if there is no commit implemented [doris]

2024-07-11 Thread via GitHub
AshinGau opened a new pull request, #37703: URL: https://github.com/apache/doris/pull/37703 bp: #37702 -- 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

Re: [PR] [fix](hudi) return empty if there is no commit implemented [doris]

2024-07-11 Thread via GitHub
doris-robot commented on PR #37702: URL: https://github.com/apache/doris/pull/37702#issuecomment-2224389510 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

[PR] [fix](hudi) return empty if there is no commit implemented [doris]

2024-07-11 Thread via GitHub
AshinGau opened a new pull request, #37702: URL: https://github.com/apache/doris/pull/37702 ## Proposed changes Return empty set when there is no commit implemented, instead of throwing error: ``` HoodieException("No instants to incrementally pull") ``` -- This is