Re: [PR] [Feat](Nereids) support show databases command [doris]
github-actions[bot] commented on PR #48941: URL: https://github.com/apache/doris/pull/48941#issuecomment-2735115900 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] [test](mtmv) Fix regression test not stable and add log for debug (#48483) [doris]
doris-robot commented on PR #49235: URL: https://github.com/apache/doris/pull/49235#issuecomment-2735285827 ClickBench: Total hot run time: 31.77 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools ClickBench test result on commit 860474d2e8090cfb2fb89cb35641a5622cfff23a, data reload: false query1 0.030.030.03 query2 0.070.040.03 query3 0.240.060.06 query4 1.630.100.10 query5 0.540.500.50 query6 1.130.730.72 query7 0.020.020.02 query8 0.040.050.03 query9 0.560.500.50 query10 0.560.550.56 query11 0.150.100.11 query12 0.150.110.11 query13 0.600.600.59 query14 2.742.762.76 query15 0.900.830.83 query16 0.390.370.37 query17 1.031.040.95 query18 0.230.220.22 query19 1.921.902.05 query20 0.010.010.01 query21 15.39 0.580.57 query22 2.442.081.69 query23 16.92 1.140.79 query24 3.260.732.01 query25 0.190.090.12 query26 0.530.140.14 query27 0.040.030.04 query28 9.700.510.51 query29 12.62 3.233.24 query30 0.250.060.06 query31 2.870.390.38 query32 3.240.460.45 query33 2.943.003.07 query34 17.17 4.494.44 query35 4.554.494.54 query36 0.720.480.48 query37 0.090.060.06 query38 0.050.030.03 query39 0.040.020.02 query40 0.170.140.13 query41 0.080.020.02 query42 0.040.020.02 query43 0.040.030.04 Total cold run time: 106.28 s Total hot run time: 31.77 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] [enhance](third-party) Add pugixml library [doris]
suxiaogang223 commented on PR #49238: URL: https://github.com/apache/doris/pull/49238#issuecomment-2735284213 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](auth)Delete from should not check select_priv [doris]
Thearas commented on PR #49239: URL: https://github.com/apache/doris/pull/49239#issuecomment-273528 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](auth)Delete from should not check select_priv [doris]
zddr commented on PR #49239: URL: https://github.com/apache/doris/pull/49239#issuecomment-2735287950 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](auth)Delete from should not check select_priv [doris]
zddr opened a new pull request, #49239: URL: https://github.com/apache/doris/pull/49239 ### What problem does this PR solve? Delete from should not check select_priv Issue Number: close #xxx Related PR: #xxx Problem Summary: Delete from should not check select_priv ### Release note Delete from should not check select_priv ### 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] [enhance](auth)Change the syntax related to role from identifier to identifierOrText [doris]
zddr commented on PR #49215: URL: https://github.com/apache/doris/pull/49215#issuecomment-2735282260 run cloud_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
Re: [PR] [Improve](explode) explode function support multi param [doris]
taptao commented on code in PR #48537: URL: https://github.com/apache/doris/pull/48537#discussion_r2002435849 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/generator/Explode.java: ## @@ -18,47 +18,71 @@ package org.apache.doris.nereids.trees.expressions.functions.generator; import org.apache.doris.catalog.FunctionSignature; +import org.apache.doris.nereids.exceptions.AnalysisException; import org.apache.doris.nereids.trees.expressions.Expression; import org.apache.doris.nereids.trees.expressions.functions.AlwaysNullable; -import org.apache.doris.nereids.trees.expressions.shape.BinaryExpression; +import org.apache.doris.nereids.trees.expressions.functions.ExplicitlyCastableSignature; import org.apache.doris.nereids.trees.expressions.visitor.ExpressionVisitor; import org.apache.doris.nereids.types.ArrayType; -import org.apache.doris.nereids.types.coercion.AnyDataType; -import org.apache.doris.nereids.types.coercion.FollowToAnyDataType; +import org.apache.doris.nereids.types.DataType; +import org.apache.doris.nereids.types.NullType; +import org.apache.doris.nereids.types.StructField; +import org.apache.doris.nereids.types.StructType; import com.google.common.base.Preconditions; import com.google.common.collect.ImmutableList; +import java.util.ArrayList; import java.util.List; /** * explode([1, 2, 3]), generate 3 lines include 1, 2 and 3. */ -public class Explode extends TableGeneratingFunction implements BinaryExpression, AlwaysNullable { - -public static final List SIGNATURES = ImmutableList.of( -FunctionSignature.ret(new FollowToAnyDataType(0)).args(ArrayType.of(new AnyDataType(0))) -); +public class Explode extends TableGeneratingFunction implements ExplicitlyCastableSignature, AlwaysNullable { /** - * constructor with 1 argument. + * constructor with one or more argument. */ -public Explode(Expression arg) { -super("explode", arg); +public Explode(Expression[] args) { +super("explode", args); } /** * withChildren. */ @Override public Explode withChildren(List children) { -Preconditions.checkArgument(children.size() == 1); -return new Explode(children.get(0)); +Preconditions.checkArgument(!children.isEmpty()); +return new Explode(children.toArray(new Expression[0])); +} + +@Override +public void checkLegalityBeforeTypeCoercion() { +for (Expression child : children) { +if (!child.isNullLiteral() && !(child.getDataType() instanceof ArrayType)) { +throw new AnalysisException("only support array type for explode function but got " ++ child.getDataType()); +} +} } @Override public List getSignatures() { -return SIGNATURES; +List arguments = new ArrayList<>(); +ImmutableList.Builder structFields = ImmutableList.builder(); +for (int i = 0; i < children.size(); i++) { +if (children.get(i).isNullLiteral()) { +arguments.add(ArrayType.of(NullType.INSTANCE)); +structFields.add( +new StructField("col" + (i + 1), ArrayType.of(NullType.INSTANCE).getItemType(), true, "")); Review Comment: done -- 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](core) fix subreplace when inputting a large number of empty strings [doris]
doris-robot commented on PR #49241: URL: https://github.com/apache/doris/pull/49241#issuecomment-2735372065 TPC-H: Total hot run time: 32779 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100 test result on commit 7c5d7c39924f9c69143845bd5cf236017f4931e5, data reload: false -- Round 1 -- q1 24517 531750885088 q2 2059325 170 170 q3 10373 1249705 705 q4 10234 1012553 553 q5 7543281623642364 q6 200 167 136 136 q7 948 743 608 608 q8 9320129911781178 q9 4959476349304763 q10 6851230819221922 q11 468 275 263 263 q12 345 363 226 226 q13 17774 370930993099 q14 221 228 207 207 q15 544 475 475 475 q16 620 604 561 561 q17 556 891 360 360 q18 6921653463786378 q19 1097958 564 564 q20 333 339 199 199 q21 2973220619651965 q22 1053995 1001995 Total cold run time: 109909 ms Total hot run time: 32779 ms - Round 2, with runtime_filter_mode=off - q1 5215516151745161 q2 233 328 226 226 q3 2160263822822282 q4 1408180414451445 q5 4242416544724165 q6 233 169 129 129 q7 2080190717711771 q8 2660262325702570 q9 7088721971427142 q10 2997319327592759 q11 571 507 479 479 q12 683 741 597 597 q13 3583394432753275 q14 287 301 291 291 q15 533 480 478 478 q16 663 673 639 639 q17 1131161913361336 q18 7942749673157315 q19 853 818 1030818 q20 1935202218591859 q21 5470504947124712 q22 1090101910281019 Total cold run time: 53057 ms Total hot run time: 50468 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
Re: [PR] [feature](function) upper lower support utf8 input [doris]
hello-stephen commented on PR #49231: URL: https://github.com/apache/doris/pull/49231#issuecomment-2735382506 # BE UT Coverage Report Increment line coverage `100.00% (45/45)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/13e357eb61988fc6d634fc5841eb90ac2bc8d95b_13e357eb61988fc6d634fc5841eb90ac2bc8d95b/increment_report/index.html) [Complete coverage report](http://coverage.selectdb-in.cc/coverage/13e357eb61988fc6d634fc5841eb90ac2bc8d95b_13e357eb61988fc6d634fc5841eb90ac2bc8d95b/report/index.html) | Category | Coverage | |---|| | Function Coverage | 48.90% (13099/26786) | | Line Coverage | 38.46% (112939/293674) | | Region Coverage | 37.26% (57423/154110) | | Branch Coverage | 32.34% (28852/89218) | -- 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 (d482595773c -> dbf29fd39b2)
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from d482595773c [fix](webui) add connection context to avoid NPE (#49213) add dbf29fd39b2 [feature](struct) support struct schema-change behavior for add sub-columns (#47096) No new revisions were added by this update. Summary of changes: be/src/olap/rowset/segment_v2/column_reader.cpp| 55 ++- be/src/olap/rowset/segment_v2/column_reader.h | 8 +- .../rowset/segment_v2/hierarchical_data_reader.cpp | 4 +- be/src/olap/rowset/segment_v2/segment.cpp | 18 +- be/src/olap/rowset/segment_v2/segment.h| 3 + .../java/org/apache/doris/catalog/ColumnType.java | 55 ++- .../doris/alter/SchemaChangeHandlerTest.java | 225 ++- .../data/schema_change_p0/test_modify_struct.out | Bin 0 -> 95375 bytes .../schema_change_p0/test_modify_struct.groovy | 426 + 9 files changed, 757 insertions(+), 37 deletions(-) create mode 100644 regression-test/data/schema_change_p0/test_modify_struct.out create mode 100644 regression-test/suites/schema_change_p0/test_modify_struct.groovy - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [enhance](third-party) Add pugixml library [doris]
hello-stephen commented on PR #49238: URL: https://github.com/apache/doris/pull/49238#issuecomment-2735511566 # BE UT Coverage Report Increment line coverage ` ` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/f7fc137efc1e67ad7eb6a3bb553f822e24a8bec4_f7fc137efc1e67ad7eb6a3bb553f822e24a8bec4/increment_report/index.html) [Complete coverage report](http://coverage.selectdb-in.cc/coverage/f7fc137efc1e67ad7eb6a3bb553f822e24a8bec4_f7fc137efc1e67ad7eb6a3bb553f822e24a8bec4/report/index.html) | Category | Coverage | |---|| | Function Coverage | 48.89% (13095/26783) | | Line Coverage | 38.45% (112900/293637) | | Region Coverage | 37.26% (57420/154096) | | Branch Coverage | 32.34% (28849/89214) | -- 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] [test](ut) Add cases for spill sort operator [doris]
hello-stephen commented on PR #49207: URL: https://github.com/apache/doris/pull/49207#issuecomment-2735514783 # BE UT Coverage Report Increment line coverage `100.00% (7/7)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/e0877afa88a9e8195bb76fe35583af14cd25f141_e0877afa88a9e8195bb76fe35583af14cd25f141/increment_report/index.html) [Complete coverage report](http://coverage.selectdb-in.cc/coverage/e0877afa88a9e8195bb76fe35583af14cd25f141_e0877afa88a9e8195bb76fe35583af14cd25f141/report/index.html) | Category | Coverage | |---|| | Function Coverage | 49.19% (13174/26783) | | Line Coverage | 38.72% (113681/293627) | | Region Coverage | 37.46% (57720/154093) | | Branch Coverage | 32.45% (28944/89208) | -- 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] [improve](cloud-mow) MS can choose use new way or old way when processing delete bitmap lock [doris]
zhannngchen commented on code in PR #49223: URL: https://github.com/apache/doris/pull/49223#discussion_r2002545852 ## cloud/src/common/config.h: ## @@ -264,4 +264,7 @@ CONF_Bool(enable_loopback_address_for_ms, "false"); // Which vaults should be recycled. If empty, recycle all vaults. // Comma seprated list: recycler_storage_vault_white_list="aaa,bbb,ccc" CONF_Strings(recycler_storage_vault_white_list, ""); + +CONF_mBool(use_delete_bitmap_lock_new_way, "true"); +CONF_mBool(use_delete_bitmap_lock_random_way, "true"); Review Comment: The random strategy doesn’t seem to need a configuration; injection should be enough. -- 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](arrow-flight-sql) Modify the default value of `arrow_flight_sql_port` configuration [doris]
doris-robot commented on PR #49236: URL: https://github.com/apache/doris/pull/49236#issuecomment-2735517045 # BE UT Coverage Report Increment line coverage ` ` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/7df85cecc7a44ce40986265ea55ec3be90a6bd0e_7df85cecc7a44ce40986265ea55ec3be90a6bd0e/increment_report/index.html) [Complete coverage report](http://coverage.selectdb-in.cc/coverage/7df85cecc7a44ce40986265ea55ec3be90a6bd0e_7df85cecc7a44ce40986265ea55ec3be90a6bd0e/report/index.html) | Category | Coverage | |---|| | Function Coverage | 48.89% (13094/26783) | | Line Coverage | 38.46% (112920/293637) | | Region Coverage | 37.26% (57410/154096) | | Branch Coverage | 32.34% (28849/89214) | -- 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] [enhancement](hudi)support native read hudi top level schema change table. [doris]
morningman commented on code in PR #49051: URL: https://github.com/apache/doris/pull/49051#discussion_r2002304507 ## be/src/vec/exec/format/orc/vorc_reader.cpp: ## @@ -363,14 +365,20 @@ Status OrcReader::get_parsed_schema(std::vector* col_names, } Status OrcReader::get_schema_col_name_attribute(std::vector* col_names, -std::vector* col_attributes, -std::string attribute) { +std::vector* col_attributes, +std::string attribute, bool& exist_attribute) { Review Comment: ```suggestion std::string& attribute, bool* exist_attribute) { ``` Better use `pointer` for passout param ## be/src/vec/exec/format/parquet/schema_desc.h: ## @@ -72,7 +72,7 @@ class FieldDescriptor { std::unordered_map _name_to_field; // Used in from_thrift, marking the next schema position that should be parsed size_t _next_schema_pos; -std::unordered_map _field_id_name_mapping; +std::map _field_id_name_mapping; Review Comment: Why change to `std::map`? ## be/src/vec/exec/format/table/table_format_reader.h: ## @@ -113,5 +114,46 @@ class TableFormatReader : public GenericReader { } } }; + +class TableSchemaChangeHelper { Review Comment: Need unit test for this class ## fe/fe-core/src/main/java/org/apache/doris/datasource/hudi/source/HudiScanNode.java: ## @@ -250,18 +256,31 @@ private void setHudiParams(TFileRangeDesc rangeDesc, HudiSplit hudiSplit) { TTableFormatFileDesc tableFormatFileDesc = new TTableFormatFileDesc(); tableFormatFileDesc.setTableFormatType(hudiSplit.getTableFormatType().value()); THudiFileDesc fileDesc = new THudiFileDesc(); -fileDesc.setInstantTime(hudiSplit.getInstantTime()); -fileDesc.setSerde(hudiSplit.getSerde()); -fileDesc.setInputFormat(hudiSplit.getInputFormat()); -fileDesc.setBasePath(hudiSplit.getBasePath()); -fileDesc.setDataFilePath(hudiSplit.getDataFilePath()); -fileDesc.setDataFileLength(hudiSplit.getFileLength()); -fileDesc.setDeltaLogs(hudiSplit.getHudiDeltaLogs()); -fileDesc.setColumnNames(hudiSplit.getHudiColumnNames()); -fileDesc.setColumnTypes(hudiSplit.getHudiColumnTypes()); -// TODO(gaoxin): support complex types -// fileDesc.setNestedFields(hudiSplit.getNestedFields()); -fileDesc.setHudiJniScanner(hudiSplit.getHudiJniScanner()); +if (rangeDesc.getFormatType() == TFileFormatType.FORMAT_JNI) { +fileDesc.setInstantTime(hudiSplit.getInstantTime()); +fileDesc.setSerde(hudiSplit.getSerde()); +fileDesc.setInputFormat(hudiSplit.getInputFormat()); +fileDesc.setBasePath(hudiSplit.getBasePath()); +fileDesc.setDataFilePath(hudiSplit.getDataFilePath()); +fileDesc.setDataFileLength(hudiSplit.getFileLength()); +fileDesc.setDeltaLogs(hudiSplit.getHudiDeltaLogs()); +fileDesc.setColumnNames(hudiSplit.getHudiColumnNames()); +fileDesc.setColumnTypes(hudiSplit.getHudiColumnTypes()); +// TODO(gaoxin): support complex types +// fileDesc.setNestedFields(hudiSplit.getNestedFields()); +fileDesc.setHudiJniScanner(hudiSplit.getHudiJniScanner()); +} else { +HudiSchemaCacheValue hudiSchemaCacheValue = HudiUtils.getSchemaCacheValue(hmsTable); +if (hudiSchemaCacheValue.isEnableSchemaEvolution()) { +long commitInstantTime = Long.parseLong(FSUtils.getCommitTime( Review Comment: It is too heavy to call this for each split ## be/src/vec/exec/format/table/table_format_reader.cpp: ## @@ -0,0 +1,133 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + +#include "table_format_reader.h" + +#include +#include + +#include "common/status.h" +#include "vec/core/block.h" +#include "vec/exec/format/generic_reader.h" + +namespace doris::vectorized { +#include "common/compi
Re: [PR] [feature](function) upper lower support utf8 input [doris]
doris-robot commented on PR #49231: URL: https://github.com/apache/doris/pull/49231#issuecomment-2735253262 ClickBench: Total hot run time: 30.87 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools ClickBench test result on commit 13e357eb61988fc6d634fc5841eb90ac2bc8d95b, data reload: false query1 0.040.040.04 query2 0.120.100.11 query3 0.250.190.20 query4 1.590.200.18 query5 0.590.590.60 query6 1.180.720.71 query7 0.020.020.01 query8 0.040.040.04 query9 0.590.510.53 query10 0.580.590.58 query11 0.160.120.11 query12 0.150.110.12 query13 0.610.590.60 query14 2.742.712.80 query15 0.920.850.85 query16 0.380.380.37 query17 1.021.071.01 query18 0.210.190.19 query19 1.932.001.85 query20 0.010.010.01 query21 15.35 0.910.54 query22 0.761.170.66 query23 14.92 1.350.59 query24 6.921.940.52 query25 0.510.240.09 query26 0.620.150.14 query27 0.050.050.04 query28 9.650.860.44 query29 12.55 4.003.38 query30 0.250.090.06 query31 2.810.580.39 query32 3.230.550.46 query33 2.943.033.00 query34 15.85 5.114.47 query35 4.524.564.54 query36 0.650.500.48 query37 0.080.060.06 query38 0.050.050.04 query39 0.030.020.02 query40 0.170.140.13 query41 0.080.020.02 query42 0.030.020.02 query43 0.040.030.03 Total cold run time: 105.19 s Total hot run time: 30.87 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] [Feat](Nereids) support show databases command [doris]
starocean999 merged PR #48941: URL: https://github.com/apache/doris/pull/48941 -- 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.git: Error while running github feature from master:.asf.yaml
An error occurred while processing the github feature in .asf.yaml: while parsing a mapping in "doris.git/.asf.yaml::github", line 111, column 1: - Build Broker ^ (line: 111) unexpected key not in schema 'required_pull_request_reviews' in "doris.git/.asf.yaml::github", line 114, column 1: - COMPILE (DORIS_COMPILE) ^ (line: 114) --- With regards, ASF Infra. - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] Revert "[test](beut) add pipeline UnionOperator beut" [doris]
doris-robot commented on PR #49227: URL: https://github.com/apache/doris/pull/49227#issuecomment-2735251200 TPC-DS: Total hot run time: 192294 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 c2b87ef5b375050893ee4126ae73ccc72258b48d, data reload: false query1 1386104910241024 query2 6169188919041889 query3 10979 445146734451 query4 25540 23272 23405 23272 query5 3823646 489 489 query6 323 205 191 191 query7 3979511 298 298 query8 303 245 233 233 query9 8494261826362618 query10 456 313 254 254 query11 15528 15073 14912 14912 query12 158 110 106 106 query13 1580537 400 400 query14 8990672364716471 query15 221 195 173 173 query16 7496597 470 470 query17 1193729 601 601 query18 1983444 329 329 query19 206 188 177 177 query20 127 121 129 121 query21 209 131 110 110 query22 4440472143804380 query23 34346 33568 33381 33381 query24 7634244824312431 query25 499 486 401 401 query26 827 266 181 181 query27 2163478 336 336 query28 4429247124472447 query29 633 588 437 437 query30 276 227 187 187 query31 921 883 794 794 query32 79 62 61 61 query33 587 361 319 319 query34 797 859 499 499 query35 815 858 761 761 query36 10011005892 892 query37 122 105 74 74 query38 4313418640994099 query39 1514143414321432 query40 212 117 108 108 query41 54 54 48 48 query42 122 103 108 103 query43 524 517 488 488 query44 1323799 804 799 query45 178 182 165 165 query46 859 1076652 652 query47 1842187517951795 query48 414 453 326 326 query49 731 518 443 443 query50 710 756 433 433 query51 4263430442384238 query52 105 103 104 103 query53 238 270 194 194 query54 503 509 443 443 query55 83 81 79 79 query56 263 277 249 249 query57 1168117411251125 query58 265 255 237 237 query59 2779282326732673 query60 279 285 266 266 query61 122 123 124 123 query62 767 739 670 670 query63 233 192 197 192 query64 36291048684 684 query65 4541446844574457 query66 913 403 316 316 query67 16405 15487 15249 15249 query68 9843922 509 509 query69 495 297 257 257 query70 1211115311401140 query71 464 286 285 285 query72 5121356439233564 query73 782 738 355 355 query74 9450917790039003 query75 4328313226952695 query76 48261181764 764 query77 940 359 276 276 query78 9884997693059305 query79 5110811 562 562 query80 606 538 446 446 query81 459 253 221 221 query82 195 124 91 91 query83 159 173 160 160 query84 300 94 70 70 query85 751 361 311 311 query86 333 294 305 294 query87 4675454445114511 query88 2946227323472273 query89 410 309 278 278 query90 2144207 208 207 query91 133 136 106 106 query92 74 60 55 55 query93 32301055576 576 query94 667 410 299 299 query95 353 266 258 258 query96 486 549 273 273 query97 3305342833073307 query98 223 199 194 194 query99 1355136112901290 Total cold run time: 283322 ms Total hot run time: 192294 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
Re: [PR] [test](ut) Add cases for spill sort operator [doris]
mrhhsg commented on PR #49207: URL: https://github.com/apache/doris/pull/49207#issuecomment-2735255356 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](arrow-flight-sql) Modify the default value of `arrow_flight_sql_port` configuration [doris]
Thearas commented on PR #49236: URL: https://github.com/apache/doris/pull/49236#issuecomment-2735255321 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](arrow-flight-sql) Modify the default value of `arrow_flight_sql_port` configuration [doris]
xinyiZzz commented on PR #49236: URL: https://github.com/apache/doris/pull/49236#issuecomment-2735255329 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](mow) check correctness for mow get_agg #49160 [doris]
doris-robot commented on PR #49192: URL: https://github.com/apache/doris/pull/49192#issuecomment-2735244334 ClickBench: Total hot run time: 31.59 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools ClickBench test result on commit 4854a37be1f94c536c6e54220c1f6b0ba7a3b91f, data reload: false query1 0.030.030.03 query2 0.070.020.03 query3 0.240.060.06 query4 1.620.100.10 query5 0.500.520.50 query6 1.140.720.73 query7 0.020.010.02 query8 0.050.030.03 query9 0.570.510.49 query10 0.560.550.55 query11 0.140.100.11 query12 0.150.120.11 query13 0.600.610.59 query14 2.842.842.75 query15 0.890.820.83 query16 0.380.380.38 query17 1.040.971.05 query18 0.240.230.23 query19 2.001.832.00 query20 0.020.010.00 query21 15.39 0.590.60 query22 2.732.681.73 query23 17.02 0.800.82 query24 3.001.770.47 query25 0.330.060.11 query26 0.430.140.14 query27 0.040.040.04 query28 10.37 0.560.45 query29 12.59 3.253.26 query30 0.250.060.06 query31 2.850.390.38 query32 3.250.460.48 query33 2.983.033.04 query34 17.28 4.474.54 query35 4.654.594.57 query36 0.680.480.48 query37 0.090.060.06 query38 0.040.040.03 query39 0.040.030.03 query40 0.170.130.13 query41 0.080.020.02 query42 0.040.020.02 query43 0.040.030.03 Total cold run time: 107.44 s Total hot run time: 31.59 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
[PR] [fix](arrow-flight-sql) Modify the default value of `arrow_flight_sql_port` configuration [doris]
xinyiZzz opened a new pull request, #49236: URL: https://github.com/apache/doris/pull/49236 ### What problem does this PR solve? If your cluster 8081 and 8181 are occupied, FE and BE will not fail to start, but arrow flight server will be unavailable. ### 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] [test](mtmv) Fix regression test not stable and add log for debug (#48483) [doris]
doris-robot commented on PR #49235: URL: https://github.com/apache/doris/pull/49235#issuecomment-2735267631 TPC-H: Total hot run time: 40155 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100 test result on commit 860474d2e8090cfb2fb89cb35641a5622cfff23a, data reload: false -- Round 1 -- q1 17599 678765626562 q2 2051166 191 166 q3 10538 105812181058 q4 10583 726 786 726 q5 7836282028922820 q6 222 133 131 131 q7 982 608 603 603 q8 9349197720351977 q9 6668643164076407 q10 7059229222992292 q11 485 274 260 260 q12 400 213 209 209 q13 18101 303531173035 q14 234 208 211 208 q15 514 471 459 459 q16 674 590 581 581 q17 979 599 504 504 q18 7217673467316731 q19 1382109411751094 q20 463 201 199 199 q21 4082315331843153 q22 1102982 980 980 Total cold run time: 108520 ms Total hot run time: 40155 ms - Round 2, with runtime_filter_mode=off - q1 6628671966346634 q2 338 241 246 241 q3 3056293131712931 q4 2099193218721872 q5 5965601059905990 q6 221 141 130 130 q7 2292180118371801 q8 3412365435243524 q9 8960893589508935 q10 3613356635533553 q11 608 488 484 484 q12 841 594 586 586 q13 14594 314831753148 q14 301 271 287 271 q15 523 470 448 448 q16 681 665 654 654 q17 1848163715941594 q18 8256772277857722 q19 1674165014531453 q20 2076186618581858 q21 5590538152395239 q22 1077102810391028 Total cold run time: 74653 ms Total hot run time: 60096 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
Re: [PR] branch-3.0: [fix](function) Undefined behavior in parse_url #49149 [doris]
hello-stephen commented on PR #49200: URL: https://github.com/apache/doris/pull/49200#issuecomment-2735267019 # BE UT Coverage Report Increment line coverage `100.00% (5/5)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/8d4708545ccd682779a9ab75ca9b2f22c0fffd83_8d4708545ccd682779a9ab75ca9b2f22c0fffd83/increment_report/index.html) [Complete coverage report](http://coverage.selectdb-in.cc/coverage/8d4708545ccd682779a9ab75ca9b2f22c0fffd83_8d4708545ccd682779a9ab75ca9b2f22c0fffd83/report/index.html) | Category | Coverage | |---|| | Function Coverage | 38.88% (10168/26154) | | Line Coverage | 30.31% (86709/286094) | | Region Coverage | 29.36% (44543/151737) | | Branch Coverage | 25.88% (22661/87548) | -- 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] [case](restore) Rename repo name of backup-restore regression cases with suite name [doris]
doris-robot commented on PR #49237: URL: https://github.com/apache/doris/pull/49237#issuecomment-2735343159 ClickBench: Total hot run time: 31.03 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools ClickBench test result on commit fa45c33a687e00b62e1ab41ac3ebdbfbd7e151d5, data reload: false query1 0.040.040.03 query2 0.120.100.10 query3 0.240.190.19 query4 1.600.180.19 query5 0.600.590.58 query6 1.170.720.72 query7 0.030.020.02 query8 0.040.030.03 query9 0.580.510.53 query10 0.570.600.58 query11 0.150.110.11 query12 0.140.120.12 query13 0.610.610.61 query14 2.822.692.73 query15 0.920.860.84 query16 0.390.390.38 query17 1.011.041.01 query18 0.220.190.19 query19 1.941.901.82 query20 0.010.020.01 query21 15.35 0.920.56 query22 0.781.310.89 query23 14.71 1.420.62 query24 7.091.520.34 query25 0.490.240.14 query26 0.640.160.13 query27 0.050.060.05 query28 10.17 0.880.44 query29 12.53 4.003.33 query30 0.250.090.06 query31 2.830.580.38 query32 3.240.550.47 query33 2.963.013.08 query34 15.85 5.114.54 query35 4.524.594.55 query36 0.680.500.48 query37 0.090.070.06 query38 0.050.040.04 query39 0.030.030.02 query40 0.160.140.12 query41 0.090.030.03 query42 0.040.020.03 query43 0.040.030.03 Total cold run time: 105.84 s Total hot run time: 31.03 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] [enhance](third-party) Add pugixml library [doris]
doris-robot commented on PR #49238: URL: https://github.com/apache/doris/pull/49238#issuecomment-2735341916 ClickBench: Total hot run time: 30.73 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools ClickBench test result on commit f7fc137efc1e67ad7eb6a3bb553f822e24a8bec4, data reload: false query1 0.040.040.04 query2 0.120.100.11 query3 0.240.200.19 query4 1.590.200.20 query5 0.590.600.60 query6 1.180.720.70 query7 0.030.020.01 query8 0.050.040.03 query9 0.590.530.53 query10 0.580.590.56 query11 0.160.110.11 query12 0.140.120.11 query13 0.610.590.60 query14 2.812.702.67 query15 0.930.860.85 query16 0.380.380.39 query17 1.021.041.01 query18 0.200.200.19 query19 1.891.931.87 query20 0.010.010.01 query21 15.36 0.920.55 query22 0.771.250.65 query23 14.87 1.370.61 query24 7.562.350.57 query25 0.540.300.06 query26 0.550.160.15 query27 0.060.050.05 query28 9.700.780.44 query29 12.51 3.943.30 query30 0.250.090.06 query31 2.830.580.38 query32 3.220.540.45 query33 3.003.003.04 query34 15.98 5.124.47 query35 4.484.514.47 query36 0.660.500.48 query37 0.080.070.06 query38 0.050.040.03 query39 0.030.020.02 query40 0.170.140.12 query41 0.080.020.02 query42 0.030.020.02 query43 0.040.030.02 Total cold run time: 105.98 s Total hot run time: 30.73 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] Revert "[test](beut) add pipeline UnionOperator beut" [doris]
zhangstar333 merged PR #49227: URL: https://github.com/apache/doris/pull/49227 -- 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] [feature](nereids)support stream load in nereids [doris]
starocean999 commented on PR #49116: URL: https://github.com/apache/doris/pull/49116#issuecomment-2735329283 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] [refactor](pipeline) Refactor state transition in pipeline task [doris]
Gabriel39 commented on PR #49242: URL: https://github.com/apache/doris/pull/49242#issuecomment-2735345767 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] [refactor](pipeline) Refactor state transition in pipeline task [doris]
Thearas commented on PR #49242: URL: https://github.com/apache/doris/pull/49242#issuecomment-2735345312 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](core) fix subreplace when inputting a large number of empty strings [doris]
doris-robot commented on PR #49241: URL: https://github.com/apache/doris/pull/49241#issuecomment-2735392784 TPC-DS: Total hot run time: 185736 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 7c5d7c39924f9c69143845bd5cf236017f4931e5, data reload: false query1 1023476 468 468 query2 6542198219051905 query3 6794215 215 215 query4 26235 23903 23279 23279 query5 5144678 499 499 query6 339 213 193 193 query7 4613501 314 314 query8 307 266 239 239 query9 8652262526682625 query10 492 319 256 256 query11 15573 15189 14967 14967 query12 167 108 103 103 query13 1640528 410 410 query14 9691621662656216 query15 203 189 176 176 query16 7406610 480 480 query17 1141717 559 559 query18 1958423 322 322 query19 187 183 151 151 query20 121 116 112 112 query21 210 121 111 111 query22 4173410241534102 query23 34002 32940 32867 32867 query24 8229241724422417 query25 531 454 382 382 query26 1239274 192 192 query27 2600496 325 325 query28 4386244324262426 query29 750 552 436 436 query30 276 211 183 183 query31 930 873 719 719 query32 71 66 62 62 query33 579 381 314 314 query34 783 826 508 508 query35 797 830 744 744 query36 974 991 900 900 query37 119 102 75 75 query38 4264409440394039 query39 1453139413851385 query40 213 123 114 114 query41 56 53 53 53 query42 117 105 104 104 query43 512 526 489 489 query44 1318803 793 793 query45 183 171 167 167 query46 838 1045630 630 query47 1750180017191719 query48 391 431 306 306 query49 804 543 450 450 query50 687 746 427 427 query51 4251424341404140 query52 107 106 98 98 query53 237 258 188 188 query54 510 490 408 408 query55 84 83 81 81 query56 280 285 264 264 query57 1091111810431043 query58 269 238 243 238 query59 2703267425912591 query60 306 291 257 257 query61 141 138 119 119 query62 802 744 697 697 query63 234 192 192 192 query64 4288987 661 661 query65 4420437543754375 query66 1154410 305 305 query67 15815 15376 15366 15366 query68 6043896 518 518 query69 478 306 265 265 query70 1202113511281128 query71 393 292 256 256 query72 5486357837163578 query73 753 738 353 353 query74 9075910988578857 query75 3202318027242724 query76 32301198832 832 query77 468 381 297 297 query78 987810221 93479347 query79 1651791 585 585 query80 663 526 459 459 query81 491 269 223 223 query82 199 129 102 102 query83 176 168 157 157 query84 242 95 76 76 query85 753 359 308 308 query86 375 319 277 277 query87 4421444843034303 query88 2878225722752257 query89 390 327 287 287 query90 1930234 213 213 query91 185 136 110 110 query92 70 60 63 60 query93 13371077598 598 query94 670 410 314 314 query95 364 271 263 263 query96 486 555 281 281 query97 3256336833013301 query98 230 218 205 205 query99 1335140812511251 Total cold run time: 270465 ms Total hot run time: 185736 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
doris.git: Error while running github feature from master:.asf.yaml
An error occurred while processing the github feature in .asf.yaml: while parsing a mapping in "doris.git/.asf.yaml::github", line 111, column 1: - Build Broker ^ (line: 111) unexpected key not in schema 'required_pull_request_reviews' in "doris.git/.asf.yaml::github", line 114, column 1: - COMPILE (DORIS_COMPILE) ^ (line: 114) --- With regards, ASF Infra. - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [Opt](exec) opt variant column in join op [doris]
doris-robot commented on PR #49020: URL: https://github.com/apache/doris/pull/49020#issuecomment-2734224443 ClickBench: Total hot run time: 31.89 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools ClickBench test result on commit 3ba36c98b9e4c2c042614ce3383041219d008938, data reload: false query1 0.040.030.03 query2 0.150.100.10 query3 0.340.190.20 query4 1.590.200.19 query5 0.620.610.63 query6 1.190.740.72 query7 0.020.010.02 query8 0.050.050.05 query9 0.630.530.53 query10 0.590.580.58 query11 0.250.120.13 query12 0.260.140.14 query13 0.630.620.62 query14 2.812.732.67 query15 0.990.860.87 query16 0.380.370.36 query17 1.061.031.05 query18 0.190.190.19 query19 1.992.051.78 query20 0.020.010.01 query21 15.36 1.000.67 query22 0.941.050.84 query23 14.69 1.550.75 query24 5.090.580.31 query25 0.170.090.09 query26 0.560.220.18 query27 0.080.080.08 query28 11.08 1.160.57 query29 12.54 4.173.53 query30 0.290.080.06 query31 2.810.620.44 query32 3.240.590.51 query33 3.043.033.15 query34 16.57 5.134.41 query35 4.494.534.50 query36 0.650.510.49 query37 0.190.170.16 query38 0.170.150.16 query39 0.050.040.04 query40 0.190.170.15 query41 0.110.060.05 query42 0.050.050.05 query43 0.050.050.04 Total cold run time: 106.21 s Total hot run time: 31.89 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] [fix](playground) Fixed bigint display problem in doris playground [doris]
yiguolei merged PR #49053: URL: https://github.com/apache/doris/pull/49053 -- 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](webui) add connection context to avoid NPE [doris]
github-actions[bot] commented on PR #49213: URL: https://github.com/apache/doris/pull/49213#issuecomment-2733396194 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.git: Error while running github feature from auto-pick-49000-branch-2.1:.asf.yaml
An error occurred while processing the github feature in .asf.yaml: while parsing a mapping in "doris.git/.asf.yaml::github", line 78, column 1: - Build Third Party Librar ... ^ (line: 78) unexpected key not in schema 'required_pull_request_reviews' in "doris.git/.asf.yaml::github", line 81, column 1: ^ (line: 81) --- With regards, ASF Infra. - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
(doris) branch auto-pick-49000-branch-2.1 updated (7355cfe8b64 -> 237b9e581e8)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-49000-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git from 7355cfe8b64 [Chore](runtime-filter) remove wrong check and set disable when SyncSizeClosure meet eof status (#49186) add 237b9e581e8 [fix](test) fix unstable test infer_intersect_except (#49000) No new revisions were added by this update. Summary of changes: .../nereids_rules_p0/infer_predicate/infer_intersect_except.groovy | 1 + 1 file changed, 1 insertion(+) - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
doris.git: Error while running github feature from auto-pick-49000-branch-2.1:.asf.yaml
An error occurred while processing the github feature in .asf.yaml: while parsing a mapping in "doris.git/.asf.yaml::github", line 78, column 1: - Build Third Party Librar ... ^ (line: 78) unexpected key not in schema 'required_pull_request_reviews' in "doris.git/.asf.yaml::github", line 81, column 1: ^ (line: 81) --- With regards, ASF Infra. - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
(doris) branch branch-3.0 updated: branch-3.0: [Fix](cloud-mow) Fix FE's wrong handling when low version MS don't set tablet states for `GetDeleteBitmapUpdateLockResponse` #49165 (#49187)
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new cf1406ec537 branch-3.0: [Fix](cloud-mow) Fix FE's wrong handling when low version MS don't set tablet states for `GetDeleteBitmapUpdateLockResponse` #49165 (#49187) cf1406ec537 is described below commit cf1406ec53700760a0720df6b36258dd79c7f901 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Tue Mar 18 17:55:41 2025 +0800 branch-3.0: [Fix](cloud-mow) Fix FE's wrong handling when low version MS don't set tablet states for `GetDeleteBitmapUpdateLockResponse` #49165 (#49187) Cherry-picked from #49165 Co-authored-by: bobhan1 --- .../org/apache/doris/cloud/transaction/CloudGlobalTransactionMgr.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fe/fe-core/src/main/java/org/apache/doris/cloud/transaction/CloudGlobalTransactionMgr.java b/fe/fe-core/src/main/java/org/apache/doris/cloud/transaction/CloudGlobalTransactionMgr.java index fdab917fb1e..e00a2211419 100644 --- a/fe/fe-core/src/main/java/org/apache/doris/cloud/transaction/CloudGlobalTransactionMgr.java +++ b/fe/fe-core/src/main/java/org/apache/doris/cloud/transaction/CloudGlobalTransactionMgr.java @@ -956,7 +956,9 @@ public class CloudGlobalTransactionMgr implements GlobalTransactionMgrIface { lockContext.getBaseCompactionCnts().put(tabletId, respBaseCompactionCnts.get(i)); lockContext.getCumulativeCompactionCnts().put(tabletId, respCumulativeCompactionCnts.get(i)); lockContext.getCumulativePoints().put(tabletId, respCumulativePoints.get(i)); -lockContext.getTabletStates().put(tabletId, respTabletStates.get(i)); +if (size4 > 0) { +lockContext.getTabletStates().put(tabletId, respTabletStates.get(i)); +} } totalRetryTime += retryTime; } - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
doris.git: Error while running github feature from auto-pick-49180-branch-3.0:.asf.yaml
An error occurred while processing the github feature in .asf.yaml: while parsing a mapping in "doris.git/.asf.yaml::github", line 72, column 1: - BE UT (Doris BE UT) ^ (line: 72) unexpected key not in schema 'required_pull_request_reviews' in "doris.git/.asf.yaml::github", line 75, column 1: required_pull_request_reviews: ^ (line: 75) --- With regards, ASF Infra. - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
doris.git: Error while running github feature from main:.asf.yaml
An error occurred while processing the github feature in .asf.yaml: while parsing a mapping in "doris.git/.asf.yaml::github", line 72, column 1: - BE UT (Doris BE UT) ^ (line: 72) unexpected key not in schema 'required_pull_request_reviews' in "doris.git/.asf.yaml::github", line 75, column 1: required_pull_request_reviews: ^ (line: 75) --- With regards, ASF Infra. - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [refactor](pipeline) Refine scheduling logics [doris]
Gabriel39 merged PR #49180: URL: https://github.com/apache/doris/pull/49180 -- 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](mow) check correctness for mow get_agg #49160 [doris]
mymeiyi commented on PR #49192: URL: https://github.com/apache/doris/pull/49192#issuecomment-2735167070 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] [chore](profile) Modify profile structure [doris]
zhiqiang- commented on PR #48184: URL: https://github.com/apache/doris/pull/48184#issuecomment-2735115651 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] [opt](inverted index) refactor code structure and improve pointer null checks [doris]
doris-robot commented on PR #48371: URL: https://github.com/apache/doris/pull/48371#issuecomment-2735161688 ClickBench: Total hot run time: 31.87 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools ClickBench test result on commit d92e96dc38a0656c822a8fec60968f8c2aa932d6, data reload: false query1 0.040.040.04 query2 0.120.110.10 query3 0.260.200.19 query4 1.600.190.19 query5 0.600.580.61 query6 1.190.710.72 query7 0.020.010.02 query8 0.040.040.03 query9 0.590.520.53 query10 0.570.580.57 query11 0.160.100.11 query12 0.150.110.12 query13 0.610.610.60 query14 2.712.822.72 query15 0.920.860.86 query16 0.370.400.37 query17 1.041.071.04 query18 0.210.190.20 query19 1.911.971.91 query20 0.010.010.01 query21 15.41 0.910.53 query22 0.751.210.96 query23 14.70 1.380.68 query24 7.101.641.02 query25 0.530.150.19 query26 0.530.160.13 query27 0.050.050.04 query28 9.730.830.43 query29 12.57 4.103.42 query30 0.250.100.06 query31 2.820.580.38 query32 3.220.540.46 query33 2.982.972.99 query34 15.62 5.134.52 query35 4.534.484.49 query36 0.660.490.48 query37 0.090.060.06 query38 0.050.050.04 query39 0.030.030.02 query40 0.160.130.13 query41 0.090.030.02 query42 0.040.030.02 query43 0.040.030.02 Total cold run time: 105.07 s Total hot run time: 31.87 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] [Docs](readme) Fix typos and refine content in README [doris]
yiguolei commented on PR #49214: URL: https://github.com/apache/doris/pull/49214#issuecomment-2735152921 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
doris.git: Error while running github feature from master:.asf.yaml
An error occurred while processing the github feature in .asf.yaml: while parsing a mapping in "doris.git/.asf.yaml::github", line 111, column 1: - Build Broker ^ (line: 111) unexpected key not in schema 'required_pull_request_reviews' in "doris.git/.asf.yaml::github", line 114, column 1: - COMPILE (DORIS_COMPILE) ^ (line: 114) --- With regards, ASF Infra. - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [Enhancement] (nereids) implement AdminRepairTableCommand,AdminCancelRepairTableCommand,Admin… [doris]
hello-stephen commented on PR #49194: URL: https://github.com/apache/doris/pull/49194#issuecomment-2731886565 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](variant) fix sparse column reader [doris]
Thearas commented on PR #49211: URL: https://github.com/apache/doris/pull/49211#issuecomment-2732263169 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.git: Error while running github feature from master:.asf.yaml
An error occurred while processing the github feature in .asf.yaml: while parsing a mapping in "doris.git/.asf.yaml::github", line 111, column 1: - Build Broker ^ (line: 111) unexpected key not in schema 'required_pull_request_reviews' in "doris.git/.asf.yaml::github", line 114, column 1: - COMPILE (DORIS_COMPILE) ^ (line: 114) --- With regards, ASF Infra. - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [feature](index change)Support light index change for ngram bf index [doris]
doris-robot commented on PR #48461: URL: https://github.com/apache/doris/pull/48461#issuecomment-2732409713 TPC-DS: Total hot run time: 185624 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 cc074b40ce4ae845802c6ba13fa1f4ad6c568acf, data reload: false query1 976 471 460 460 query2 6545192718851885 query3 6797210 217 210 query4 26268 23709 23507 23507 query5 4343649 466 466 query6 278 192 170 170 query7 4591525 300 300 query8 291 232 218 218 query9 8577258626042586 query10 451 314 248 248 query11 15736 15188 14818 14818 query12 159 108 108 108 query13 1675522 410 410 query14 9785612561786125 query15 199 204 177 177 query16 7197637 446 446 query17 1203706 566 566 query18 1948408 306 306 query19 192 185 154 154 query20 119 118 116 116 query21 206 125 110 110 query22 4249453840994099 query23 33964 33255 33143 33143 query24 7707243823612361 query25 524 440 385 385 query26 1232271 151 151 query27 2580480 327 327 query28 4398239823942394 query29 741 555 469 469 query30 292 217 187 187 query31 968 857 767 767 query32 75 64 65 64 query33 558 376 299 299 query34 780 831 490 490 query35 817 825 746 746 query36 960 1007869 869 query37 119 102 82 82 query38 4152419940754075 query39 1484141014031403 query40 206 112 101 101 query41 58 52 53 52 query42 118 103 100 100 query43 498 526 492 492 query44 1260771 772 771 query45 174 168 163 163 query46 819 1016635 635 query47 1798181417691769 query48 368 416 289 289 query49 753 490 415 415 query50 694 736 404 404 query51 4203414441044104 query52 108 102 94 94 query53 238 267 190 190 query54 482 490 415 415 query55 85 79 84 79 query56 283 264 260 260 query57 1158114710861086 query58 246 263 233 233 query59 2494275625432543 query60 264 261 251 251 query61 118 131 133 131 query62 786 741 647 647 query63 225 187 186 186 query64 4347987 647 647 query65 4433432143634321 query66 1146402 299 299 query67 15906 15625 15578 15578 query68 8428882 509 509 query69 458 339 261 261 query70 1230109211241092 query71 456 293 301 293 query72 5307356738143567 query73 785 745 348 348 query74 9056932587348734 query75 3769316826952695 query76 36381184774 774 query77 810 439 275 275 query78 10259 10169 93029302 query79 2389869 590 590 query80 600 537 445 445 query81 507 264 225 225 query82 633 124 95 95 query83 176 174 157 157 query84 243 87 76 76 query85 837 353 306 306 query86 412 310 279 279 query87 4425454344914491 query88 3578225923032259 query89 392 327 280 280 query90 1847206 212 206 query91 142 140 110 110 query92 81 59 63 59 query93 16661077580 580 query94 668 411 289 289 query95 354 272 261 261 query96 540 575 273 273 query97 3316343833493349 query98 235 206 201 201 query99 1319143112911291 Total cold run time: 274960 ms Total hot run time: 185624 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
[PR] [Docs](readme) Fix typos and refine content in README [doris]
Nivane opened a new pull request, #49214: URL: https://github.com/apache/doris/pull/49214 ### What problem does this PR solve? Problem Summary: Fix typos and refine content in README ### 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] [feature](index change)Support light index change for ngram bf index [doris]
doris-robot commented on PR #48461: URL: https://github.com/apache/doris/pull/48461#issuecomment-2732440933 ClickBench: Total hot run time: 31.98 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools ClickBench test result on commit cc074b40ce4ae845802c6ba13fa1f4ad6c568acf, data reload: false query1 0.040.040.04 query2 0.130.100.10 query3 0.240.190.19 query4 1.590.190.20 query5 0.610.590.58 query6 1.180.720.71 query7 0.020.020.02 query8 0.040.030.04 query9 0.590.530.51 query10 0.560.600.56 query11 0.160.110.11 query12 0.150.110.11 query13 0.630.600.60 query14 2.852.712.77 query15 0.930.840.85 query16 0.380.380.38 query17 1.001.041.04 query18 0.210.200.20 query19 1.841.961.84 query20 0.010.010.01 query21 15.36 0.900.55 query22 0.771.330.77 query23 14.75 1.400.59 query24 7.051.851.41 query25 0.490.360.08 query26 0.540.150.13 query27 0.040.050.05 query28 10.02 0.850.42 query29 12.55 4.043.36 query30 0.250.100.07 query31 2.810.580.39 query32 3.250.550.47 query33 3.013.023.02 query34 15.78 5.144.56 query35 4.574.604.55 query36 0.670.530.48 query37 0.080.060.06 query38 0.050.030.04 query39 0.030.030.02 query40 0.170.120.14 query41 0.080.030.03 query42 0.030.030.02 query43 0.030.030.03 Total cold run time: 105.54 s Total hot run time: 31.98 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
(doris) branch auto-pick-49153-branch-2.1 deleted (was adebd058ff8)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-49153-branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git was adebd058ff8 [fix](nereids) fix to_monday('1970-01-04 23:59:59') (#49153) 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-2.1: [fix](named_struct) fix named_struct signature which deduce wrong for nested decimal precision #48964 [doris]
yiguolei closed pull request #49190: branch-2.1: [fix](named_struct) fix named_struct signature which deduce wrong for nested decimal precision #48964 URL: https://github.com/apache/doris/pull/49190 -- 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] [Chore](runtime-filter) remove wrong check and set disable when SyncSizeClosure meet eof status [doris]
github-actions[bot] commented on PR #49186: URL: https://github.com/apache/doris/pull/49186#issuecomment-2732522604 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] [improve] auto create Doris table for new MongoDB collections in Data… [doris-flink-connector]
JNSimba commented on code in PR #573: URL: https://github.com/apache/doris-flink-connector/pull/573#discussion_r2000659626 ## flink-doris-connector/src/test/java/org/apache/doris/flink/tools/cdc/mongodb/MongoDBCreateTableTest.java: ## @@ -0,0 +1,99 @@ +package org.apache.doris.flink.tools.cdc.mongodb; Review Comment: add license header -- 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.git: Error while running github feature from branch-2.1:.asf.yaml
An error occurred while processing the github feature in .asf.yaml: while parsing a mapping in "doris.git/.asf.yaml::github", line 78, column 1: - Build Third Party Librar ... ^ (line: 78) unexpected key not in schema 'required_pull_request_reviews' in "doris.git/.asf.yaml::github", line 81, column 1: ^ (line: 81) --- With regards, ASF Infra. - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [I] [Enhancement] (nereids)implement dropStatsCommand in nereids [doris]
starocean999 closed issue #42709: [Enhancement] (nereids)implement dropStatsCommand in nereids URL: https://github.com/apache/doris/issues/42709 -- 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] [Docs](readme) Fix typos and refine content in README [doris]
github-actions[bot] commented on PR #49214: URL: https://github.com/apache/doris/pull/49214#issuecomment-2732579356 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] [Chore](runtime-filter) remove wrong check and set disable when SyncSizeClosure meet eof status [doris]
yiguolei merged PR #49186: URL: https://github.com/apache/doris/pull/49186 -- 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] [enhancement](hive)Initial support for Hive org.openx.data.jsonserde.JsonSerDe [doris]
doris-robot commented on PR #49209: URL: https://github.com/apache/doris/pull/49209#issuecomment-2732247547 TeamCity cloud ut coverage result: Function Coverage: 82.88% (1075/1297) Line Coverage: 65.85% (17752/26959) Region Coverage: 65.18% (8743/13414) Branch Coverage: 55.05% (4713/8562) Coverage Report: http://coverage.selectdb-in.cc/coverage/ae559aab413b889c7187f87759ca9d1bb82309f6_ae559aab413b889c7187f87759ca9d1bb82309f6_cloud/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](function) Fix format_round function [doris]
morningman merged PR #49216: URL: https://github.com/apache/doris/pull/49216 -- 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] Add document of assert_true [doris-website]
sophon-cc opened a new pull request, #2207: URL: https://github.com/apache/doris-website/pull/2207 ## Versions - [x] dev - [x] 3.0 - [ ] 2.1 - [ ] 2.0 ## Languages - [x] Chinese - [x] English ## Docs Checklist - [ ] Checked by AI - [ ] Test Cases Built -- 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](catalog)when checkpoint,use cacheThreadPool [doris]
github-actions[bot] commented on PR #49097: URL: https://github.com/apache/doris/pull/49097#issuecomment-2733171212 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] [feature](vault) Support database level storage vault [doris]
doris-robot commented on PR #45325: URL: https://github.com/apache/doris/pull/45325#issuecomment-2733819021 TPC-H: Total hot run time: 32343 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100 test result on commit eec3c92d88f55f7f02f6043a6f419fdc65daa009, data reload: false -- Round 1 -- q1 24155 530150475047 q2 2041312 215 215 q3 10331 1223672 672 q4 10231 987 531 531 q5 7515235723472347 q6 191 164 134 134 q7 901 735 603 603 q8 9313126010361036 q9 4947484947774777 q10 6871232318961896 q11 489 277 250 250 q12 353 353 218 218 q13 17770 373530593059 q14 231 224 213 213 q15 538 483 476 476 q16 629 630 570 570 q17 582 848 352 352 q18 6898646663326332 q19 1795944 569 569 q20 313 322 201 201 q21 2837212318891889 q22 10301005956 956 Total cold run time: 109961 ms Total hot run time: 32343 ms - Round 2, with runtime_filter_mode=off - q1 5311513551615135 q2 250 328 226 226 q3 2132265822932293 q4 1390176813781378 q5 4202410143114101 q6 225 169 128 128 q7 2001195618281828 q8 2659269726122612 q9 7223722271757175 q10 3006318926902690 q11 595 505 501 501 q12 695 760 636 636 q13 3553393533493349 q14 271 297 275 275 q15 525 482 490 482 q16 666 693 671 671 q17 1141157913941394 q18 7909751075997510 q19 858 892 962 892 q20 2007205818781878 q21 5261492248094809 q22 1105103410081008 Total cold run time: 52985 ms Total hot run time: 50971 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
Re: [PR] [opt](inverted index) Enhance I/O statistics collection for the inverted index in file cache scenarios [doris-thirdparty]
airborne12 merged PR #295: URL: https://github.com/apache/doris-thirdparty/pull/295 -- 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](SC) Prevent the values of `__DORIS_VERSION_COL__` be wrongly replaced by fake version when merging tmp rowset in sort SC [doris]
github-actions[bot] commented on PR #49193: URL: https://github.com/apache/doris/pull/49193#issuecomment-2732826592 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] [opt](inverted index) refactor code structure and improve pointer null checks [doris]
github-actions[bot] commented on PR #48371: URL: https://github.com/apache/doris/pull/48371#issuecomment-2732824103 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](SC) Prevent the values of `__DORIS_VERSION_COL__` be wrongly replaced by fake version when merging tmp rowset in sort SC [doris]
doris-robot commented on PR #49193: URL: https://github.com/apache/doris/pull/49193#issuecomment-2732162048 TPC-H: Total hot run time: 32608 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100 test result on commit 0c804f2401e7fabc860360f891cdcab80df788c4, data reload: false -- Round 1 -- q1 24518 513850555055 q2 2040302 175 175 q3 10375 1277721 721 q4 10226 1040544 544 q5 7554234024302340 q6 197 161 136 136 q7 918 768 625 625 q8 9321135010771077 q9 4866503248124812 q10 6798232719291929 q11 470 272 254 254 q12 347 352 220 220 q13 17762 366630573057 q14 234 234 217 217 q15 538 507 490 490 q16 629 620 565 565 q17 572 841 356 356 q18 6844649063366336 q19 1221948 558 558 q20 325 333 213 213 q21 2755216019711971 q22 10601022957 957 Total cold run time: 109570 ms Total hot run time: 32608 ms - Round 2, with runtime_filter_mode=off - q1 5497510451915104 q2 245 340 232 232 q3 2173271622922292 q4 1457183414491449 q5 4263416445554164 q6 223 167 125 125 q7 2040200917881788 q8 2589263726142614 q9 7235719970727072 q10 2954321427772777 q11 587 499 480 480 q12 676 792 612 612 q13 3423382832683268 q14 292 307 267 267 q15 549 506 481 481 q16 640 706 656 656 q17 1146157313541354 q18 7781765475517551 q19 801 837 974 837 q20 2010204519041904 q21 5407486647754775 q22 1058105910001000 Total cold run time: 53046 ms Total hot run time: 50802 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
Re: [PR] [Opt](exec) opt variant column in join op [doris]
HappenLee commented on PR #49020: URL: https://github.com/apache/doris/pull/49020#issuecomment-2733859305 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] [feature](vault) Support database level storage vault [doris]
doris-robot commented on PR #45325: URL: https://github.com/apache/doris/pull/45325#issuecomment-2733863201 TPC-DS: Total hot run time: 191392 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 eec3c92d88f55f7f02f6043a6f419fdc65daa009, data reload: false query1 1387110310481048 query2 6231187318941873 query3 11013 452645324526 query4 54481 25324 23423 23423 query5 4953547 480 480 query6 357 201 184 184 query7 4944499 289 289 query8 338 254 247 247 query9 5806259426102594 query10 429 305 248 248 query11 15179 15123 14872 14872 query12 168 116 107 107 query13 1089518 400 400 query14 10555 686764926492 query15 198 203 181 181 query16 7152652 505 505 query17 1074779 584 584 query18 1532425 330 330 query19 209 197 170 170 query20 130 125 120 120 query21 210 134 106 106 query22 4250448942134213 query23 34138 33323 33317 33317 query24 5797237224152372 query25 462 476 426 426 query26 727 269 162 162 query27 2051498 329 329 query28 3026245424482448 query29 575 575 467 467 query30 273 226 202 202 query31 890 877 809 809 query32 70 63 65 63 query33 464 379 337 337 query34 764 867 499 499 query35 803 845 744 744 query36 959 1000903 903 query37 122 98 81 81 query38 4206424041144114 query39 1496144916211449 query40 208 115 104 104 query41 53 52 50 50 query42 123 121 100 100 query43 506 518 470 470 query44 1316788 806 788 query45 182 185 180 180 query46 853 1032650 650 query47 1857188217901790 query48 397 432 315 315 query49 698 504 443 443 query50 683 771 433 433 query51 4272428643194286 query52 112 107 95 95 query53 241 264 191 191 query54 482 505 418 418 query55 85 76 80 76 query56 278 261 256 256 query57 1172119511131113 query58 261 295 247 247 query59 2684274926942694 query60 287 285 262 262 query61 125 115 118 115 query62 735 753 680 680 query63 235 218 189 189 query64 19401008699 699 query65 4505444844654448 query66 767 407 302 302 query67 15789 15666 15380 15380 query68 7359867 499 499 query69 541 296 263 263 query70 1215113210861086 query71 491 323 274 274 query72 5921270037792700 query73 1486764 362 362 query74 9242917190179017 query75 3721316226962696 query76 42501195759 759 query77 638 376 273 273 query78 10094 10012 92719271 query79 3208816 562 562 query80 796 567 442 442 query81 501 257 217 217 query82 674 123 99 99 query83 289 168 151 151 query84 293 96 78 78 query85 783 346 302 302 query86 387 302 277 277 query87 4430450845954508 query88 3471228822672267 query89 415 314 279 279 query90 1774207 207 207 query91 140 145 108 108 query92 78 58 55 55 query93 24051036573 573 query94 654 397 304 304 query95 340 261 280 261 query96 487 585 279 279 query97 3435338632973297 query98 227 210 198 198 query99 1467138912401240 Total cold run time: 300566 ms Total hot run time: 191392 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] [Feature](literal)Support TimeV2Literal [doris]
koarz commented on code in PR #47319: URL: https://github.com/apache/doris/pull/47319#discussion_r2001333126 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/literal/TimeV2Literal.java: ## @@ -0,0 +1,275 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + +package org.apache.doris.nereids.trees.expressions.literal; + +import org.apache.doris.analysis.LiteralExpr; +import org.apache.doris.nereids.exceptions.AnalysisException; +import org.apache.doris.nereids.trees.expressions.Expression; +import org.apache.doris.nereids.trees.expressions.visitor.ExpressionVisitor; +import org.apache.doris.nereids.types.TimeV2Type; + +import java.time.LocalDateTime; + +/** + * Time literal in Nereids. + */ +public class TimeV2Literal extends Literal { +private static final LocalDateTime START_OF_A_DAY = LocalDateTime.of(0, 1, 1, 0, 0, 0); +private static final LocalDateTime END_OF_A_DAY = LocalDateTime.of(, 12, 31, 23, 59, 59, 99000); +private static final TimeV2Literal MIN_TIME = new TimeV2Literal(-838, 0, 0, 0, 0); +private static final TimeV2Literal MAX_TIME = new TimeV2Literal(838, 59, 59, 99, 6); + +protected int hour; +protected int minute; +protected int second; +protected int microsecond; +protected boolean negative; + +public TimeV2Literal(String s) { +this(TimeV2Type.of(0), s); Review Comment: yes, what the scale is should be of concern to the top -- 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] [feature](vault) Support database level storage vault [doris]
doris-robot commented on PR #45325: URL: https://github.com/apache/doris/pull/45325#issuecomment-2733885083 ClickBench: Total hot run time: 31.67 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools ClickBench test result on commit eec3c92d88f55f7f02f6043a6f419fdc65daa009, data reload: false query1 0.040.030.04 query2 0.120.100.10 query3 0.250.190.19 query4 1.590.200.19 query5 0.600.590.60 query6 1.170.720.72 query7 0.020.020.02 query8 0.050.040.04 query9 0.590.530.55 query10 0.570.600.58 query11 0.150.110.10 query12 0.150.120.11 query13 0.630.620.61 query14 2.662.842.80 query15 0.920.840.84 query16 0.400.380.37 query17 1.061.051.03 query18 0.210.200.20 query19 1.911.991.80 query20 0.020.010.01 query21 15.36 0.880.54 query22 0.781.180.73 query23 14.81 1.420.62 query24 7.301.391.16 query25 0.550.280.07 query26 0.630.160.14 query27 0.050.060.05 query28 9.460.800.43 query29 12.55 4.033.33 query30 0.250.080.06 query31 2.820.570.38 query32 3.240.550.47 query33 3.063.002.98 query34 15.71 5.124.50 query35 4.554.564.54 query36 0.660.500.49 query37 0.090.070.07 query38 0.050.040.03 query39 0.030.030.02 query40 0.180.140.13 query41 0.080.030.02 query42 0.030.020.02 query43 0.030.030.03 Total cold run time: 105.38 s Total hot run time: 31.67 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] branch-2.1-pick: [Fix](SC) Prevent the values of `__DORIS_VERSION_COL__` be wrongly replaced by fake version when merging tmp rowset in sort SC #49193 [doris]
hello-stephen commented on PR #49222: URL: https://github.com/apache/doris/pull/49222#issuecomment-2733315482 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-pick: [Fix](SC) Prevent the values of `__DORIS_VERSION_COL__` be wrongly replaced by fake version when merging tmp rowset in sort SC #49193 [doris]
bobhan1 commented on PR #49222: URL: https://github.com/apache/doris/pull/49222#issuecomment-2733316647 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] [Feature](parallel-result-sink) support async fetch from multiple backends concurrently [doris]
github-actions[bot] commented on PR #47915: URL: https://github.com/apache/doris/pull/47915#issuecomment-274064 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](nereids)Fix dlog1, trim, extract_url_parameter and parse_url FE constant calculate bug. (#49074)
This is an automated email from the ASF dual-hosted git repository. lijibing 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 5d97d3a15ed [fix](nereids)Fix dlog1, trim, extract_url_parameter and parse_url FE constant calculate bug. (#49074) 5d97d3a15ed is described below commit 5d97d3a15eda37923f62675b504ddd3e653bf405 Author: James AuthorDate: Tue Mar 18 21:52:54 2025 +0800 [fix](nereids)Fix dlog1, trim, extract_url_parameter and parse_url FE constant calculate bug. (#49074) ### What problem does this PR solve? 1. dlog1 should use Math.log 2. trim/ltrim/rtrim shouldn't use regex 3. extract_url_parameter shouldn't fetch ref part. 4. parse_url need to return NULL instream of literal 'null' when we couldn't get the requested part. --- .../doris/catalog/BuiltinScalarFunctions.java | 4 +- .../functions/executable/NumericArithmetic.java| 11 - .../functions/executable/StringArithmetic.java | 67 ++- .../trees/expressions/functions/scalar/Dlog1.java | 68 --- .../expressions/visitor/ScalarFunctionVisitor.java | 5 - .../fold_constant_numeric_arithmatic.groovy| 47 +- .../fold_constant_string_arithmatic.groovy | 657 +++-- 7 files changed, 706 insertions(+), 153 deletions(-) diff --git a/fe/fe-core/src/main/java/org/apache/doris/catalog/BuiltinScalarFunctions.java b/fe/fe-core/src/main/java/org/apache/doris/catalog/BuiltinScalarFunctions.java index ae638bded38..466503ee47d 100644 --- a/fe/fe-core/src/main/java/org/apache/doris/catalog/BuiltinScalarFunctions.java +++ b/fe/fe-core/src/main/java/org/apache/doris/catalog/BuiltinScalarFunctions.java @@ -163,7 +163,6 @@ import org.apache.doris.nereids.trees.expressions.functions.scalar.Degrees; import org.apache.doris.nereids.trees.expressions.functions.scalar.Dexp; import org.apache.doris.nereids.trees.expressions.functions.scalar.Dfloor; import org.apache.doris.nereids.trees.expressions.functions.scalar.DigitalMasking; -import org.apache.doris.nereids.trees.expressions.functions.scalar.Dlog1; import org.apache.doris.nereids.trees.expressions.functions.scalar.Dlog10; import org.apache.doris.nereids.trees.expressions.functions.scalar.Domain; import org.apache.doris.nereids.trees.expressions.functions.scalar.DomainWithoutWww; @@ -639,7 +638,6 @@ public class BuiltinScalarFunctions implements FunctionHelper { scalar(Dexp.class, "dexp"), scalar(Dfloor.class, "dfloor"), scalar(DigitalMasking.class, "digital_masking"), -scalar(Dlog1.class, "dlog1"), scalar(Dlog10.class, "dlog10"), scalar(Domain.class, "domain"), scalar(DomainWithoutWww.class, "domain_without_www"), @@ -773,7 +771,7 @@ public class BuiltinScalarFunctions implements FunctionHelper { scalar(Length.class, "length"), scalar(Crc32.class, "crc32"), scalar(Like.class, "like"), -scalar(Ln.class, "ln"), +scalar(Ln.class, "ln", "dlog1"), scalar(Locate.class, "locate"), scalar(Log.class, "log"), scalar(Log10.class, "log10"), diff --git a/fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/executable/NumericArithmetic.java b/fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/executable/NumericArithmetic.java index 50faecf694d..57eda59ee7d 100644 --- a/fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/executable/NumericArithmetic.java +++ b/fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/executable/NumericArithmetic.java @@ -1064,17 +1064,6 @@ public class NumericArithmetic { return checkOutputBoundary(new DoubleLiteral(exp)); } -/** - * dlog1 - */ -@ExecFunction(name = "dlog1") -public static Expression dlog1(DoubleLiteral first) { -if (inputOutOfBound(first, 0.0d, Double.MAX_VALUE, false, true)) { -return new NullLiteral(DoubleType.INSTANCE); -} -return checkOutputBoundary(new DoubleLiteral(Math.log1p(first.getValue(; -} - /** * dlog10 */ diff --git a/fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/executable/StringArithmetic.java b/fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/executable/StringArithmetic.java index 85dbb4b273f..06cee19345e 100644 --- a/fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/executable/StringArithmetic.java +++ b/fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/functions/executable/StringArithmetic.java @@ -144,13 +144,17 @@ public class StringArithmetic { if (left) { do { result = afterReplace; -
Re: [PR] [refactor](pipeline) Refine scheduling logics [doris]
doris-robot commented on PR #49180: URL: https://github.com/apache/doris/pull/49180#issuecomment-2732172581 TPC-DS: Total hot run time: 192712 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 276935705568a9dbece2823bd109c8c5c7e42c87, data reload: false query1 1405105110431043 query2 6186196119061906 query3 11017 462145774577 query4 53749 24375 23572 23572 query5 5285548 486 486 query6 375 192 194 192 query7 5165511 291 291 query8 328 241 245 241 query9 6762261626362616 query10 433 304 254 254 query11 15433 15126 14916 14916 query12 159 105 104 104 query13 1172511 390 390 query14 9984680363386338 query15 203 189 184 184 query16 6962660 501 501 query17 1059717 554 554 query18 1505403 318 318 query19 194 190 166 166 query20 129 124 125 124 query21 210 126 110 110 query22 4340465144364436 query23 33950 33268 33444 33268 query24 5641242024392420 query25 490 490 467 467 query26 744 286 166 166 query27 1969478 341 341 query28 2917249124832483 query29 627 563 445 445 query30 272 228 192 192 query31 912 890 820 820 query32 75 64 66 64 query33 445 364 310 310 query34 751 842 509 509 query35 804 832 779 779 query36 10151011915 915 query37 127 101 82 82 query38 4162426343324263 query39 1522141414771414 query40 220 123 108 108 query41 55 56 51 51 query42 121 106 108 106 query43 508 509 474 474 query44 1321806 810 806 query45 185 171 166 166 query46 840 1017638 638 query47 1837189317811781 query48 400 427 313 313 query49 703 522 453 453 query50 723 741 423 423 query51 4326428143254281 query52 113 104 98 98 query53 234 266 200 200 query54 500 493 433 433 query55 90 83 83 83 query56 284 286 268 268 query57 1178117710961096 query58 248 239 233 233 query59 2662276628142766 query60 279 315 257 257 query61 130 128 127 127 query62 752 756 676 676 query63 222 184 185 184 query64 17031028701 701 query65 4558443044674430 query66 848 404 306 306 query67 15897 15735 15384 15384 query68 7997880 524 524 query69 546 327 259 259 query70 121910941094 query71 507 305 287 287 query72 5896359938743599 query73 1230756 350 350 query74 9232893887508750 query75 3795312126902690 query76 43371196770 770 query77 615 349 281 281 query78 10002 10178 92729272 query79 2488831 580 580 query80 708 558 518 518 query81 490 268 214 214 query82 490 130 100 100 query83 335 172 150 150 query84 283 100 74 74 query85 792 353 307 307 query86 392 286 303 286 query87 4346455343224322 query88 3573228622742274 query89 404 322 279 279 query90 1773212 217 212 query91 139 134 105 105 query92 76 58 52 52 query93 20541055584 584 query94 668 421 311 311 query95 356 269 266 266 query96 482 571 277 277 query97 3360341933083308 query98 222 203 201 201 query99 1451136313171317 Total cold run time: 299673 ms Total hot run time: 192712 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
Re: [PR] [Feature](parallel-result-sink) support async fetch from multiple backends concurrently [doris]
github-actions[bot] commented on PR #47915: URL: https://github.com/apache/doris/pull/47915#issuecomment-274194 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](nereids)Fix dlog1, trim, extract_url_parameter and parse_url FE constant calculate bug. [doris]
Jibing-Li merged PR #49074: URL: https://github.com/apache/doris/pull/49074 -- 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-49074-branch-3.0 deleted (was cf1406ec537)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch auto-pick-49074-branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git was cf1406ec537 branch-3.0: [Fix](cloud-mow) Fix FE's wrong handling when low version MS don't set tablet states for `GetDeleteBitmapUpdateLockResponse` #49165 (#49187) 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.git: Error while running github feature from auto-pick-49074-branch-2.1:.asf.yaml
An error occurred while processing the github feature in .asf.yaml: while parsing a mapping in "doris.git/.asf.yaml::github", line 78, column 1: - Build Third Party Librar ... ^ (line: 78) unexpected key not in schema 'required_pull_request_reviews' in "doris.git/.asf.yaml::github", line 81, column 1: ^ (line: 81) --- With regards, ASF Infra. - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
doris.git: Error while running github feature from auto-pick-49074-branch-3.0:.asf.yaml
An error occurred while processing the github feature in .asf.yaml: while parsing a mapping in "doris.git/.asf.yaml::github", line 72, column 1: - BE UT (Doris BE UT) ^ (line: 72) unexpected key not in schema 'required_pull_request_reviews' in "doris.git/.asf.yaml::github", line 75, column 1: required_pull_request_reviews: ^ (line: 75) --- With regards, ASF Infra. - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [PR] [refactor](pipeline) Refine scheduling logics [doris]
doris-robot commented on PR #49180: URL: https://github.com/apache/doris/pull/49180#issuecomment-2732133740 TPC-H: Total hot run time: 32500 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100 test result on commit 276935705568a9dbece2823bd109c8c5c7e42c87, data reload: false -- Round 1 -- q1 24577 501750215017 q2 2051339 198 198 q3 10320 1249685 685 q4 10219 1007534 534 q5 7533245923032303 q6 182 161 130 130 q7 894 726 591 591 q8 9295122110871087 q9 4862482748954827 q10 6809228918811881 q11 455 263 253 253 q12 346 348 216 216 q13 17794 370530873087 q14 227 227 207 207 q15 525 477 474 474 q16 615 617 599 599 q17 573 865 341 341 q18 7125654363996399 q19 1390949 532 532 q20 315 316 189 189 q21 2772216819471947 q22 1030103210031003 Total cold run time: 109909 ms Total hot run time: 32500 ms - Round 2, with runtime_filter_mode=off - q1 5156511750995099 q2 238 325 228 228 q3 2158266922652265 q4 1399180813611361 q5 4215413343774133 q6 208 169 132 132 q7 2014190717981798 q8 2601273225742574 q9 7262717971977179 q10 3004315626772677 q11 574 531 482 482 q12 712 795 608 608 q13 3611394133203320 q14 280 307 288 288 q15 519 484 485 484 q16 637 678 662 662 q17 1106157513771377 q18 7959761475527552 q19 811 795 886 795 q20 2005202519531953 q21 5435484648454845 q22 1080105410311031 Total cold run time: 52984 ms Total hot run time: 50843 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
Re: [PR] [improve](cloud-mow) MS can choose use new way or old way when processing delete bitmap lock [doris]
Thearas commented on PR #49223: URL: https://github.com/apache/doris/pull/49223#issuecomment-2733363545 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] [improve](function) memory reuse in array_map fucntion [doris]
zhangstar333 commented on PR #49212: URL: https://github.com/apache/doris/pull/49212#issuecomment-2732267325 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](connector) fix prune column result isn't pushed down issue [doris-spark-connector]
JNSimba merged PR #287: URL: https://github.com/apache/doris-spark-connector/pull/287 -- 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] [enhancement](hive)Initial support for Hive org.openx.data.jsonserde.JsonSerDe [doris]
Thearas commented on PR #49209: URL: https://github.com/apache/doris/pull/49209#issuecomment-2732199988 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: [I] [Bug] Fixed bigint display problem in doris playground [doris]
yiguolei closed issue #20468: [Bug] Fixed bigint display problem in doris playground URL: https://github.com/apache/doris/issues/20468 -- 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] [Feat](Nereids) support show databases command [doris]
xiedeyantu commented on PR #48941: URL: https://github.com/apache/doris/pull/48941#issuecomment-2732806898 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-website) branch asf-site updated (4a528ed7f28 -> df012ef3158)
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 4a528ed7f28 Automated deployment with doris branch @ b4c2bf62a8e14c6f832c21b3e129774141ab3a67 new df012ef3158 Automated deployment with doris branch @ b4c2bf62a8e14c6f832c21b3e129774141ab3a67 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 (4a528ed7f28) \ N -- N -- N refs/heads/asf-site (df012ef3158) 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/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/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 +- 8 files changed, 8 insertions(+), 8 deletions(-) - To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org
Re: [I] [Enhancement] (nereids)implement dropStatsCommand in nereids [doris]
starocean999 closed issue #42709: [Enhancement] (nereids)implement dropStatsCommand in nereids URL: https://github.com/apache/doris/issues/42709 -- 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] [Opt](exec) opt variant column in join op [doris]
hello-stephen commented on PR #49020: URL: https://github.com/apache/doris/pull/49020#issuecomment-2732855352 # BE UT Coverage Report Increment line coverage `50.00% (55/110)` :tada: [Increment coverage report](http://coverage.selectdb-in.cc/coverage/611e591320ab1a342d542c113c2fe093db4ec29b_611e591320ab1a342d542c113c2fe093db4ec29b/increment_report/index.html) [Complete coverage report](http://coverage.selectdb-in.cc/coverage/611e591320ab1a342d542c113c2fe093db4ec29b_611e591320ab1a342d542c113c2fe093db4ec29b/report/index.html) | Category | Coverage | |---|| | Function Coverage | 48.89% (13093/26780) | | Line Coverage | 38.44% (112868/293615) | | Region Coverage | 37.26% (57417/154104) | | Branch Coverage | 32.34% (28859/89240) | -- 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] [enhance](auth)Change the syntax related to role from identifier to identifierOrText [doris]
doris-robot commented on PR #49215: URL: https://github.com/apache/doris/pull/49215#issuecomment-2732894502 ClickBench: Total hot run time: 30.97 s ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools ClickBench test result on commit 3c7dd34a1f752b8b53c6f6647d8b2a81b8652769, data reload: false query1 0.040.040.04 query2 0.130.100.11 query3 0.250.190.19 query4 1.590.200.20 query5 0.590.600.58 query6 1.190.720.71 query7 0.020.020.01 query8 0.050.030.03 query9 0.580.510.52 query10 0.560.590.56 query11 0.160.100.11 query12 0.140.110.11 query13 0.600.600.60 query14 2.682.702.82 query15 0.910.840.85 query16 0.390.360.38 query17 1.041.041.02 query18 0.210.190.19 query19 1.901.921.85 query20 0.010.020.01 query21 15.36 0.860.53 query22 0.771.160.65 query23 15.03 1.360.60 query24 6.642.070.65 query25 0.450.150.22 query26 0.570.160.12 query27 0.060.050.05 query28 10.08 0.860.44 query29 12.58 3.963.28 query30 0.260.090.07 query31 2.820.590.38 query32 3.240.540.46 query33 3.023.063.01 query34 15.84 5.154.53 query35 4.534.564.53 query36 0.680.500.48 query37 0.090.060.06 query38 0.050.040.04 query39 0.030.020.02 query40 0.170.130.13 query41 0.070.030.03 query42 0.040.030.02 query43 0.030.030.03 Total cold run time: 105.45 s Total hot run time: 30.97 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
[PR] [fix](variant) fix sparse column reader [doris]
csun5285 opened a new pull request, #49211: URL: https://github.com/apache/doris/pull/49211 ### 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](variant) building index on the variant column is prohibited [doris]
doris-robot commented on PR #49159: URL: https://github.com/apache/doris/pull/49159#issuecomment-2732715236 TPC-DS: Total hot run time: 192868 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 ce10159e59835648b4ad2343054e3749b2ad4d43, data reload: false query1 1404103810301030 query2 6191195619321932 query3 11034 458245404540 query4 55254 24428 23253 23253 query5 4855572 475 475 query6 334 210 193 193 query7 4870514 292 292 query8 306 254 238 238 query9 5356261526232615 query10 430 304 256 256 query11 15116 15081 14880 14880 query12 157 113 107 107 query13 1048521 411 411 query14 10166 679068856790 query15 240 182 178 178 query16 7107650 492 492 query17 1113699 568 568 query18 1575424 312 312 query19 201 195 194 194 query20 131 128 118 118 query21 210 128 109 109 query22 4320459543754375 query23 34055 33396 33374 33374 query24 5774241623902390 query25 484 480 412 412 query26 693 293 153 153 query27 1795499 342 342 query28 2784248324712471 query29 567 569 433 433 query30 270 239 194 194 query31 882 899 800 800 query32 78 62 64 62 query33 427 369 307 307 query34 777 866 531 531 query35 799 879 800 800 query36 960 1010887 887 query37 123 108 69 69 query38 4251427441954195 query39 1495148914761476 query40 211 119 100 100 query41 52 54 49 49 query42 120 105 103 103 query43 501 505 493 493 query44 1319836 804 804 query45 181 177 174 174 query46 860 1041636 636 query47 1836187218181818 query48 392 438 324 324 query49 705 512 471 471 query50 724 805 424 424 query51 4254435942374237 query52 115 114 104 104 query53 229 260 196 196 query54 483 520 427 427 query55 89 79 82 79 query56 281 274 275 274 query57 1185119011071107 query58 251 248 241 241 query59 2795284027402740 query60 284 270 255 255 query61 121 134 119 119 query62 752 725 658 658 query63 222 195 196 195 query64 15391084710 710 query65 4520448544384438 query66 690 395 291 291 query67 16088 15643 15345 15345 query68 7511871 508 508 query69 575 306 251 251 query70 1193109211231092 query71 472 292 267 267 query72 5738366238993662 query73 1353746 351 351 query74 9031919889218921 query75 3363317426952695 query76 38911200739 739 query77 603 432 274 274 query78 988510154 92829282 query79 2260839 578 578 query80 617 538 455 455 query81 485 255 221 221 query82 645 133 94 94 query83 170 168 156 156 query84 284 110 76 76 query85 756 357 300 300 query86 364 277 295 277 query87 4565448944604460 query88 3711225222732252 query89 418 310 283 283 query90 1752209 214 209 query91 139 141 108 108 query92 70 60 53 53 query93 17751074588 588 query94 696 404 300 300 query95 346 272 255 255 query96 486 564 283 283 query97 3342337532763276 query98 225 211 196 196 query99 1343137113401340 Total cold run time: 296495 ms Total hot run time: 192868 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