Re: [PR] [enhance](auth)Row policy suppport view [doris]
morrySnow merged PR #37934: URL: https://github.com/apache/doris/pull/37934 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] [enhance](auth)Row policy suppport view [doris]
morrySnow commented on code in PR #37934:
URL: https://github.com/apache/doris/pull/37934#discussion_r2234574650
##
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/analysis/CheckPolicy.java:
##
@@ -68,11 +71,12 @@ public List buildRules() {
upAgg = child;
child = child.child(0);
}
-if (!(child instanceof LogicalRelation)
+if (!(child instanceof LogicalRelation ||
isView(child))
||
ctx.connectContext.getSessionVariable().isPlayNereidsDump()) {
return ctx.root.child();
}
-LogicalRelation relation = (LogicalRelation) child;
+LogicalPlan relation = child instanceof
LogicalSubQueryAlias ? (LogicalPlan) child.child(0)
Review Comment:
add comment to explain why plan is SubQueryAlias -- View
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
Re: [PR] [enhance](auth)Row policy suppport view [doris]
github-actions[bot] commented on PR #37934: URL: https://github.com/apache/doris/pull/37934#issuecomment-3125206099 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 GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] [enhance](auth)Row policy suppport view [doris]
github-actions[bot] commented on PR #37934: URL: https://github.com/apache/doris/pull/37934#issuecomment-3125206339 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 URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] [enhance](auth)Row policy suppport view [doris]
zddr commented on PR #37934: URL: https://github.com/apache/doris/pull/37934#issuecomment-3125022867 run nonConcurrent -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] [enhance](auth)Row policy suppport view [doris]
hello-stephen commented on PR #37934: URL: https://github.com/apache/doris/pull/37934#issuecomment-3117463410 # FE UT Coverage Report Increment line coverage ` 62.50% (15/24)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/37934_a125af054e3975f96b8f9f1094f713d1e562f964/fe_increment_report/index.html) [Complete coverage report](http://coverage.selectdb-in.cc/coverage/37934_a125af054e3975f96b8f9f1094f713d1e562f964/fe_report/index.html) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] [enhance](auth)Row policy suppport view [doris]
doris-robot commented on PR #37934: URL: https://github.com/apache/doris/pull/37934#issuecomment-3117403624 ClickBench: Total hot run time: 32.6 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools ClickBench test result on commit a125af054e3975f96b8f9f1094f713d1e562f964, data reload: false query1 0.040.040.04 query2 0.080.040.04 query3 0.250.080.07 query4 1.610.110.12 query5 0.420.440.41 query6 1.140.640.66 query7 0.020.020.01 query8 0.050.040.04 query9 0.590.500.52 query10 0.570.570.56 query11 0.160.110.11 query12 0.140.110.11 query13 0.620.610.61 query14 0.820.830.82 query15 0.890.860.87 query16 0.390.400.38 query17 1.071.051.04 query18 0.220.190.19 query19 1.911.811.78 query20 0.010.010.01 query21 15.39 0.900.53 query22 0.801.170.75 query23 14.78 1.360.62 query24 6.620.961.25 query25 0.480.280.18 query26 0.650.160.14 query27 0.060.050.05 query28 9.530.930.42 query29 12.55 3.903.27 query30 3.063.022.92 query31 2.820.590.38 query32 3.230.550.47 query33 3.093.153.06 query34 15.88 5.474.83 query35 4.894.874.89 query36 0.670.500.49 query37 0.090.070.07 query38 0.040.040.04 query39 0.030.030.02 query40 0.170.150.14 query41 0.070.020.03 query42 0.030.020.02 query43 0.040.030.02 Total cold run time: 105.97 s Total hot run time: 32.6 s ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] [enhance](auth)Row policy suppport view [doris]
doris-robot commented on PR #37934: URL: https://github.com/apache/doris/pull/37934#issuecomment-3117377572 TPC-DS: Total hot run time: 187294 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS sf100 test result on commit a125af054e3975f96b8f9f1094f713d1e562f964, data reload: false query1 1005385 430 385 query2 6515169816961696 query3 6748222 216 216 query4 26545 23645 23338 23338 query5 4353622 492 492 query6 315 230 218 218 query7 4633504 287 287 query8 277 227 223 223 query9 8585287228762872 query10 501 351 291 291 query11 15495 14991 14784 14784 query12 163 119 111 111 query13 1664537 431 431 query14 8591585657555755 query15 230 195 180 180 query16 7198627 467 467 query17 1189725 586 586 query18 1985406 317 317 query19 188 191 153 153 query20 124 126 116 116 query21 209 120 103 103 query22 4062432041904190 query23 33872 33053 32964 32964 query24 8165232523322325 query25 531 472 411 411 query26 1243267 185 185 query27 2721512 349 349 query28 4324221721872187 query29 765 557 451 451 query30 288 214 196 196 query31 913 798 746 746 query32 81 76 80 76 query33 545 371 352 352 query34 829 844 524 524 query35 776 854 750 750 query36 999 1041946 946 query37 133 111 87 87 query38 4083408740524052 query39 1497143214241424 query40 215 125 120 120 query41 60 56 55 55 query42 120 113 113 113 query43 489 474 453 453 query44 1354878 848 848 query45 204 167 170 167 query46 859 1009626 626 query47 1791182417251725 query48 385 451 309 309 query49 722 478 387 387 query50 653 674 411 411 query51 5541543554455435 query52 122 110 100 100 query53 232 276 188 188 query54 602 590 524 524 query55 86 89 88 88 query56 330 322 337 322 query57 1183119811561156 query58 275 266 276 266 query59 2576260425442544 query60 358 343 325 325 query61 152 152 158 152 query62 803 738 650 650 query63 228 194 193 193 query64 43921135801 801 query65 4255419241814181 query66 1176458 347 347 query67 15891 15781 15401 15401 query68 79721003569 569 query69 483 354 296 296 query70 1253111611291116 query71 466 340 320 320 query72 5614479149454791 query73 735 664 361 361 query74 9101904886738673 query75 3757310725682568 query76 36361167718 718 query77 793 446 324 324 query78 10031 10239 92509250 query79 2053800 584 584 query80 653 556 461 461 query81 471 264 218 218 query82 462 138 107 107 query83 284 255 250 250 query84 298 107 87 87 query85 806 368 319 319 query86 351 340 290 290 query87 4398443643304330 query88 2862225522972255 query89 411 319 295 295 query90 1939231 219 219 query91 146 154 112 112 query92 86 69 67 67 query93 1193994 652 652 query94 687 402 280 280 query95 438 314 302 302 query96 491 602 279 279 query97 2668268826122612 query98 229 213 207 207 query99 1451141812591259 Total cold run time: 273612 ms Total hot run time: 187294 ms ``` -- 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 t
Re: [PR] [enhance](auth)Row policy suppport view [doris]
doris-robot commented on PR #37934: URL: https://github.com/apache/doris/pull/37934#issuecomment-3117344692 TPC-H: Total hot run time: 33880 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100 test result on commit a125af054e3975f96b8f9f1094f713d1e562f964, data reload: false -- Round 1 -- q1 17563 521350925092 q2 1935286 180 180 q3 10300 1295713 713 q4 10225 984 512 512 q5 7528244623162316 q6 182 156 126 126 q7 914 726 607 607 q8 9310131410791079 q9 7238511751115111 q10 6952239319561956 q11 498 282 258 258 q12 344 353 212 212 q13 17805 372231273127 q14 224 228 213 213 q15 566 486 486 486 q16 424 421 375 375 q17 597 872 356 356 q18 7411718671597159 q19 1479945 556 556 q20 341 346 223 223 q21 3819255022652265 q22 1043990 958 958 Total cold run time: 106698 ms Total hot run time: 33880 ms - Round 2, with runtime_filter_mode=off - q1 5232513051385130 q2 249 319 220 220 q3 2162265422932293 q4 1308175213481348 q5 4231444744484447 q6 216 176 153 153 q7 2025204318451845 q8 2692266225512551 q9 7244727772877277 q10 3064332828732873 q11 642 522 527 522 q12 701 785 655 655 q13 3603402434533453 q14 291 329 279 279 q15 529 484 486 484 q16 426 494 446 446 q17 1207160314151415 q18 8014766578407665 q19 799 827 828 827 q20 1942211019101910 q21 4781443343144314 q22 10671010977 977 Total cold run time: 52425 ms Total hot run time: 51084 ms ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] [enhance](auth)Row policy suppport view [doris]
zddr commented on PR #37934: URL: https://github.com/apache/doris/pull/37934#issuecomment-3117244566 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 unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] [enhance](auth)Row policy suppport view [doris]
doris-robot commented on PR #37934: URL: https://github.com/apache/doris/pull/37934#issuecomment-3117213911 ClickBench: Total hot run time: 32.22 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools ClickBench test result on commit 941919bfded241776e1e8c95bf51695f3975164a, data reload: false query1 0.040.030.04 query2 0.080.040.05 query3 0.250.080.07 query4 1.610.110.11 query5 0.420.400.41 query6 1.180.640.67 query7 0.030.020.02 query8 0.050.040.04 query9 0.600.520.51 query10 0.590.570.58 query11 0.150.110.11 query12 0.150.110.12 query13 0.630.610.60 query14 0.840.820.83 query15 0.900.860.88 query16 0.390.400.39 query17 1.091.061.03 query18 0.210.200.19 query19 1.891.791.86 query20 0.010.020.01 query21 15.39 0.900.54 query22 0.781.180.68 query23 14.92 1.390.63 query24 6.990.910.58 query25 0.540.140.14 query26 0.600.160.14 query27 0.070.050.05 query28 9.400.920.42 query29 12.58 4.003.30 query30 3.082.983.03 query31 2.820.600.39 query32 3.240.550.47 query33 3.023.053.17 query34 16.08 5.444.84 query35 4.884.854.91 query36 0.700.520.48 query37 0.090.070.07 query38 0.050.040.04 query39 0.040.020.03 query40 0.170.140.12 query41 0.080.030.03 query42 0.040.030.03 query43 0.040.040.03 Total cold run time: 106.71 s Total hot run time: 32.22 s ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] [enhance](auth)Row policy suppport view [doris]
doris-robot commented on PR #37934: URL: https://github.com/apache/doris/pull/37934#issuecomment-3117199402 TPC-DS: Total hot run time: 187841 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS sf100 test result on commit 941919bfded241776e1e8c95bf51695f3975164a, data reload: false query1 991 398 406 398 query2 6494167816881678 query3 6735216 230 216 query4 26662 23689 23254 23254 query5 4372613 520 520 query6 332 228 209 209 query7 4630493 292 292 query8 273 235 225 225 query9 8626289628652865 query10 500 324 298 298 query11 15677 15027 14848 14848 query12 162 111 111 111 query13 1656532 392 392 query14 8607591558665866 query15 209 190 186 186 query16 7137666 453 453 query17 1179697 572 572 query18 1976405 313 313 query19 187 185 184 184 query20 117 120 116 116 query21 212 124 108 108 query22 4180405942014059 query23 33889 32992 33041 32992 query24 8145237423712371 query25 552 461 410 410 query26 1237277 155 155 query27 2760503 346 346 query28 4338222521932193 query29 779 551 441 441 query30 284 215 200 200 query31 871 855 730 730 query32 87 77 73 73 query33 559 369 348 348 query34 790 832 506 506 query35 817 825 783 783 query36 949 1019923 923 query37 122 109 93 93 query38 4206407540454045 query39 1456142314381423 query40 237 134 124 124 query41 87 81 59 59 query42 126 117 113 113 query43 492 490 452 452 query44 1345895 849 849 query45 178 167 167 167 query46 848 995 637 637 query47 1767180117371737 query48 374 441 305 305 query49 717 474 397 397 query50 626 701 394 394 query51 5542562654425442 query52 118 110 100 100 query53 224 257 187 187 query54 597 598 519 519 query55 91 86 88 86 query56 325 308 338 308 query57 1164119211591159 query58 291 270 272 270 query59 2578268625442544 query60 346 342 322 322 query61 126 121 119 119 query62 805 730 646 646 query63 224 199 186 186 query64 44001055693 693 query65 4254416041924160 query66 1169417 364 364 query67 15960 15721 15340 15340 query68 6689905 576 576 query69 497 322 294 294 query70 1205110011121100 query71 411 334 316 316 query72 5981496850584968 query73 734 708 362 362 query74 9014917090459045 query75 3133310626122612 query76 32391146806 806 query77 515 386 317 317 query78 10708 10042 92739273 query79 3045782 596 596 query80 735 526 485 485 query81 522 255 226 226 query82 399 140 110 110 query83 260 266 249 249 query84 253 108 84 84 query85 827 358 319 319 query86 415 307 277 277 query87 4328444743434343 query88 3886230422662266 query89 386 323 286 286 query90 1964220 217 217 query91 141 145 111 111 query92 83 69 67 67 query93 2501960 642 642 query94 722 383 302 302 query95 396 312 306 306 query96 492 572 280 280 query97 2699269026362636 query98 243 222 207 207 query99 1352142112891289 Total cold run time: 275541 ms Total hot run time: 187841 ms ``` -- 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 t
Re: [PR] [enhance](auth)Row policy suppport view [doris]
doris-robot commented on PR #37934: URL: https://github.com/apache/doris/pull/37934#issuecomment-3117166004 TPC-H: Total hot run time: 33977 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100 test result on commit 941919bfded241776e1e8c95bf51695f3975164a, data reload: false -- Round 1 -- q1 17600 526051045104 q2 1951286 176 176 q3 10318 1247728 728 q4 10227 1015528 528 q5 7652238423542354 q6 184 159 131 131 q7 874 762 595 595 q8 9289129711281128 q9 7336510450685068 q10 6885240919391939 q11 477 296 274 274 q12 354 356 218 218 q13 17775 365030993099 q14 228 236 217 217 q15 544 468 480 468 q16 415 422 384 384 q17 586 854 387 387 q18 7590713470767076 q19 1218965 576 576 q20 349 347 231 231 q21 3911321023162316 q22 10671033980 980 Total cold run time: 106830 ms Total hot run time: 33977 ms - Round 2, with runtime_filter_mode=off - q1 5150506451135064 q2 239 324 228 228 q3 2136265623582358 q4 1357179212991299 q5 4278459644014401 q6 222 199 139 139 q7 2054196317861786 q8 2699261926422619 q9 7343724672467246 q10 3129337429492949 q11 590 523 491 491 q12 712 777 636 636 q13 3586395433783378 q14 279 315 269 269 q15 555 490 478 478 q16 488 488 443 443 q17 1182156413981398 q18 7894806974187418 q19 868 877 873 873 q20 1895193618161816 q21 4900448543714371 q22 1052109710201020 Total cold run time: 52608 ms Total hot run time: 50680 ms ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] [enhance](auth)Row policy suppport view [doris]
hello-stephen commented on PR #37934: URL: https://github.com/apache/doris/pull/37934#issuecomment-3117043317 # FE UT Coverage Report Increment line coverage ` 62.50% (15/24)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/37934_941919bfded241776e1e8c95bf51695f3975164a/fe_increment_report/index.html) [Complete coverage report](http://coverage.selectdb-in.cc/coverage/37934_941919bfded241776e1e8c95bf51695f3975164a/fe_report/index.html) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] [enhance](auth)Row policy suppport view [doris]
zddr commented on PR #37934: URL: https://github.com/apache/doris/pull/37934#issuecomment-3116855881 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 unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] [enhance](auth)Row policy suppport view [doris]
doris-robot commented on PR #37934: URL: https://github.com/apache/doris/pull/37934#issuecomment-3051848494 ClickBench: Total hot run time: 29.9 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools ClickBench test result on commit 4352ca52b042ff25d53cdf264dea99bb5952ecbd, data reload: false query1 0.040.040.03 query2 0.080.040.04 query3 0.240.070.08 query4 1.600.120.11 query5 0.440.430.42 query6 1.170.670.66 query7 0.030.020.02 query8 0.050.040.04 query9 0.600.510.51 query10 0.570.580.58 query11 0.160.120.11 query12 0.160.120.11 query13 0.620.620.61 query14 0.790.800.84 query15 0.890.880.89 query16 0.390.380.40 query17 1.091.091.06 query18 0.220.220.22 query19 1.891.821.94 query20 0.020.010.02 query21 15.40 0.910.55 query22 0.771.290.78 query23 14.74 1.370.66 query24 6.760.991.80 query25 0.510.210.11 query26 0.550.170.14 query27 0.060.060.06 query28 9.870.890.45 query29 12.65 3.883.26 query30 0.250.090.07 query31 2.840.580.38 query32 3.230.600.48 query33 3.123.093.11 query34 16.03 5.404.78 query35 4.804.884.82 query36 0.700.530.49 query37 0.100.060.07 query38 0.050.030.04 query39 0.040.020.03 query40 0.170.150.14 query41 0.080.030.02 query42 0.030.020.03 query43 0.040.030.02 Total cold run time: 103.84 s Total hot run time: 29.9 s ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] [enhance](auth)Row policy suppport view [doris]
doris-robot commented on PR #37934: URL: https://github.com/apache/doris/pull/37934#issuecomment-3051831961 TPC-DS: Total hot run time: 186881 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS sf100 test result on commit 4352ca52b042ff25d53cdf264dea99bb5952ecbd, data reload: false query1 983 383 379 379 query2 6562167716681668 query3 6733213 218 213 query4 26556 23535 23647 23535 query5 4602589 432 432 query6 313 227 206 206 query7 4633500 301 301 query8 277 224 221 221 query9 8620266126592659 query10 482 340 271 271 query11 15632 15177 14983 14983 query12 166 111 102 102 query13 1664523 413 413 query14 9761601860976018 query15 208 195 166 166 query16 7658431 279 279 query17 1447714 613 613 query18 2038403 315 315 query19 195 192 161 161 query20 123 117 115 115 query21 215 121 106 106 query22 4134420540694069 query23 33962 33352 32838 32838 query24 8366232623832326 query25 530 459 421 421 query26 1225267 147 147 query27 2707501 349 349 query28 4286211020872087 query29 731 552 438 438 query30 285 220 201 201 query31 938 807 776 776 query32 73 92 62 62 query33 553 350 276 276 query34 792 832 520 520 query35 583 631 550 550 query36 917 987 891 891 query37 113 100 71 71 query38 4143419341264126 query39 1473140414021402 query40 210 115 102 102 query41 55 55 51 51 query42 125 112 117 112 query43 497 498 470 470 query44 1337830 827 827 query45 174 168 166 166 query46 827 1011624 624 query47 1744178017421742 query48 378 413 329 329 query49 739 476 376 376 query50 648 678 418 418 query51 4289417341844173 query52 110 106 97 97 query53 226 256 183 183 query54 569 569 500 500 query55 81 83 80 80 query56 308 295 274 274 query57 1173117811191119 query58 258 259 255 255 query59 2513261525662566 query60 319 325 315 315 query61 127 123 125 123 query62 799 708 667 667 query63 217 194 196 194 query64 43821212865 865 query65 4243416041894160 query66 1065410 311 311 query67 15969 15577 15494 15494 query68 8432879 535 535 query69 502 324 282 282 query70 1228114610891089 query71 451 317 285 285 query72 5335467447424674 query73 706 599 351 351 query74 9046906790519051 query75 3787320126962696 query76 36021143726 726 query77 789 373 314 314 query78 10796 11195 10388 10388 query79 1936882 597 597 query80 597 543 456 456 query81 476 267 224 224 query82 415 123 95 95 query83 253 248 231 231 query84 238 104 92 92 query85 791 361 320 320 query86 341 296 285 285 query87 4452443243794379 query88 3213230922892289 query89 379 316 288 288 query90 2007221 214 214 query91 135 140 117 117 query92 76 64 56 56 query93 1062938 601 601 query94 692 320 203 203 query95 381 294 288 288 query96 499 559 282 282 query97 2719277026752675 query98 239 212 196 196 query99 1711141013031303 Total cold run time: 275347 ms Total hot run time: 186881 ms ``` -- 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
Re: [PR] [enhance](auth)Row policy suppport view [doris]
doris-robot commented on PR #37934: URL: https://github.com/apache/doris/pull/37934#issuecomment-3051793243 TPC-H: Total hot run time: 33164 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100 test result on commit 4352ca52b042ff25d53cdf264dea99bb5952ecbd, data reload: false -- Round 1 -- q1 17576 523250455045 q2 1928284 200 200 q3 10289 1255708 708 q4 10221 1020517 517 q5 7574231123322311 q6 170 158 126 126 q7 895 748 607 607 q8 9345128210401040 q9 6728526451215121 q10 6947237119821982 q11 502 303 284 284 q12 346 366 225 225 q13 18182 366930603060 q14 226 226 213 213 q15 571 471 478 471 q16 416 443 387 387 q17 579 844 347 347 q18 7427711471207114 q19 1524935 547 547 q20 340 344 211 211 q21 3616315723462346 q22 352 315 302 302 Total cold run time: 105754 ms Total hot run time: 33164 ms - Round 2, with runtime_filter_mode=off - q1 5232507950735073 q2 233 319 222 222 q3 2146267622592259 q4 1322174712981298 q5 4230421845404218 q6 209 177 129 129 q7 1997189818131813 q8 2651257524632463 q9 7176730772007200 q10 3144326528582858 q11 575 528 515 515 q12 687 787 658 658 q13 3554407532573257 q14 283 307 282 282 q15 506 455 456 455 q16 416 505 457 457 q17 1183158914061406 q18 7732752775967527 q19 777 783 970 783 q20 2089209218851885 q21 4742436242424242 q22 650 592 563 563 Total cold run time: 51534 ms Total hot run time: 49563 ms ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] [enhance](auth)Row policy suppport view [doris]
zddr commented on PR #37934: URL: https://github.com/apache/doris/pull/37934#issuecomment-3051694253 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 unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] [enhance](auth)Row policy suppport view [doris]
hello-stephen commented on PR #37934: URL: https://github.com/apache/doris/pull/37934#issuecomment-3051078285 # FE UT Coverage Report Increment line coverage ` 60.87% (14/23)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/37934_30c00a024fc651f11b6307d56baa6a0ab4cd32d5/fe_increment_report/index.html) [Complete coverage report](http://coverage.selectdb-in.cc/coverage/37934_30c00a024fc651f11b6307d56baa6a0ab4cd32d5/fe_report/index.html) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] [enhance](auth)Row policy suppport view [doris]
doris-robot commented on PR #37934: URL: https://github.com/apache/doris/pull/37934#issuecomment-3051014512 TPC-DS: Total hot run time: 184030 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS sf100 test result on commit 30c00a024fc651f11b6307d56baa6a0ab4cd32d5, data reload: false query1 990 380 397 380 query2 6560172616611661 query3 6737213 215 213 query4 26246 23716 23372 23372 query5 4344576 438 438 query6 300 208 202 202 query7 4624488 285 285 query8 264 222 203 203 query9 8624261726052605 query10 475 318 262 262 query11 15168 15144 14761 14761 query12 161 111 103 103 query13 1662504 379 379 query14 8958557955745574 query15 191 193 172 172 query16 7204620 385 385 query17 1182708 575 575 query18 1974441 310 310 query19 189 184 158 158 query20 131 116 109 109 query21 210 118 104 104 query22 3942409739103910 query23 33871 33000 33014 33000 query24 8410235523402340 query25 557 475 393 393 query26 1234259 144 144 query27 2781491 342 342 query28 4347210620872087 query29 764 545 433 433 query30 281 215 190 190 query31 907 844 728 728 query32 74 64 61 61 query33 561 359 312 312 query34 799 840 506 506 query35 779 821 748 748 query36 969 956 861 861 query37 104 95 70 70 query38 4199411540164016 query39 1465141015021410 query40 203 115 103 103 query41 56 56 51 51 query42 122 115 104 104 query43 479 500 481 481 query44 1284824 819 819 query45 175 167 161 161 query46 829 992 618 618 query47 1771177617141714 query48 416 403 304 304 query49 736 507 388 388 query50 631 685 416 416 query51 4151416541434143 query52 108 100 96 96 query53 218 253 184 184 query54 573 551 492 492 query55 81 81 83 81 query56 301 308 302 302 query57 1156117711391139 query58 257 260 246 246 query59 2600269625462546 query60 319 312 295 295 query61 142 149 151 149 query62 798 751 644 644 query63 234 196 192 192 query64 44561048670 670 query65 4258416741624162 query66 1140402 307 307 query67 15650 15780 15278 15278 query68 7531876 521 521 query69 470 302 268 268 query70 1162111210321032 query71 400 312 298 298 query72 5241468246974682 query73 647 588 346 346 query74 9033886088058805 query75 3172323827342734 query76 31731131713 713 query77 479 373 305 305 query78 10018 10156 92739273 query79 2000786 574 574 query80 679 508 445 445 query81 510 261 218 218 query82 214 122 94 94 query83 250 251 237 237 query84 247 99 77 77 query85 760 358 315 315 query86 374 300 310 300 query87 4345450943304330 query88 2856228623002286 query89 377 312 283 283 query90 1876212 206 206 query91 135 139 113 113 query92 61 56 53 53 query93 1370951 594 594 query94 656 414 300 300 query95 375 298 284 284 query96 488 549 280 280 query97 2710273426862686 query98 236 219 208 208 query99 1309141612831283 Total cold run time: 268536 ms Total hot run time: 184030 ms ``` -- 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
Re: [PR] [enhance](auth)Row policy suppport view [doris]
doris-robot commented on PR #37934: URL: https://github.com/apache/doris/pull/37934#issuecomment-3051020912 ClickBench: Total hot run time: 29.21 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools ClickBench test result on commit 30c00a024fc651f11b6307d56baa6a0ab4cd32d5, data reload: false query1 0.040.040.04 query2 0.070.050.05 query3 0.250.080.07 query4 1.600.110.11 query5 0.430.450.41 query6 1.180.670.68 query7 0.020.020.01 query8 0.040.040.04 query9 0.600.510.51 query10 0.550.560.56 query11 0.160.110.11 query12 0.150.120.11 query13 0.620.620.62 query14 0.800.860.80 query15 0.910.890.88 query16 0.390.390.38 query17 1.061.031.04 query18 0.230.210.20 query19 1.901.851.82 query20 0.010.010.01 query21 15.40 0.890.54 query22 0.761.180.64 query23 14.99 1.370.59 query24 8.111.960.50 query25 0.480.130.22 query26 0.670.160.14 query27 0.060.050.06 query28 9.040.790.44 query29 12.55 3.963.29 query30 0.250.090.06 query31 2.850.620.38 query32 3.250.560.48 query33 3.083.133.19 query34 16.06 5.414.76 query35 4.864.834.89 query36 0.700.520.49 query37 0.080.060.07 query38 0.040.040.04 query39 0.030.020.03 query40 0.170.140.14 query41 0.080.030.02 query42 0.030.030.02 query43 0.040.030.03 Total cold run time: 104.59 s Total hot run time: 29.21 s ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] [enhance](auth)Row policy suppport view [doris]
doris-robot commented on PR #37934: URL: https://github.com/apache/doris/pull/37934#issuecomment-3050998789 TPC-H: Total hot run time: 33636 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100 test result on commit 30c00a024fc651f11b6307d56baa6a0ab4cd32d5, data reload: false -- Round 1 -- q1 17582 520150305030 q2 1947271 184 184 q3 10427 1681722 722 q4 10302 1004522 522 q5 8320236522922292 q6 177 153 126 126 q7 907 738 605 605 q8 9312125410681068 q9 7362507850795078 q10 6874239119711971 q11 493 290 285 285 q12 334 355 203 203 q13 17761 362930693069 q14 216 238 229 229 q15 557 473 486 473 q16 419 440 365 365 q17 624 829 399 399 q18 7445725769756975 q19 1612946 531 531 q20 333 353 217 217 q21 3679252223392339 q22 1040990 953 953 Total cold run time: 107723 ms Total hot run time: 33636 ms - Round 2, with runtime_filter_mode=off - q1 5128506050655060 q2 237 329 230 230 q3 2173267222652265 q4 1387175013401340 q5 4255451943754375 q6 200 166 133 133 q7 2071198618131813 q8 2676253725592537 q9 7254733172967296 q10 3085332128542854 q11 568 497 496 496 q12 675 759 631 631 q13 3568389233663366 q14 291 319 277 277 q15 517 473 462 462 q16 436 486 455 455 q17 1175151514111411 q18 7929782977377737 q19 785 797 824 797 q20 1899196518131813 q21 4783433042014201 q22 1057103510061006 Total cold run time: 52149 ms Total hot run time: 50555 ms ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] [enhance](auth)Row policy suppport view [doris]
zddr commented on PR #37934: URL: https://github.com/apache/doris/pull/37934#issuecomment-3050975977 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 unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] [enhance](auth)Row policy suppport view [doris]
doris-robot commented on PR #37934: URL: https://github.com/apache/doris/pull/37934#issuecomment-3030759575 ClickBench: Total hot run time: 30.02 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools ClickBench test result on commit 9f265e4951cf0c119a559b5a6a8bf2546ea97118, data reload: false query1 0.040.040.03 query2 0.080.050.04 query3 0.230.070.08 query4 1.620.110.11 query5 0.430.420.43 query6 1.170.650.66 query7 0.020.010.02 query8 0.040.040.03 query9 0.610.510.52 query10 0.560.580.58 query11 0.160.110.11 query12 0.150.120.12 query13 0.620.630.61 query14 0.790.810.80 query15 0.890.880.86 query16 0.390.400.39 query17 1.061.061.09 query18 0.220.210.21 query19 1.971.861.85 query20 0.020.010.01 query21 15.39 0.920.55 query22 0.731.190.62 query23 15.04 1.390.63 query24 6.761.401.38 query25 0.490.230.06 query26 0.580.160.14 query27 0.070.060.05 query28 10.64 0.940.44 query29 12.52 3.993.28 query30 0.250.090.06 query31 2.830.620.38 query32 3.250.560.48 query33 3.043.173.10 query34 15.97 5.394.77 query35 4.844.794.83 query36 0.710.490.49 query37 0.090.070.07 query38 0.050.050.04 query39 0.030.030.02 query40 0.160.130.14 query41 0.070.030.02 query42 0.030.030.02 query43 0.050.030.03 Total cold run time: 104.66 s Total hot run time: 30.02 s ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] [enhance](auth)Row policy suppport view [doris]
doris-robot commented on PR #37934: URL: https://github.com/apache/doris/pull/37934#issuecomment-3030751571 TPC-DS: Total hot run time: 185084 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS sf100 test result on commit 9f265e4951cf0c119a559b5a6a8bf2546ea97118, data reload: false query1 1011386 382 382 query2 6517172516811681 query3 6756209 210 209 query4 27095 23736 23406 23406 query5 4385621 443 443 query6 300 221 197 197 query7 4624492 290 290 query8 269 239 219 219 query9 8624264426412641 query10 480 334 273 273 query11 15335 15090 14881 14881 query12 144 108 103 103 query13 1652535 408 408 query14 8660578157855781 query15 205 185 175 175 query16 7369642 458 458 query17 1222722 598 598 query18 2004405 311 311 query19 201 195 161 161 query20 124 121 118 118 query21 212 135 110 110 query22 4214418240674067 query23 34064 33210 33048 33048 query24 8496238223642364 query25 553 469 388 388 query26 1240274 146 146 query27 2762520 338 338 query28 4332214121042104 query29 768 561 427 427 query30 285 214 195 195 query31 893 829 763 763 query32 95 63 57 57 query33 551 348 326 326 query34 797 848 511 511 query35 794 838 728 728 query36 963 960 853 853 query37 108 102 74 74 query38 4221409640294029 query39 1464140314141403 query40 209 118 102 102 query41 57 57 49 49 query42 124 108 107 107 query43 497 501 477 477 query44 1339828 814 814 query45 174 168 164 164 query46 856 1028643 643 query47 1719178316951695 query48 379 419 300 300 query49 745 465 384 384 query50 642 698 408 408 query51 4063415441214121 query52 113 101 103 101 query53 231 257 203 203 query54 567 597 498 498 query55 83 83 84 83 query56 306 294 291 291 query57 1174118010961096 query58 266 246 252 246 query59 2536262726152615 query60 322 325 338 325 query61 124 114 112 112 query62 802 728 662 662 query63 221 190 188 188 query64 43311071635 635 query65 4238415841854158 query66 1140406 317 317 query67 15597 15799 15354 15354 query68 8578898 522 522 query69 457 303 275 275 query70 1241107011361070 query71 447 317 292 292 query72 5612469747734697 query73 719 618 347 347 query74 9002926988718871 query75 3864320426782678 query76 36311161770 770 query77 781 389 283 283 query78 10015 10350 93849384 query79 1545832 593 593 query80 597 533 456 456 query81 493 247 235 235 query82 446 131 95 95 query83 251 261 231 231 query84 244 113 86 86 query85 773 357 307 307 query86 333 298 281 281 query87 4422447243074307 query88 2964227423012274 query89 390 314 285 285 query90 1904212 210 210 query91 133 145 109 109 query92 71 56 54 54 query93 1066982 587 587 query94 668 398 293 293 query95 373 288 282 282 query96 509 571 283 283 query97 2711271126112611 query98 224 208 208 208 query99 1461141212941294 Total cold run time: 272569 ms Total hot run time: 185084 ms ``` -- 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
Re: [PR] [enhance](auth)Row policy suppport view [doris]
doris-robot commented on PR #37934: URL: https://github.com/apache/doris/pull/37934#issuecomment-3030717302 TPC-H: Total hot run time: 33849 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100 test result on commit 9f265e4951cf0c119a559b5a6a8bf2546ea97118, data reload: false -- Round 1 -- q1 17616 517651115111 q2 1962283 181 181 q3 10612 1290718 718 q4 10253 1023512 512 q5 8031240523062306 q6 184 158 129 129 q7 898 720 582 582 q8 9298129510711071 q9 6784514450565056 q10 6883236819651965 q11 479 298 288 288 q12 334 363 209 209 q13 17805 365730873087 q14 225 222 207 207 q15 561 476 481 476 q16 430 417 382 382 q17 608 861 374 374 q18 7687706672317066 q19 1343933 568 568 q20 328 349 224 224 q21 3732321423652365 q22 10211022972 972 Total cold run time: 107074 ms Total hot run time: 33849 ms - Round 2, with runtime_filter_mode=off - q1 5148510351105103 q2 234 321 224 224 q3 2148261923092309 q4 1369176613611361 q5 4287457745414541 q6 217 173 133 133 q7 2008196718131813 q8 2674264525692569 q9 7352738972087208 q10 3186326830053005 q11 568 539 492 492 q12 708 791 656 656 q13 3640390333603360 q14 287 307 267 267 q15 522 474 467 467 q16 472 488 462 462 q17 1177160013891389 q18 8271765376957653 q19 784 824 1015824 q20 1984197518041804 q21 4735438142824282 q22 10661012997 997 Total cold run time: 52837 ms Total hot run time: 50919 ms ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] [enhance](auth)Row policy suppport view [doris]
zddr commented on PR #37934: URL: https://github.com/apache/doris/pull/37934#issuecomment-3030558214 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 unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] [enhance](auth)Row policy suppport view [doris]
zddr closed pull request #37934: [enhance](auth)Row policy suppport view URL: https://github.com/apache/doris/pull/37934 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] [enhance](auth)Row policy suppport view [doris]
doris-robot commented on PR #37934: URL: https://github.com/apache/doris/pull/37934#issuecomment-2242460778 ClickBench: Total hot run time: 31.11 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools ClickBench test result on commit 0140f8b307df9517f807dcbdf561ef6f184985e1, data reload: false query1 0.040.030.03 query2 0.070.040.04 query3 0.220.050.05 query4 1.670.090.08 query5 0.500.490.50 query6 1.130.730.73 query7 0.020.010.01 query8 0.050.040.04 query9 0.560.510.51 query10 0.540.530.53 query11 0.150.120.12 query12 0.150.130.12 query13 0.610.590.59 query14 0.750.780.79 query15 0.860.820.83 query16 0.360.350.37 query17 1.031.001.00 query18 0.230.220.22 query19 1.771.691.75 query20 0.020.010.01 query21 15.42 0.760.64 query22 3.936.592.42 query23 18.29 1.381.27 query24 2.110.240.22 query25 0.160.100.08 query26 0.280.210.22 query27 0.450.220.22 query28 13.24 1.000.99 query29 12.61 3.403.37 query30 0.270.060.05 query31 2.880.390.38 query32 3.270.480.48 query33 2.902.862.92 query34 17.05 4.434.30 query35 4.444.434.36 query36 0.660.470.46 query37 0.190.160.15 query38 0.160.160.14 query39 0.040.030.04 query40 0.150.120.12 query41 0.090.050.05 query42 0.060.050.06 query43 0.050.050.05 Total cold run time: 109.43 s Total hot run time: 31.11 s ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] [enhance](auth)Row policy suppport view [doris]
doris-robot commented on PR #37934: URL: https://github.com/apache/doris/pull/37934#issuecomment-2242448621 TPC-DS: Total hot run time: 172865 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS sf100 test result on commit 0140f8b307df9517f807dcbdf561ef6f184985e1, data reload: false query1 910 381 362 362 query2 6449195418571857 query3 6646210 225 210 query4 28529 17584 17369 17369 query5 4229472 476 472 query6 267 176 158 158 query7 4604294 291 291 query8 238 195 188 188 query9 8655244024222422 query10 435 284 267 267 query11 11896 10079 10040 10040 query12 128 86 78 78 query13 1660386 354 354 query14 10822 789476647664 query15 248 166 168 166 query16 7331435 492 435 query17 1557559 521 521 query18 1256275 275 275 query19 193 154 159 154 query20 102 82 89 82 query21 214 131 128 128 query22 4207412238733873 query23 34137 33168 33244 33168 query24 11120 288528322832 query25 588 362 363 362 query26 1110147 147 147 query27 2743270 271 270 query28 7389198519691969 query29 868 631 610 610 query30 290 146 149 146 query31 961 764 738 738 query32 93 54 63 54 query33 772 329 325 325 query34 875 470 482 470 query35 855 739 701 701 query36 948 935 935 query37 132 77 80 77 query38 2829275527322732 query39 869 799 826 799 query40 204 118 117 117 query41 47 44 45 44 query42 110 99 96 96 query43 507 484 478 478 query44 1162727 728 727 query45 188 163 166 163 query46 1099748 726 726 query47 1833177117461746 query48 376 293 293 293 query49 1090406 433 406 query50 777 395 396 395 query51 6776677366356635 query52 114 94 93 93 query53 352 283 286 283 query54 1001450 448 448 query55 78 74 73 73 query56 286 278 264 264 query57 1144104310471043 query58 266 260 248 248 query59 2956266426012601 query60 296 282 280 280 query61 101 98 97 97 query62 819 647 650 647 query63 320 292 294 292 query64 10753 222516431643 query65 3344310131223101 query66 1313334 329 329 query67 15557 15033 15141 15033 query68 4549522 522 522 query69 473 341 338 338 query70 1174112711551127 query71 418 276 275 275 query72 7114575455645564 query73 739 325 327 325 query74 6111570156645664 query75 3385274126532653 query76 2797910 899 899 query77 465 310 302 302 query78 11795 945989388938 query79 3293511 515 511 query80 1755468 470 468 query81 586 220 225 220 query82 584 133 136 133 query83 270 169 168 168 query84 276 94 90 90 query85 735 326 301 301 query86 496 304 329 304 query87 3307309330723072 query88 4683246324692463 query89 485 394 375 375 query90 1967195 190 190 query91 128 103 111 103 query92 66 51 51 51 query93 3983490 486 486 query94 1267283 302 283 query95 408 324 316 316 query96 592 277 272 272 query97 3202305029882988 query98 216 199 196 196 query99 1578126612711266 Total cold run time: 289084 ms Total hot run time: 172865 ms ``` -- 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
Re: [PR] [enhance](auth)Row policy suppport view [doris]
doris-robot commented on PR #37934: URL: https://github.com/apache/doris/pull/37934#issuecomment-2242425904 TPC-H: Total hot run time: 39906 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100 test result on commit 0140f8b307df9517f807dcbdf561ef6f184985e1, data reload: false -- Round 1 -- q1 17943 447544424442 q2 2240195 199 195 q3 10448 128510801080 q4 10187 790 752 752 q5 7536269826692669 q6 220 138 139 138 q7 959 602 611 602 q8 9225204120742041 q9 8739651565156515 q10 8729373038053730 q11 455 249 240 240 q12 395 230 229 229 q13 17770 307430263026 q14 289 246 238 238 q15 541 478 509 478 q16 492 397 384 384 q17 950 676 654 654 q18 8062753373437343 q19 3132134213701342 q20 713 321 332 321 q21 5048320332663203 q22 343 284 294 284 Total cold run time: 114416 ms Total hot run time: 39906 ms - Round 2, with runtime_filter_mode=off - q1 4384427142694269 q2 375 271 269 269 q3 3015276528032765 q4 1912164816401640 q5 5339533953455339 q6 221 132 131 131 q7 2106171017621710 q8 3219334332893289 q9 8416846384188418 q10 3892367137223671 q11 583 500 506 500 q12 770 631 606 606 q13 16301 304229982998 q14 297 287 284 284 q15 528 471 474 471 q16 475 431 431 431 q17 1784148514711471 q18 7588754775077507 q19 1700150115681501 q20 1992178518101785 q21 4947472247514722 q22 568 517 508 508 Total cold run time: 70412 ms Total hot run time: 54285 ms ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] [enhance](auth)Row policy suppport view [doris]
zddr commented on PR #37934: URL: https://github.com/apache/doris/pull/37934#issuecomment-2242371703 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 unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] [enhance](auth)Row policy suppport view [doris]
doris-robot commented on PR #37934: URL: https://github.com/apache/doris/pull/37934#issuecomment-2230780708 ClickBench: Total hot run time: 31.11 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools ClickBench test result on commit 12bd8d0498feeb2e9771eadc169327cdfde05e09, data reload: false query1 0.040.040.03 query2 0.080.040.04 query3 0.220.050.05 query4 1.690.080.08 query5 0.500.480.48 query6 1.130.720.72 query7 0.020.010.02 query8 0.050.040.04 query9 0.550.490.50 query10 0.540.560.54 query11 0.150.120.11 query12 0.140.110.12 query13 0.590.590.59 query14 0.760.780.77 query15 0.860.830.82 query16 0.340.360.36 query17 0.971.031.05 query18 0.230.220.22 query19 1.861.831.73 query20 0.010.000.01 query21 15.45 0.760.66 query22 4.036.532.27 query23 18.29 1.351.25 query24 2.050.230.24 query25 0.150.100.09 query26 0.300.210.21 query27 0.450.230.23 query28 13.34 1.020.98 query29 12.60 3.363.33 query30 0.250.060.06 query31 2.860.400.39 query32 3.290.480.47 query33 2.892.912.86 query34 17.13 4.404.34 query35 4.434.454.46 query36 0.660.500.48 query37 0.180.150.16 query38 0.160.140.15 query39 0.050.040.03 query40 0.150.120.12 query41 0.090.060.06 query42 0.060.050.05 query43 0.050.040.04 Total cold run time: 109.64 s Total hot run time: 31.11 s ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] [enhance](auth)Row policy suppport view [doris]
doris-robot commented on PR #37934: URL: https://github.com/apache/doris/pull/37934#issuecomment-2230770252 TPC-DS: Total hot run time: 172185 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools TPC-DS sf100 test result on commit 12bd8d0498feeb2e9771eadc169327cdfde05e09, data reload: false query1 933 369 361 361 query2 6446190818851885 query3 6648209 220 209 query4 27825 17510 17240 17240 query5 4171478 483 478 query6 279 171 157 157 query7 4590290 277 277 query8 236 191 197 191 query9 8503240223832383 query10 445 281 281 281 query11 11755 992610080 9926 query12 130 82 80 80 query13 1648361 356 356 query14 10094 767776287628 query15 222 170 166 166 query16 7672320 313 313 query17 1805541 524 524 query18 1791269 269 269 query19 191 153 151 151 query20 98 84 78 78 query21 215 151 120 120 query22 4350401141714011 query23 33671 33119 33163 33119 query24 11871 284828612848 query25 657 357 365 357 query26 1659149 147 147 query27 2760271 277 271 query28 7458200219841984 query29 1028620 608 608 query30 294 148 146 146 query31 962 730 754 730 query32 94 70 50 50 query33 765 285 298 285 query34 956 483 489 483 query35 698 578 585 578 query36 1079944 944 944 query37 161 82 76 76 query38 2873278827122712 query39 882 819 815 815 query40 273 119 118 118 query41 53 45 44 44 query42 114 97 101 97 query43 507 446 472 446 query44 1163712 720 712 query45 190 165 159 159 query46 1087745 729 729 query47 1865180418051804 query48 382 300 288 288 query49 1216405 406 405 query50 777 389 397 389 query51 6831686068086808 query52 106 92 93 92 query53 355 279 285 279 query54 1062449 440 440 query55 76 75 74 74 query56 283 267 270 267 query57 1139108310251025 query58 245 255 243 243 query59 2952263128152631 query60 298 276 276 276 query61 128 96 101 96 query62 827 663 661 661 query63 313 290 280 280 query64 10504 219816461646 query65 3223312631393126 query66 1378345 332 332 query67 15554 14963 15020 14963 query68 4566531 531 531 query69 475 338 326 326 query70 1196109211411092 query71 369 270 277 270 query72 7106537154285371 query73 754 327 328 327 query74 6110572656225622 query75 3393270026812681 query76 2874930 907 907 query77 435 297 301 297 query78 9728921489408940 query79 2620519 506 506 query80 1715479 472 472 query81 586 217 220 217 query82 1051138 139 138 query83 276 175 171 171 query84 264 91 94 91 query85 1599394 310 310 query86 482 329 290 290 query87 3265313431593134 query88 4355235523812355 query89 475 387 389 387 query90 1828194 195 194 query91 132 104 109 104 query92 63 51 52 51 query93 3042504 494 494 query94 1262217 213 213 query95 403 321 324 321 query96 599 273 272 272 query97 3190299230632992 query98 222 202 204 202 query99 1692130112401240 Total cold run time: 286943 ms Total hot run time: 172185 ms ``` -- 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
Re: [PR] [enhance](auth)Row policy suppport view [doris]
doris-robot commented on PR #37934: URL: https://github.com/apache/doris/pull/37934#issuecomment-2230748797 TPC-H: Total hot run time: 40320 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100 test result on commit 12bd8d0498feeb2e9771eadc169327cdfde05e09, data reload: false -- Round 1 -- q1 18037 467344954495 q2 2213192 190 190 q3 10482 122110901090 q4 10189 766 876 766 q5 7532272527742725 q6 219 145 141 141 q7 970 592 601 592 q8 9231209321132093 q9 8861657966416579 q10 8598380237933793 q11 449 246 251 246 q12 393 228 223 223 q13 18792 298530142985 q14 287 234 234 234 q15 532 485 489 485 q16 479 389 375 375 q17 986 699 669 669 q18 8162748474437443 q19 5438136213501350 q20 705 327 328 327 q21 4949339932383238 q22 354 292 281 281 Total cold run time: 117858 ms Total hot run time: 40320 ms - Round 2, with runtime_filter_mode=off - q1 4404428043134280 q2 381 260 270 260 q3 3046272728132727 q4 1888160916081608 q5 5344535553215321 q6 222 133 132 132 q7 2142167117061671 q8 3196336733323332 q9 8464839083808380 q10 3925377937263726 q11 589 496 507 496 q12 786 585 588 585 q13 17528 299329902990 q14 317 268 276 268 q15 514 468 484 468 q16 455 413 424 413 q17 1796150115111501 q18 7796764173577357 q19 5264168715421542 q20 2009177017881770 q21 5002471048474710 q22 598 525 519 519 Total cold run time: 75666 ms Total hot run time: 54056 ms ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] [enhance](auth)Row policy suppport view [doris]
zddr commented on PR #37934: URL: https://github.com/apache/doris/pull/37934#issuecomment-2230642319 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 unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
Re: [PR] [enhance](auth)Row policy suppport view [doris]
doris-robot commented on PR #37934: URL: https://github.com/apache/doris/pull/37934#issuecomment-2230637781 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+your+PR) Since 2024-03-18, the Document has been moved to [doris-website](https://github.com/apache/doris-website). See [Doris Document](https://cwiki.apache.org/confluence/display/DORIS/Doris+Document). -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] - To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
