Re: [PR] [bugfix](hive)fix after insert overwrite hive table, data error [doris]

2024-11-01 Thread via GitHub
CalvinKirs merged PR #43049: URL: https://github.com/apache/doris/pull/43049 -- 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] [bugfix](hive)fix after insert overwrite hive table, data error [doris]

2024-11-01 Thread via GitHub
morningman commented on code in PR #43049: URL: https://github.com/apache/doris/pull/43049#discussion_r1826433621 ## fe/fe-core/src/main/java/org/apache/doris/planner/HiveTableSink.java: ## @@ -133,7 +133,7 @@ public void bindDataSink(Optional insertCtx) if (insert

Re: [PR] [bugfix](hive)fix after insert overwrite hive table, data error [doris]

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

Re: [PR] [bugfix](hive)fix after insert overwrite hive table, data error [doris]

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

Re: [PR] [bugfix](hive)fix after insert overwrite hive table, data error [doris]

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

Re: [PR] [bugfix](hive)fix after insert overwrite hive table, data error [doris]

2024-11-01 Thread via GitHub
morningman commented on PR #43049: URL: https://github.com/apache/doris/pull/43049#issuecomment-2452773916 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] [bugfix](hive)fix after insert overwrite hive table, data error [doris]

2024-11-01 Thread via GitHub
github-actions[bot] commented on PR #43049: URL: https://github.com/apache/doris/pull/43049#issuecomment-2451541262 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] [bugfix](hive)fix after insert overwrite hive table, data error [doris]

2024-11-01 Thread via GitHub
github-actions[bot] commented on PR #43049: URL: https://github.com/apache/doris/pull/43049#issuecomment-2451541219 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] [bugfix](hive)fix after insert overwrite hive table, data error [doris]

2024-10-31 Thread via GitHub
doris-robot commented on PR #43049: URL: https://github.com/apache/doris/pull/43049#issuecomment-2451313770 ClickBench: Total hot run time: 32.02 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools

Re: [PR] [bugfix](hive)fix after insert overwrite hive table, data error [doris]

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

Re: [PR] [bugfix](hive)fix after insert overwrite hive table, data error [doris]

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

Re: [PR] [bugfix](hive)fix after insert overwrite hive table, data error [doris]

2024-10-31 Thread via GitHub
wuwenchi commented on PR #43049: URL: https://github.com/apache/doris/pull/43049#issuecomment-2451267223 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] [bugfix](hive)fix after insert overwrite hive table, data error [doris]

2024-10-31 Thread via GitHub
doris-robot commented on PR #43049: URL: https://github.com/apache/doris/pull/43049#issuecomment-2451267164 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] [bugfix](hive)fix after insert overwrite hive table, data error [doris]

2024-10-31 Thread via GitHub
wuwenchi opened a new pull request, #43049: URL: https://github.com/apache/doris/pull/43049 ### What problem does this PR solve? 1. Different remoteFs should correspond to different nativeFs. 2. If it is s3, we do not need to delete the stage directory. 3. When an error occurs w