Re: [PR] branch-3.0: [feat](api) add nullable info for api _schema #46557 [doris]
doris-robot commented on PR #46823: URL: https://github.com/apache/doris/pull/46823#issuecomment-2585121467 ClickBench: Total hot run time: 33.58 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools ClickBench test result on commit 7ac7240fe349b86b0d092cf4d4d61a8296d62fd3, data reload: false query1 0.030.040.03 query2 0.070.030.03 query3 0.240.070.06 query4 1.630.100.10 query5 0.520.480.51 query6 1.130.720.73 query7 0.020.010.01 query8 0.040.030.03 query9 0.560.500.50 query10 0.560.550.56 query11 0.140.100.10 query12 0.140.110.12 query13 0.610.590.60 query14 2.923.013.02 query15 0.890.820.82 query16 0.380.380.38 query17 1.061.051.08 query18 0.230.220.22 query19 1.901.772.02 query20 0.020.000.01 query21 15.36 0.600.58 query22 2.662.542.41 query23 16.93 0.900.77 query24 3.540.971.19 query25 0.240.050.09 query26 0.540.140.12 query27 0.050.050.05 query28 10.16 1.101.08 query29 12.59 3.323.36 query30 0.250.060.06 query31 2.850.380.38 query32 3.260.450.46 query33 2.993.033.01 query34 17.22 4.444.46 query35 4.564.524.59 query36 0.670.520.50 query37 0.100.060.06 query38 0.050.030.03 query39 0.040.020.02 query40 0.160.130.13 query41 0.070.020.02 query42 0.030.020.02 query43 0.030.030.03 Total cold run time: 107.44 s Total hot run time: 33.58 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [regression-test](fix) fix case bug [doris]
shuke987 commented on PR #46825: URL: https://github.com/apache/doris/pull/46825#issuecomment-2585115707 skip 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [regression-test](fix) fix case bug [doris]
hello-stephen commented on PR #46825: URL: https://github.com/apache/doris/pull/46825#issuecomment-2585115689 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
[PR] [regression-test](fix) fix case bug [doris]
shuke987 opened a new pull request, #46825: URL: https://github.com/apache/doris/pull/46825 ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Release note None ### Check List (For Author) - Test - [x] Regression test - [ ] Unit Test - [ ] Manual test (add detailed scripts or steps below) - [ ] No need to test or manual test. Explain why: - [ ] This is a refactor/code format and no logic has been changed. - [ ] Previous test can cover this change. - [ ] No code files have been changed. - [ ] Other reason - Behavior changed: - [x] No. - [ ] Yes. - Does this need documentation? - [x] No. - [ ] Yes. ### Check List (For Reviewer who merge this PR) - [ ] Confirm the release note - [ ] Confirm test cases - [ ] Confirm document - [ ] Add branch pick label -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
[PR] 修复doris.filter.query 无法使用字符串及新增分区过滤 [doris-flink-connector]
Liwenbai opened a new pull request, #543: URL: https://github.com/apache/doris-flink-connector/pull/543 1、修复无法使用doris.filter.query对字符串类型字段过滤; 'doris.filter.query' = 'other_info=\"step_01\" and comments=\"query\"' 2、增加doris.filter.partition对分区数据进行筛选。 'doris.filter.partition' = '`p2024120100`,`p2024120200`' # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original behavior: (Yes/No/I Don't know) No 3. Has unit tests been added: (Yes/No/No Need) No 5. Has document been added or modified: (Yes/No/No Need) No, 6. Does it need to update dependencies: (Yes/No) No 7. Are there any changes that cannot be rolled back: (Yes/No) No ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto:d...@doris.apache.org) by explaining why you chose the solution you did and what alternatives you considered, etc... -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] branch-2.1: [fix](suite) Fix qt_master_sql arg type #46772 [doris]
yiguolei merged PR #46777: URL: https://github.com/apache/doris/pull/46777 -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
(doris) branch branch-2.1 updated: branch-2.1: [fix](suite) Fix qt_master_sql arg type #46772 (#46777)
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new 637ecaf3adf branch-2.1: [fix](suite) Fix qt_master_sql arg type #46772 (#46777) 637ecaf3adf is described below commit 637ecaf3adfc11af8b5f5290dc31f21642d61817 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Sat Jan 11 15:40:50 2025 +0800 branch-2.1: [fix](suite) Fix qt_master_sql arg type #46772 (#46777) Cherry-picked from #46772 Co-authored-by: walter --- .../src/main/groovy/org/apache/doris/regression/suite/Suite.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-test/framework/src/main/groovy/org/apache/doris/regression/suite/Suite.groovy b/regression-test/framework/src/main/groovy/org/apache/doris/regression/suite/Suite.groovy index 0d0d6054b16..89bf5a4eba0 100644 --- a/regression-test/framework/src/main/groovy/org/apache/doris/regression/suite/Suite.groovy +++ b/regression-test/framework/src/main/groovy/org/apache/doris/regression/suite/Suite.groovy @@ -1105,7 +1105,7 @@ class Suite implements GroovyInterceptable { } else if (tag.contains("target_sql")) { tupleResult = JdbcUtils.executeToStringList(context.getTargetConnection(this), (String) arg) } else if (tag.contains("master_sql")) { -tupleResult = JdbcUtils.executeToStringList(context.getMasterConnection(), (PreparedStatement) arg) +tupleResult = JdbcUtils.executeToStringList(context.getMasterConnection(), (String) arg) } else { tupleResult = JdbcUtils.executeToStringList(context.getConnection(), (String) arg) } - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
(doris) branch auto-pick-46772-branch-2.1 deleted (was 8358486102c)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-46772-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git was 8358486102c [fix](suite) Fix qt_master_sql arg type (#46772) The revisions that were on this branch are still contained in other references; therefore, this change does not discard any commits from the repository. - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
(doris-website) branch asf-site updated (7d5e5134d99 -> 2b277b66d17)
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 7d5e5134d99 Automated deployment with doris branch @ 4bb4c1d8df09f7fafab573b23da48062d0c35cf3 new 2b277b66d17 Automated deployment with doris branch @ 4bb4c1d8df09f7fafab573b23da48062d0c35cf3 This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (7d5e5134d99) \ N -- N -- N refs/heads/asf-site (2b277b66d17) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: docs/1.2/search-index.json | 2 +- docs/2.0/search-index.json | 2 +- docs/3.0/search-index.json | 2 +- docs/dev/search-index.json | 2 +- search-index.json| 2 +- zh-CN/docs/1.2/search-index.json | 2 +- zh-CN/docs/2.0/search-index.json | 2 +- zh-CN/docs/3.0/search-index.json | 2 +- zh-CN/docs/dev/search-index.json | 2 +- zh-CN/search-index.json | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [regression-test](framework) fix sql_return_maparray not use alias bug [doris]
shuke987 commented on PR #46674: URL: https://github.com/apache/doris/pull/46674#issuecomment-2585116398 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] branch-3.0: [feat](api) add nullable info for api _schema #46557 [doris]
doris-robot commented on PR #46823: URL: https://github.com/apache/doris/pull/46823#issuecomment-2585120115 TPC-DS: Total hot run time: 198391 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 7ac7240fe349b86b0d092cf4d4d61a8296d62fd3, data reload: false query1 1357937 920 920 query2 6246203020602030 query3 10839 443141684168 query4 66489 28358 23512 23512 query5 5048443 453 443 query6 403 176 175 175 query7 5544316 316 316 query8 311 228 229 228 query9 8956270227002700 query10 448 258 262 258 query11 17142 15224 15977 15224 query12 158 106 110 106 query13 1472466 419 419 query14 9941760276817602 query15 206 179 180 179 query16 7079514 497 497 query17 1078599 598 598 query18 1998317 337 317 query19 221 166 179 166 query20 122 119 110 110 query21 208 103 104 103 query22 4570459545254525 query23 35113 34348 34289 34289 query24 6138293329652933 query25 543 439 453 439 query26 650 178 166 166 query27 1710372 372 372 query28 4318247524462446 query29 712 478 477 477 query30 249 165 162 162 query31 1056837 860 837 query32 65 53 53 53 query33 445 276 286 276 query34 894 515 547 515 query35 833 740 719 719 query36 1097928 967 928 query37 119 75 75 75 query38 4156404240254025 query39 1588148614731473 query40 209 100 100 100 query41 51 49 47 47 query42 118 99 98 98 query43 536 497 497 497 query44 1182834 837 834 query45 192 173 168 168 query46 1159759 765 759 query47 2035189719291897 query48 468 381 389 381 query49 733 408 393 393 query50 840 422 425 422 query51 7324721272647212 query52 97 91 88 88 query53 260 178 183 178 query54 555 458 450 450 query55 77 75 73 73 query56 266 257 249 249 query57 1235111810851085 query58 211 209 206 206 query59 3330297430892974 query60 295 259 251 251 query61 112 106 106 106 query62 780 684 664 664 query63 230 196 187 187 query64 1375677 654 654 query65 3290320231533153 query66 633 314 295 295 query67 15787 15596 15668 15596 query68 4150564 558 558 query69 432 268 264 264 query70 1200111611331116 query71 342 271 240 240 query72 6386422141274127 query73 749 344 359 344 query74 10026 891191058911 query75 3368263126452631 query76 1882103010941030 query77 502 276 270 270 query78 10661 966496459645 query79 2467614 605 605 query80 1199434 453 434 query81 548 245 236 236 query82 275 116 114 114 query83 162 143 146 143 query84 283 78 75 75 query85 996 302 294 294 query86 400 297 290 290 query87 4479426842564256 query88 4722237123472347 query89 417 289 288 288 query90 1933186 188 186 query91 186 150 148 148 query92 70 51 50 50 query93 2422547 547 547 query94 802 284 285 284 query95 346 256 255 255 query96 628 288 288 288 query97 3314313032133130 query98 214 207 194 194 query99 1599129313201293 Total cold run time: 320062 ms Total hot run time: 198391 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: [I] [Enhancement] (nereids)implement adminSetFrontendConfigCommand in nereids [doris]
savaliyabhargav commented on issue #42842: URL: https://github.com/apache/doris/issues/42842#issuecomment-2585055864 @LiBinfeng-01 @starocean999 can you please assign this issue 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 specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] branch-3.0: [fix](regression)Add log for Reach limit of connections #45887 [doris]
doris-robot commented on PR #46820: URL: https://github.com/apache/doris/pull/46820#issuecomment-2585057805 TPC-H: Total hot run time: 41232 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100 test result on commit cb7c56936ccd8a99e0797f643c9906b5e6dbd4d3, data reload: false -- Round 1 -- q1 17594 774573517351 q2 2057177 169 169 q3 10613 110111591101 q4 10572 738 772 738 q5 7749281227982798 q6 242 150 147 147 q7 983 618 615 615 q8 9362202320222022 q9 6605636963736369 q10 7039229923062299 q11 476 259 262 259 q12 421 213 219 213 q13 17910 314331623143 q14 247 214 215 214 q15 561 518 534 518 q16 712 618 612 612 q17 989 572 588 572 q18 7251669367686693 q19 1419108510541054 q20 500 206 199 199 q21 4063320231513151 q22 11201011995 995 Total cold run time: 108485 ms Total hot run time: 41232 ms - Round 2, with runtime_filter_mode=off - q1 7283721272177212 q2 326 231 232 231 q3 2940292030062920 q4 2026179117891789 q5 5698575456975697 q6 225 143 149 143 q7 2240185718511851 q8 3351360435023502 q9 8846891488188818 q10 3546351135463511 q11 627 526 510 510 q12 857 614 626 614 q13 8977315131543151 q14 308 282 280 280 q15 571 521 523 521 q16 712 690 659 659 q17 1851160915791579 q18 8288762577237625 q19 1637159014271427 q20 2107186218791862 q21 5541538454045384 q22 1151995 1044995 Total cold run time: 69108 ms Total hot run time: 60281 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
(doris) branch master updated: [fix](test) fix memtable flush regression test fail (#46749)
This is an automated email from the ASF dual-hosted git repository. liaoxin 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 4cf70c0a8eb [fix](test) fix memtable flush regression test fail (#46749) 4cf70c0a8eb is described below commit 4cf70c0a8ebf8217ec8aad4577e8114c8a92efc3 Author: hui lai AuthorDate: Sat Jan 11 12:24:22 2025 +0800 [fix](test) fix memtable flush regression test fail (#46749) --- .../test_memtable_flush_is_high_priority_for_vtablet_writerV2.groovy| 2 +- ...e_flush_is_high_priority_for_vtablet_writerv1_fault_injection.groovy | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/regression-test/suites/fault_injection_p0/test_memtable_flush_is_high_priority_for_vtablet_writerV2.groovy b/regression-test/suites/fault_injection_p0/test_memtable_flush_is_high_priority_for_vtablet_writerV2.groovy index e91a06e2cf0..42e9fb865e8 100644 --- a/regression-test/suites/fault_injection_p0/test_memtable_flush_is_high_priority_for_vtablet_writerV2.groovy +++ b/regression-test/suites/fault_injection_p0/test_memtable_flush_is_high_priority_for_vtablet_writerV2.groovy @@ -58,7 +58,7 @@ suite("test_memtable_flush_is_high_priority_for_vtablet_writerV2", "nonConcurren qt_sql """select * from ${testTable} order by id""" sql """set enable_memtable_on_sink_node = ${original_status}""" } catch(Exception e) { -log.error(e.message()) +log.error(e.getMessage()) } finally { GetDebugPoint().disableDebugPointForAllBEs("VTabletWriterV2._init.is_high_priority") } diff --git a/regression-test/suites/fault_injection_p0/test_memtable_flush_is_high_priority_for_vtablet_writerv1_fault_injection.groovy b/regression-test/suites/fault_injection_p0/test_memtable_flush_is_high_priority_for_vtablet_writerv1_fault_injection.groovy index b9fd8ecf551..d1e18ed0a63 100644 --- a/regression-test/suites/fault_injection_p0/test_memtable_flush_is_high_priority_for_vtablet_writerv1_fault_injection.groovy +++ b/regression-test/suites/fault_injection_p0/test_memtable_flush_is_high_priority_for_vtablet_writerv1_fault_injection.groovy @@ -58,7 +58,7 @@ suite("test_memtable_flush_is_high_priority_for_vtablet_writerV1", "nonConcurren qt_sql """select * from ${testTable} order by id""" sql """set enable_memtable_on_sink_node = ${original_status}""" } catch(Exception e) { -log.error(e.message()) +log.error(e.getMessage()) } finally { GetDebugPoint().disableDebugPointForAllBEs("VTabletWriter._init.is_high_priority") } - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] branch-3.0: [fix](test) fix memtable flush regression test fail #46749 [doris]
hello-stephen commented on PR #46822: URL: https://github.com/apache/doris/pull/46822#issuecomment-2585060640 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [fix](test) fix memtable flush regression test fail [doris]
liaoxin01 merged PR #46749: URL: https://github.com/apache/doris/pull/46749 -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
[PR] branch-3.0: [fix](test) fix memtable flush regression test fail #46749 [doris]
github-actions[bot] opened a new pull request, #46822: URL: https://github.com/apache/doris/pull/46822 Cherry-picked from #46749 -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] branch-3.0: [fix](test) fix memtable flush regression test fail #46749 [doris]
hello-stephen commented on PR #46822: URL: https://github.com/apache/doris/pull/46822#issuecomment-2585060618 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] branch-3.0: [fix](test) fix memtable flush regression test fail #46749 [doris]
dataroaring closed pull request #46822: branch-3.0: [fix](test) fix memtable flush regression test fail #46749 URL: https://github.com/apache/doris/pull/46822 -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
(doris) branch auto-pick-46749-branch-3.0 created (now 347277f63a5)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-46749-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git at 347277f63a5 branch-3.0: [Fix](insert-job)Fix Issue with Missing StatementContext in StmtExecutor, Leading to Incorrect SQL_BLOCK Handling #46715 (#46739) No new revisions were added by this update. - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] branch-3.0: [fix](regression)Add log for Reach limit of connections #45887 [doris]
doris-robot commented on PR #46820: URL: https://github.com/apache/doris/pull/46820#issuecomment-2585061117 TPC-DS: Total hot run time: 197761 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 cb7c56936ccd8a99e0797f643c9906b5e6dbd4d3, data reload: false query1 1321929 934 929 query2 6261208220612061 query3 10805 419442604194 query4 66446 28925 23519 23519 query5 5020451 442 442 query6 406 183 180 180 query7 5628318 306 306 query8 303 233 236 233 query9 8870268826742674 query10 447 277 258 258 query11 17488 15230 15882 15230 query12 156 101 102 101 query13 1502459 435 435 query14 10522 729972947294 query15 205 198 186 186 query16 7144470 493 470 query17 1090587 589 587 query18 1990329 357 329 query19 211 161 154 154 query20 121 115 115 115 query21 202 106 108 106 query22 4703465344054405 query23 35101 34199 34777 34199 query24 6107290429532904 query25 553 424 428 424 query26 665 174 173 173 query27 1887375 367 367 query28 4071247224612461 query29 735 489 431 431 query30 237 162 172 162 query31 1018811 846 811 query32 70 56 61 56 query33 474 286 281 281 query34 910 514 531 514 query35 844 732 757 732 query36 1071953 971 953 query37 126 76 75 75 query38 4142402740374027 query39 1528147616981476 query40 210 101 101 101 query41 55 51 49 49 query42 114 101 102 101 query43 510 493 494 493 query44 1168833 843 833 query45 195 171 168 168 query46 1152718 731 718 query47 1994189418961894 query48 501 375 401 375 query49 754 401 410 401 query50 846 425 420 420 query51 7365714871087108 query52 101 87 88 87 query53 259 180 186 180 query54 559 441 449 441 query55 82 76 75 75 query56 266 251 248 248 query57 1227113111181118 query58 213 210 221 210 query59 3077291129732911 query60 276 265 253 253 query61 112 101 115 101 query62 765 682 663 663 query63 219 189 197 189 query64 1372700 652 652 query65 3249323631753175 query66 678 308 302 302 query67 15815 15581 15663 15581 query68 3927598 575 575 query69 421 268 278 268 query70 1179113111081108 query71 347 267 262 262 query72 6420408640894086 query73 762 346 339 339 query74 10233 899790178997 query75 3357264326732643 query76 1890988 1135988 query77 484 287 277 277 query78 10653 963595799579 query79 1176605 599 599 query80 823 417 429 417 query81 517 246 248 246 query82 478 112 114 112 query83 162 152 145 145 query84 292 77 86 77 query85 834 300 292 292 query86 328 276 296 276 query87 4436429343444293 query88 3951238123552355 query89 422 288 295 288 query90 1970184 195 184 query91 185 149 152 149 query92 68 50 51 50 query93 1583549 556 549 query94 758 294 286 286 query95 354 255 254 254 query96 610 287 273 273 query97 3331318332173183 query98 230 198 198 198 query99 1582131313121312 Total cold run time: 317277 ms Total hot run time: 197761 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] branch-3.0: [fix](regression)Add log for Reach limit of connections #45887 [doris]
doris-robot commented on PR #46820: URL: https://github.com/apache/doris/pull/46820#issuecomment-2585062758 ClickBench: Total hot run time: 33.39 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools ClickBench test result on commit cb7c56936ccd8a99e0797f643c9906b5e6dbd4d3, data reload: false query1 0.030.030.03 query2 0.070.040.03 query3 0.240.070.07 query4 1.610.110.11 query5 0.520.530.52 query6 1.140.720.71 query7 0.030.020.01 query8 0.040.040.03 query9 0.560.510.50 query10 0.560.540.55 query11 0.140.100.11 query12 0.140.120.11 query13 0.610.590.60 query14 3.063.063.00 query15 0.900.830.82 query16 0.380.370.38 query17 1.021.011.03 query18 0.230.220.21 query19 1.881.931.95 query20 0.010.020.01 query21 15.35 0.590.59 query22 2.392.121.95 query23 17.41 0.920.86 query24 3.401.451.03 query25 0.230.110.08 query26 0.570.130.14 query27 0.050.050.05 query28 10.35 1.101.07 query29 12.60 3.313.33 query30 0.240.060.05 query31 2.860.390.37 query32 3.280.460.47 query33 2.973.023.07 query34 17.16 4.464.48 query35 4.554.444.51 query36 0.670.510.50 query37 0.100.060.06 query38 0.050.040.04 query39 0.030.030.02 query40 0.160.140.13 query41 0.080.020.03 query42 0.030.020.02 query43 0.040.030.03 Total cold run time: 107.74 s Total hot run time: 33.39 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [regression](framework) support sql cases as nonConcurrent [doris]
hello-stephen commented on PR #46815: URL: https://github.com/apache/doris/pull/46815#issuecomment-2585039845 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [regression-test](fix) fix 'desc table' to follower assertion failure [doris]
github-actions[bot] commented on PR #46788: URL: https://github.com/apache/doris/pull/46788#issuecomment-2585038060 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
[PR] [regression](framework) support sql cases as nonConcurrent [doris]
shuke987 opened a new pull request, #46815: URL: https://github.com/apache/doris/pull/46815 ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Release note None ### Check List (For Author) - Test - [x] Regression test - [ ] Unit Test - [ ] Manual test (add detailed scripts or steps below) - [ ] No need to test or manual test. Explain why: - [ ] This is a refactor/code format and no logic has been changed. - [ ] Previous test can cover this change. - [ ] No code files have been changed. - [ ] Other reason - Behavior changed: - [x] No. - [ ] Yes. - Does this need documentation? - [x] No. - [ ] Yes. ### Check List (For Reviewer who merge this PR) - [ ] Confirm the release note - [ ] Confirm test cases - [ ] Confirm document - [ ] Add branch pick label -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [regression](framework) support sql cases as nonConcurrent [doris]
shuke987 commented on PR #46815: URL: https://github.com/apache/doris/pull/46815#issuecomment-2585039906 skip 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [regression-test](fix) fix 'desc table' to follower assertion failure [doris]
hello-stephen merged PR #46788: URL: https://github.com/apache/doris/pull/46788 -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
[PR] [regression](framework) support sql cases as nonConcurrent [doris]
shuke987 opened a new pull request, #46817: URL: https://github.com/apache/doris/pull/46817 ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Release note None ### Check List (For Author) - Test - [x] Regression test - [ ] Unit Test - [ ] Manual test (add detailed scripts or steps below) - [ ] No need to test or manual test. Explain why: - [ ] This is a refactor/code format and no logic has been changed. - [ ] Previous test can cover this change. - [ ] No code files have been changed. - [ ] Other reason - Behavior changed: - [x] No. - [ ] Yes. - Does this need documentation? - [x] No. - [ ] Yes. ### Check List (For Reviewer who merge this PR) - [ ] Confirm the release note - [ ] Confirm test cases - [ ] Confirm document - [ ] Add branch pick label -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
(doris) branch auto-pick-45939-branch-3.0 deleted (was 347277f63a5)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-45939-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git was 347277f63a5 branch-3.0: [Fix](insert-job)Fix Issue with Missing StatementContext in StmtExecutor, Leading to Incorrect SQL_BLOCK Handling #46715 (#46739) The revisions that were on this branch are still contained in other references; therefore, this change does not discard any commits from the repository. - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] branch-3.0: [regression-test](fix) fix 'desc table' to follower assertion failure #46788 [doris]
dataroaring closed pull request #46818: branch-3.0: [regression-test](fix) fix 'desc table' to follower assertion failure #46788 URL: https://github.com/apache/doris/pull/46818 -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
[PR] branch-3.0: [regression-test](fix) fix 'desc table' to follower assertion failure #46788 [doris]
github-actions[bot] opened a new pull request, #46818: URL: https://github.com/apache/doris/pull/46818 Cherry-picked from #46788 -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
[PR] [fix](case) fix some failed cases [doris]
hello-stephen opened a new pull request, #46816: URL: https://github.com/apache/doris/pull/46816 ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Release note None ### Check List (For Author) - Test - [ ] Regression test - [ ] Unit Test - [ ] Manual test (add detailed scripts or steps below) - [ ] No need to test or manual test. Explain why: - [ ] This is a refactor/code format and no logic has been changed. - [ ] Previous test can cover this change. - [ ] No code files have been changed. - [ ] Other reason - Behavior changed: - [ ] No. - [ ] Yes. - Does this need documentation? - [ ] No. - [ ] Yes. ### Check List (For Reviewer who merge this PR) - [ ] Confirm the release note - [ ] Confirm test cases - [ ] Confirm document - [ ] Add branch pick label -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [fix](case) fix some failed cases [doris]
Thearas commented on PR #46816: URL: https://github.com/apache/doris/pull/46816#issuecomment-2585040696 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [regression-test](fix) fix 'desc table' to follower assertion failure [doris]
github-actions[bot] commented on PR #46788: URL: https://github.com/apache/doris/pull/46788#issuecomment-2585038073 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [fix](case) fix some failed cases [doris]
hello-stephen commented on PR #46816: URL: https://github.com/apache/doris/pull/46816#issuecomment-2585040727 skip 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] branch-2.1: [regression-test](feature) support sql test cases to run as nonConcurrent test cases. #46062 [doris]
hello-stephen commented on PR #46814: URL: https://github.com/apache/doris/pull/46814#issuecomment-2585042305 There are too many conflicts, please handle them manually. -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [regression](framework) support sql cases as nonConcurrent [doris]
hello-stephen commented on PR #46817: URL: https://github.com/apache/doris/pull/46817#issuecomment-2585042213 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
(doris) branch auto-pick-46788-branch-2.1 created (now 1618b840467)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-46788-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git at 1618b840467 [regression-test](fix) fix variant case bug (#46813) No new revisions were added by this update. - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
(doris) branch master updated (294fe86968b -> 84d5b98edac)
This is an automated email from the ASF dual-hosted git repository. hellostephen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 294fe86968b [fix](case) fix defined global variables in script (#46806) add 84d5b98edac [regression-test](fix) fix 'desc table' to follower assertion failure (#46788) No new revisions were added by this update. Summary of changes: .../ddl/create_nestedtypes_with_schemachange.out | 24 +++--- .../create_nestedtypes_with_schemachange.groovy| 4 ++-- 2 files changed, 14 insertions(+), 14 deletions(-) - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] branch-3.0: [regression-test](fix) fix 'desc table' to follower assertion failure #46788 [doris]
Thearas commented on PR #46818: URL: https://github.com/apache/doris/pull/46818#issuecomment-2585042272 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
(doris) branch auto-pick-46788-branch-3.0 created (now 347277f63a5)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-46788-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git at 347277f63a5 branch-3.0: [Fix](insert-job)Fix Issue with Missing StatementContext in StmtExecutor, Leading to Incorrect SQL_BLOCK Handling #46715 (#46739) No new revisions were added by this update. - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] branch-3.0: [regression-test](fix) fix 'desc table' to follower assertion failure #46788 [doris]
Thearas commented on PR #46818: URL: https://github.com/apache/doris/pull/46818#issuecomment-2585042247 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
(doris) branch auto-pick-46788-branch-3.0 updated (347277f63a5 -> 0994325b66c)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-46788-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git from 347277f63a5 branch-3.0: [Fix](insert-job)Fix Issue with Missing StatementContext in StmtExecutor, Leading to Incorrect SQL_BLOCK Handling #46715 (#46739) add 0994325b66c [regression-test](fix) fix 'desc table' to follower assertion failure (#46788) No new revisions were added by this update. Summary of changes: .../ddl/create_nestedtypes_with_schemachange.out | 24 +++--- .../create_nestedtypes_with_schemachange.groovy| 4 ++-- 2 files changed, 14 insertions(+), 14 deletions(-) - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
(doris) branch auto-pick-46788-branch-2.1 updated (1618b840467 -> a620deb0d7c)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-46788-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git from 1618b840467 [regression-test](fix) fix variant case bug (#46813) add a620deb0d7c [regression-test](fix) fix 'desc table' to follower assertion failure (#46788) No new revisions were added by this update. Summary of changes: .../ddl/create_nestedtypes_with_schemachange.out | 24 +++--- .../create_nestedtypes_with_schemachange.groovy| 4 ++-- 2 files changed, 14 insertions(+), 14 deletions(-) - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] branch-2.1: [regression-test](feature) support sql test cases to run as nonConcurrent test cases. #46062 [doris]
hello-stephen closed pull request #46814: branch-2.1: [regression-test](feature) support sql test cases to run as nonConcurrent test cases. #46062 URL: https://github.com/apache/doris/pull/46814 -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [regression](framework) support sql cases as nonConcurrent [doris]
shuke987 closed pull request #46815: [regression](framework) support sql cases as nonConcurrent URL: https://github.com/apache/doris/pull/46815 -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [regression](framework) support sql cases as nonConcurrent [doris]
shuke987 commented on PR #46817: URL: https://github.com/apache/doris/pull/46817#issuecomment-2585042431 skip 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [fix] fix npe for olap scan node [doris]
github-actions[bot] commented on PR #46738: URL: https://github.com/apache/doris/pull/46738#issuecomment-2585039380 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [fix] fix npe for olap scan node [doris]
github-actions[bot] commented on PR #46738: URL: https://github.com/apache/doris/pull/46738#issuecomment-2585039391 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [fix](hive)fix select count(*) hive full acid tb opt error. (#46732) [doris]
doris-robot commented on PR #46805: URL: https://github.com/apache/doris/pull/46805#issuecomment-2585039615 ClickBench: Total hot run time: 33.5 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools ClickBench test result on commit b0a1514c87beb388e1873775d9ca223b1709432b, data reload: false query1 0.040.030.02 query2 0.060.030.03 query3 0.230.070.07 query4 1.630.100.10 query5 0.500.540.51 query6 1.140.730.73 query7 0.020.010.02 query8 0.040.040.03 query9 0.560.510.51 query10 0.560.530.57 query11 0.140.100.10 query12 0.140.110.10 query13 0.620.590.60 query14 2.922.882.92 query15 0.900.820.83 query16 0.400.410.39 query17 1.021.061.01 query18 0.230.220.22 query19 2.001.872.05 query20 0.020.010.01 query21 15.38 0.600.58 query22 2.422.431.91 query23 17.13 0.960.74 query24 2.931.381.94 query25 0.240.220.05 query26 0.580.130.14 query27 0.050.030.04 query28 9.931.091.07 query29 12.60 3.263.25 query30 0.250.060.06 query31 2.860.390.39 query32 3.240.460.47 query33 2.963.083.08 query34 17.13 4.494.49 query35 4.584.544.54 query36 0.690.500.51 query37 0.090.060.06 query38 0.040.030.04 query39 0.040.030.03 query40 0.150.130.12 query41 0.080.020.02 query42 0.030.020.02 query43 0.030.030.04 Total cold run time: 106.6 s Total hot run time: 33.5 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [regression-test](fix) remove unused features in manager test [doris]
github-actions[bot] commented on PR #46786: URL: https://github.com/apache/doris/pull/46786#issuecomment-2585041821 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
(doris-website) branch asf-site updated (3084b56a561 -> 7100abbf8dc)
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 3084b56a561 Automated deployment with doris branch @ 4bb4c1d8df09f7fafab573b23da48062d0c35cf3 new 7100abbf8dc Automated deployment with doris branch @ 4bb4c1d8df09f7fafab573b23da48062d0c35cf3 This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (3084b56a561) \ N -- N -- N refs/heads/asf-site (7100abbf8dc) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: docs/1.2/search-index.json | 2 +- docs/2.0/search-index.json | 2 +- docs/3.0/search-index.json | 2 +- docs/dev/search-index.json | 2 +- search-index.json| 2 +- zh-CN/docs/1.2/search-index.json | 2 +- zh-CN/docs/2.0/search-index.json | 2 +- zh-CN/docs/3.0/search-index.json | 2 +- zh-CN/docs/dev/search-index.json | 2 +- zh-CN/search-index.json | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [fix](case) fix some failed cases [doris]
github-actions[bot] commented on PR #46807: URL: https://github.com/apache/doris/pull/46807#issuecomment-2585045922 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
(doris) branch master updated: [fix](case) fix some failed cases (#46807)
This is an automated email from the ASF dual-hosted git repository. hellostephen 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 ec6d846a0ee [fix](case) fix some failed cases (#46807) ec6d846a0ee is described below commit ec6d846a0ee73d93b142bcd2dcb75663814639c0 Author: Dongyang Li AuthorDate: Sat Jan 11 11:50:26 2025 +0800 [fix](case) fix some failed cases (#46807) --- .../suites/inject_hdfs_vault_p0/inject_hdfs_load_error.groovy | 4 .../suites/inject_hdfs_vault_p0/inject_hdfs_select_error.groovy | 4 .../test_index_compaction_with_multi_index_segments.groovy| 2 +- .../suites/inverted_index_p0/test_inverted_index_file_size.groovy | 2 +- .../suites/inverted_index_p0/test_inverted_index_v2_file_size.groovy | 4 ++-- regression-test/suites/node_p0/test_frontend.groovy | 2 +- 6 files changed, 13 insertions(+), 5 deletions(-) diff --git a/regression-test/suites/inject_hdfs_vault_p0/inject_hdfs_load_error.groovy b/regression-test/suites/inject_hdfs_vault_p0/inject_hdfs_load_error.groovy index 407f914f964..cc24c06e409 100755 --- a/regression-test/suites/inject_hdfs_vault_p0/inject_hdfs_load_error.groovy +++ b/regression-test/suites/inject_hdfs_vault_p0/inject_hdfs_load_error.groovy @@ -18,6 +18,10 @@ import org.codehaus.groovy.runtime.IOGroovyMethods suite("inject_hdfs_load_error", "nonConcurrent") { +if (!isCloudMode()) { +logger.info("skip create storgage vault case") +return +} if (!enableStoragevault()) { logger.info("skip create storgage vault case") return diff --git a/regression-test/suites/inject_hdfs_vault_p0/inject_hdfs_select_error.groovy b/regression-test/suites/inject_hdfs_vault_p0/inject_hdfs_select_error.groovy index e49a9a242b2..c993df538d0 100755 --- a/regression-test/suites/inject_hdfs_vault_p0/inject_hdfs_select_error.groovy +++ b/regression-test/suites/inject_hdfs_vault_p0/inject_hdfs_select_error.groovy @@ -18,6 +18,10 @@ import org.codehaus.groovy.runtime.IOGroovyMethods suite("inject_hdfs_load_error", "nonConcurrent") { +if (!isCloudMode()) { +logger.info("skip create storgage vault case") +return +} if (!enableStoragevault()) { logger.info("skip create storgage vault case") return diff --git a/regression-test/suites/inverted_index_p0/index_compaction/test_index_compaction_with_multi_index_segments.groovy b/regression-test/suites/inverted_index_p0/index_compaction/test_index_compaction_with_multi_index_segments.groovy index 5d9c53ccfb2..6b8b64ec11e 100644 --- a/regression-test/suites/inverted_index_p0/index_compaction/test_index_compaction_with_multi_index_segments.groovy +++ b/regression-test/suites/inverted_index_p0/index_compaction/test_index_compaction_with_multi_index_segments.groovy @@ -288,7 +288,7 @@ suite("test_index_compaction_with_multi_index_segments", "nonConcurrent") { assert (rowsetCount == 3 * replicaNum) // trigger full compactions for all tablets in ${tableName} -trigger_and_wait_compaction.call(tableName, "full") +trigger_and_wait_compaction(tableName, "full") // after full compaction, there is only 1 rowset. rowsetCount = get_rowset_count.call(tablets) if (isCloudMode) { diff --git a/regression-test/suites/inverted_index_p0/test_inverted_index_file_size.groovy b/regression-test/suites/inverted_index_p0/test_inverted_index_file_size.groovy index 73446089bb2..b0fee7cc557 100644 --- a/regression-test/suites/inverted_index_p0/test_inverted_index_file_size.groovy +++ b/regression-test/suites/inverted_index_p0/test_inverted_index_file_size.groovy @@ -87,7 +87,7 @@ suite("test_inverted_index_file_size", "nonConcurrent"){ qt_sql """ select count() from ${tableName} where clientip match '17.0.0.0' and request match 'GET' and status match '200' and size > 200 """ qt_sql """ select count() from ${tableName} where clientip match_phrase '17.0.0.0' and request match_phrase 'GET' and status match '200' and size > 200 """ -trigger_and_wait_compaction.call(tableName, "full") +trigger_and_wait_compaction(tableName, "full") qt_sql """ select count() from ${tableName} where clientip match '17.0.0.0' and request match 'GET' and status match '200' and size > 200 """ qt_sql """ select count() from ${tableName} where clientip match_phrase '17.0.0.0' and request match_phrase 'GET' and status match '200' and size > 200 """ diff --git a/regression-test/suites/inverted_index_p0/test_inverted_index_v2_file_size.groovy b/regression-test/suites/inverted_index_p0/test_inverted_index_v2_file_size.groovy index e9ab66bbad4..76017c8bb30 100644 --- a/regression-test/suites/inverted_index_p0/test_inverted_index_v2_file_size.groovy +++ b/regression-test/suites/inverted_
Re: [PR] [fix](case) fix some failed cases [doris]
hello-stephen merged PR #46807: URL: https://github.com/apache/doris/pull/46807 -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] branch-3.0: [fix](case) fix some failed cases #46807 [doris]
dataroaring closed pull request #46821: branch-3.0: [fix](case) fix some failed cases #46807 URL: https://github.com/apache/doris/pull/46821 -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
(doris) branch auto-pick-46807-branch-3.0 updated (347277f63a5 -> 132b2c6bddd)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-46807-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git from 347277f63a5 branch-3.0: [Fix](insert-job)Fix Issue with Missing StatementContext in StmtExecutor, Leading to Incorrect SQL_BLOCK Handling #46715 (#46739) add 132b2c6bddd [fix](case) fix some failed cases (#46807) No new revisions were added by this update. Summary of changes: .../suites/inject_hdfs_vault_p0/inject_hdfs_load_error.groovy | 4 .../suites/inject_hdfs_vault_p0/inject_hdfs_select_error.groovy | 4 .../test_index_compaction_with_multi_index_segments.groovy| 2 +- .../suites/inverted_index_p0/test_inverted_index_file_size.groovy | 2 +- .../suites/inverted_index_p0/test_inverted_index_v2_file_size.groovy | 4 ++-- regression-test/suites/node_p0/test_frontend.groovy | 2 +- 6 files changed, 13 insertions(+), 5 deletions(-) - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] branch-3.0: [fix](case) fix some failed cases #46807 [doris]
hello-stephen commented on PR #46821: URL: https://github.com/apache/doris/pull/46821#issuecomment-2585051106 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] branch-3.0: [fix](case) fix some failed cases #46807 [doris]
hello-stephen commented on PR #46821: URL: https://github.com/apache/doris/pull/46821#issuecomment-2585051080 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
(doris) branch auto-pick-46807-branch-3.0 created (now 347277f63a5)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-46807-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git at 347277f63a5 branch-3.0: [Fix](insert-job)Fix Issue with Missing StatementContext in StmtExecutor, Leading to Incorrect SQL_BLOCK Handling #46715 (#46739) No new revisions were added by this update. - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
[PR] branch-3.0: [fix](case) fix some failed cases #46807 [doris]
github-actions[bot] opened a new pull request, #46821: URL: https://github.com/apache/doris/pull/46821 Cherry-picked from #46807 -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
[PR] branch-2.1: [regression-test](fix) fix 'desc table' to follower assertion failure #46788 [doris]
github-actions[bot] opened a new pull request, #46819: URL: https://github.com/apache/doris/pull/46819 Cherry-picked from #46788 -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [fix](case) fix some failed cases [doris]
github-actions[bot] commented on PR #46816: URL: https://github.com/apache/doris/pull/46816#issuecomment-2585043177 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
(doris) branch branch-2.1 updated: [fix](case) fix some failed cases (#46816)
This is an automated email from the ASF dual-hosted git repository. hellostephen pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new e8cff852e07 [fix](case) fix some failed cases (#46816) e8cff852e07 is described below commit e8cff852e0772ac5354579cde4082316ef038d1f Author: Dongyang Li AuthorDate: Sat Jan 11 11:23:16 2025 +0800 [fix](case) fix some failed cases (#46816) --- .../test_index_compaction_with_multi_index_segments.groovy | 2 +- regression-test/suites/variant_p0/with_index/var_index.groovy | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/regression-test/suites/inverted_index_p0/index_compaction/test_index_compaction_with_multi_index_segments.groovy b/regression-test/suites/inverted_index_p0/index_compaction/test_index_compaction_with_multi_index_segments.groovy index eeafd631679..6ffd63ed404 100644 --- a/regression-test/suites/inverted_index_p0/index_compaction/test_index_compaction_with_multi_index_segments.groovy +++ b/regression-test/suites/inverted_index_p0/index_compaction/test_index_compaction_with_multi_index_segments.groovy @@ -273,7 +273,7 @@ suite("test_index_compaction_with_multi_index_segments", "nonConcurrent") { assert (rowsetCount == 3 * replicaNum) // trigger full compactions for all tablets in ${tableName} -trigger_and_wait_compaction.call(tableName, "full") +trigger_and_wait_compaction(tableName, "full") // after full compaction, there is only 1 rowset. rowsetCount = get_rowset_count.call(tablets) assert (rowsetCount == 1 * replicaNum) diff --git a/regression-test/suites/variant_p0/with_index/var_index.groovy b/regression-test/suites/variant_p0/with_index/var_index.groovy index 73ebdef6e87..3cf09afb7cc 100644 --- a/regression-test/suites/variant_p0/with_index/var_index.groovy +++ b/regression-test/suites/variant_p0/with_index/var_index.groovy @@ -96,7 +96,7 @@ suite("regression_test_variant_var_index", "p0, nonConcurrent"){ master_multi_sql """ set disable_inverted_index_v1_for_variant = false; -DROP TABLE IF EXISTS var_index"; +DROP TABLE IF EXISTS var_index; CREATE TABLE IF NOT EXISTS var_index ( k bigint, v variant - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [fix](case) fix some failed cases [doris]
hello-stephen merged PR #46816: URL: https://github.com/apache/doris/pull/46816 -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
(doris) branch branch-2.1 updated: [regression](framework) support sql cases as nonConcurrent (#46817)
This is an automated email from the ASF dual-hosted git repository. hellostephen pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new 9087e818bc0 [regression](framework) support sql cases as nonConcurrent (#46817) 9087e818bc0 is described below commit 9087e818bc0fa16607f56f98bdd34246de17ee39 Author: shuke AuthorDate: Sat Jan 11 11:25:06 2025 +0800 [regression](framework) support sql cases as nonConcurrent (#46817) --- .../main/groovy/org/apache/doris/regression/suite/SuiteScript.groovy | 4 .../load.groovy | 0 .../sql/affinityByIssuesAndPRs1.sql | 0 .../sql/affinityByIssuesAndPRs2.sql | 0 .../sql/authorsWithTheMostPushes.sql | 0 .../sql/countingStar1.sql | 0 .../sql/countingStar2.sql | 0 .../sql/countingStar3.sql | 0 .../sql/distributionOfRepositoriesByStarCount.sql | 0 .../sql/githubRoulette.sql| 0 .../sql/howHasTheListOfTopRepositoriesChangedOverTheYears1.sql| 0 .../sql/howHasTheListOfTopRepositoriesChangedOverTheYears2.sql| 0 .../sql/howHasTheListOfTopRepositoriesChangedOverTheYears3.sql| 0 .../sql/howHasTheListOfTopRepositoriesChangedOverTheYears4.sql| 0 .../sql/howHasTheListOfTopRepositoriesChangedOverTheYears5.sql| 0 .../sql/howHasTheListOfTopRepositoriesChangedOverTheYears6.sql| 0 .../sql/howHasTheListOfTopRepositoriesChangedOverTheYears7.sql| 0 .../sql/howHasTheTotalNumberOfStarsChangedOverTime.sql| 0 .../sql/issuesWithTheMostComments1.sql| 0 .../sql/issuesWithTheMostComments2.sql| 0 .../sql/issuesWithTheMostComments3.sql| 0 .../sql/issuesWithTheMostComments4.sql| 0 .../sql/issuesWithTheMostComments5.sql| 0 .../sql/issuesWithTheMostComments6.sql| 0 .../sql/issuesWithTheMostComments7.sql| 0 .../sql/issuesWithTheMostComments8.sql| 0 .../sql/mostForkedRepositories.sql| 0 .../sql/mostPopularCommentsOnGithub.sql | 0 .../sql/organizationsByTheNumberOfRepositories.sql| 0 .../sql/organizationsByTheNumberOfStars.sql | 0 .../sql/organizationsByTheSizeOfCommunity.sql | 0 .../sql/proportionsBetweenStarsAndForks1.sql | 0 .../sql/proportionsBetweenStarsAndForks2.sql | 0 .../sql/proportionsBetweenStarsAndForks3.sql | 0 .../sql/proportionsBetweenStarsAndForks4.sql | 0 .../sql/proportionsBetweenStarsAndForks5.sql | 0 .../sql/repositoriesByAmountOfModifiedCode.sql| 0 .../sql/repositoriesByTheNumberOfPushes.sql | 0 .../sql/repositoriesWithClickhouse_related_comments1.sql | 0 .../sql/repositoriesWithClickhouse_related_comments2.sql | 0 .../sql/repositoriesWithDoris_related_comments1.sql | 0 .../sql/repositoriesWithDoris_related_comments2.sql | 0 .../sql/repositoriesWithTheHighestGrowthYoY.sql | 0 .../sql/repositoriesWithTheMaximumAmountOfIssues1.sql | 0 .../sql/repositoriesWithTheMaximumAmountOfIssues2.sql | 0 .../sql/repositoriesWithTheMaximumAmountOfIssues3.sql | 0 .../sql/repositoriesWithTheMaximumAmountOfIssues4.sql | 0 .../sql/repositoriesWithTheMaximumAmountOfPullRequests1.sql | 0 .../sql/repositoriesWithTheMaximumAmountOfPullRequests2.sql | 0 .../sql/repositoriesWithTheMaximumNumberOfAcceptedInvitations.sql | 0 .../sql/repositoriesWithTheMostPeopleWhoHavePushAccess1.sql | 0 .../sql/repositoriesWithTheMostPeopleWhoHavePushAccess2.sql | 0 .../sql/repositoriesWithTheMostPeopleWhoHavePushAccess3.sql | 0 .../sql/repositoriesWithTheMostStarsOverOneDay1.sql | 0 .../sql/repositoriesWithTheMostStarsOverOneDay2.sql | 0 .../sql/repositoriesWithTheMostStarsOverOneDay3.sql | 0 .../sql/repositoriesWithTheMostSteadyGrowthOverTime.sql | 0 .../sql/repositoriesWithTheWorstStagnation_order.sql | 0 .../sql/repositoryAffinityList1.sql | 0 .../sql/
Re: [PR] [regression](framework) support sql cases as nonConcurrent [doris]
hello-stephen merged PR #46817: URL: https://github.com/apache/doris/pull/46817 -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
(doris) branch auto-pick-45939-branch-3.0 created (now 347277f63a5)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-45939-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git at 347277f63a5 branch-3.0: [Fix](insert-job)Fix Issue with Missing StatementContext in StmtExecutor, Leading to Incorrect SQL_BLOCK Handling #46715 (#46739) No new revisions were added by this update. - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [regression-test](fix) remove unused features in manager test [doris]
github-actions[bot] commented on PR #46786: URL: https://github.com/apache/doris/pull/46786#issuecomment-2585041812 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [Bug](scan) do not ignore regular predicate which acting same column with rf [doris]
yiguolei commented on code in PR #46789: URL: https://github.com/apache/doris/pull/46789#discussion_r1911867896 ## be/src/pipeline/exec/scan_operator.cpp: ## @@ -289,9 +289,12 @@ Status ScanLocalState::_normalize_predicate( Status status = Status::OK(); std::visit( [&](auto& value_range) { +bool is_whole_range_before_push_down = +value_range.is_whole_value_range(); Defer mark_runtime_filter_flag {[&]() { value_range.mark_runtime_filter_predicate( -_is_runtime_filter_predicate); +is_whole_range_before_push_down && Review Comment: add comment here -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [regression-test](framework) fix sql_return_maparray not use alias bug [doris]
shuke987 commented on PR #46674: URL: https://github.com/apache/doris/pull/46674#issuecomment-2585046382 run p0 -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
(doris) branch auto-pick-45887-branch-3.0 created (now 347277f63a5)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-45887-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git at 347277f63a5 branch-3.0: [Fix](insert-job)Fix Issue with Missing StatementContext in StmtExecutor, Leading to Incorrect SQL_BLOCK Handling #46715 (#46739) No new revisions were added by this update. - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] branch-3.0: [fix](regression)Add log for Reach limit of connections #45887 [doris]
dataroaring closed pull request #46820: branch-3.0: [fix](regression)Add log for Reach limit of connections #45887 URL: https://github.com/apache/doris/pull/46820 -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
[PR] branch-3.0: [fix](regression)Add log for Reach limit of connections #45887 [doris]
github-actions[bot] opened a new pull request, #46820: URL: https://github.com/apache/doris/pull/46820 Cherry-picked from #45887 -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] branch-3.0: [fix](regression)Add log for Reach limit of connections #45887 [doris]
Thearas commented on PR #46820: URL: https://github.com/apache/doris/pull/46820#issuecomment-2585046988 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
(doris) branch auto-pick-45887-branch-3.0 updated (347277f63a5 -> cb7c56936cc)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-45887-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git from 347277f63a5 branch-3.0: [Fix](insert-job)Fix Issue with Missing StatementContext in StmtExecutor, Leading to Incorrect SQL_BLOCK Handling #46715 (#46739) add cb7c56936cc [fix](regression)Add log for Reach limit of connections (#45887) No new revisions were added by this update. Summary of changes: fe/fe-core/src/main/java/org/apache/doris/qe/ConnectScheduler.java | 4 1 file changed, 4 insertions(+) - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] branch-3.0: [fix](regression)Add log for Reach limit of connections #45887 [doris]
Thearas commented on PR #46820: URL: https://github.com/apache/doris/pull/46820#issuecomment-2585046965 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
(doris-website) branch asf-site updated (b69f5510830 -> 2142e53a550)
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 b69f5510830 Automated deployment with doris branch @ 4bb4c1d8df09f7fafab573b23da48062d0c35cf3 new 2142e53a550 Automated deployment with doris branch @ 4bb4c1d8df09f7fafab573b23da48062d0c35cf3 This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (b69f5510830) \ N -- N -- N refs/heads/asf-site (2142e53a550) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: docs/1.2/search-index.json | 2 +- docs/2.0/search-index.json | 2 +- docs/3.0/search-index.json | 2 +- docs/dev/search-index.json | 2 +- search-index.json| 2 +- zh-CN/docs/1.2/search-index.json | 2 +- zh-CN/docs/2.0/search-index.json | 2 +- zh-CN/docs/3.0/search-index.json | 2 +- zh-CN/docs/dev/search-index.json | 2 +- zh-CN/search-index.json | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [fix](hive)fix select count(*) hive full acid tb opt error. (#46732) [doris]
hubgeter commented on PR #46805: URL: https://github.com/apache/doris/pull/46805#issuecomment-2585006535 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [fix](case) fix defined global variables in script [doris]
hello-stephen commented on PR #46806: URL: https://github.com/apache/doris/pull/46806#issuecomment-2585014510 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
[PR] [fix](case) fix defined global variables in script [doris]
hello-stephen opened a new pull request, #46806: URL: https://github.com/apache/doris/pull/46806 ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Release note None ### Check List (For Author) - Test - [ ] Regression test - [ ] Unit Test - [ ] Manual test (add detailed scripts or steps below) - [ ] No need to test or manual test. Explain why: - [ ] This is a refactor/code format and no logic has been changed. - [ ] Previous test can cover this change. - [ ] No code files have been changed. - [ ] Other reason - Behavior changed: - [ ] No. - [ ] Yes. - Does this need documentation? - [ ] No. - [ ] Yes. ### Check List (For Reviewer who merge this PR) - [ ] Confirm the release note - [ ] Confirm test cases - [ ] Confirm document - [ ] Add branch pick label -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [fix](case) fix defined global variables in script [doris]
hello-stephen commented on PR #46806: URL: https://github.com/apache/doris/pull/46806#issuecomment-2585014807 skip 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [fix](case) fix defined global variables in script [doris]
github-actions[bot] commented on PR #46806: URL: https://github.com/apache/doris/pull/46806#issuecomment-2585018393 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [fix](case) fix defined global variables in script [doris]
github-actions[bot] commented on PR #46806: URL: https://github.com/apache/doris/pull/46806#issuecomment-2585018439 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
[PR] [fix](hive)fix select count(*) hive full acid tb opt error. (#46732) [doris]
hubgeter opened a new pull request, #46805: URL: https://github.com/apache/doris/pull/46805 ### What problem does this PR solve? bp #46732 Problem Summary: before pr : #44038 In the previous PR, the generation method of split in the count( * ) scenario was optimized. However, there were some problems with the hive acid table. This PR mainly fixes this and adds tests. In the count( * ) scenario, reading the hive full acid table cannot be optimized, and the file still needs to be split (merge on read is required), and the hive insert only acid table does not need to be split. ### Release note None ### Check List (For Author) - Test - [ ] Regression test - [ ] Unit Test - [ ] Manual test (add detailed scripts or steps below) - [ ] No need to test or manual test. Explain why: - [ ] This is a refactor/code format and no logic has been changed. - [ ] Previous test can cover this change. - [ ] No code files have been changed. - [ ] Other reason - Behavior changed: - [ ] No. - [ ] Yes. - Does this need documentation? - [ ] No. - [ ] Yes. ### Check List (For Reviewer who merge this PR) - [ ] Confirm the release note - [ ] Confirm test cases - [ ] Confirm document - [ ] Add branch pick label -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [regression-test](fix) fix global var [doris]
hello-stephen commented on PR #46808: URL: https://github.com/apache/doris/pull/46808#issuecomment-2585030756 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
[PR] [fix](case) fix some failed cases [doris]
hello-stephen opened a new pull request, #46807: URL: https://github.com/apache/doris/pull/46807 ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Release note None ### Check List (For Author) - Test - [ ] Regression test - [ ] Unit Test - [ ] Manual test (add detailed scripts or steps below) - [ ] No need to test or manual test. Explain why: - [ ] This is a refactor/code format and no logic has been changed. - [ ] Previous test can cover this change. - [ ] No code files have been changed. - [ ] Other reason - Behavior changed: - [ ] No. - [ ] Yes. - Does this need documentation? - [ ] No. - [ ] Yes. ### Check List (For Reviewer who merge this PR) - [ ] Confirm the release note - [ ] Confirm test cases - [ ] Confirm document - [ ] Add branch pick label -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [fix](case) fix some failed cases [doris]
hello-stephen commented on PR #46807: URL: https://github.com/apache/doris/pull/46807#issuecomment-2585030481 skip 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [regression-test](fix) fix global var [doris]
shuke987 commented on PR #46808: URL: https://github.com/apache/doris/pull/46808#issuecomment-2585030705 skip 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [fix](hive)fix select count(*) hive full acid tb opt error. (#46732) [doris]
doris-robot commented on PR #46804: URL: https://github.com/apache/doris/pull/46804#issuecomment-2585031939 TeamCity be ut coverage result: Function Coverage: 36.43% (9569/26269) Line Coverage: 28.00% (79070/282380) Region Coverage: 26.65% (40507/151979) Branch Coverage: 23.41% (20529/87706) Coverage Report: http://coverage.selectdb-in.cc/coverage/09befdb7a421ee429fb966ac21dcaa885923dfe9_09befdb7a421ee429fb966ac21dcaa885923dfe9/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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [fix](case) fix some failed cases [doris]
hello-stephen commented on PR #46807: URL: https://github.com/apache/doris/pull/46807#issuecomment-2585030391 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
[PR] [regression-test](fix) fix global var [doris]
shuke987 opened a new pull request, #46808: URL: https://github.com/apache/doris/pull/46808 ### What problem does this PR solve? Issue Number: close #xxx Related PR: #xxx Problem Summary: ### Release note None ### Check List (For Author) - Test - [x] Regression test - [ ] Unit Test - [ ] Manual test (add detailed scripts or steps below) - [ ] No need to test or manual test. Explain why: - [ ] This is a refactor/code format and no logic has been changed. - [ ] Previous test can cover this change. - [ ] No code files have been changed. - [ ] Other reason - Behavior changed: - [x] No. - [ ] Yes. - Does this need documentation? - [x] No. - [ ] Yes. ### Check List (For Reviewer who merge this PR) - [ ] Confirm the release note - [ ] Confirm test cases - [ ] Confirm document - [ ] Add branch pick label -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
(doris-website) branch asf-site updated (c9addd11e0d -> ba17331ab98)
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 c9addd11e0d Automated deployment with doris branch @ 4bb4c1d8df09f7fafab573b23da48062d0c35cf3 new ba17331ab98 Automated deployment with doris branch @ 4bb4c1d8df09f7fafab573b23da48062d0c35cf3 This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (c9addd11e0d) \ N -- N -- N refs/heads/asf-site (ba17331ab98) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: docs/1.2/search-index.json | 2 +- docs/2.0/search-index.json | 2 +- docs/3.0/search-index.json | 2 +- docs/dev/search-index.json | 2 +- search-index.json| 2 +- zh-CN/docs/1.2/search-index.json | 2 +- zh-CN/docs/2.0/search-index.json | 2 +- zh-CN/docs/3.0/search-index.json | 2 +- zh-CN/docs/dev/search-index.json | 2 +- zh-CN/search-index.json | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [fix](hive)fix select count(*) hive full acid tb opt error. (#46732) [doris]
hubgeter commented on PR #46804: URL: https://github.com/apache/doris/pull/46804#issuecomment-2585005282 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
[PR] [fix](hive)fix select count(*) hive full acid tb opt error. (#46732) [doris]
hubgeter opened a new pull request, #46804: URL: https://github.com/apache/doris/pull/46804 ### What problem does this PR solve? bp #46732 Problem Summary: before pr : #44038 In the previous PR, the generation method of split in the count( * ) scenario was optimized. However, there were some problems with the hive acid table. This PR mainly fixes this and adds tests. In the count( * ) scenario, reading the hive full acid table cannot be optimized, and the file still needs to be split (merge on read is required), and the hive insert only acid table does not need to be split. ### Release note None ### Check List (For Author) - Test - [ ] Regression test - [ ] Unit Test - [ ] Manual test (add detailed scripts or steps below) - [ ] No need to test or manual test. Explain why: - [ ] This is a refactor/code format and no logic has been changed. - [ ] Previous test can cover this change. - [ ] No code files have been changed. - [ ] Other reason - Behavior changed: - [ ] No. - [ ] Yes. - Does this need documentation? - [ ] No. - [ ] Yes. ### Check List (For Reviewer who merge this PR) - [ ] Confirm the release note - [ ] Confirm test cases - [ ] Confirm document - [ ] Add branch pick label -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [fix](hive)fix select count(*) hive full acid tb opt error. (#46732) [doris]
hello-stephen commented on PR #46804: URL: https://github.com/apache/doris/pull/46804#issuecomment-2585005242 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [fix](hive)fix select count(*) hive full acid tb opt error. (#46732) [doris]
hello-stephen commented on PR #46805: URL: https://github.com/apache/doris/pull/46805#issuecomment-2585006475 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] branch-2.1: [feat](api) add nullable info for api _schema #46557 [doris]
Thearas commented on PR #46824: URL: https://github.com/apache/doris/pull/46824#issuecomment-2585086658 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] branch-2.1: [feat](api) add nullable info for api _schema #46557 [doris]
dataroaring closed pull request #46824: branch-2.1: [feat](api) add nullable info for api _schema #46557 URL: https://github.com/apache/doris/pull/46824 -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] branch-2.1: [feat](api) add nullable info for api _schema #46557 [doris]
Thearas commented on PR #46824: URL: https://github.com/apache/doris/pull/46824#issuecomment-2585086673 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org