Re: [PR] [Fix](compile) Fix arm compile failure caused by undefined symbol [doris]
hello-stephen merged PR #51715: URL: https://github.com/apache/doris/pull/51715 -- 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] [Fix](compile) Fix arm compile failure caused by undefined symbol [doris]
github-actions[bot] commented on PR #51715: URL: https://github.com/apache/doris/pull/51715#issuecomment-2986509274 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] [Fix](compile) Fix arm compile failure caused by undefined symbol [doris]
github-actions[bot] commented on PR #51715: URL: https://github.com/apache/doris/pull/51715#issuecomment-2986509234 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] [Fix](compile) Fix arm compile failure caused by undefined symbol [doris]
hello-stephen commented on PR #51715: URL: https://github.com/apache/doris/pull/51715#issuecomment-2985097853 # BE Regression && UT Coverage Report Increment line coverage `87.18% (34/39)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/51715_c0cdec8ce8b5007bd3c6e5f8188f5439909e4545_merge/increment_report/index.html) [Complete coverage report](http://coverage.selectdb-in.cc/coverage/51715_c0cdec8ce8b5007bd3c6e5f8188f5439909e4545_merge/report/index.html) | Category | Coverage | |---|| | Function Coverage | 79.80% (20991/26303) | | Line Coverage | 72.78% (217080/298275) | | Region Coverage | 71.01% (127939/180172) | | Branch Coverage | 64.74% (66309/102426) | -- 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] [Fix](compile) Fix arm compile failure caused by undefined symbol [doris]
doris-robot commented on PR #51715: URL: https://github.com/apache/doris/pull/51715#issuecomment-2985046168 # BE UT Coverage Report Increment line coverage `74.36% (29/39)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/c0cdec8ce8b5007bd3c6e5f8188f5439909e4545_c0cdec8ce8b5007bd3c6e5f8188f5439909e4545/increment_report/index.html) [Complete coverage report](http://coverage.selectdb-in.cc/coverage/c0cdec8ce8b5007bd3c6e5f8188f5439909e4545_c0cdec8ce8b5007bd3c6e5f8188f5439909e4545/report/index.html) | Category | Coverage | |---|| | Function Coverage | 56.35% (15050/26710) | | Line Coverage | 45.11% (134627/298447) | | Region Coverage | 44.25% (67718/153043) | | Branch Coverage | 38.82% (34742/89486) | -- 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] [Fix](compile) Fix arm compile failure caused by undefined symbol [doris]
doris-robot commented on PR #51715: URL: https://github.com/apache/doris/pull/51715#issuecomment-2975163930 ClickBench: Total hot run time: 28.54 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools ClickBench test result on commit c0cdec8ce8b5007bd3c6e5f8188f5439909e4545, data reload: false query1 0.040.040.03 query2 0.070.040.03 query3 0.250.060.07 query4 1.600.110.11 query5 0.430.410.41 query6 1.160.660.66 query7 0.020.010.02 query8 0.050.030.03 query9 0.570.510.51 query10 0.570.580.57 query11 0.160.110.10 query12 0.150.120.11 query13 0.600.590.60 query14 0.780.810.80 query15 0.870.860.87 query16 0.390.380.39 query17 1.031.051.03 query18 0.220.200.21 query19 2.021.751.79 query20 0.010.010.01 query21 15.41 0.890.52 query22 0.741.190.70 query23 14.97 1.280.62 query24 7.511.170.76 query25 0.500.230.08 query26 0.610.150.13 query27 0.050.040.05 query28 9.510.880.45 query29 12.54 3.943.25 query30 0.250.090.07 query31 2.830.600.39 query32 3.240.550.47 query33 3.003.133.04 query34 15.64 5.144.49 query35 4.534.534.49 query36 0.660.510.47 query37 0.090.060.06 query38 0.050.030.04 query39 0.020.020.02 query40 0.160.150.14 query41 0.080.020.02 query42 0.040.020.03 query43 0.030.040.03 Total cold run time: 103.45 s Total hot run time: 28.54 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] [Fix](compile) Fix arm compile failure caused by undefined symbol [doris]
doris-robot commented on PR #51715: URL: https://github.com/apache/doris/pull/51715#issuecomment-2975155998 TPC-DS: Total hot run time: 192331 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 c0cdec8ce8b5007bd3c6e5f8188f5439909e4545, data reload: false query1 14161044978 978 query2 6293186717951795 query3 11011 458443324332 query4 55112 25306 23116 23116 query5 5108493 473 473 query6 367 213 199 199 query7 5003496 292 292 query8 299 237 216 216 query9 6294264126512641 query10 428 342 273 273 query11 15025 15024 14898 14898 query12 160 116 105 105 query13 1114526 414 414 query14 10057 616161386138 query15 204 218 177 177 query16 7054649 510 510 query17 1122768 614 614 query18 1543413 318 318 query19 204 194 175 175 query20 133 122 122 122 query21 207 129 113 113 query22 4306434642214221 query23 34565 33797 33719 33719 query24 6767244224392439 query25 474 470 396 396 query26 686 271 154 154 query27 2288498 349 349 query28 3349217722002177 query29 581 549 423 423 query30 282 227 193 193 query31 891 862 760 760 query32 70 67 61 61 query33 428 354 305 305 query34 793 877 541 541 query35 783 829 761 761 query36 974 992 955 955 query37 118 105 74 74 query38 4216424741454145 query39 1529144614801446 query40 212 142 105 105 query41 60 57 62 57 query42 128 116 113 113 query43 510 525 487 487 query44 1345853 861 853 query45 181 177 167 167 query46 848 1044650 650 query47 1790187818151815 query48 398 441 323 323 query49 654 517 413 413 query50 649 688 424 424 query51 4232428142614261 query52 110 109 112 109 query53 229 254 186 186 query54 575 595 523 523 query55 86 89 83 83 query56 295 310 292 292 query57 1236124111481148 query58 275 269 259 259 query59 2736292426872687 query60 328 347 309 309 query61 125 125 135 125 query62 751 730 697 697 query63 230 198 189 189 query64 14551063671 671 query65 4271414941204120 query66 700 390 302 302 query67 15932 15862 15526 15526 query68 7735898 525 525 query69 546 312 265 265 query70 1181104810771048 query71 509 329 297 297 query72 5682481150434811 query73 1259699 353 353 query74 8964921689248924 query75 3808320026892689 query76 41621182750 750 query77 614 366 299 299 query78 10230 10076 93549354 query79 5815789 555 555 query80 779 557 434 434 query81 486 256 221 221 query82 604 126 95 95 query83 378 251 250 250 query84 297 106 88 88 query85 806 344 313 313 query86 414 291 292 291 query87 4436429343904293 query88 3535229722482248 query89 443 305 285 285 query90 1769207 206 206 query91 146 139 116 116 query92 73 61 54 54 query93 3526919 591 591 query94 670 412 303 303 query95 373 290 319 290 query96 490 572 280 280 query97 2726278626742674 query98 236 205 205 205 query99 1435139513121312 Total cold run time: 305722 ms Total hot run time: 192331 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] [Fix](compile) Fix arm compile failure caused by undefined symbol [doris]
doris-robot commented on PR #51715: URL: https://github.com/apache/doris/pull/51715#issuecomment-2975135909 TPC-H: Total hot run time: 33957 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100 test result on commit c0cdec8ce8b5007bd3c6e5f8188f5439909e4545, data reload: false -- Round 1 -- q1 17591 513550665066 q2 1926292 167 167 q3 10396 1265762 762 q4 10226 1003537 537 q5 7612234923932349 q6 177 160 132 132 q7 906 771 616 616 q8 9314130510891089 q9 6900507150775071 q10 6839232318701870 q11 491 284 274 274 q12 345 361 216 216 q13 17782 364831063106 q14 234 234 223 223 q15 570 473 474 473 q16 430 436 385 385 q17 603 858 360 360 q18 7526728072127212 q19 16931096556 556 q20 332 337 222 222 q21 3819258923082308 q22 10541018963 963 Total cold run time: 106766 ms Total hot run time: 33957 ms - Round 2, with runtime_filter_mode=off - q1 5205509851005098 q2 233 332 222 222 q3 2210264923322332 q4 1365179513561356 q5 4218417843484178 q6 216 174 132 132 q7 2064194918151815 q8 2596264025682568 q9 7255715872397158 q10 3046315726292629 q11 573 518 500 500 q12 726 804 618 618 q13 3510392232463246 q14 287 320 263 263 q15 515 476 470 470 q16 431 493 446 446 q17 1153151014131413 q18 7820759875297529 q19 826 864 979 864 q20 2051203519231923 q21 5042436643774366 q22 1114108310221022 Total cold run time: 52456 ms Total hot run time: 50148 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] [Fix](compile) Fix arm compile failure caused by undefined symbol [doris]
doris-robot commented on PR #51715: URL: https://github.com/apache/doris/pull/51715#issuecomment-2971008229 TPC-DS: Total hot run time: 193590 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 c0cdec8ce8b5007bd3c6e5f8188f5439909e4545, data reload: false query1 1423103710111011 query2 6411183718071807 query3 11026 450144574457 query4 53946 25437 23613 23613 query5 5156569 476 476 query6 369 217 206 206 query7 4921515 305 305 query8 292 238 223 223 query9 6043266326742663 query10 433 362 284 284 query11 15075 15043 14976 14976 query12 162 113 111 111 query13 1059528 418 418 query14 10336 650966056509 query15 219 206 183 183 query16 7102638 495 495 query17 1072725 603 603 query18 1590413 335 335 query19 207 201 173 173 query20 131 125 116 116 query21 205 126 101 101 query22 4300427442734273 query23 34656 33483 33571 33483 query24 247724512451 query25 477 464 408 408 query26 677 279 159 159 query27 2253527 352 352 query28 2965220521952195 query29 606 613 440 440 query30 274 233 193 193 query31 888 888 801 801 query32 75 68 65 65 query33 465 370 322 322 query34 785 870 570 570 query35 788 825 765 765 query36 934 998 901 901 query37 114 104 76 76 query38 4270427841884188 query39 1526147214651465 query40 215 127 115 115 query41 60 56 58 56 query42 134 123 119 119 query43 510 510 487 487 query44 1358869 865 865 query45 189 178 170 170 query46 854 1060648 648 query47 1844188817861786 query48 400 433 329 329 query49 682 493 427 427 query50 696 701 416 416 query51 4230419442084194 query52 110 113 99 99 query53 238 266 192 192 query54 585 589 530 530 query55 102 86 83 83 query56 321 314 300 300 query57 1225126211821182 query58 270 287 283 283 query59 2670278325962596 query60 339 333 307 307 query61 136 135 130 130 query62 744 748 681 681 query63 233 198 192 192 query64 15451116716 716 query65 4222417241824172 query66 711 414 309 309 query67 15911 15362 15325 15325 query68 5714901 541 541 query69 533 368 272 272 query70 1141112711011101 query71 467 328 311 311 query72 6078476948184769 query73 1170612 357 357 query74 9041914089858985 query75 3389322927372737 query76 38261199751 751 query77 557 388 365 365 query78 10096 10196 93379337 query79 2580829 588 588 query80 653 519 471 471 query81 490 252 221 221 query82 296 129 98 98 query83 291 245 238 238 query84 288 109 86 86 query85 777 369 326 326 query86 340 317 299 299 query87 4388448342844284 query88 3554231823022302 query89 408 317 287 287 query90 1865215 217 215 query91 144 143 114 114 query92 69 62 66 62 query93 2497964 590 590 query94 651 417 284 284 query95 379 305 286 286 query96 498 567 284 284 query97 2718286726792679 query98 232 208 210 208 query99 1344137812611261 Total cold run time: 296905 ms Total hot run time: 193590 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] [Fix](compile) Fix arm compile failure caused by undefined symbol [doris]
doris-robot commented on PR #51715: URL: https://github.com/apache/doris/pull/51715#issuecomment-2970984387 TPC-H: Total hot run time: 34223 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100 test result on commit c0cdec8ce8b5007bd3c6e5f8188f5439909e4545, data reload: false -- Round 1 -- q1 17649 527750485048 q2 1936282 170 170 q3 10423 1291792 792 q4 10236 1013525 525 q5 7583237723282328 q6 184 165 136 136 q7 909 749 621 621 q8 9315129111101110 q9 6812511851415118 q10 6834229718941894 q11 486 288 273 273 q12 340 361 227 227 q13 17778 377431733173 q14 243 232 222 222 q15 581 495 499 495 q16 433 438 376 376 q17 597 867 365 365 q18 7912723571817181 q19 1615987 582 582 q20 338 339 226 226 q21 3746317923842384 q22 1049999 977 977 Total cold run time: 106999 ms Total hot run time: 34223 ms - Round 2, with runtime_filter_mode=off - q1 5195513551365135 q2 249 320 230 230 q3 2188270822862286 q4 1343175813231323 q5 4252417743854177 q6 224 171 138 138 q7 2008193318041804 q8 2612261825632563 q9 7232719972137199 q10 3025311228002800 q11 599 529 500 500 q12 689 813 617 617 q13 3469393633153315 q14 285 299 286 286 q15 537 490 486 486 q16 446 517 450 450 q17 1180151814081408 q18 7815747275267472 q19 821 872 905 872 q20 2073205119331933 q21 4952435144314351 q22 1073104810291029 Total cold run time: 52267 ms Total hot run time: 50374 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] [Fix](compile) Fix arm compile failure caused by undefined symbol [doris]
zclllyybb commented on PR #51715: URL: https://github.com/apache/doris/pull/51715#issuecomment-2970686053 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] [Fix](compile) Fix arm compile failure caused by undefined symbol [doris]
zclllyybb commented on PR #51715: URL: https://github.com/apache/doris/pull/51715#issuecomment-2970678024 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] [Fix](compile) Fix arm compile failure caused by undefined symbol [doris]
hello-stephen commented on PR #51715: URL: https://github.com/apache/doris/pull/51715#issuecomment-2970677867 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). Please clearly describe your PR: 1. What problem was fixed (it's best to include specific error reporting information). How it was fixed. 2. Which behaviors were modified. What was the previous behavior, what is it now, why was it modified, and what possible impacts might there be. 3. What features were added. Why was this function added? 4. Which code was refactored and why was this part of the code refactored? 5. Which functions were optimized and what is the difference before and after the optimization? -- 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]
