Re: [PR] [bugfix](hive)fix testcase for viewfs [doris]

2024-05-17 Thread via GitHub
morningman merged PR #34790: URL: https://github.com/apache/doris/pull/34790 -- 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 testcase for viewfs [doris]

2024-05-16 Thread via GitHub
github-actions[bot] commented on PR #34790: URL: https://github.com/apache/doris/pull/34790#issuecomment-2114879508 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 testcase for viewfs [doris]

2024-05-16 Thread via GitHub
github-actions[bot] commented on PR #34790: URL: https://github.com/apache/doris/pull/34790#issuecomment-2114879430 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 testcase for viewfs [doris]

2024-05-16 Thread via GitHub
morningman commented on PR #34790: URL: https://github.com/apache/doris/pull/34790#issuecomment-2114878164 run performance -- 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

Re: [PR] [bugfix](hive)fix testcase for viewfs [doris]

2024-05-13 Thread via GitHub
doris-robot commented on PR #34790: URL: https://github.com/apache/doris/pull/34790#issuecomment-2107547843 TPC-DS: Total hot run time: 185632 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 testcase for viewfs [doris]

2024-05-13 Thread via GitHub
doris-robot commented on PR #34790: URL: https://github.com/apache/doris/pull/34790#issuecomment-2107520377 TPC-H: Total hot run time: 39635 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 testcase for viewfs [doris]

2024-05-13 Thread via GitHub
github-actions[bot] commented on PR #34790: URL: https://github.com/apache/doris/pull/34790#issuecomment-2107474695 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] [bugfix](hive)fix testcase for viewfs [doris]

2024-05-13 Thread via GitHub
wuwenchi commented on PR #34790: URL: https://github.com/apache/doris/pull/34790#issuecomment-2107463078 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 testcase for viewfs [doris]

2024-05-13 Thread via GitHub
doris-robot commented on PR #34790: URL: https://github.com/apache/doris/pull/34790#issuecomment-2107462668 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 testcase for viewfs [doris]

2024-05-13 Thread via GitHub
wuwenchi opened a new pull request, #34790: URL: https://github.com/apache/doris/pull/34790 ## Proposed changes The specified `fsname` is used first, and if there is no `fsname`, the default `fsname` is used. Because we create an HDFS cache based on the actual `fsname`.