Re: [PR] [refine](time type) remove and deprecated datatypetimev1 [doris]

2024-07-27 Thread via GitHub
Mryange commented on PR #38401: URL: https://github.com/apache/doris/pull/38401#issuecomment-2254048053 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 unsu

[PR] [draft](paimon)adjust file split [doris]

2024-07-27 Thread via GitHub
wuwenchi opened a new pull request, #38433: URL: https://github.com/apache/doris/pull/38433 ## Proposed changes -- 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 commen

Re: [PR] [draft](paimon)adjust file split [doris]

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

Re: [PR] [opt](multicast) opt MultiCastDataStreamer when source close [doris]

2024-07-27 Thread via GitHub
Mryange commented on PR #38414: URL: https://github.com/apache/doris/pull/38414#issuecomment-2254060814 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 unsu

Re: [PR] [opt](multicast) opt MultiCastDataStreamer when source close [doris]

2024-07-27 Thread via GitHub
github-actions[bot] commented on PR #38414: URL: https://github.com/apache/doris/pull/38414#issuecomment-2254064857 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] [refine](time type) remove and deprecated datatypetimev1 [doris]

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

Re: [PR] [refine](time type) remove and deprecated datatypetimev1 [doris]

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

Re: [PR] [opt](multicast) opt MultiCastDataStreamer when source close [doris]

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

[I] 打包出来的benchmark_tool报错 [doris]

2024-07-27 Thread via GitHub
ycsongtcs opened a new issue, #38434: URL: https://github.com/apache/doris/issues/38434 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version 2.1.2 ==46423==

Re: [PR] [refine](time type) remove and deprecated datatypetimev1 [doris]

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

[PR] [fix](inverted index) fix the heap-buffer-overflow issue in clucene slop_phrase_query [doris-thirdparty]

2024-07-27 Thread via GitHub
zzzxl1993 opened a new pull request, #234: URL: https://github.com/apache/doris-thirdparty/pull/234 1. occurs when the same term appears in a phrase query -- 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 t

Re: [PR] [fix](array_range) fix array_range func for large param which should return error [doris]

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

(doris) branch master updated: [fix](array_range) fix array_range func for large param which should return error (#38284)

2024-07-27 Thread eldenmoon
This is an automated email from the ASF dual-hosted git repository. eldenmoon pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 121c2002868 [fix](array_range) fix array_range

Re: [PR] [chore](nereids) Added compatibility with mysql alias conflict [doris]

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

Re: [PR] [chore](nereids) Added compatibility with mysql alias conflict [doris]

2024-07-27 Thread via GitHub
Toms1999 closed pull request #38435: [chore](nereids) Added compatibility with mysql alias conflict URL: https://github.com/apache/doris/pull/38435 -- 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 th

[PR] [chore](nereids) Added compatibility with mysql alias conflict [doris]

2024-07-27 Thread via GitHub
Toms1999 opened a new pull request, #38435: URL: https://github.com/apache/doris/pull/38435 ## Proposed changes throw table name/alias conflict exception to keep same behavior with mysql for example: ```sql select * from test.a b, test.b ``` error: ``` Not

Re: [PR] [opt](multicast) opt MultiCastDataStreamer when source close [doris]

2024-07-27 Thread via GitHub
Mryange commented on PR #38414: URL: https://github.com/apache/doris/pull/38414#issuecomment-2254138909 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 unsu

Re: [PR] [opt](multicast) opt MultiCastDataStreamer when source close [doris]

2024-07-27 Thread via GitHub
github-actions[bot] commented on PR #38414: URL: https://github.com/apache/doris/pull/38414#issuecomment-2254140409 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: [I] 如何使用doris进行(分钟,小时和天等级别的)大数据自动聚合以支撑较长时间范围的高性能数据查询? [doris]

2024-07-27 Thread via GitHub
wangchong2023 commented on issue #26077: URL: https://github.com/apache/doris/issues/26077#issuecomment-2254143730 > @wangchong2023 Doris的聚合模型或者物化视图是不是也可以?你们这边数据量级如何? 应该也可以。我们的原始数据量级比较大。得有百万tps -- This is an automated message from the Apache Git Service. To respond to the message,

Re: [PR] [opt](multicast) opt MultiCastDataStreamer when source close [doris]

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

Re: [I] 打包出来的benchmark_tool报错 [doris]

2024-07-27 Thread via GitHub
ycsongtcs commented on issue #38434: URL: https://github.com/apache/doris/issues/38434#issuecomment-2254151024 我想要禁止他,于是从be的CMakeList.txt中将set(CXX_FLAGS_ASAN "${CXX_GCC_FLAGS} -O0 -fsanitize=address -DADDRESS_SANITIZER")改为set(CXX_FLAGS_ASAN "${CXX_GCC_FLAGS} -O0 ),但是改了以后运行run_be_ut.sh报错如下:

(doris) 02/02: [fix](cloud-schema-change) Write schema change jobs to a deserialized pb buffer rather than a new one (#38210)

2024-07-27 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git commit 2c4d8f3e9cae8e9f447d0b96e6e646c1fb65e429 Author: Siyang Tang <82279870+tangsiyang2...@users.noreply.github.com> A

Re: [PR] [opt](multicast) opt MultiCastDataStreamer when source close [doris]

2024-07-27 Thread via GitHub
Mryange commented on PR #38414: URL: https://github.com/apache/doris/pull/38414#issuecomment-2254154814 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 unsu

(doris) branch branch-3.0 updated (ccd0b93b1b4 -> 2c4d8f3e9ca)

2024-07-27 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git from ccd0b93b1b4 [fix](Row store) get the correct value of row_store_page_size after FE restarts (#38240) new

(doris) 01/02: [fix](compaction) fix missing flush column during compaction (#38356)

2024-07-27 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git commit 8f27eacacbc9a01f65c9a8053e85c37dfe30a7bb Author: Luwei <814383...@qq.com> AuthorDate: Thu Jul 25 22:39:21 2024 +0

Re: [PR] [opt](multicast) opt MultiCastDataStreamer when source close [doris]

2024-07-27 Thread via GitHub
github-actions[bot] commented on PR #38414: URL: https://github.com/apache/doris/pull/38414#issuecomment-2254156234 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] [opt](multicast) opt MultiCastDataStreamer when source close [doris]

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

Re: [PR] [opt](multicast) opt MultiCastDataStreamer when source close [doris]

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

Re: [PR] [opt](multicast) opt MultiCastDataStreamer when source close [doris]

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

Re: [PR] [regression](s3) add default conf for s3 releated cases [doris]

2024-07-27 Thread via GitHub
hello-stephen commented on PR #37952: URL: https://github.com/apache/doris/pull/37952#issuecomment-2254178340 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. T

Re: [PR] [feature](hive)Support reading renamed Parquet Hive and Orc Hive tables. [doris]

2024-07-27 Thread via GitHub
hubgeter commented on PR #38432: URL: https://github.com/apache/doris/pull/38432#issuecomment-2254181561 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] [feature](tvf)Support enclose and escape parameters when reading csv files using tvf. [doris]

2024-07-27 Thread via GitHub
hubgeter commented on PR #37919: URL: https://github.com/apache/doris/pull/37919#issuecomment-2254181793 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] [feature](hive)Support reading renamed Parquet Hive and Orc Hive tables. [doris]

2024-07-27 Thread via GitHub
github-actions[bot] commented on PR #38432: URL: https://github.com/apache/doris/pull/38432#issuecomment-2254182450 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] [test](cloud_p0) prepare java udf for some cases [doris]

2024-07-27 Thread via GitHub
hello-stephen commented on PR #35991: URL: https://github.com/apache/doris/pull/35991#issuecomment-2254182393 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. T

Re: [PR] [feature](hive)Support reading renamed Parquet Hive and Orc Hive tables. [doris]

2024-07-27 Thread via GitHub
github-actions[bot] commented on PR #38432: URL: https://github.com/apache/doris/pull/38432#issuecomment-2254183129 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: [I] [Enhancement] duplicated properties is not reported [doris]

2024-07-27 Thread via GitHub
IsmailTosunTnyl commented on issue #32577: URL: https://github.com/apache/doris/issues/32577#issuecomment-2254184242 please assign to me -- 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 specif

Re: [PR] [opt](multicast) opt MultiCastDataStreamer when source close [doris]

2024-07-27 Thread via GitHub
Mryange commented on PR #38414: URL: https://github.com/apache/doris/pull/38414#issuecomment-2254189066 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 unsu

Re: [PR] [opt](multicast) opt MultiCastDataStreamer when source close [doris]

2024-07-27 Thread via GitHub
github-actions[bot] commented on PR #38414: URL: https://github.com/apache/doris/pull/38414#issuecomment-2254190645 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] [test](cloud_p0) prepare java udf for some cases [doris]

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

Re: [PR] [feature](tvf)Support enclose and escape parameters when reading csv files using tvf. [doris]

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

Re: [PR] [feature](tvf)Support enclose and escape parameters when reading csv files using tvf. [doris]

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

Re: [PR] [test](cloud_p0) prepare java udf for some cases [doris]

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

Re: [PR] [feature](tvf)Support enclose and escape parameters when reading csv files using tvf. [doris]

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

Re: [PR] [test](cloud_p0) prepare java udf for some cases [doris]

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

Re: [PR] [opt](multicast) opt MultiCastDataStreamer when source close [doris]

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

Re: [PR] [opt](multicast) opt MultiCastDataStreamer when source close [doris]

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

Re: [PR] [feature](http action)Add http action to show nested inverted index file [doris]

2024-07-27 Thread via GitHub
qidaye merged PR #38272: URL: https://github.com/apache/doris/pull/38272 -- 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.apach

(doris) branch master updated: [feature](http action)Add http action to show nested inverted index file (#38272)

2024-07-27 Thread jianliangqi
This is an automated email from the ASF dual-hosted git repository. jianliangqi pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 390cdcc8953 [feature](http action)Add http a

Re: [PR] [opt](multicast) opt MultiCastDataStreamer when source close [doris]

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

Re: [PR] [feature](hive)Support reading renamed Parquet Hive and Orc Hive tables. [doris]

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

Re: [PR] [feature](hive)Support reading renamed Parquet Hive and Orc Hive tables. [doris]

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

Re: [PR] [feature](hive)Support reading renamed Parquet Hive and Orc Hive tables. [doris]

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

Re: [PR] [bugfix](paimon)add support for 'in' and 'not in' [doris]

2024-07-27 Thread via GitHub
morningman commented on code in PR #38390: URL: https://github.com/apache/doris/pull/38390#discussion_r1694053319 ## fe/fe-core/src/main/java/org/apache/doris/datasource/paimon/source/PaimonScanNode.java: ## @@ -317,15 +317,26 @@ public Map getLocationProperties() throws MetaNo

Re: [PR] [bugfix](paimon)add support for 'in' and 'not in' [doris]

2024-07-27 Thread via GitHub
wuwenchi commented on PR #38390: URL: https://github.com/apache/doris/pull/38390#issuecomment-2254331050 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](paimon)add support for 'in' and 'not in' [doris]

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

Re: [PR] [bugfix](paimon)add support for 'in' and 'not in' [doris]

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

Re: [PR] [bugfix](paimon)add support for 'in' and 'not in' [doris]

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

(doris-website) branch asf-site updated (28003cfc468 -> e72624bc6e0)

2024-07-27 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git discard 28003cfc468 Automated deployment with doris branch @ 80158085f3da0cab08435622e057a5bb951efa3c new e

Re: [PR] [Improment]Add schema table workload_group_privileges [doris]

2024-07-27 Thread via GitHub
doris-robot commented on PR #38436: URL: https://github.com/apache/doris/pull/38436#issuecomment-2254367663 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] [Improment]Add schema table workload_group_privileges [doris]

2024-07-27 Thread via GitHub
wangbo opened a new pull request, #38436: URL: https://github.com/apache/doris/pull/38436 ## Proposed changes Add schema table workload_group_privileges. ``` mysql [information_schema]>desc workload_group_privileges; +-+--+--+---+---

Re: [PR] [Improment]Add schema table workload_group_privileges [doris]

2024-07-27 Thread via GitHub
wangbo commented on PR #38436: URL: https://github.com/apache/doris/pull/38436#issuecomment-2254367676 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 unsub