Re: [PR] [fix](hudi) remove session variable field in HudiScanNode [doris]

2024-12-22 Thread via GitHub
morningman merged PR #45762: URL: https://github.com/apache/doris/pull/45762 -- 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) remove session variable field in HudiScanNode [doris]

2024-12-22 Thread via GitHub
github-actions[bot] commented on PR #45762: URL: https://github.com/apache/doris/pull/45762#issuecomment-2558771351 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) remove session variable field in HudiScanNode [doris]

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

Re: [PR] [fix](hudi) remove session variable field in HudiScanNode [doris]

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

Re: [PR] [fix](hudi) remove session variable field in HudiScanNode [doris]

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

Re: [PR] [fix](hudi) remove session variable field in HudiScanNode [doris]

2024-12-22 Thread via GitHub
github-actions[bot] commented on PR #45762: URL: https://github.com/apache/doris/pull/45762#issuecomment-2558425168 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) remove session variable field in HudiScanNode [doris]

2024-12-22 Thread via GitHub
morningman commented on PR #45762: URL: https://github.com/apache/doris/pull/45762#issuecomment-2558419183 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](hudi) remove session variable field in HudiScanNode [doris]

2024-12-22 Thread via GitHub
Thearas commented on PR #45762: URL: https://github.com/apache/doris/pull/45762#issuecomment-2558417632 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) remove session variable field in HudiScanNode [doris]

2024-12-22 Thread via GitHub
morningman opened a new pull request, #45762: URL: https://github.com/apache/doris/pull/45762 ### What problem does this PR solve? Related PR: #45355 Problem Summary: The `sessionVariable` field is already in parent class `FileQueryScanNode`, remove it from `HudiScanNode`.