Re: [PR] [Feat](Nereids) support show databases command [doris]

2025-03-18 Thread via GitHub
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 GitHu

Re: [PR] [test](mtmv) Fix regression test not stable and add log for debug (#48483) [doris]

2025-03-18 Thread via GitHub
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

Re: [PR] [enhance](third-party) Add pugixml library [doris]

2025-03-18 Thread via GitHub
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. T

Re: [PR] [fix](auth)Delete from should not check select_priv [doris]

2025-03-18 Thread via GitHub
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+y

Re: [PR] [fix](auth)Delete from should not check select_priv [doris]

2025-03-18 Thread via GitHub
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 unsubsc

[PR] [fix](auth)Delete from should not check select_priv [doris]

2025-03-18 Thread via GitHub
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 #

Re: [PR] [enhance](auth)Change the syntax related to role from identifier to identifierOrText [doris]

2025-03-18 Thread via GitHub
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 unsubsc

Re: [PR] [Improve](explode) explode function support multi param [doris]

2025-03-18 Thread via GitHub
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.e

Re: [PR] [fix](core) fix subreplace when inputting a large number of empty strings [doris]

2025-03-18 Thread via GitHub
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

Re: [PR] [feature](function) upper lower support utf8 input [doris]

2025-03-18 Thread via GitHub
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/13e357eb61988fc6d634fc5841eb90a

(doris) branch master updated (d482595773c -> dbf29fd39b2)

2025-03-18 Thread yiguolei
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

Re: [PR] [enhance](third-party) Add pugixml library [doris]

2025-03-18 Thread via GitHub
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_f7fc

Re: [PR] [test](ut) Add cases for spill sort operator [doris]

2025-03-18 Thread via GitHub
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/e0877afa88a9e8195bb76fe35583af14c

Re: [PR] [improve](cloud-mow) MS can choose use new way or old way when processing delete bitmap lock [doris]

2025-03-18 Thread via GitHub
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

Re: [PR] [fix](arrow-flight-sql) Modify the default value of `arrow_flight_sql_port` configuration [doris]

2025-03-18 Thread via GitHub
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_7df85c

Re: [PR] [enhancement](hudi)support native read hudi top level schema change table. [doris]

2025-03-18 Thread via GitHub
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_sche

Re: [PR] [feature](function) upper lower support utf8 input [doris]

2025-03-18 Thread via GitHub
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

Re: [PR] [Feat](Nereids) support show databases command [doris]

2025-03-18 Thread via GitHub
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

doris.git: Error while running github feature from master:.asf.yaml

2025-03-18 Thread Apache Infrastructure
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 11

Re: [PR] Revert "[test](beut) add pipeline UnionOperator beut" [doris]

2025-03-18 Thread via GitHub
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

Re: [PR] [test](ut) Add cases for spill sort operator [doris]

2025-03-18 Thread via GitHub
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 unsub

Re: [PR] [fix](arrow-flight-sql) Modify the default value of `arrow_flight_sql_port` configuration [doris]

2025-03-18 Thread via GitHub
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+y

Re: [PR] [fix](arrow-flight-sql) Modify the default value of `arrow_flight_sql_port` configuration [doris]

2025-03-18 Thread via GitHub
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 uns

Re: [PR] branch-3.0: [fix](mow) check correctness for mow get_agg #49160 [doris]

2025-03-18 Thread via GitHub
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

[PR] [fix](arrow-flight-sql) Modify the default value of `arrow_flight_sql_port` configuration [doris]

2025-03-18 Thread via GitHub
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

Re: [PR] [test](mtmv) Fix regression test not stable and add log for debug (#48483) [doris]

2025-03-18 Thread via GitHub
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

Re: [PR] branch-3.0: [fix](function) Undefined behavior in parse_url #49149 [doris]

2025-03-18 Thread via GitHub
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/8d4708545ccd682779a9ab75ca9b2f22c

Re: [PR] [case](restore) Rename repo name of backup-restore regression cases with suite name [doris]

2025-03-18 Thread via GitHub
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

Re: [PR] [enhance](third-party) Add pugixml library [doris]

2025-03-18 Thread via GitHub
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

Re: [PR] Revert "[test](beut) add pipeline UnionOperator beut" [doris]

2025-03-18 Thread via GitHub
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

Re: [PR] [feature](nereids)support stream load in nereids [doris]

2025-03-18 Thread via GitHub
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

Re: [PR] [refactor](pipeline) Refactor state transition in pipeline task [doris]

2025-03-18 Thread via GitHub
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 un

Re: [PR] [refactor](pipeline) Refactor state transition in pipeline task [doris]

2025-03-18 Thread via GitHub
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+y

Re: [PR] [fix](core) fix subreplace when inputting a large number of empty strings [doris]

2025-03-18 Thread via GitHub
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

doris.git: Error while running github feature from master:.asf.yaml

2025-03-18 Thread Apache Infrastructure
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 11

Re: [PR] [Opt](exec) opt variant column in join op [doris]

2025-03-18 Thread via GitHub
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

Re: [PR] [fix](playground) Fixed bigint display problem in doris playground [doris]

2025-03-18 Thread via GitHub
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.apa

Re: [PR] [fix](webui) add connection context to avoid NPE [doris]

2025-03-18 Thread via GitHub
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 GitHu

doris.git: Error while running github feature from auto-pick-49000-branch-2.1:.asf.yaml

2025-03-18 Thread Apache Infrastructure
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::g

(doris) branch auto-pick-49000-branch-2.1 updated (7355cfe8b64 -> 237b9e581e8)

2025-03-18 Thread github-bot
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 me

doris.git: Error while running github feature from auto-pick-49000-branch-2.1:.asf.yaml

2025-03-18 Thread Apache Infrastructure
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::g

(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)

2025-03-18 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch branch-3.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-3.0 by this push: new cf1406ec537 branch-3.0: [Fix](cloud-

doris.git: Error while running github feature from auto-pick-49180-branch-3.0:.asf.yaml

2025-03-18 Thread Apache Infrastructure
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", li

doris.git: Error while running github feature from main:.asf.yaml

2025-03-18 Thread Apache Infrastructure
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", li

Re: [PR] [refactor](pipeline) Refine scheduling logics [doris]

2025-03-18 Thread via GitHub
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.ap

Re: [PR] branch-3.0: [fix](mow) check correctness for mow get_agg #49160 [doris]

2025-03-18 Thread via GitHub
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 unsu

Re: [PR] [chore](profile) Modify profile structure [doris]

2025-03-18 Thread via GitHub
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. T

Re: [PR] [opt](inverted index) refactor code structure and improve pointer null checks [doris]

2025-03-18 Thread via GitHub
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

Re: [PR] [Docs](readme) Fix typos and refine content in README [doris]

2025-03-18 Thread via GitHub
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 un

doris.git: Error while running github feature from master:.asf.yaml

2025-03-18 Thread Apache Infrastructure
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 11

Re: [PR] [Enhancement] (nereids) implement AdminRepairTableCommand,AdminCancelRepairTableCommand,Admin… [doris]

2025-03-18 Thread via GitHub
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+pro

Re: [PR] [fix](variant) fix sparse column reader [doris]

2025-03-18 Thread via GitHub
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+y

doris.git: Error while running github feature from master:.asf.yaml

2025-03-18 Thread Apache Infrastructure
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 11

Re: [PR] [feature](index change)Support light index change for ngram bf index [doris]

2025-03-18 Thread via GitHub
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

[PR] [Docs](readme) Fix typos and refine content in README [doris]

2025-03-18 Thread via GitHub
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 - [

Re: [PR] [feature](index change)Support light index change for ngram bf index [doris]

2025-03-18 Thread via GitHub
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

(doris) branch auto-pick-49153-branch-2.1 deleted (was adebd058ff8)

2025-03-18 Thread github-bot
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

Re: [PR] branch-2.1: [fix](named_struct) fix named_struct signature which deduce wrong for nested decimal precision #48964 [doris]

2025-03-18 Thread via GitHub
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

Re: [PR] [Chore](runtime-filter) remove wrong check and set disable when SyncSizeClosure meet eof status [doris]

2025-03-18 Thread via GitHub
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 GitHu

Re: [PR] [improve] auto create Doris table for new MongoDB collections in Data… [doris-flink-connector]

2025-03-18 Thread via GitHub
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.

doris.git: Error while running github feature from branch-2.1:.asf.yaml

2025-03-18 Thread Apache Infrastructure
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::g

Re: [I] [Enhancement] (nereids)implement dropStatsCommand in nereids [doris]

2025-03-18 Thread via GitHub
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 s

Re: [PR] [Docs](readme) Fix typos and refine content in README [doris]

2025-03-18 Thread via GitHub
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 UR

Re: [PR] [Chore](runtime-filter) remove wrong check and set disable when SyncSizeClosure meet eof status [doris]

2025-03-18 Thread via GitHub
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.apa

Re: [PR] [enhancement](hive)Initial support for Hive org.openx.data.jsonserde.JsonSerDe [doris]

2025-03-18 Thread via GitHub
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

Re: [PR] [fix](function) Fix format_round function [doris]

2025-03-18 Thread via GitHub
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.a

[PR] Add document of assert_true [doris-website]

2025-03-18 Thread via GitHub
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

Re: [PR] [fix](catalog)when checkpoint,use cacheThreadPool [doris]

2025-03-18 Thread via GitHub
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 GitHu

Re: [PR] [feature](vault) Support database level storage vault [doris]

2025-03-18 Thread via GitHub
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

Re: [PR] [opt](inverted index) Enhance I/O statistics collection for the inverted index in file cache scenarios [doris-thirdparty]

2025-03-18 Thread via GitHub
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...@

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]

2025-03-18 Thread via GitHub
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 UR

Re: [PR] [opt](inverted index) refactor code structure and improve pointer null checks [doris]

2025-03-18 Thread via GitHub
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 GitHu

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]

2025-03-18 Thread via GitHub
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

Re: [PR] [Opt](exec) opt variant column in join op [doris]

2025-03-18 Thread via GitHub
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 un

Re: [PR] [feature](vault) Support database level storage vault [doris]

2025-03-18 Thread via GitHub
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

Re: [PR] [Feature](literal)Support TimeV2Literal [doris]

2025-03-18 Thread via GitHub
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 (AS

Re: [PR] [feature](vault) Support database level storage vault [doris]

2025-03-18 Thread via GitHub
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

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]

2025-03-18 Thread via GitHub
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+pro

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]

2025-03-18 Thread via GitHub
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 unsu

Re: [PR] [Feature](parallel-result-sink) support async fetch from multiple backends concurrently [doris]

2025-03-18 Thread via GitHub
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 GitHu

(doris) branch master updated: [fix](nereids)Fix dlog1, trim, extract_url_parameter and parse_url FE constant calculate bug. (#49074)

2025-03-18 Thread lijibing
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, extr

Re: [PR] [refactor](pipeline) Refine scheduling logics [doris]

2025-03-18 Thread via GitHub
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

Re: [PR] [Feature](parallel-result-sink) support async fetch from multiple backends concurrently [doris]

2025-03-18 Thread via GitHub
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 UR

Re: [PR] [fix](nereids)Fix dlog1, trim, extract_url_parameter and parse_url FE constant calculate bug. [doris]

2025-03-18 Thread via GitHub
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.ap

(doris) branch auto-pick-49074-branch-3.0 deleted (was cf1406ec537)

2025-03-18 Thread github-bot
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

doris.git: Error while running github feature from auto-pick-49074-branch-2.1:.asf.yaml

2025-03-18 Thread Apache Infrastructure
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::g

doris.git: Error while running github feature from auto-pick-49074-branch-3.0:.asf.yaml

2025-03-18 Thread Apache Infrastructure
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", li

Re: [PR] [refactor](pipeline) Refine scheduling logics [doris]

2025-03-18 Thread via GitHub
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

Re: [PR] [improve](cloud-mow) MS can choose use new way or old way when processing delete bitmap lock [doris]

2025-03-18 Thread via GitHub
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+y

Re: [PR] [improve](function) memory reuse in array_map fucntion [doris]

2025-03-18 Thread via GitHub
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

Re: [PR] [fix](connector) fix prune column result isn't pushed down issue [doris-spark-connector]

2025-03-18 Thread via GitHub
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..

Re: [PR] [enhancement](hive)Initial support for Hive org.openx.data.jsonserde.JsonSerDe [doris]

2025-03-18 Thread via GitHub
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+y

Re: [I] [Bug] Fixed bigint display problem in doris playground [doris]

2025-03-18 Thread via GitHub
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 co

Re: [PR] [Feat](Nereids) support show databases command [doris]

2025-03-18 Thread via GitHub
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 u

(doris-website) branch asf-site updated (4a528ed7f28 -> df012ef3158)

2025-03-18 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git discard 4a528ed7f28 Automated deployment with doris branch @ b4c2bf62a8e14c6f832c21b3e129774141ab3a67 new d

Re: [I] [Enhancement] (nereids)implement dropStatsCommand in nereids [doris]

2025-03-18 Thread via GitHub
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 s

Re: [PR] [Opt](exec) opt variant column in join op [doris]

2025-03-18 Thread via GitHub
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/611e591320ab1a342d542c113c2fe09

Re: [PR] [enhance](auth)Change the syntax related to role from identifier to identifierOrText [doris]

2025-03-18 Thread via GitHub
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

[PR] [fix](variant) fix sparse column reader [doris]

2025-03-18 Thread via GitHub
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

Re: [PR] [fix](variant) building index on the variant column is prohibited [doris]

2025-03-18 Thread via GitHub
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

  1   2   3   4   5   6   7   8   >