[GitHub] [doris] github-actions[bot] commented on pull request #24649: [Improvement](Storage) Lazy init mini_download dir

2023-09-21 Thread via GitHub
github-actions[bot] commented on PR #24649: URL: https://github.com/apache/doris/pull/24649#issuecomment-1730903685 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

[GitHub] [doris] ziqian commented on issue #24737: [Bug] Disjunctions with correlated predicates are not supported

2023-09-21 Thread via GitHub
ziqian commented on issue #24737: URL: https://github.com/apache/doris/issues/24737#issuecomment-1730903159 ![a](https://github.com/apache/doris/assets/7434482/9722592f-054f-42fc-9351-3ea24d91ccf3) my version is 2.0.1-rc04,It's the same as yours,What are the special configurations differ

[GitHub] [doris] doris-robot commented on pull request #24781: [fix](es catalog) remove _default_ field when parsing mapping.

2023-09-21 Thread via GitHub
doris-robot commented on PR #24781: URL: https://github.com/apache/doris/pull/24781#issuecomment-1730901987 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.48 seconds stream load tsv: 560 seconds loaded 74807831229 Bytes,

[GitHub] [doris] doris-robot commented on pull request #24774: [Fix](topn opt) fix heap use after free when shrink in fetch phase

2023-09-21 Thread via GitHub
doris-robot commented on PR #24774: URL: https://github.com/apache/doris/pull/24774#issuecomment-1730902108 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.28 seconds stream load tsv: 561 seconds loaded 74807831229 Bytes,

[doris] branch master updated: [enhancement](regression-test) Add routine load case (#24536)

2023-09-21 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring 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 74bba4bdaf [enhancement](regression-test) Ad

[GitHub] [doris] dataroaring merged pull request #24536: [Improvement](regression-test) Add routine load case

2023-09-21 Thread via GitHub
dataroaring merged PR #24536: URL: https://github.com/apache/doris/pull/24536 -- 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.

[GitHub] [doris] github-actions[bot] commented on pull request #23395: [Fix](Status) Make `Status` `[[nodiscard]]` and handle returned `Status` correctly

2023-09-21 Thread via GitHub
github-actions[bot] commented on PR #23395: URL: https://github.com/apache/doris/pull/23395#issuecomment-1730895922 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

[GitHub] [doris] github-actions[bot] commented on pull request #23395: [Fix](Status) Make `Status` `[[nodiscard]]` and handle returned `Status` correctly

2023-09-21 Thread via GitHub
github-actions[bot] commented on PR #23395: URL: https://github.com/apache/doris/pull/23395#issuecomment-1730891510 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

[GitHub] [doris] github-actions[bot] commented on pull request #23395: [Fix](Status) Make `Status` `[[nodiscard]]` and handle returned `Status` correctly

2023-09-21 Thread via GitHub
github-actions[bot] commented on PR #23395: URL: https://github.com/apache/doris/pull/23395#issuecomment-1730891404 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

[GitHub] [doris] github-actions[bot] commented on pull request #24782: [fix](merge-on-write) fix duplicate key in schema change

2023-09-21 Thread via GitHub
github-actions[bot] commented on PR #24782: URL: https://github.com/apache/doris/pull/24782#issuecomment-1730891234 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

[GitHub] [doris] fsilent opened a new issue, #24783: [Bug]Show grant causes role errors in the memory.

2023-09-21 Thread via GitHub
fsilent opened a new issue, #24783: URL: https://github.com/apache/doris/issues/24783 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version master ### What's

[GitHub] [doris] Kikyou1997 commented on pull request #24777: [opt](optimizer) Recycle expired table stats

2023-09-21 Thread via GitHub
Kikyou1997 commented on PR #24777: URL: https://github.com/apache/doris/pull/24777#issuecomment-1730886497 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

[GitHub] [doris] github-actions[bot] commented on pull request #24285: [chore](log) improve log add necessary query id & rm useless log

2023-09-21 Thread via GitHub
github-actions[bot] commented on PR #24285: URL: https://github.com/apache/doris/pull/24285#issuecomment-1730886205 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

[GitHub] [doris] liaoxin01 commented on pull request #24782: [fix](merge-on-write) fix duplicate key in schema change

2023-09-21 Thread via GitHub
liaoxin01 commented on PR #24782: URL: https://github.com/apache/doris/pull/24782#issuecomment-1730884545 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

[GitHub] [doris] liaoxin01 opened a new pull request, #24782: [fix](merge-on-write) fix duplicate key in schema change

2023-09-21 Thread via GitHub
liaoxin01 opened a new pull request, #24782: URL: https://github.com/apache/doris/pull/24782 ## Proposed changes During the schema change, the write of new tables did not calculate the delete bitmap, which will be calculated when the schema change is completed. However, due to the lo

[GitHub] [doris] zhiqiang-hhhh commented on pull request #24285: [chore](log) improve log add necessary query id & rm useless log

2023-09-21 Thread via GitHub
zhiqiang- commented on PR #24285: URL: https://github.com/apache/doris/pull/24285#issuecomment-1730877367 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

[GitHub] [doris] github-actions[bot] commented on pull request #24726: [enhancement](show-frontends-disks) Add disk info corresponding to deploy dir in frontend disk info

2023-09-21 Thread via GitHub
github-actions[bot] commented on PR #24726: URL: https://github.com/apache/doris/pull/24726#issuecomment-1730875662 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

[GitHub] [doris] bobhan1 commented on pull request #23395: [Fix](Status) Make `Status` `[[nodiscard]]` and handle returned `Status` correctly

2023-09-21 Thread via GitHub
bobhan1 commented on PR #23395: URL: https://github.com/apache/doris/pull/23395#issuecomment-1730874414 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

[GitHub] [doris] doris-robot commented on pull request #24751: [Improve](inverted index) improve match performance without index

2023-09-21 Thread via GitHub
doris-robot commented on PR #24751: URL: https://github.com/apache/doris/pull/24751#issuecomment-1730874098 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.49 seconds stream load tsv: 575 seconds loaded 74807831229 Bytes,

[GitHub] [doris] yongjinhou commented on pull request #24726: [enhancement](show-frontends-disks) Add disk info corresponding to deploy dir in frontend disk info

2023-09-21 Thread via GitHub
yongjinhou commented on PR #24726: URL: https://github.com/apache/doris/pull/24726#issuecomment-1730873509 run external -- 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

[GitHub] [doris] doris-robot commented on pull request #22504: [feature](partial update) support partial update different columns for each row in one stream load

2023-09-21 Thread via GitHub
doris-robot commented on PR #22504: URL: https://github.com/apache/doris/pull/22504#issuecomment-1730872463 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.82 seconds stream load tsv: 562 seconds loaded 74807831229 Bytes,

[GitHub] [doris] github-actions[bot] commented on pull request #24599: [feat](optimizer) calculate stats health based on real updated rows count

2023-09-21 Thread via GitHub
github-actions[bot] commented on PR #24599: URL: https://github.com/apache/doris/pull/24599#issuecomment-1730871002 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

[GitHub] [doris] ixzc commented on issue #24477: [Bug] query where conditions do not take effect in some cases including dense_rank()

2023-09-21 Thread via GitHub
ixzc commented on issue #24477: URL: https://github.com/apache/doris/issues/24477#issuecomment-1730870743 > lineitem_uni https://github.com/apache/doris/assets/49646212/27c915a3-c758-43c7-8e5c-67fb2b6323e2";> -- This is an automated message from the Apache Git Service. To respon

[doris] branch master updated (3c99743bf2 -> 4edba083c0)

2023-09-21 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 3c99743bf2 [enhancement](csv_reader)Optimize the reading efficiency of nullable (string) columns. (#24698) add

[GitHub] [doris] morrySnow merged pull request #23717: [feat](Nereids) Support tablesample syntax

2023-09-21 Thread via GitHub
morrySnow merged PR #23717: URL: https://github.com/apache/doris/pull/23717 -- 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

[GitHub] [doris] github-actions[bot] commented on pull request #24774: [Fix](topn opt) fix heap use after free when shrink in fetch phase

2023-09-21 Thread via GitHub
github-actions[bot] commented on PR #24774: URL: https://github.com/apache/doris/pull/24774#issuecomment-1730867044 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

[GitHub] [doris] morrySnow commented on a diff in pull request #24725: [Fix](nereids) Fix Runtime Filter is not pushed down into CTE producer when using external table.

2023-09-21 Thread via GitHub
morrySnow commented on code in PR #24725: URL: https://github.com/apache/doris/pull/24725#discussion_r1333930589 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/physical/PhysicalSchemaScan.java: ## @@ -78,6 +78,11 @@ public PhysicalPlan withPhysicalPropertiesAn

[GitHub] [doris] qidaye commented on pull request #24781: [fix](es catalog) remove _default_ field when parsing mapping.

2023-09-21 Thread via GitHub
qidaye commented on PR #24781: URL: https://github.com/apache/doris/pull/24781#issuecomment-1730866097 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

[GitHub] [doris] github-actions[bot] commented on pull request #24775: [docs](docs)fix display error

2023-09-21 Thread via GitHub
github-actions[bot] commented on PR #24775: URL: https://github.com/apache/doris/pull/24775#issuecomment-1730864800 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

[GitHub] [doris] github-actions[bot] commented on pull request #24775: [docs](docs)fix display error

2023-09-21 Thread via GitHub
github-actions[bot] commented on PR #24775: URL: https://github.com/apache/doris/pull/24775#issuecomment-1730864750 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

[GitHub] [doris] github-actions[bot] commented on pull request #23717: [feat](Nereids) Support tablesample syntax

2023-09-21 Thread via GitHub
github-actions[bot] commented on PR #23717: URL: https://github.com/apache/doris/pull/23717#issuecomment-1730864592 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

[GitHub] [doris] qidaye opened a new pull request, #24781: [fix](es catalog) remove _default_ field when parsing mapping.

2023-09-21 Thread via GitHub
qidaye opened a new pull request, #24781: URL: https://github.com/apache/doris/pull/24781 ## Proposed changes Issue Number: close #24780 ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto

[GitHub] [doris] qidaye opened a new issue, #24780: [Bug] es catalog fields display incomplete

2023-09-21 Thread via GitHub
qidaye opened a new issue, #24780: URL: https://github.com/apache/doris/issues/24780 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version master ### What's

[GitHub] [doris] github-actions[bot] commented on pull request #24672: [fix](optimizer) Fix data size calculation of auto sample

2023-09-21 Thread via GitHub
github-actions[bot] commented on PR #24672: URL: https://github.com/apache/doris/pull/24672#issuecomment-1730861435 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

[GitHub] [doris] englefly commented on a diff in pull request #24672: [fix](optimizer) Fix data size calculation of auto sample

2023-09-21 Thread via GitHub
englefly commented on code in PR #24672: URL: https://github.com/apache/doris/pull/24672#discussion_r1333926638 ## fe/fe-core/src/main/java/org/apache/doris/catalog/OlapTable.java: ## @@ -1568,14 +1568,18 @@ public Partition replacePartition(Partition newPartition) { r

[GitHub] [doris] github-actions[bot] commented on a diff in pull request #24461: [Improvement](hash) some refactor of process hash table probe impl

2023-09-21 Thread via GitHub
github-actions[bot] commented on code in PR #24461: URL: https://github.com/apache/doris/pull/24461#discussion_r1333926608 ## be/src/vec/common/columns_hashing.h: ## @@ -110,6 +107,14 @@ } } +std::vector get_keys(size_t rows_number) const { +std::vect

[GitHub] [doris] github-actions[bot] commented on pull request #24766: [enhancement](Nereids) check unimplemented func in nereids

2023-09-21 Thread via GitHub
github-actions[bot] commented on PR #24766: URL: https://github.com/apache/doris/pull/24766#issuecomment-1730859943 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

[GitHub] [doris] github-actions[bot] commented on pull request #24766: [enhancement](Nereids) check unimplemented func in nereids

2023-09-21 Thread via GitHub
github-actions[bot] commented on PR #24766: URL: https://github.com/apache/doris/pull/24766#issuecomment-1730859897 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

[GitHub] [doris] yongjinhou commented on pull request #24726: [enhancement](show-frontends-disks) Add disk info corresponding to deploy dir in frontend disk info

2023-09-21 Thread via GitHub
yongjinhou commented on PR #24726: URL: https://github.com/apache/doris/pull/24726#issuecomment-1730859311 run p0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubsc

[GitHub] [doris] shuke987 commented on pull request #24779: [test](fix) fix case bug

2023-09-21 Thread via GitHub
shuke987 commented on PR #24779: URL: https://github.com/apache/doris/pull/24779#issuecomment-1730857959 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

[GitHub] [doris] eldenmoon commented on pull request #24774: [Fix](topn opt) fix heap use after free when shrink in fetch phase

2023-09-21 Thread via GitHub
eldenmoon commented on PR #24774: URL: https://github.com/apache/doris/pull/24774#issuecomment-1730856240 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

[GitHub] [doris] github-actions[bot] commented on pull request #24656: [refactor](pipelineX) add MultiCast operator

2023-09-21 Thread via GitHub
github-actions[bot] commented on PR #24656: URL: https://github.com/apache/doris/pull/24656#issuecomment-1730855923 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

[GitHub] [doris] doris-robot commented on pull request #24766: [enhancement](Nereids) check unimplemented func in nereids

2023-09-21 Thread via GitHub
doris-robot commented on PR #24766: URL: https://github.com/apache/doris/pull/24766#issuecomment-1730852235 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.59 seconds stream load tsv: 610 seconds loaded 74807831229 Bytes,

[GitHub] [doris] doris-robot commented on pull request #24732: [Improve](stats)Use Log4j class library instead of Quartz

2023-09-21 Thread via GitHub
doris-robot commented on PR #24732: URL: https://github.com/apache/doris/pull/24732#issuecomment-1730850841 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.45 seconds stream load tsv: 609 seconds loaded 74807831229 Bytes,

[GitHub] [doris] doris-robot commented on pull request #24720: [feature](Nereids): push down topN through join

2023-09-21 Thread via GitHub
doris-robot commented on PR #24720: URL: https://github.com/apache/doris/pull/24720#issuecomment-1730848021 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 46.34 seconds stream load tsv: 611 seconds loaded 74807831229 Bytes,

[GitHub] [doris] doris-robot commented on pull request #24656: [refactor](pipelineX) add MultiCast operator

2023-09-21 Thread via GitHub
doris-robot commented on PR #24656: URL: https://github.com/apache/doris/pull/24656#issuecomment-1730846281 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.76 seconds stream load tsv: 598 seconds loaded 74807831229 Bytes,

[GitHub] [doris] doris-robot commented on pull request #22504: [feature](partial update) support partial update different columns for each row in one stream load

2023-09-21 Thread via GitHub
doris-robot commented on PR #22504: URL: https://github.com/apache/doris/pull/22504#issuecomment-1730844569 TeamCity be ut coverage result: Function Coverage: 36.39% (8026/22057) Line Coverage: 28.66% (64484/224979) Region Coverage: 27.57% (33488/121453) Branch Coverage: 24.2

[GitHub] [doris] bobhan1 commented on pull request #23443: [Enhancement](merge on write) Add primary keys consistency check for partial update

2023-09-21 Thread via GitHub
bobhan1 commented on PR #23443: URL: https://github.com/apache/doris/pull/23443#issuecomment-1730842326 run p0 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscrib

[GitHub] [doris] airborne12 commented on pull request #24751: [Improve](inverted index) improve match performance without index

2023-09-21 Thread via GitHub
airborne12 commented on PR #24751: URL: https://github.com/apache/doris/pull/24751#issuecomment-1730840546 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

[GitHub] [doris] doris-robot commented on pull request #24656: [refactor](pipelineX) add MultiCast operator

2023-09-21 Thread via GitHub
doris-robot commented on PR #24656: URL: https://github.com/apache/doris/pull/24656#issuecomment-1730840495 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.32 seconds stream load tsv: 597 seconds loaded 74807831229 Bytes,

[GitHub] [doris] doris-robot commented on pull request #24656: [refactor](pipelineX) add MultiCast operator

2023-09-21 Thread via GitHub
doris-robot commented on PR #24656: URL: https://github.com/apache/doris/pull/24656#issuecomment-1730839929 TeamCity be ut coverage result: Function Coverage: 36.33% (8021/22079) Line Coverage: 28.64% (64412/224926) Region Coverage: 27.54% (33456/121467) Branch Coverage: 24.2

[GitHub] [doris] doris-robot commented on pull request #24656: [refactor](pipelineX) add MultiCast operator

2023-09-21 Thread via GitHub
doris-robot commented on PR #24656: URL: https://github.com/apache/doris/pull/24656#issuecomment-1730839646 TeamCity be ut coverage result: Function Coverage: 36.33% (8021/22079) Line Coverage: 28.64% (64423/224926) Region Coverage: 27.55% (33462/121467) Branch Coverage: 24.2

[doris] branch master updated (320fc1481a -> 3c99743bf2)

2023-09-21 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 320fc1481a [fix](Nereids) some expression not cast in in predicate (#24680) add 3c99743bf2 [enhancement](csv_

[GitHub] [doris] morningman merged pull request #24698: [enhancement](csv_reader)Optimize the reading efficiency of nullable (string) columns.

2023-09-21 Thread via GitHub
morningman merged PR #24698: URL: https://github.com/apache/doris/pull/24698 -- 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

[GitHub] [doris] doris-robot commented on pull request #24747: [prune](partition)support prune partition when is auto partition with function call

2023-09-21 Thread via GitHub
doris-robot commented on PR #24747: URL: https://github.com/apache/doris/pull/24747#issuecomment-1730829598 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.81 seconds stream load tsv: 605 seconds loaded 74807831229 Bytes,

[GitHub] [doris] bobhan1 commented on pull request #22504: [feature](partial update) support partial update different columns for each row in one stream load

2023-09-21 Thread via GitHub
bobhan1 commented on PR #22504: URL: https://github.com/apache/doris/pull/22504#issuecomment-1730827084 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

[GitHub] [doris] doris-robot commented on pull request #24747: [prune](partition)support prune partition when is auto partition with function call

2023-09-21 Thread via GitHub
doris-robot commented on PR #24747: URL: https://github.com/apache/doris/pull/24747#issuecomment-1730826802 TeamCity be ut coverage result: Function Coverage: 36.39% (8021/22041) Line Coverage: 28.68% (64424/224625) Region Coverage: 27.59% (33463/121283) Branch Coverage: 24.2

[GitHub] [doris] XieJiann commented on pull request #24766: [enhancement](Nereids) check unimplemented func in nereids

2023-09-21 Thread via GitHub
XieJiann commented on PR #24766: URL: https://github.com/apache/doris/pull/24766#issuecomment-1730826772 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

[GitHub] [doris] github-actions[bot] commented on a diff in pull request #24656: [refactor](pipelineX) add MultiCast operator

2023-09-21 Thread via GitHub
github-actions[bot] commented on code in PR #24656: URL: https://github.com/apache/doris/pull/24656#discussion_r1333887896 ## be/src/pipeline/pipeline_x/operator.h: ## @@ -593,6 +611,7 @@ class PipelineXSinkLocalState : public PipelineXSinkLocalStateBase { } std::st

[GitHub] [doris] github-actions[bot] commented on pull request #24779: [test](fix) fix case bug

2023-09-21 Thread via GitHub
github-actions[bot] commented on PR #24779: URL: https://github.com/apache/doris/pull/24779#issuecomment-1730816717 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

[GitHub] [doris] CalvinKirs commented on pull request #24732: [Improve](stats)Use Log4j class library instead of Quartz

2023-09-21 Thread via GitHub
CalvinKirs commented on PR #24732: URL: https://github.com/apache/doris/pull/24732#issuecomment-1730816551 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

[GitHub] [doris] Mryange commented on pull request #24656: [refactor](pipelineX) add MultiCast operator

2023-09-21 Thread via GitHub
Mryange commented on PR #24656: URL: https://github.com/apache/doris/pull/24656#issuecomment-1730815562 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

[GitHub] [doris] jackwener commented on pull request #24720: [feature](Nereids): push down topN through join

2023-09-21 Thread via GitHub
jackwener commented on PR #24720: URL: https://github.com/apache/doris/pull/24720#issuecomment-1730813082 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 com

[GitHub] [doris] Mryange commented on pull request #24656: [refactor](pipelineX) add MultiCast operator

2023-09-21 Thread via GitHub
Mryange commented on PR #24656: URL: https://github.com/apache/doris/pull/24656#issuecomment-1730813062 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

[GitHub] [doris] github-actions[bot] commented on a diff in pull request #24751: [Improve](inverted index) improve match performance without index

2023-09-21 Thread via GitHub
github-actions[bot] commented on code in PR #24751: URL: https://github.com/apache/doris/pull/24751#discussion_r1333882298 ## be/src/vec/functions/function_tokenize.cpp: ## @@ -95,13 +95,14 @@ void FunctionTokenize::_do_tokenize(const ColumnString& src_column_string,

[GitHub] [doris] doris-robot commented on pull request #23443: [Enhancement](merge on write) Add primary keys consistency check for partial update

2023-09-21 Thread via GitHub
doris-robot commented on PR #23443: URL: https://github.com/apache/doris/pull/23443#issuecomment-1730811430 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.66 seconds stream load tsv: 596 seconds loaded 74807831229 Bytes,

[GitHub] [doris] github-actions[bot] commented on pull request #24747: [prune](partition)support prune partition when is auto partition with function call

2023-09-21 Thread via GitHub
github-actions[bot] commented on PR #24747: URL: https://github.com/apache/doris/pull/24747#issuecomment-1730809928 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

[GitHub] [doris] github-actions[bot] commented on pull request #24747: [prune](partition)support prune partition when is auto partition with function call

2023-09-21 Thread via GitHub
github-actions[bot] commented on PR #24747: URL: https://github.com/apache/doris/pull/24747#issuecomment-1730809800 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

[GitHub] [doris] shuke987 opened a new pull request, #24779: [test](fix) fix case bug

2023-09-21 Thread via GitHub
shuke987 opened a new pull request, #24779: URL: https://github.com/apache/doris/pull/24779 ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto

[GitHub] [doris] airborne12 commented on pull request #24751: [Improve](inverted index) improve match performance without index

2023-09-21 Thread via GitHub
airborne12 commented on PR #24751: URL: https://github.com/apache/doris/pull/24751#issuecomment-1730806271 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

[GitHub] [doris] zhangstar333 commented on pull request #24747: [prune](partition)support prune partition when is auto partition with function call

2023-09-21 Thread via GitHub
zhangstar333 commented on PR #24747: URL: https://github.com/apache/doris/pull/24747#issuecomment-1730805965 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

[GitHub] [doris] xiaokang commented on a diff in pull request #24631: [fix](json function) Fix the slow performance of get_json_path when processing JSONB

2023-09-21 Thread via GitHub
xiaokang commented on code in PR #24631: URL: https://github.com/apache/doris/pull/24631#discussion_r1333875835 ## be/src/vec/functions/function_json.cpp: ## @@ -526,6 +527,15 @@ struct GetJsonString { res_offsets); } } +

[doris] branch master updated: [fix](Nereids) some expression not cast in in predicate (#24680)

2023-09-21 Thread englefly
This is an automated email from the ASF dual-hosted git repository. englefly 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 320fc1481a [fix](Nereids) some expression not c

[GitHub] [doris] englefly merged pull request #24680: [fix](Nereids) some expression not cast in InPredicate

2023-09-21 Thread via GitHub
englefly merged PR #24680: URL: https://github.com/apache/doris/pull/24680 -- 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

[GitHub] [doris] doris-robot commented on pull request #24609: [enhancement](statistics) collect table level loaded rows on BE to make RPC light weight

2023-09-21 Thread via GitHub
doris-robot commented on PR #24609: URL: https://github.com/apache/doris/pull/24609#issuecomment-1730801823 TeamCity be ut coverage result: Function Coverage: 36.41% (8023/22038) Line Coverage: 28.69% (64432/224567) Region Coverage: 27.61% (33466/121231) Branch Coverage: 24.2

[GitHub] [doris] doris-robot commented on pull request #22504: [feature](partial update) support partial update different columns for each row in one stream load

2023-09-21 Thread via GitHub
doris-robot commented on PR #22504: URL: https://github.com/apache/doris/pull/22504#issuecomment-1730799052 TeamCity be ut coverage result: Function Coverage: 36.38% (8024/22054) Line Coverage: 28.65% (64434/224909) Region Coverage: 27.56% (33461/121403) Branch Coverage: 24.2

[GitHub] [doris] doris-robot commented on pull request #24778: [Fix](core) Fix segment cache core when output rowset is nullptr

2023-09-21 Thread via GitHub
doris-robot commented on PR #24778: URL: https://github.com/apache/doris/pull/24778#issuecomment-1730797105 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.4 seconds stream load tsv: 600 seconds loaded 74807831229 Bytes, a

[GitHub] [doris] doris-robot commented on pull request #24698: [enhancement](csv_reader)Optimize the reading efficiency of nullable (string) columns.

2023-09-21 Thread via GitHub
doris-robot commented on PR #24698: URL: https://github.com/apache/doris/pull/24698#issuecomment-1730796467 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.54 seconds stream load tsv: 562 seconds loaded 74807831229 Bytes,

[GitHub] [doris] doris-robot commented on pull request #24502: [feature](debug) support debug point used in debug code

2023-09-21 Thread via GitHub
doris-robot commented on PR #24502: URL: https://github.com/apache/doris/pull/24502#issuecomment-1730793682 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.59 seconds stream load tsv: 599 seconds loaded 74807831229 Bytes,

[GitHub] [doris] doris-robot commented on pull request #24777: [opt](optimizer) Recycle expired table stats

2023-09-21 Thread via GitHub
doris-robot commented on PR #24777: URL: https://github.com/apache/doris/pull/24777#issuecomment-1730792159 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.6 seconds stream load tsv: 613 seconds loaded 74807831229 Bytes, a

[GitHub] [doris] doris-robot commented on pull request #24776: [fix](statistics) fix unset collected rows

2023-09-21 Thread via GitHub
doris-robot commented on PR #24776: URL: https://github.com/apache/doris/pull/24776#issuecomment-1730791050 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.99 seconds stream load tsv: 608 seconds loaded 74807831229 Bytes,

[GitHub] [doris] doris-robot commented on pull request #24706: [opt](tvf) refine the class of ExternalFileTableValuedFunction

2023-09-21 Thread via GitHub
doris-robot commented on PR #24706: URL: https://github.com/apache/doris/pull/24706#issuecomment-1730790506 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.77 seconds stream load tsv: 606 seconds loaded 74807831229 Bytes,

[GitHub] [doris] doris-robot commented on pull request #24698: [enhancement](csv_reader)Optimize the reading efficiency of nullable (string) columns.

2023-09-21 Thread via GitHub
doris-robot commented on PR #24698: URL: https://github.com/apache/doris/pull/24698#issuecomment-1730789031 TeamCity be ut coverage result: Function Coverage: 36.39% (8021/22039) Line Coverage: 28.68% (64418/224592) Region Coverage: 27.58% (33448/121257) Branch Coverage: 24.2

[GitHub] [doris] Kikyou1997 commented on pull request #24777: [opt](optimizer) Recycle expired table stats

2023-09-21 Thread via GitHub
Kikyou1997 commented on PR #24777: URL: https://github.com/apache/doris/pull/24777#issuecomment-1730787657 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

[GitHub] [doris] doris-robot commented on pull request #24778: [Fix](core) Fix segment cache core when output rowset is nullptr

2023-09-21 Thread via GitHub
doris-robot commented on PR #24778: URL: https://github.com/apache/doris/pull/24778#issuecomment-1730786165 TeamCity be ut coverage result: Function Coverage: 36.41% (8023/22038) Line Coverage: 28.69% (64427/224562) Region Coverage: 27.60% (33462/121234) Branch Coverage: 24.2

[GitHub] [doris] doris-robot commented on pull request #24747: [prune](partition)support prune partition when is auto partition with function call

2023-09-21 Thread via GitHub
doris-robot commented on PR #24747: URL: https://github.com/apache/doris/pull/24747#issuecomment-1730785106 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.35 seconds stream load tsv: 598 seconds loaded 74807831229 Bytes,

[GitHub] [doris] doris-robot commented on pull request #24726: [enhancement](show-frontends-disks) Add disk info corresponding to deploy dir in frontend disk info

2023-09-21 Thread via GitHub
doris-robot commented on PR #24726: URL: https://github.com/apache/doris/pull/24726#issuecomment-1730783191 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.44 seconds stream load tsv: 600 seconds loaded 74807831229 Bytes,

[doris] branch master updated: [pipelineX](fix) Fix broadcast dependency hanging (#24740)

2023-09-21 Thread gabriellee
This is an automated email from the ASF dual-hosted git repository. gabriellee 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 034582bb64 [pipelineX](fix) Fix broadcast dep

[GitHub] [doris] Gabriel39 merged pull request #24740: [pipelineX](fix) Fix broadcast dependency hanging

2023-09-21 Thread via GitHub
Gabriel39 merged PR #24740: URL: https://github.com/apache/doris/pull/24740 -- 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 master updated (22616d125d -> d82b603b53)

2023-09-21 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 22616d125d [function](bitmap) add function alias bitmap_andnot and bitmap_andnot_count (#24771) add d82b603b53

[GitHub] [doris] yiguolei merged pull request #24750: [bug](jsonb) fix non simd int128 overflow

2023-09-21 Thread via GitHub
yiguolei merged PR #24750: URL: https://github.com/apache/doris/pull/24750 -- 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

[GitHub] [doris] doris-robot commented on pull request #24502: [feature](debug) support debug point used in debug code

2023-09-21 Thread via GitHub
doris-robot commented on PR #24502: URL: https://github.com/apache/doris/pull/24502#issuecomment-1730781035 TeamCity be ut coverage result: Function Coverage: 36.41% (8023/22038) Line Coverage: 28.69% (64430/224555) Region Coverage: 27.60% (33457/121231) Branch Coverage: 24.2

[GitHub] [doris] github-actions[bot] commented on pull request #24778: [Fix](core) Fix segment cache core when output rowset is nullptr

2023-09-21 Thread via GitHub
github-actions[bot] commented on PR #24778: URL: https://github.com/apache/doris/pull/24778#issuecomment-1730781024 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

[GitHub] [doris] doris-robot commented on pull request #24766: [enhancement](Nereids) check unimplemented func in nereids

2023-09-21 Thread via GitHub
doris-robot commented on PR #24766: URL: https://github.com/apache/doris/pull/24766#issuecomment-1730779698 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.8 seconds stream load tsv: 616 seconds loaded 74807831229 Bytes, a

[doris] branch master updated (c8655d1dae -> 22616d125d)

2023-09-21 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 c8655d1dae [enhancement](compaction) print correct error messsage & avoid unnecessary stacktrace (#24758) add 2

[GitHub] [doris] yiguolei merged pull request #24771: [function](bitmap) add function alias bitmap_andnot and bitmap_andnot_count

2023-09-21 Thread via GitHub
yiguolei merged PR #24771: URL: https://github.com/apache/doris/pull/24771 -- 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

[GitHub] [doris] github-actions[bot] commented on pull request #24698: [enhancement](csv_reader)Optimize the reading efficiency of nullable (string) columns.

2023-09-21 Thread via GitHub
github-actions[bot] commented on PR #24698: URL: https://github.com/apache/doris/pull/24698#issuecomment-1730779415 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

[GitHub] [doris] hubgeter commented on pull request #24698: [enhancement](csv_reader)Optimize the reading efficiency of nullable (string) columns.

2023-09-21 Thread via GitHub
hubgeter commented on PR #24698: URL: https://github.com/apache/doris/pull/24698#issuecomment-1730778876 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

[GitHub] [doris] github-actions[bot] commented on pull request #24698: [enhancement](csv_reader)Optimize the reading efficiency of nullable (string) columns.

2023-09-21 Thread via GitHub
github-actions[bot] commented on PR #24698: URL: https://github.com/apache/doris/pull/24698#issuecomment-1730778453 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

[GitHub] [doris] github-actions[bot] commented on pull request #24698: [enhancement](csv_reader)Optimize the reading efficiency of nullable (string) columns.

2023-09-21 Thread via GitHub
github-actions[bot] commented on PR #24698: URL: https://github.com/apache/doris/pull/24698#issuecomment-1730777905 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

  1   2   3   4   5   6   7   8   9   >