[GitHub] [doris] Kikyou1997 opened a new pull request, #20775: [fix](stats) Fix NPE when analyze database sync

2023-06-13 Thread via GitHub
Kikyou1997 opened a new pull request, #20775: URL: https://github.com/apache/doris/pull/20775 ## 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](mail

[GitHub] [doris] github-actions[bot] commented on pull request #20764: [refactor](load) restore semantics of num_segment in BetaRowsetWriter

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20764: URL: https://github.com/apache/doris/pull/20764#issuecomment-1590371816 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] Kikyou1997 commented on pull request #20775: [fix](stats) Fix NPE when analyze database sync

2023-06-13 Thread via GitHub
Kikyou1997 commented on PR #20775: URL: https://github.com/apache/doris/pull/20775#issuecomment-1590371969 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] luozenglin opened a new pull request, #20776: [feature-wip](hplsql) Integrate hplsql into doris to support stored procedure

2023-06-13 Thread via GitHub
luozenglin opened a new pull request, #20776: URL: https://github.com/apache/doris/pull/20776 ## 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](mail

[GitHub] [doris] github-actions[bot] commented on pull request #20764: [refactor](load) restore semantics of num_segment in BetaRowsetWriter

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20764: URL: https://github.com/apache/doris/pull/20764#issuecomment-1590372975 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 #20776: [feature-wip](hplsql) Integrate hplsql into doris to support stored procedure

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20776: URL: https://github.com/apache/doris/pull/20776#issuecomment-1590373958 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/5262565012";) output. shellcheck err

[GitHub] [doris] github-actions[bot] commented on pull request #20714: [feature](nereids) Support multi target rf

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20714: URL: https://github.com/apache/doris/pull/20714#issuecomment-1590374294 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 #20756: [Test](regression) CCR syncer thrift interface regression test

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20756: URL: https://github.com/apache/doris/pull/20756#issuecomment-1590375079 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 #20776: [feature-wip](hplsql) Integrate hplsql into doris to support stored procedure

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20776: URL: https://github.com/apache/doris/pull/20776#issuecomment-1590375809 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 #20720: [Fix](MOW) Fix load data publish timeout when enable unique key MOW

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20720: URL: https://github.com/apache/doris/pull/20720#issuecomment-1590376780 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] zzzxl1993 opened a new pull request, #20778: [Fix](Inverted index) fix fd over limit

2023-06-13 Thread via GitHub
zzzxl1993 opened a new pull request, #20778: URL: https://github.com/apache/doris/pull/20778 ## Proposed changes Issue Number: close #xxx 1. segment uses fd 2/3 ## Further comments If this is a relatively large or complex change, kick off the discussion at

[GitHub] [doris-thirdparty] qidaye merged pull request #87: [improvement] optimize reduce index write time

2023-06-13 Thread via GitHub
qidaye merged PR #87: URL: https://github.com/apache/doris-thirdparty/pull/87 -- 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-thirdparty] branch clucene updated: [improvement]optimize reduce index write time (#87)

2023-06-13 Thread jianliangqi
This is an automated email from the ASF dual-hosted git repository. jianliangqi pushed a commit to branch clucene in repository https://gitbox.apache.org/repos/asf/doris-thirdparty.git The following commit(s) were added to refs/heads/clucene by this push: new 0f33e06d [improvement]optimize

[GitHub] [doris] herry2038 commented on pull request #20257: [improvement](compaction) Duplicate without key table compaction optimimation

2023-06-13 Thread via GitHub
herry2038 commented on PR #20257: URL: https://github.com/apache/doris/pull/20257#issuecomment-1590383930 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] xinyiZzz opened a new pull request, #20779: [fix](memory) fix mem tracker in NodeChannel rpc callback

2023-06-13 Thread via GitHub
xinyiZzz opened a new pull request, #20779: URL: https://github.com/apache/doris/pull/20779 ## Proposed changes Issue Number: close #xxx ``` #0 0x564dcdf85bcc in doris::RuntimeState::query_mem_tracker (this=0x7fd8d07a9c00) at doris/be/src/runtime/runtime_state.cpp:254

[GitHub] [doris] xinyiZzz commented on pull request #20779: [fix](memory) fix mem tracker in NodeChannel rpc callback

2023-06-13 Thread via GitHub
xinyiZzz commented on PR #20779: URL: https://github.com/apache/doris/pull/20779#issuecomment-1590385846 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 #20257: [improvement](compaction) Duplicate without key table compaction optimimation

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20257: URL: https://github.com/apache/doris/pull/20257#issuecomment-1590386285 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 #20778: [Fix](Inverted index) fix fd over limit

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20778: URL: https://github.com/apache/doris/pull/20778#issuecomment-1590387075 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 #20778: [Fix](Inverted index) fix fd over limit

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20778: URL: https://github.com/apache/doris/pull/20778#issuecomment-1590391600 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] deadlinefen commented on pull request #20756: [Test](regression) CCR syncer thrift interface regression test

2023-06-13 Thread via GitHub
deadlinefen commented on PR #20756: URL: https://github.com/apache/doris/pull/20756#issuecomment-1590391380 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] github-actions[bot] commented on pull request #20779: [fix](memory) fix mem tracker in NodeChannel rpc callback

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20779: URL: https://github.com/apache/doris/pull/20779#issuecomment-1590392093 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 #20778: [Fix](Inverted index) fix fd over limit

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20778: URL: https://github.com/apache/doris/pull/20778#issuecomment-1590394592 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] Mryange commented on pull request #20247: [feature](datetime) "timediff" supports calculating microseconds.

2023-06-13 Thread via GitHub
Mryange commented on PR #20247: URL: https://github.com/apache/doris/pull/20247#issuecomment-1590394610 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] CodeCooker17 opened a new pull request, #20780: [fix](docs) some document errors of spark load on yarn ha model.

2023-06-13 Thread via GitHub
CodeCooker17 opened a new pull request, #20780: URL: https://github.com/apache/doris/pull/20780 ## Proposed changes Issue Number: close #xxx spark.hadoop.dfs.client.failover.proxy.provider and broker.dfs.client.failover.proxy.provider is the wrong description, the correct

[GitHub] [doris] zy-kkk commented on pull request #20766: [fix](script)Fix the JAVA_OPTS version error of the BE start script

2023-06-13 Thread via GitHub
zy-kkk commented on PR #20766: URL: https://github.com/apache/doris/pull/20766#issuecomment-1590395330 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] Yukang-Lian commented on pull request #20720: [Fix](MOW) Fix load data publish timeout when enable unique key MOW

2023-06-13 Thread via GitHub
Yukang-Lian commented on PR #20720: URL: https://github.com/apache/doris/pull/20720#issuecomment-1590395690 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] github-actions[bot] commented on pull request #20247: [feature](datetime) "timediff" supports calculating microseconds.

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20247: URL: https://github.com/apache/doris/pull/20247#issuecomment-1590399654 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 #20720: [Fix](MOW) Fix load data publish timeout when enable unique key MOW

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20720: URL: https://github.com/apache/doris/pull/20720#issuecomment-1590399865 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] CodeCooker17 commented on pull request #20780: [fix](docs) some document errors of spark load on yarn ha model.

2023-06-13 Thread via GitHub
CodeCooker17 commented on PR #20780: URL: https://github.com/apache/doris/pull/20780#issuecomment-1590400073 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] didiaode18 commented on pull request #20617: [Feature](log)friendly hint for creating table failed

2023-06-13 Thread via GitHub
didiaode18 commented on PR #20617: URL: https://github.com/apache/doris/pull/20617#issuecomment-1590401931 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] morningman commented on pull request #20770: [feature](fs) add fs benchmark tool framework

2023-06-13 Thread via GitHub
morningman commented on PR #20770: URL: https://github.com/apache/doris/pull/20770#issuecomment-1590410106 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] morrySnow commented on pull request #20746: [feature](Nereids) add cbo rewrite framework

2023-06-13 Thread via GitHub
morrySnow commented on PR #20746: URL: https://github.com/apache/doris/pull/20746#issuecomment-1590411413 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-website] jeffreys-cat opened a new pull request, #242: (search) fix search-index error

2023-06-13 Thread via GitHub
jeffreys-cat opened a new pull request, #242: URL: https://github.com/apache/doris-website/pull/242 - (search) fix search-index error -- 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

[GitHub] [doris] herry2038 commented on pull request #20257: [improvement](compaction) Duplicate without key table compaction optimimation

2023-06-13 Thread via GitHub
herry2038 commented on PR #20257: URL: https://github.com/apache/doris/pull/20257#issuecomment-1590412851 run compile -- 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 #20770: [feature](fs) add fs benchmark tool framework

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20770: URL: https://github.com/apache/doris/pull/20770#issuecomment-1590415399 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] csun5285 commented on pull request #20715: [Enhancement](compaction) time-series scenario cumulative compaction policy

2023-06-13 Thread via GitHub
csun5285 commented on PR #20715: URL: https://github.com/apache/doris/pull/20715#issuecomment-1590418707 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 unsubscri

[GitHub] [doris] github-actions[bot] commented on pull request #20745: [fix](nereids)fix bug of selectMinimumColumn

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20745: URL: https://github.com/apache/doris/pull/20745#issuecomment-1590419327 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 #20745: [fix](nereids)fix bug of selectMinimumColumn

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20745: URL: https://github.com/apache/doris/pull/20745#issuecomment-1590419341 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] morrySnow merged pull request #20745: [fix](nereids)fix bug of selectMinimumColumn

2023-06-13 Thread via GitHub
morrySnow merged PR #20745: URL: https://github.com/apache/doris/pull/20745 -- 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 (affe36d32e -> 8726047f86)

2023-06-13 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 affe36d32e [test](find_in_set) add find_in_set function test case (#20718) add 8726047f86 [fix](nereids) selec

[GitHub] [doris] github-actions[bot] commented on pull request #20770: [feature](fs) add fs benchmark tool framework

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20770: URL: https://github.com/apache/doris/pull/20770#issuecomment-1590423696 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 #20770: [feature](fs) add fs benchmark tool framework

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20770: URL: https://github.com/apache/doris/pull/20770#issuecomment-1590423759 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 #20737: [Fix](Nereids)fix the partition of the top fragment of insert into table plan.

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20737: URL: https://github.com/apache/doris/pull/20737#issuecomment-1590425123 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] morrySnow merged pull request #20737: [Fix](Nereids)fix the partition of the top fragment of insert into table plan.

2023-06-13 Thread via GitHub
morrySnow merged PR #20737: URL: https://github.com/apache/doris/pull/20737 -- 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: Fix](Nereids) insert into table not need unpartitioned as root fragment's data partition (#20737)

2023-06-13 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow 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 1c394f4964 Fix](Nereids) insert into table not

[GitHub] [doris] github-actions[bot] commented on pull request #20737: [Fix](Nereids)fix the partition of the top fragment of insert into table plan.

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20737: URL: https://github.com/apache/doris/pull/20737#issuecomment-1590425170 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] Tanya-W opened a new pull request, #20781: [Feature](nereids) support match syntax in nereids

2023-06-13 Thread via GitHub
Tanya-W opened a new pull request, #20781: URL: https://github.com/apache/doris/pull/20781 ## Proposed changes Support match syntax in nereids. match syntax use like: ``` select * from test where msg match "hello"; select * from test where msg match_any "hello"; select *

[GitHub] [doris] morrySnow commented on a diff in pull request #20044: [Function] Support date function: microsecond()

2023-06-13 Thread via GitHub
morrySnow commented on code in PR #20044: URL: https://github.com/apache/doris/pull/20044#discussion_r1228955286 ## fe/fe-core/src/main/antlr4/org/apache/doris/nereids/DorisLexer.g4: ## @@ -247,6 +247,7 @@ MACRO: 'MACRO'; MAP: 'MAP'; MATCHED: 'MATCHED'; MERGE: 'MERGE'; +MICRO

[GitHub] [doris] github-actions[bot] commented on pull request #20759: [enhancement](log4j) support high performance mode for log4j2 to escape potential bottleneck for doris read and write

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20759: URL: https://github.com/apache/doris/pull/20759#issuecomment-1590428868 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 #20759: [enhancement](log4j) support high performance mode for log4j2 to escape potential bottleneck for doris read and write

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20759: URL: https://github.com/apache/doris/pull/20759#issuecomment-1590428847 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 #20770: [feature](fs) add fs benchmark tool framework

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20770: URL: https://github.com/apache/doris/pull/20770#issuecomment-1590430838 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] amorynan commented on pull request #20556: [Improve](array-type) update stream_load for array nested array

2023-06-13 Thread via GitHub
amorynan commented on PR #20556: URL: https://github.com/apache/doris/pull/20556#issuecomment-1590431255 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 unsubscri

[GitHub] [doris] amorynan commented on pull request #20735: [FIX](regress-test)update config for disable_nested_complex_type

2023-06-13 Thread via GitHub
amorynan commented on PR #20735: URL: https://github.com/apache/doris/pull/20735#issuecomment-1590431696 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 unsubscri

[GitHub] [doris] amorynan commented on pull request #20735: [FIX](regress-test)update config for disable_nested_complex_type

2023-06-13 Thread via GitHub
amorynan commented on PR #20735: URL: https://github.com/apache/doris/pull/20735#issuecomment-1590432578 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] yiguolei commented on pull request #20747: [refactor](exprcontext) move close to expr context's dector method

2023-06-13 Thread via GitHub
yiguolei commented on PR #20747: URL: https://github.com/apache/doris/pull/20747#issuecomment-1590435797 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] morningman commented on pull request #20770: [feature](fs) add fs benchmark tool framework

2023-06-13 Thread via GitHub
morningman commented on PR #20770: URL: https://github.com/apache/doris/pull/20770#issuecomment-1590437627 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-website] morningman merged pull request #242: (search) fix search-index error

2023-06-13 Thread via GitHub
morningman merged PR #242: URL: https://github.com/apache/doris-website/pull/242 -- 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...@dor

[doris-website] branch master updated: (search) fix search-index error (#242)

2023-06-13 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman 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 2eb35f989f6 (search) fix search-index

[GitHub] [doris] Tanya-W commented on pull request #20781: [feature](nereids) support match syntax

2023-06-13 Thread via GitHub
Tanya-W commented on PR #20781: URL: https://github.com/apache/doris/pull/20781#issuecomment-1590440314 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 pull request #20747: [refactor](exprcontext) move close to expr context's dector method

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20747: URL: https://github.com/apache/doris/pull/20747#issuecomment-1590440357 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 #20781: [feature](nereids) support match syntax

2023-06-13 Thread via GitHub
morrySnow commented on code in PR #20781: URL: https://github.com/apache/doris/pull/20781#discussion_r1228960896 ## fe/fe-core/src/main/antlr4/org/apache/doris/nereids/DorisParser.g4: ## @@ -613,6 +614,10 @@ nonReserved | LOGICAL | MACRO | MAP +| MATCH +|

[GitHub] [doris] sohardforaname commented on pull request #20685: [Fix](planner&Nereids) fold constant invalid yyyy-mm-31 to the last day of month incorrectly

2023-06-13 Thread via GitHub
sohardforaname commented on PR #20685: URL: https://github.com/apache/doris/pull/20685#issuecomment-1590445539 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.

[GitHub] [doris] xinyiZzz opened a new pull request, #20782: [fix](memory) before compaction run, check memory exceed limit

2023-06-13 Thread via GitHub
xinyiZzz opened a new pull request, #20782: URL: https://github.com/apache/doris/pull/20782 ## 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] xinyiZzz commented on pull request #20782: [fix](memory) before compaction run, check memory exceed limit

2023-06-13 Thread via GitHub
xinyiZzz commented on PR #20782: URL: https://github.com/apache/doris/pull/20782#issuecomment-1590453624 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 #20732: [Bug](topn opt) Fix Two-Phase read when some rowset swept

2023-06-13 Thread via GitHub
eldenmoon commented on PR #20732: URL: https://github.com/apache/doris/pull/20732#issuecomment-1590454256 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 #20747: [refactor](exprcontext) move close to expr context's dector method

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20747: URL: https://github.com/apache/doris/pull/20747#issuecomment-1590454527 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] Tanya-W commented on a diff in pull request #20781: [feature](nereids) support match syntax

2023-06-13 Thread via GitHub
Tanya-W commented on code in PR #20781: URL: https://github.com/apache/doris/pull/20781#discussion_r1228975081 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/visitor/ExpressionVisitor.java: ## @@ -433,6 +434,10 @@ public R visitWindowFrame(WindowFrame win

[GitHub] [doris] Tanya-W commented on a diff in pull request #20781: [feature](nereids) support match syntax

2023-06-13 Thread via GitHub
Tanya-W commented on code in PR #20781: URL: https://github.com/apache/doris/pull/20781#discussion_r1228975212 ## regression-test/suites/nereids_syntax_p0/match.groovy: ## @@ -0,0 +1,178 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor li

[GitHub] [doris] github-actions[bot] commented on pull request #20782: [fix](memory) before compaction run, check memory exceed limit

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20782: URL: https://github.com/apache/doris/pull/20782#issuecomment-1590456924 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 #20732: [Bug](topn opt) Fix Two-Phase read when some rowset swept

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20732: URL: https://github.com/apache/doris/pull/20732#issuecomment-1590457500 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] yiguolei commented on pull request #20747: [refactor](exprcontext) move close to expr context's dector method

2023-06-13 Thread via GitHub
yiguolei commented on PR #20747: URL: https://github.com/apache/doris/pull/20747#issuecomment-1590461626 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] HHoflittlefish777 opened a new pull request, #20783: [Log](load) change log info for long stability test

2023-06-13 Thread via GitHub
HHoflittlefish777 opened a new pull request, #20783: URL: https://github.com/apache/doris/pull/20783 ## 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.or

[GitHub] [doris] HHoflittlefish777 commented on pull request #20783: [Log](load) change log info for long stability test

2023-06-13 Thread via GitHub
HHoflittlefish777 commented on PR #20783: URL: https://github.com/apache/doris/pull/20783#issuecomment-1590463797 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

[GitHub] [doris] Gabriel39 merged pull request #20763: [Bug](pipeline) fix bug for file scan node on pipeline engine

2023-06-13 Thread via GitHub
Gabriel39 merged PR #20763: URL: https://github.com/apache/doris/pull/20763 -- 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 (1c394f4964 -> 20ac940711)

2023-06-13 Thread gabriellee
This is an automated email from the ASF dual-hosted git repository. gabriellee pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 1c394f4964 Fix](Nereids) insert into table not need unpartitioned as root fragment's data partition (#20737)

[GitHub] [doris] github-actions[bot] commented on pull request #20783: [Log](load) change log info for long stability test

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20783: URL: https://github.com/apache/doris/pull/20783#issuecomment-1590465677 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] Mryange commented on pull request #20734: [fix](profile) remove same profile in join node

2023-06-13 Thread via GitHub
Mryange commented on PR #20734: URL: https://github.com/apache/doris/pull/20734#issuecomment-1590477855 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] github-actions[bot] commented on pull request #20756: [Test](regression) CCR syncer thrift interface regression test

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20756: URL: https://github.com/apache/doris/pull/20756#issuecomment-1590479894 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/5263288501";) output. shellcheck err

[GitHub] [doris] github-actions[bot] commented on pull request #20756: [Test](regression) CCR syncer thrift interface regression test

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20756: URL: https://github.com/apache/doris/pull/20756#issuecomment-1590483051 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 #20756: [Test](regression) CCR syncer thrift interface regression test

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20756: URL: https://github.com/apache/doris/pull/20756#issuecomment-1590484188 `sh-checker report` To get the full details, please check in the [job]("https://github.com/apache/doris/actions/runs/5263326114";) output. shellcheck err

[GitHub] [doris] github-actions[bot] commented on pull request #20756: [Test](regression) CCR syncer thrift interface regression test

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20756: URL: https://github.com/apache/doris/pull/20756#issuecomment-1590486806 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 #20756: [Test](regression) CCR syncer thrift interface regression test

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20756: URL: https://github.com/apache/doris/pull/20756#issuecomment-1590490353 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] timyuer opened a new issue, #20784: [Bug] The `PID_DIR` variable in the Doris stop script does not follow the conf file

2023-06-13 Thread via GitHub
timyuer opened a new issue, #20784: URL: https://github.com/apache/doris/issues/20784 ### 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 1.2.4.1 ### What'

[doris] 01/01: move delay logic to tablet

2023-06-13 Thread eldenmoon
This is an automated email from the ASF dual-hosted git repository. eldenmoon pushed a commit to branch 2pr-unused-rs in repository https://gitbox.apache.org/repos/asf/doris.git commit bda61ebab674ac57c1fd5224088e7bf951aa005c Author: eldenmoon <15605149...@163.com> AuthorDate: Wed Jun 14 13:29:46

[doris] branch 2pr-unused-rs created (now bda61ebab6)

2023-06-13 Thread eldenmoon
This is an automated email from the ASF dual-hosted git repository. eldenmoon pushed a change to branch 2pr-unused-rs in repository https://gitbox.apache.org/repos/asf/doris.git at bda61ebab6 move delay logic to tablet This branch includes the following new commits: new bda61ebab6 m

[GitHub] [doris] github-actions[bot] commented on pull request #19990: [Feature](avro) Support Apache Avro file format

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #19990: URL: https://github.com/apache/doris/pull/19990#issuecomment-1590497488 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 #20732: [Bug](topn opt) Fix Two-Phase read when some rowset swept

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20732: URL: https://github.com/apache/doris/pull/20732#issuecomment-1590501148 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 #20732: [Bug](topn opt) Fix Two-Phase read when some rowset swept

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20732: URL: https://github.com/apache/doris/pull/20732#issuecomment-1590501158 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] eldenmoon commented on pull request #20732: [Bug](topn opt) Fix Two-Phase read when some rowset swept

2023-06-13 Thread via GitHub
eldenmoon commented on PR #20732: URL: https://github.com/apache/doris/pull/20732#issuecomment-1590503811 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] Gabriel39 opened a new pull request, #20785: [Improvement](pipeline) Improve shared scan performance

2023-06-13 Thread via GitHub
Gabriel39 opened a new pull request, #20785: URL: https://github.com/apache/doris/pull/20785 ## 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](mailt

[GitHub] [doris] github-actions[bot] commented on pull request #20785: [Improvement](pipeline) Improve shared scan performance

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20785: URL: https://github.com/apache/doris/pull/20785#issuecomment-1590509525 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 #19990: [Feature](avro) Support Apache Avro file format

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #19990: URL: https://github.com/apache/doris/pull/19990#issuecomment-1590513645 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 pull request #20746: [feature](Nereids) add cbo rewrite framework

2023-06-13 Thread via GitHub
morrySnow commented on PR #20746: URL: https://github.com/apache/doris/pull/20746#issuecomment-1590518088 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] deadlinefen commented on pull request #20756: [Test](regression) CCR syncer thrift interface regression test

2023-06-13 Thread via GitHub
deadlinefen commented on PR #20756: URL: https://github.com/apache/doris/pull/20756#issuecomment-1590522658 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] github-actions[bot] commented on pull request #20732: [Bug](topn opt) Fix Two-Phase read when some rowset swept

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20732: URL: https://github.com/apache/doris/pull/20732#issuecomment-1590530559 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] CalvinKirs opened a new pull request, #20786: [Feature][GA]Latest-Master-Code-Check

2023-06-13 Thread via GitHub
CalvinKirs opened a new pull request, #20786: URL: https://github.com/apache/doris/pull/20786 A GitHub Action to check if a pull request includes the latest code of the master branch. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [doris] github-actions[bot] commented on pull request #20732: [Bug](topn opt) Fix Two-Phase read when some rowset swept

2023-06-13 Thread via GitHub
github-actions[bot] commented on PR #20732: URL: https://github.com/apache/doris/pull/20732#issuecomment-1590530609 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] platoneko commented on a diff in pull request #20715: [Enhancement](compaction) time-series scenario cumulative compaction policy

2023-06-13 Thread via GitHub
platoneko commented on code in PR #20715: URL: https://github.com/apache/doris/pull/20715#discussion_r1229032359 ## be/src/olap/tablet.cpp: ## @@ -1062,10 +1063,18 @@ uint32_t Tablet::_calc_base_compaction_score() const { // all_rs_metas() is not sorted, so we use _

[GitHub] [doris] BiteTheDDDDt opened a new pull request, #20787: [Bug](runtime-filter) fix runtime filter not register on vdata_gen_scan_node

2023-06-13 Thread via GitHub
BiteThet opened a new pull request, #20787: URL: https://github.com/apache/doris/pull/20787 ## Proposed changes fix runtime filter not register on vdata_gen_scan_node ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@do

[GitHub] [doris] CalvinKirs commented on pull request #20786: [Feature](GA)Latest-Master-Code-Check

2023-06-13 Thread via GitHub
CalvinKirs commented on PR #20786: URL: https://github.com/apache/doris/pull/20786#issuecomment-1590533593 latest code check -- 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.

<    1   2   3   4   5   >