Re: [PR] [fix](case) adjust ak sk for multi cloud test case [doris]

2024-08-06 Thread via GitHub
github-actions[bot] commented on PR #38749: URL: https://github.com/apache/doris/pull/38749#issuecomment-2272759738 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] [improvement](statistics)Return -1 when external table row count is unknown. [doris]

2024-08-06 Thread via GitHub
Jibing-Li commented on code in PR #38990: URL: https://github.com/apache/doris/pull/38990#discussion_r1706481515 ## fe/fe-core/src/main/java/org/apache/doris/datasource/ExternalRowCountCache.java: ## @@ -86,56 +86,50 @@ protected Optional doLoad(RowCountKey rowCountKey) {

Re: [PR] [improvement](statistics)Return -1 when external table row count is unknown. [doris]

2024-08-06 Thread via GitHub
Jibing-Li commented on code in PR #38990: URL: https://github.com/apache/doris/pull/38990#discussion_r1706481515 ## fe/fe-core/src/main/java/org/apache/doris/datasource/ExternalRowCountCache.java: ## @@ -86,56 +86,50 @@ protected Optional doLoad(RowCountKey rowCountKey) {

Re: [PR] [bug](parquet)Fix the problem that the parquet reader reads the missing sub-columns of the struct and fails. [doris]

2024-08-06 Thread via GitHub
github-actions[bot] commented on PR #38718: URL: https://github.com/apache/doris/pull/38718#issuecomment-2272757458 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] [improvement](statistics)Return -1 when external table row count is unknown. [doris]

2024-08-06 Thread via GitHub
Jibing-Li commented on code in PR #38990: URL: https://github.com/apache/doris/pull/38990#discussion_r1706481515 ## fe/fe-core/src/main/java/org/apache/doris/datasource/ExternalRowCountCache.java: ## @@ -86,56 +86,50 @@ protected Optional doLoad(RowCountKey rowCountKey) {

Re: [PR] [bug](parquet)Fix the problem that the parquet reader reads the missing sub-columns of the struct and fails. [doris]

2024-08-06 Thread via GitHub
github-actions[bot] commented on PR #38718: URL: https://github.com/apache/doris/pull/38718#issuecomment-2272757497 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] [Feature](function) support array_contains_all function [doris]

2024-08-06 Thread via GitHub
github-actions[bot] commented on PR #38376: URL: https://github.com/apache/doris/pull/38376#issuecomment-2272753573 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] [Feature](function) support array_contains_all function [doris]

2024-08-06 Thread via GitHub
github-actions[bot] commented on PR #38376: URL: https://github.com/apache/doris/pull/38376#issuecomment-2272753497 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: [I] [Bug] spark connector, when doris table is non-paritioned. where clause is useless [doris-spark-connector]

2024-08-06 Thread via GitHub
gnehil commented on issue #223: URL: https://github.com/apache/doris-spark-connector/issues/223#issuecomment-2272750114 > > > > Which Spark connector version are you using? > > > > > > > > > 1.3.1 > > > org.apache.doris spark-doris-connector-3.2_${spark.scala.version} 1.3.1

Re: [PR] Revert "[Opt](heartbeat) improve the tolerance of the cluster to occasional heartbeat failures" [doris]

2024-08-06 Thread via GitHub
doris-robot commented on PR #39021: URL: https://github.com/apache/doris/pull/39021#issuecomment-2272748324 TPC-H: Total hot run time: 41415 ms ``` machine: 'aliyun_ecs.c7a.8xlarge_32C64G' scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools Tpch sf100

Re: [PR] [cherry-pick](branch-2.1) Pick "[Fix](group commit) Fix multiple cluster group commit BE select strategy (#38644)" [doris]

2024-08-06 Thread via GitHub
Yukang-Lian commented on PR #39010: URL: https://github.com/apache/doris/pull/39010#issuecomment-2272749043 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

(doris) branch master updated: [fix](Nereids) lock table when generate distribute plan (#38950)

2024-08-06 Thread huajianlan
This is an automated email from the ASF dual-hosted git repository. huajianlan 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 3eb950119a4 [fix](Nereids) lock table when ge

Re: [PR] [fix](Nereids) lock table when generate distribute plan [doris]

2024-08-06 Thread via GitHub
924060929 merged PR #38950: URL: https://github.com/apache/doris/pull/38950 -- 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] [opt](nereids) adjust broadcast/shuffle join [doris]

2024-08-06 Thread via GitHub
xzj7019 commented on code in PR #37823: URL: https://github.com/apache/doris/pull/37823#discussion_r1706472719 ## regression-test/suites/tpcds_sf1_unique_p1/sql/q24_2.sql: ## @@ -1,46 +1,47 @@ -WITH - ssales AS ( - SELECT - c_last_name - , c_first_name - , s_store_nam

Re: [PR] [Enhancement](wal) modify wal api which hard to use [doris]

2024-08-06 Thread via GitHub
Yukang-Lian commented on PR #38895: URL: https://github.com/apache/doris/pull/38895#issuecomment-2272746184 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] [opt](nereids) adjust broadcast/shuffle join [doris]

2024-08-06 Thread via GitHub
xzj7019 commented on code in PR #37823: URL: https://github.com/apache/doris/pull/37823#discussion_r1706472225 ## regression-test/suites/tpcds_sf1_unique_p1/sql/q24_1.sql: ## @@ -1,46 +1,46 @@ -WITH - ssales AS ( - SELECT - c_last_name - , c_first_name - , s_store_nam

Re: [PR] [fix](function) Results for stddev with nan and inf are unstable. [doris]

2024-08-06 Thread via GitHub
github-actions[bot] commented on PR #38866: URL: https://github.com/apache/doris/pull/38866#issuecomment-2272744387 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

(doris-website) branch master updated: [fix]fix broken links (#960)

2024-08-06 Thread luzhijing
This is an automated email from the ASF dual-hosted git repository. luzhijing pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/master by this push: new 24c3beea2c [fix]fix broken links (#960

Re: [PR] [fix](function) Results for stddev with nan and inf are unstable. [doris]

2024-08-06 Thread via GitHub
github-actions[bot] commented on PR #38866: URL: https://github.com/apache/doris/pull/38866#issuecomment-2272744355 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]fix broken links [doris-website]

2024-08-06 Thread via GitHub
luzhijing merged PR #960: URL: https://github.com/apache/doris-website/pull/960 -- 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...@dori

Re: [PR] [feature](cloud) Add lazy commit mechanism for `commit_txn` [doris]

2024-08-06 Thread via GitHub
SWJTU-ZhangLei commented on PR #38243: URL: https://github.com/apache/doris/pull/38243#issuecomment-2272741527 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.

[PR] [fix](cdc) Fix possible loss of precision in MongoCDC Decimal sampling. [doris-flink-connector]

2024-08-06 Thread via GitHub
bingquanzhao opened a new pull request, #463: URL: https://github.com/apache/doris-flink-connector/pull/463 Fix a possible loss of precision when decimal and other number types appear in the same field in the sampled data. -- This is an automated message from the Apache Git Service. To re

Re: [PR] [chore](table) Add batch method to get visible version of the olap table [doris]

2024-08-06 Thread via GitHub
w41ter commented on PR #38949: URL: https://github.com/apache/doris/pull/38949#issuecomment-2272739305 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] [opt](test)Add expected indices count check [doris]

2024-08-06 Thread via GitHub
qidaye commented on PR #39024: URL: https://github.com/apache/doris/pull/39024#issuecomment-2272739273 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] [opt](test)Add expected indices count check [doris]

2024-08-06 Thread via GitHub
doris-robot commented on PR #39024: URL: https://github.com/apache/doris/pull/39024#issuecomment-2272738985 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

[PR] [opt](test)Add expected indices count check [doris]

2024-08-06 Thread via GitHub
qidaye opened a new pull request, #39024: URL: https://github.com/apache/doris/pull/39024 ## Proposed changes Only when the expected_indices_count is 0, the tablet may not have the index file. -- This is an automated message from the Apache Git Service. To respond to the me

Re: [PR] [Improvement](inverted index) lazy init inverted index file reader [doris]

2024-08-06 Thread via GitHub
github-actions[bot] commented on PR #38979: URL: https://github.com/apache/doris/pull/38979#issuecomment-2272737464 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] [Improvement](inverted index) lazy init inverted index file reader [doris]

2024-08-06 Thread via GitHub
github-actions[bot] commented on PR #38979: URL: https://github.com/apache/doris/pull/38979#issuecomment-2272737508 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] [improve](config)del useless creation config for inverted index [doris]

2024-08-06 Thread via GitHub
amorynan commented on PR #39005: URL: https://github.com/apache/doris/pull/39005#issuecomment-2272736379 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] [Fix](Planner) fix delete from using does not attach partition information [doris]

2024-08-06 Thread via GitHub
LiBinfeng-01 commented on PR #39020: URL: https://github.com/apache/doris/pull/39020#issuecomment-2272735289 run performance -- 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.

Re: [PR] [Fix](parquet-reader) Fix and optimize parquet min-max filtering. [doris]

2024-08-06 Thread via GitHub
morningman commented on code in PR #38277: URL: https://github.com/apache/doris/pull/38277#discussion_r1706463534 ## be/test/vec/exec/parquet/parquet_corrupt_statistics_test.cpp: ## @@ -0,0 +1,134 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more cont

Re: [PR] [opt](nereids) adjust broadcast/shuffle join [doris]

2024-08-06 Thread via GitHub
github-actions[bot] commented on PR #37823: URL: https://github.com/apache/doris/pull/37823#issuecomment-2272729445 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](nereids) adjust broadcast/shuffle join [doris]

2024-08-06 Thread via GitHub
github-actions[bot] commented on PR #37823: URL: https://github.com/apache/doris/pull/37823#issuecomment-2272729406 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] [Performance](opt) opt the order by performance in permutation [doris]

2024-08-06 Thread via GitHub
github-actions[bot] commented on code in PR #39023: URL: https://github.com/apache/doris/pull/39023#discussion_r1706459490 ## be/src/vec/columns/column_decimal.h: ## @@ -21,6 +21,7 @@ #pragma once #include Review Comment: warning: 'glog/logging.h' file not found [clang-

Re: [PR] [Fix](merge-on-write) Fix FE may use the staled response to wrongly commit txn [doris]

2024-08-06 Thread via GitHub
github-actions[bot] commented on PR #39018: URL: https://github.com/apache/doris/pull/39018#issuecomment-2272727825 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [fix](memory) Fix Allocator release memory to correct MemTracker after TLS attach task ends [doris]

2024-08-06 Thread via GitHub
xinyiZzz commented on PR #38959: URL: https://github.com/apache/doris/pull/38959#issuecomment-2272726099 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] Revert "[Opt](heartbeat) improve the tolerance of the cluster to occasional heartbeat failures" [doris]

2024-08-06 Thread via GitHub
github-actions[bot] commented on PR #39021: URL: https://github.com/apache/doris/pull/39021#issuecomment-2272725929 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] Revert "[Opt](heartbeat) improve the tolerance of the cluster to occasional heartbeat failures" [doris]

2024-08-06 Thread via GitHub
github-actions[bot] commented on PR #39021: URL: https://github.com/apache/doris/pull/39021#issuecomment-2272725890 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] Var nested [doris]

2024-08-06 Thread via GitHub
github-actions[bot] commented on code in PR #39022: URL: https://github.com/apache/doris/pull/39022#discussion_r1706453662 ## be/src/vec/columns/column_object.cpp: ## @@ -415,6 +456,71 @@ void ColumnObject::Subcolumn::insert(Field field, FieldInfo info) { data.back()->inse

Re: [PR] [Performance](opt) opt the order by performance in permutation [doris]

2024-08-06 Thread via GitHub
doris-robot commented on PR #39023: URL: https://github.com/apache/doris/pull/39023#issuecomment-2272719473 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

[PR] [Performance](opt) opt the order by performance in permutation [doris]

2024-08-06 Thread via GitHub
HappenLee opened a new pull request, #39023: URL: https://github.com/apache/doris/pull/39023 ## Proposed changes cherry pick #38985 -- 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 t

Re: [PR] [fix](planner) Empty table source should not begin a transaction to avoid infinite transaction [doris]

2024-08-06 Thread via GitHub
TangSiyang2001 commented on PR #38991: URL: https://github.com/apache/doris/pull/38991#issuecomment-2272715872 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.

Re: [PR] [Fix](merge-on-write) Fix FE may use the staled response to wrongly commit txn [doris]

2024-08-06 Thread via GitHub
bobhan1 commented on PR #39018: URL: https://github.com/apache/doris/pull/39018#issuecomment-2272718270 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] [fix](boolean) fix cast as boolean error [doris]

2024-08-06 Thread via GitHub
nextdreamblue commented on PR #38786: URL: https://github.com/apache/doris/pull/38786#issuecomment-2272718002 run performance -- 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.

Re: [PR] [improve](explode-json-array)change explode-json-array-xx func signature from string to json type [doris]

2024-08-06 Thread via GitHub
amorynan commented on code in PR #37278: URL: https://github.com/apache/doris/pull/37278#discussion_r1706447760 ## be/src/vec/exprs/table_function/vexplode_json_array.cpp: ## @@ -59,10 +61,12 @@ void VExplodeJsonArrayTableFunction::process_row(size_t row_idx) { StringRef

Re: [PR] [fix](move-memtable) multi replica tables should tolerate minority failures [doris]

2024-08-06 Thread via GitHub
github-actions[bot] commented on PR #38003: URL: https://github.com/apache/doris/pull/38003#issuecomment-2272711863 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [fix](cluster key) some data type is not supported for cluster key [doris]

2024-08-06 Thread via GitHub
mymeiyi commented on PR #38966: URL: https://github.com/apache/doris/pull/38966#issuecomment-2272710844 run performance -- 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

Re: [PR] [fix](cluster key) some data type is not supported for cluster key [doris]

2024-08-06 Thread via GitHub
mymeiyi commented on PR #38966: URL: https://github.com/apache/doris/pull/38966#issuecomment-2272710574 run cloud_p1 -- 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] Var nested [doris]

2024-08-06 Thread via GitHub
doris-robot commented on PR #39022: URL: https://github.com/apache/doris/pull/39022#issuecomment-2272707268 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

[PR] Var nested [doris]

2024-08-06 Thread via GitHub
eldenmoon opened a new pull request, #39022: URL: https://github.com/apache/doris/pull/39022 ## Proposed changes Issue Number: close #xxx -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

Re: [PR] [fix](move-memtable) multi replica tables should tolerate minority failures [doris]

2024-08-06 Thread via GitHub
kaijchen commented on PR #38003: URL: https://github.com/apache/doris/pull/38003#issuecomment-2272700679 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] Revert "[Opt](heartbeat) improve the tolerance of the cluster to occasional heartbeat failures" [doris]

2024-08-06 Thread via GitHub
liaoxin01 commented on PR #39021: URL: https://github.com/apache/doris/pull/39021#issuecomment-2272697913 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] Revert "[Opt](heartbeat) improve the tolerance of the cluster to occasional heartbeat failures" [doris]

2024-08-06 Thread via GitHub
doris-robot commented on PR #39021: URL: https://github.com/apache/doris/pull/39021#issuecomment-2272697804 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

[PR] Revert "[Opt](heartbeat) improve the tolerance of the cluster to occasional heartbeat failures" [doris]

2024-08-06 Thread via GitHub
liaoxin01 opened a new pull request, #39021: URL: https://github.com/apache/doris/pull/39021 Reverts apache/doris#38896 -- 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

Re: [PR] [Improvement](inverted index) lazy init inverted index file reader [doris]

2024-08-06 Thread via GitHub
github-actions[bot] commented on PR #38979: URL: https://github.com/apache/doris/pull/38979#issuecomment-2272697609 clang-tidy review says "All clean, LGTM! :+1:" -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

(doris) branch revert-38896-opt_hb created (now 3081fae10cd)

2024-08-06 Thread liaoxin
This is an automated email from the ASF dual-hosted git repository. liaoxin pushed a change to branch revert-38896-opt_hb in repository https://gitbox.apache.org/repos/asf/doris.git at 3081fae10cd Revert "[Opt](heartbeat) improve the tolerance of the cluster to occasional h…" This branch

(doris) 01/01: Revert "[Opt](heartbeat) improve the tolerance of the cluster to occasional h…"

2024-08-06 Thread liaoxin
This is an automated email from the ASF dual-hosted git repository. liaoxin pushed a commit to branch revert-38896-opt_hb in repository https://gitbox.apache.org/repos/asf/doris.git commit 3081fae10cd22472c0f8ee260c13089cec102181 Author: Xin Liao AuthorDate: Wed Aug 7 14:15:12 2024 +0800 Re

Re: [PR] [enhancement](Nereids) fast compute hash code of deep expression tree to reduce conflict [doris]

2024-08-06 Thread via GitHub
924060929 commented on PR #38981: URL: https://github.com/apache/doris/pull/38981#issuecomment-2272695108 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] [Fix](Planner) fix delete from using does not attach partition information [doris]

2024-08-06 Thread via GitHub
LiBinfeng-01 commented on PR #39020: URL: https://github.com/apache/doris/pull/39020#issuecomment-2272692844 run performance -- 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.

Re: [PR] [fix](deploy)Fix unnecessary file lock release in LocalFileDeployManager which causes lots of exception log. [doris]

2024-08-06 Thread via GitHub
biohazard4321 commented on PR #38510: URL: https://github.com/apache/doris/pull/38510#issuecomment-2272691545 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. T

Re: [PR] [opt](catalog) modify some meta cache logic [doris]

2024-08-06 Thread via GitHub
morningman commented on PR #38506: URL: https://github.com/apache/doris/pull/38506#issuecomment-2272690700 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) branch branch-2.1 updated: [fix](catalog) remove backend in black list from candidate backends for external table (#38984)

2024-08-06 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new 843afccdf90 [fix](catalog) remove bac

Re: [PR] [fix](catalog) remove backend in black list from candidate backends for external table [doris]

2024-08-06 Thread via GitHub
morningman merged PR #38984: URL: https://github.com/apache/doris/pull/38984 -- 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

Re: [PR] [Improvement](inverted index) lazy init inverted index file reader [doris]

2024-08-06 Thread via GitHub
airborne12 commented on PR #38979: URL: https://github.com/apache/doris/pull/38979#issuecomment-2272689663 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

Re: [PR] [improve](config)del useless creation config for inverted index [doris]

2024-08-06 Thread via GitHub
amorynan commented on PR #39005: URL: https://github.com/apache/doris/pull/39005#issuecomment-2272688308 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] [fix](boolean) fix cast as boolean error [doris]

2024-08-06 Thread via GitHub
nextdreamblue commented on PR #38786: URL: https://github.com/apache/doris/pull/38786#issuecomment-2272685817 run performance -- 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.

Re: [I] [Enhancement](doris-future) Support "REGR_" aggregation functions (PART II) [doris]

2024-08-06 Thread via GitHub
ShivamChavan01 commented on issue #38975: URL: https://github.com/apache/doris/issues/38975#issuecomment-2272685126 Can I work On It @zclllyybb -- 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

(doris-flink-connector) branch master updated: [Fix](schema-chaneg) fix default empty to null (#456)

2024-08-06 Thread diwu
This is an automated email from the ASF dual-hosted git repository. diwu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-flink-connector.git The following commit(s) were added to refs/heads/master by this push: new 25783492 [Fix](schema-chaneg) fix d

Re: [PR] [Fix](schema-chaneg) fix default empty to null [doris-flink-connector]

2024-08-06 Thread via GitHub
JNSimba merged PR #456: URL: https://github.com/apache/doris-flink-connector/pull/456 -- 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](Planner) fix delete from using does not attach partition information [doris]

2024-08-06 Thread via GitHub
LiBinfeng-01 commented on PR #39020: URL: https://github.com/apache/doris/pull/39020#issuecomment-2272678347 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](Planner) fix delete from using does not attach partition information [doris]

2024-08-06 Thread via GitHub
doris-robot commented on PR #39020: URL: https://github.com/apache/doris/pull/39020#issuecomment-2272678297 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

[PR] [Fix](Planner) fix delete from using does not attach partition information [doris]

2024-08-06 Thread via GitHub
LiBinfeng-01 opened a new pull request, #39020: URL: https://github.com/apache/doris/pull/39020 Problem: when use delete from using clause and assign partition information, it would delete more data from other partition Solved: add partition information when transfer delete clause i

[PR] [fix](Nereids) cast to boolean wrong when constant folding by be [doris]

2024-08-06 Thread via GitHub
morrySnow opened a new pull request, #39019: URL: https://github.com/apache/doris/pull/39019 not add case because be return wrong answer for this select cast(2.0 as boolean); -- should return 1 not 2 -- This is an automated message from the Apache Git Service. To respond to

Re: [PR] [fix](Nereids) cast to boolean wrong when constant folding by be [doris]

2024-08-06 Thread via GitHub
morrySnow commented on PR #39019: URL: https://github.com/apache/doris/pull/39019#issuecomment-2272676396 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] [fix](Nereids) cast to boolean wrong when constant folding by be [doris]

2024-08-06 Thread via GitHub
doris-robot commented on PR #39019: URL: https://github.com/apache/doris/pull/39019#issuecomment-2272676327 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] [Improment]Limit remote scan IO [doris]

2024-08-06 Thread via GitHub
yiguolei commented on PR #39012: URL: https://github.com/apache/doris/pull/39012#issuecomment-2272675688 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] [Fix](Planner) fix delete from using does not attach partition information [doris]

2024-08-06 Thread via GitHub
github-actions[bot] commented on PR #39011: URL: https://github.com/apache/doris/pull/39011#issuecomment-2272673049 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](Planner) fix delete from using does not attach partition information [doris]

2024-08-06 Thread via GitHub
github-actions[bot] commented on PR #39011: URL: https://github.com/apache/doris/pull/39011#issuecomment-2272673015 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](multi-catalog) Fix not throw error when call close() in hive/iceberg writer. [doris]

2024-08-06 Thread via GitHub
github-actions[bot] commented on PR #38987: URL: https://github.com/apache/doris/pull/38987#issuecomment-2272672411 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](multi-catalog) Fix not throw error when call close() in hive/iceberg writer. [doris]

2024-08-06 Thread via GitHub
github-actions[bot] commented on PR #38987: URL: https://github.com/apache/doris/pull/38987#issuecomment-2272672439 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

(doris) branch branch-2.1 updated: [Fix](nereids) fix partition_prune or expression evaluate wrongly (#38897) (#38998)

2024-08-06 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new f9788b4ca52 [Fix](nereids) fix partitio

Re: [PR] [Fix](nereids) fix partition_prune or expression evaluate wrongly (#38897) [doris]

2024-08-06 Thread via GitHub
yiguolei merged PR #38998: URL: https://github.com/apache/doris/pull/38998 -- 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

(doris) branch branch-2.0 updated: [fix](outfile)fix outfile (#38830)

2024-08-06 Thread airborne
This is an automated email from the ASF dual-hosted git repository. airborne pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.0 by this push: new f6d3afcd443 [fix](outfile)fix outfile (

Re: [PR] [fix](outfile)fix outfile [doris]

2024-08-06 Thread via GitHub
airborne12 merged PR #38830: URL: https://github.com/apache/doris/pull/38830 -- 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

Re: [PR] [Fix](Exception) throw exception in defer may result std::terminate (… [doris]

2024-08-06 Thread via GitHub
yiguolei merged PR #39007: URL: https://github.com/apache/doris/pull/39007 -- 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

(doris) branch branch-2.1 updated: [Fix](Exception) throw exception in defer may result std::terminate (… (#39007)

2024-08-06 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-2.1 by this push: new 7550fbaff7d [Fix](Exception) throw exce

Re: [PR] [fix](planner) Empty table source should not begin a transaction to avoid infinite transaction [doris]

2024-08-06 Thread via GitHub
TangSiyang2001 commented on PR #38991: URL: https://github.com/apache/doris/pull/38991#issuecomment-2272664306 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.

Re: [PR] [fix](outfile)fix outfile [doris]

2024-08-06 Thread via GitHub
github-actions[bot] commented on PR #38830: URL: https://github.com/apache/doris/pull/38830#issuecomment-2272661048 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](outfile)fix outfile [doris]

2024-08-06 Thread via GitHub
github-actions[bot] commented on PR #38830: URL: https://github.com/apache/doris/pull/38830#issuecomment-2272661014 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] [chore](S3Load) Add log for FE's list object operation [doris]

2024-08-06 Thread via GitHub
github-actions[bot] commented on PR #38948: URL: https://github.com/apache/doris/pull/38948#issuecomment-2272657910 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](S3Load) Add log for FE's list object operation [doris]

2024-08-06 Thread via GitHub
github-actions[bot] commented on PR #38948: URL: https://github.com/apache/doris/pull/38948#issuecomment-2272657879 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](mtmv) Fix select literal result wrongly in group by when use materialized view [doris]

2024-08-06 Thread via GitHub
github-actions[bot] commented on PR #38958: URL: https://github.com/apache/doris/pull/38958#issuecomment-2272653179 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](mtmv) Fix select literal result wrongly in group by when use materialized view [doris]

2024-08-06 Thread via GitHub
github-actions[bot] commented on PR #38958: URL: https://github.com/apache/doris/pull/38958#issuecomment-2272653141 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](window_funnel) fix wrong result of window_funnel [doris]

2024-08-06 Thread via GitHub
jacktengg commented on PR #38954: URL: https://github.com/apache/doris/pull/38954#issuecomment-2272651058 run cloud_p1 -- 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] [Enhancement]use awaitility.await() add in variant and schema testcase [doris]

2024-08-06 Thread via GitHub
Vallishp commented on PR #38836: URL: https://github.com/apache/doris/pull/38836#issuecomment-2272650621 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] [fix](Nereids) lock table when generate distribute plan [doris]

2024-08-06 Thread via GitHub
github-actions[bot] commented on PR #38950: URL: https://github.com/apache/doris/pull/38950#issuecomment-2272650123 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) lock table when generate distribute plan [doris]

2024-08-06 Thread via GitHub
github-actions[bot] commented on PR #38950: URL: https://github.com/apache/doris/pull/38950#issuecomment-2272650092 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] [Enhancement]use awaitility.await() in schema testcases #37817 [doris]

2024-08-06 Thread via GitHub
Vallishp commented on PR #38869: URL: https://github.com/apache/doris/pull/38869#issuecomment-2272649120 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] [Enhancement]use awaitility.await() in schema testcases #37817 [doris]

2024-08-06 Thread via GitHub
Vallishp commented on PR #38869: URL: https://github.com/apache/doris/pull/38869#issuecomment-2272648762 run build all -- 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](inverted index) Add multi_match function (#37722) [doris]

2024-08-06 Thread via GitHub
doris-robot commented on PR #38877: URL: https://github.com/apache/doris/pull/38877#issuecomment-2272647423 TeamCity be ut coverage result: Function Coverage: 36.37% (9274/25501) Line Coverage: 27.89% (75852/271986) Region Coverage: 26.73% (39010/145922) Branch Coverage: 23.4

  1   2   3   4   5   6   7   8   9   10   >