[GitHub] [doris] hello-stephen commented on pull request #21725: [WIP][refactor](load) split segment flusher from rowset writer

2023-07-11 Thread via GitHub
hello-stephen commented on PR #21725: URL: https://github.com/apache/doris/pull/21725#issuecomment-1631262745 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 49.47 seconds stream load tsv: 496 seconds loaded 74807831229 Bytes

[GitHub] [doris] hello-stephen commented on pull request #21635: [refactor](load) cleanup segment flush logic in beta rowset writer

2023-07-11 Thread via GitHub
hello-stephen commented on PR #21635: URL: https://github.com/apache/doris/pull/21635#issuecomment-1631272490 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.48 seconds stream load tsv: 445 seconds loaded 74807831229 Bytes, about 160 MB/s

[GitHub] [doris] platoneko commented on pull request #21732: [Fix](compaction) Fix SizeBasedCumulativeCompactionPolicy pick_input_rowsets

2023-07-11 Thread via GitHub
platoneko commented on PR #21732: URL: https://github.com/apache/doris/pull/21732#issuecomment-1631372145 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] hello-stephen commented on pull request #21732: [Fix](compaction) Fix SizeBasedCumulativeCompactionPolicy pick_input_rowsets

2023-07-11 Thread via GitHub
hello-stephen commented on PR #21732: URL: https://github.com/apache/doris/pull/21732#issuecomment-1631405355 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.24 seconds stream load tsv: 445 seconds loaded 74807831229 Bytes, about 160 MB/s

[GitHub] [doris] hello-stephen commented on pull request #21732: [Fix](compaction) Fix SizeBasedCumulativeCompactionPolicy pick_input_rowsets

2023-07-11 Thread via GitHub
hello-stephen commented on PR #21732: URL: https://github.com/apache/doris/pull/21732#issuecomment-1631418410 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 49.62 seconds stream load tsv: 500 seconds loaded 74807831229 Bytes

[GitHub] [doris] github-actions[bot] commented on pull request #15605: [improvement](projection) Improve projection performance

2023-07-11 Thread via GitHub
github-actions[bot] commented on PR #15605: URL: https://github.com/apache/doris/pull/15605#issuecomment-1631665612 We're closing this PR because it hasn't been updated in a while. This isn't a judgement on the merit of the PR in any way. It's just a way of keeping the PR queue manageable

[GitHub] [doris] morningman merged pull request #21702: [fix](catalog) wrong required slot info causing BE crash.

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

[doris] branch branch-1.2-lts updated: [fix](catalog) wrong required slot info causing BE crash. (#21702)

2023-07-11 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-lts in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-1.2-lts by this push: new 666d3f5b06 [fix](catalog) wro

[GitHub] [doris] Centurybbx commented on pull request #20739: [Enhancement](config) optimize behavior of default_storage_medium

2023-07-11 Thread via GitHub
Centurybbx commented on PR #20739: URL: https://github.com/apache/doris/pull/20739#issuecomment-1631728464 run fe -- 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] Centurybbx commented on pull request #20739: [Enhancement](config) optimize behavior of default_storage_medium

2023-07-11 Thread via GitHub
Centurybbx commented on PR #20739: URL: https://github.com/apache/doris/pull/20739#issuecomment-1631730311 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 #20716: [Feature](Nereids) Add nereids unit test and refactor user feature of minidump

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

[GitHub] [doris] AshinGau opened a new pull request, #21739: [feature](hudi) support hudi time travel in external table

2023-07-11 Thread via GitHub
AshinGau opened a new pull request, #21739: URL: https://github.com/apache/doris/pull/21739 ## 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] TangSiyang2001 commented on pull request #21611: [fix](multi-table-load) fix memory leak when processing multi-table routine load

2023-07-11 Thread via GitHub
TangSiyang2001 commented on PR #21611: URL: https://github.com/apache/doris/pull/21611#issuecomment-1631736192 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 uns

[GitHub] [doris] XieJiann commented on pull request #21693: [enhancement](Nereids) Avoid frequent variable retrieval from connect context when calculating cost

2023-07-11 Thread via GitHub
XieJiann commented on PR #21693: URL: https://github.com/apache/doris/pull/21693#issuecomment-1631739439 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] TangSiyang2001 commented on pull request #21729: [enhancement](multi-table) support multi-table routine load on pipeline engine from BE

2023-07-11 Thread via GitHub
TangSiyang2001 commented on PR #21729: URL: https://github.com/apache/doris/pull/21729#issuecomment-1631739737 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] github-actions[bot] commented on pull request #21678: [Fix](RoutineLoad)Mutile table not support pipeline load

2023-07-11 Thread via GitHub
github-actions[bot] commented on PR #21678: URL: https://github.com/apache/doris/pull/21678#issuecomment-1631743928 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 #21729: [enhancement](multi-table) support multi-table routine load on pipeline engine from BE

2023-07-11 Thread via GitHub
github-actions[bot] commented on PR #21729: URL: https://github.com/apache/doris/pull/21729#issuecomment-1631745926 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] jacktengg commented on a diff in pull request #21721: [typo](docs) modify bitmap function document

2023-07-11 Thread via GitHub
jacktengg commented on code in PR #21721: URL: https://github.com/apache/doris/pull/21721#discussion_r1260478780 ## docs/en/docs/sql-manual/sql-functions/bitmap-functions/bitmap_or.md: ## @@ -35,42 +35,49 @@ Compute union of two or more input bitmaps, returns the new bitmap. #

[GitHub] [doris] hello-stephen commented on pull request #20739: [Enhancement](config) optimize behavior of default_storage_medium

2023-07-11 Thread via GitHub
hello-stephen commented on PR #20739: URL: https://github.com/apache/doris/pull/20739#issuecomment-1631748245 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 45.84 seconds stream load tsv: 446 seconds loaded 74807831229 Bytes, about 159 MB/s

[GitHub] [doris] ixzc opened a new pull request, #21740: [Docs](statistics)Modify the syntax description in the statistics.

2023-07-11 Thread via GitHub
ixzc opened a new pull request, #21740: URL: https://github.com/apache/doris/pull/21740 ## Proposed changes Issue Number: close #xxx Modify the Column statistics collection syntax description and view statistics job syntax description in the statistics docs. ## Further c

[GitHub] [doris] zhangstar333 commented on pull request #21713: [imporve](udaf) refactor java-udaf executor by using for loop

2023-07-11 Thread via GitHub
zhangstar333 commented on PR #21713: URL: https://github.com/apache/doris/pull/21713#issuecomment-1631753607 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] hello-stephen commented on pull request #20739: [Enhancement](config) optimize behavior of default_storage_medium

2023-07-11 Thread via GitHub
hello-stephen commented on PR #20739: URL: https://github.com/apache/doris/pull/20739#issuecomment-1631754734 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 50.83 seconds stream load tsv: 499 seconds loaded 74807831229 Bytes

[GitHub] [doris] github-actions[bot] commented on pull request #21713: [imporve](udaf) refactor java-udaf executor by using for loop

2023-07-11 Thread via GitHub
github-actions[bot] commented on PR #21713: URL: https://github.com/apache/doris/pull/21713#issuecomment-1631754881 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] hello-stephen commented on pull request #21693: [enhancement](Nereids) Avoid frequent variable retrieval from connect context when calculating cost

2023-07-11 Thread via GitHub
hello-stephen commented on PR #21693: URL: https://github.com/apache/doris/pull/21693#issuecomment-1631759432 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 48.99 seconds stream load tsv: 452 seconds loaded 74807831229 Bytes, about 157 MB/s

[GitHub] [doris] hello-stephen commented on pull request #21739: [feature](hudi) support hudi time travel in external table

2023-07-11 Thread via GitHub
hello-stephen commented on PR #21739: URL: https://github.com/apache/doris/pull/21739#issuecomment-1631759654 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 53.16 seconds stream load tsv: 503 seconds loaded 74807831229 Bytes

[GitHub] [doris] github-actions[bot] commented on pull request #21721: [typo](docs) modify bitmap function document

2023-07-11 Thread via GitHub
github-actions[bot] commented on PR #21721: URL: https://github.com/apache/doris/pull/21721#issuecomment-1631761685 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] hello-stephen commented on pull request #21693: [enhancement](Nereids) Avoid frequent variable retrieval from connect context when calculating cost

2023-07-11 Thread via GitHub
hello-stephen commented on PR #21693: URL: https://github.com/apache/doris/pull/21693#issuecomment-1631761711 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 54.65 seconds stream load tsv: 501 seconds loaded 74807831229 Bytes

[GitHub] [doris] hello-stephen commented on pull request #21729: [enhancement](multi-table) support multi-table routine load on pipeline engine from BE

2023-07-11 Thread via GitHub
hello-stephen commented on PR #21729: URL: https://github.com/apache/doris/pull/21729#issuecomment-1631766520 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 54.87 seconds stream load tsv: 443 seconds loaded 74807831229 Bytes, about 161 MB/s

[GitHub] [doris] hello-stephen commented on pull request #21729: [enhancement](multi-table) support multi-table routine load on pipeline engine from BE

2023-07-11 Thread via GitHub
hello-stephen commented on PR #21729: URL: https://github.com/apache/doris/pull/21729#issuecomment-1631766598 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 52.74 seconds stream load tsv: 502 seconds loaded 74807831229 Bytes

[GitHub] [doris] github-actions[bot] commented on pull request #21716: [FIX](serde)Fix decimal for arrow serde

2023-07-11 Thread via GitHub
github-actions[bot] commented on PR #21716: URL: https://github.com/apache/doris/pull/21716#issuecomment-1631767270 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] TangSiyang2001 commented on pull request #21729: [enhancement](multi-table) support multi-table routine load on pipeline engine from BE

2023-07-11 Thread via GitHub
TangSiyang2001 commented on PR #21729: URL: https://github.com/apache/doris/pull/21729#issuecomment-1631768554 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] kaijchen commented on pull request #21635: [refactor](load) cleanup segment flush logic in beta rowset writer

2023-07-11 Thread via GitHub
kaijchen commented on PR #21635: URL: https://github.com/apache/doris/pull/21635#issuecomment-1631769283 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 #21678: [enhancement](RoutineLoad)Mutile table support pipeline load

2023-07-11 Thread via GitHub
github-actions[bot] commented on PR #21678: URL: https://github.com/apache/doris/pull/21678#issuecomment-1631770876 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 merged pull request #21326: [enhancement](nereids) Support or to in conversion

2023-07-11 Thread via GitHub
morrySnow merged PR #21326: URL: https://github.com/apache/doris/pull/21326 -- 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: [opt](nereids) convert OR expression to IN expression (#21326)

2023-07-11 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 88c719233a [opt](nereids) convert OR expressio

[GitHub] [doris] github-actions[bot] commented on pull request #21729: [enhancement](multi-table) support multi-table routine load on pipeline engine from BE

2023-07-11 Thread via GitHub
github-actions[bot] commented on PR #21729: URL: https://github.com/apache/doris/pull/21729#issuecomment-1631773934 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 opened a new pull request, #21741: [Fix](rowset) When a rowset is cooled down, it is directly deleted. This can result in data query misses in the second phase of a two-phas

2023-07-11 Thread via GitHub
eldenmoon opened a new pull request, #21741: URL: https://github.com/apache/doris/pull/21741 ## Proposed changes related pr #20732 There are two reasons for moving the logic of delayed deletion from the Tablet to the StorageEngine. The first reason is to consolidate the log

[GitHub] [doris] hello-stephen commented on pull request #21713: [imporve](udaf) refactor java-udaf executor by using for loop

2023-07-11 Thread via GitHub
hello-stephen commented on PR #21713: URL: https://github.com/apache/doris/pull/21713#issuecomment-1631774158 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 50.04 seconds stream load tsv: 500 seconds loaded 74807831229 Bytes

[GitHub] [doris] morrySnow merged pull request #21469: [enhancement](nereids) Update consumer's stats

2023-07-11 Thread via GitHub
morrySnow merged PR #21469: URL: https://github.com/apache/doris/pull/21469 -- 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 (88c719233a -> 56c2deadb1)

2023-07-11 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 88c719233a [opt](nereids) convert OR expression to IN expression (#21326) add 56c2deadb1 [opt](nereids) updat

[GitHub] [doris] eldenmoon commented on pull request #21741: [Fix](rowset) When a rowset is cooled down, it is directly deleted. This can result in data query misses in the second phase of a two-phase

2023-07-11 Thread via GitHub
eldenmoon commented on PR #21741: URL: https://github.com/apache/doris/pull/21741#issuecomment-1631775541 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] hello-stephen commented on pull request #21713: [imporve](udaf) refactor java-udaf executor by using for loop

2023-07-11 Thread via GitHub
hello-stephen commented on PR #21713: URL: https://github.com/apache/doris/pull/21713#issuecomment-1631775786 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 48.7 seconds stream load tsv: 441 seconds loaded 74807831229 Bytes, about 161 MB/s

[GitHub] [doris] englefly opened a new pull request, #21742: [shape](nereids) TPCDS check all query shape, except ds64

2023-07-11 Thread via GitHub
englefly opened a new pull request, #21742: URL: https://github.com/apache/doris/pull/21742 ## Proposed changes there is a known bug on ds64 analyze. add ds 64 shape check latter Issue Number: close #xxx ## Further comments If this is a relatively large or

[GitHub] [doris] eldenmoon commented on pull request #21741: [Fix](rowset) When a rowset is cooled down, it is directly deleted. This can result in data query misses in the second phase of a two-phase

2023-07-11 Thread via GitHub
eldenmoon commented on PR #21741: URL: https://github.com/apache/doris/pull/21741#issuecomment-1631777504 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 #21741: [Fix](rowset) When a rowset is cooled down, it is directly deleted. This can result in data query misses in the second phase of a

2023-07-11 Thread via GitHub
github-actions[bot] commented on PR #21741: URL: https://github.com/apache/doris/pull/21741#issuecomment-1631778927 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 #21741: [Fix](rowset) When a rowset is cooled down, it is directly deleted. This can result in data query misses in the second phase of a

2023-07-11 Thread via GitHub
github-actions[bot] commented on PR #21741: URL: https://github.com/apache/doris/pull/21741#issuecomment-1631779165 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] zclllyybb commented on pull request #21305: [fix](datetime) refactor insert behavior to make same with mysql

2023-07-11 Thread via GitHub
zclllyybb commented on PR #21305: URL: https://github.com/apache/doris/pull/21305#issuecomment-1631779279 run feut -- 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 unsubs

[GitHub] [doris] eldenmoon commented on pull request #21741: [Fix](rowset) When a rowset is cooled down, it is directly deleted. This can result in data query misses in the second phase of a two-phase

2023-07-11 Thread via GitHub
eldenmoon commented on PR #21741: URL: https://github.com/apache/doris/pull/21741#issuecomment-1631780105 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 #21741: [Fix](rowset) When a rowset is cooled down, it is directly deleted. This can result in data query misses in the second phase of a

2023-07-11 Thread via GitHub
github-actions[bot] commented on PR #21741: URL: https://github.com/apache/doris/pull/21741#issuecomment-1631781956 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] dataroaring commented on pull request #21649: [Feature](doris compose) A tool for setup and manage doris docker cluster scaling easily

2023-07-11 Thread via GitHub
dataroaring commented on PR #21649: URL: https://github.com/apache/doris/pull/21649#issuecomment-1631783084 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] morrySnow commented on pull request #21528: [enhancement](stats) Update tbl stats after system job succeeded

2023-07-11 Thread via GitHub
morrySnow commented on PR #21528: URL: https://github.com/apache/doris/pull/21528#issuecomment-1631783205 run clickbench-new -- 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] github-actions[bot] commented on pull request #21305: [fix](datetime) refactor insert behavior to make same with mysql

2023-07-11 Thread via GitHub
github-actions[bot] commented on PR #21305: URL: https://github.com/apache/doris/pull/21305#issuecomment-1631784165 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 merged pull request #21528: [enhancement](stats) Update tbl stats after system job succeeded

2023-07-11 Thread via GitHub
morrySnow merged PR #21528: URL: https://github.com/apache/doris/pull/21528 -- 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: [opt](stats)update tbl stats of statistics collection after system statistics collection job succeeded (#21528)

2023-07-11 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 a18b345459 [opt](stats)update tbl stats of sta

[GitHub] [doris] hello-stephen commented on pull request #21729: [enhancement](multi-table) support multi-table routine load on pipeline engine from BE

2023-07-11 Thread via GitHub
hello-stephen commented on PR #21729: URL: https://github.com/apache/doris/pull/21729#issuecomment-1631784981 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 48.66 seconds stream load tsv: 451 seconds loaded 74807831229 Bytes, about 158 MB/s

[GitHub] [doris] github-actions[bot] commented on pull request #21675: [Fix](parquet-reader) Fix parquet string column min max statistics issue which caused query result incorrectly.

2023-07-11 Thread via GitHub
github-actions[bot] commented on PR #21675: URL: https://github.com/apache/doris/pull/21675#issuecomment-1631785937 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 #21675: [Fix](parquet-reader) Fix parquet string column min max statistics issue which caused query result incorrectly.

2023-07-11 Thread via GitHub
github-actions[bot] commented on PR #21675: URL: https://github.com/apache/doris/pull/21675#issuecomment-1631785968 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] hello-stephen commented on pull request #21635: [refactor](load) cleanup segment flush logic in beta rowset writer

2023-07-11 Thread via GitHub
hello-stephen commented on PR #21635: URL: https://github.com/apache/doris/pull/21635#issuecomment-1631790524 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 50.51 seconds stream load tsv: 500 seconds loaded 74807831229 Bytes

[GitHub] [doris] hello-stephen commented on pull request #21729: [enhancement](multi-table) support multi-table routine load on pipeline engine from BE

2023-07-11 Thread via GitHub
hello-stephen commented on PR #21729: URL: https://github.com/apache/doris/pull/21729#issuecomment-1631790566 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 58.47 seconds stream load tsv: 498 seconds loaded 74807831229 Bytes

[GitHub] [doris] hello-stephen commented on pull request #21729: [enhancement](multi-table) support multi-table routine load on pipeline engine from BE

2023-07-11 Thread via GitHub
hello-stephen commented on PR #21729: URL: https://github.com/apache/doris/pull/21729#issuecomment-1631790624 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 52.79 seconds stream load tsv: 498 seconds loaded 74807831229 Bytes

[GitHub] [doris] hello-stephen commented on pull request #21635: [refactor](load) cleanup segment flush logic in beta rowset writer

2023-07-11 Thread via GitHub
hello-stephen commented on PR #21635: URL: https://github.com/apache/doris/pull/21635#issuecomment-1631791303 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 48.8 seconds stream load tsv: 445 seconds loaded 74807831229 Bytes, about 160 MB/s

[GitHub] [doris] hello-stephen commented on pull request #21739: [feature](hudi) support hudi time travel in external table

2023-07-11 Thread via GitHub
hello-stephen commented on PR #21739: URL: https://github.com/apache/doris/pull/21739#issuecomment-163177 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 51.29 seconds stream load tsv: 502 seconds loaded 74807831229 Bytes

[GitHub] [doris] englefly closed pull request #21554: [refactor](nereids) enable tpcds shape check on all queries

2023-07-11 Thread via GitHub
englefly closed pull request #21554: [refactor](nereids) enable tpcds shape check on all queries URL: https://github.com/apache/doris/pull/21554 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the s

[GitHub] [doris] hello-stephen commented on pull request #21741: [Fix](rowset) When a rowset is cooled down, it is directly deleted. This can result in data query misses in the second phase of a two-p

2023-07-11 Thread via GitHub
hello-stephen commented on PR #21741: URL: https://github.com/apache/doris/pull/21741#issuecomment-1631801023 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 55.23 seconds stream load tsv: 503 seconds loaded 74807831229 Bytes

[GitHub] [doris] hello-stephen commented on pull request #21741: [Fix](rowset) When a rowset is cooled down, it is directly deleted. This can result in data query misses in the second phase of a two-p

2023-07-11 Thread via GitHub
hello-stephen commented on PR #21741: URL: https://github.com/apache/doris/pull/21741#issuecomment-1631801135 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 56.99 seconds stream load tsv: 501 seconds loaded 74807831229 Bytes

[GitHub] [doris] amorynan commented on pull request #21555: [Improve](jsonb_extract) support jsonb_extract multi parse path

2023-07-11 Thread via GitHub
amorynan commented on PR #21555: URL: https://github.com/apache/doris/pull/21555#issuecomment-1631801423 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 #21177: [Feature](Compaction)Support full compaction

2023-07-11 Thread via GitHub
github-actions[bot] commented on PR #21177: URL: https://github.com/apache/doris/pull/21177#issuecomment-1631801476 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] englefly opened a new pull request, #21744: [refactor](nereids)set session var for bushy join

2023-07-11 Thread via GitHub
englefly opened a new pull request, #21744: URL: https://github.com/apache/doris/pull/21744 ## Proposed changes add session var: MAX_JOIN_NUMBER_BUSHY_TREE, default is 5 if table number is less than MAX_JOIN_NUMBER_BUSHY_TREE in a join cluster, nereids try bushy tree, o.w. zigzag tree

[GitHub] [doris] englefly commented on pull request #21744: [refactor](nereids)set session var for bushy join

2023-07-11 Thread via GitHub
englefly commented on PR #21744: URL: https://github.com/apache/doris/pull/21744#issuecomment-1631801953 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 #21555: [Improve](jsonb_extract) support jsonb_extract multi parse path

2023-07-11 Thread via GitHub
github-actions[bot] commented on PR #21555: URL: https://github.com/apache/doris/pull/21555#issuecomment-1631804374 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 #21330: support array_contains_all function

2023-07-11 Thread via GitHub
amorynan commented on PR #21330: URL: https://github.com/apache/doris/pull/21330#issuecomment-1631805375 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 #21330: support array_contains_all function

2023-07-11 Thread via GitHub
amorynan commented on PR #21330: URL: https://github.com/apache/doris/pull/21330#issuecomment-1631805442 run feut -- 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] amorynan commented on pull request #21330: support array_contains_all function

2023-07-11 Thread via GitHub
amorynan commented on PR #21330: URL: https://github.com/apache/doris/pull/21330#issuecomment-1631805682 run arm -- 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 unsubscr

[GitHub] [doris] github-actions[bot] commented on pull request #21177: [Feature](Compaction)Support full compaction

2023-07-11 Thread via GitHub
github-actions[bot] commented on PR #21177: URL: https://github.com/apache/doris/pull/21177#issuecomment-1631808969 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] hello-stephen commented on pull request #21741: [Fix](rowset) When a rowset is cooled down, it is directly deleted. This can result in data query misses in the second phase of a two-p

2023-07-11 Thread via GitHub
hello-stephen commented on PR #21741: URL: https://github.com/apache/doris/pull/21741#issuecomment-1631810219 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 49.89 seconds stream load tsv: 450 seconds loaded 74807831229 Bytes, about 158 MB/s

[GitHub] [doris] hello-stephen commented on pull request #21741: [Fix](rowset) When a rowset is cooled down, it is directly deleted. This can result in data query misses in the second phase of a two-p

2023-07-11 Thread via GitHub
hello-stephen commented on PR #21741: URL: https://github.com/apache/doris/pull/21741#issuecomment-1631812693 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 48.63 seconds stream load tsv: 452 seconds loaded 74807831229 Bytes, about 157 MB/s

[GitHub] [doris] zy-kkk opened a new pull request, #21745: [enhancement](jdbc catalog) Add mysql jdbc catalog function to filter push-down identification

2023-07-11 Thread via GitHub
zy-kkk opened a new pull request, #21745: URL: https://github.com/apache/doris/pull/21745 ## 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:d

[GitHub] [doris] yujun777 commented on pull request #21649: [Feature](doris compose) A tool for setup and manage doris docker cluster scaling easily

2023-07-11 Thread via GitHub
yujun777 commented on PR #21649: URL: https://github.com/apache/doris/pull/21649#issuecomment-1631817898 run builall -- 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] HappenLee commented on a diff in pull request #21722: [feature](function) support time_to_sec

2023-07-11 Thread via GitHub
HappenLee commented on code in PR #21722: URL: https://github.com/apache/doris/pull/21722#discussion_r1260549077 ## be/src/vec/functions/function_date_or_datetime_computation.h: ## @@ -1093,6 +1093,27 @@ struct TimeToSecImpl { } }; +struct SecToTimeImpl { +using Retu

[GitHub] [doris] hello-stephen commented on pull request #21177: [Feature](Compaction)Support full compaction

2023-07-11 Thread via GitHub
hello-stephen commented on PR #21177: URL: https://github.com/apache/doris/pull/21177#issuecomment-1631822918 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 49.45 seconds stream load tsv: 506 seconds loaded 74807831229 Bytes

[GitHub] [doris] bobhan1 opened a new pull request, #21746: [feature](partial update) add failure tolerance for strict mode partial update stream load

2023-07-11 Thread via GitHub
bobhan1 opened a new pull request, #21746: URL: https://github.com/apache/doris/pull/21746 ## Proposed changes add the number of newly inserted rows to num_filtered_rows in strict mode partial update stream load. If num_rows_load_filtered/num_selected_rows > max_filter_ratio, the str

[GitHub] [doris] hello-stephen commented on pull request #21739: [feature](hudi) support hudi time travel in external table

2023-07-11 Thread via GitHub
hello-stephen commented on PR #21739: URL: https://github.com/apache/doris/pull/21739#issuecomment-1631825781 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 51.32 seconds stream load tsv: 502 seconds loaded 74807831229 Bytes

[GitHub] [doris] hello-stephen commented on pull request #21555: [Improve](jsonb_extract) support jsonb_extract multi parse path

2023-07-11 Thread via GitHub
hello-stephen commented on PR #21555: URL: https://github.com/apache/doris/pull/21555#issuecomment-1631828599 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 48.91 seconds stream load tsv: 458 seconds loaded 74807831229 Bytes, about 155 MB/s

[GitHub] [doris] github-actions[bot] commented on pull request #21746: [feature](partial update) add failure tolerance for strict mode partial update stream load

2023-07-11 Thread via GitHub
github-actions[bot] commented on PR #21746: URL: https://github.com/apache/doris/pull/21746#issuecomment-1631828828 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] sohardforaname commented on pull request #21024: [Fix](planner)fix failed running alias function with an alias function in original function.

2023-07-11 Thread via GitHub
sohardforaname commented on PR #21024: URL: https://github.com/apache/doris/pull/21024#issuecomment-1631829987 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 uns

[GitHub] [doris] hello-stephen commented on pull request #21177: [Feature](Compaction)Support full compaction

2023-07-11 Thread via GitHub
hello-stephen commented on PR #21177: URL: https://github.com/apache/doris/pull/21177#issuecomment-1631830430 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 51.72 seconds stream load tsv: 501 seconds loaded 74807831229 Bytes

[GitHub] [doris] github-actions[bot] commented on pull request #21603: [improvement](multi catalog)paimon support filesystem metastore

2023-07-11 Thread via GitHub
github-actions[bot] commented on PR #21603: URL: https://github.com/apache/doris/pull/21603#issuecomment-1631840986 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 #20716: [Feature](Nereids) Add nereids unit test and refactor user feature of minidump

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

[GitHub] [doris] github-actions[bot] commented on pull request #21650: [fix](planner)need recalculate nullable info of output slots for join node

2023-07-11 Thread via GitHub
github-actions[bot] commented on PR #21650: URL: https://github.com/apache/doris/pull/21650#issuecomment-1631841438 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 #21650: [fix](planner)need recalculate nullable info of output slots for join node

2023-07-11 Thread via GitHub
github-actions[bot] commented on PR #21650: URL: https://github.com/apache/doris/pull/21650#issuecomment-1631841461 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 #21718: [fix](planner)push conjuncts into SetOperationStmt inline view

2023-07-11 Thread via GitHub
github-actions[bot] commented on PR #21718: URL: https://github.com/apache/doris/pull/21718#issuecomment-1631841779 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 #21718: [fix](planner)push conjuncts into SetOperationStmt inline view

2023-07-11 Thread via GitHub
github-actions[bot] commented on PR #21718: URL: https://github.com/apache/doris/pull/21718#issuecomment-1631841809 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] englefly commented on pull request #21718: [fix](planner)push conjuncts into SetOperationStmt inline view

2023-07-11 Thread via GitHub
englefly commented on PR #21718: URL: https://github.com/apache/doris/pull/21718#issuecomment-1631842190 please add the sql, which cases this bug, into pr description -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [doris] hello-stephen commented on pull request #21555: [Improve](jsonb_extract) support jsonb_extract multi parse path

2023-07-11 Thread via GitHub
hello-stephen commented on PR #21555: URL: https://github.com/apache/doris/pull/21555#issuecomment-1631843696 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 55.52 seconds stream load tsv: 503 seconds loaded 74807831229 Bytes

[GitHub] [doris] hello-stephen commented on pull request #21555: [Improve](jsonb_extract) support jsonb_extract multi parse path

2023-07-11 Thread via GitHub
hello-stephen commented on PR #21555: URL: https://github.com/apache/doris/pull/21555#issuecomment-1631843704 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 53.57 seconds stream load tsv: 504 seconds loaded 74807831229 Bytes

[GitHub] [doris] hello-stephen commented on pull request #21745: [enhancement](jdbc catalog) Add mysql jdbc catalog function to filter push-down identification

2023-07-11 Thread via GitHub
hello-stephen commented on PR #21745: URL: https://github.com/apache/doris/pull/21745#issuecomment-1631843933 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 49.89 seconds stream load tsv: 504 seconds loaded 74807831229 Bytes

[GitHub] [doris] LiBinfeng-01 commented on pull request #20716: [Feature](Nereids) Add nereids unit test and refactor user feature of minidump

2023-07-11 Thread via GitHub
LiBinfeng-01 commented on PR #20716: URL: https://github.com/apache/doris/pull/20716#issuecomment-1631845337 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] kaijchen commented on pull request #21725: [WIP][refactor](load) split segment flusher from rowset writer

2023-07-11 Thread via GitHub
kaijchen commented on PR #21725: URL: https://github.com/apache/doris/pull/21725#issuecomment-1631845431 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 #21725: [WIP][refactor](load) split segment flusher from rowset writer

2023-07-11 Thread via GitHub
github-actions[bot] commented on PR #21725: URL: https://github.com/apache/doris/pull/21725#issuecomment-1631851576 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] kaijchen commented on pull request #21725: [WIP][refactor](load) split segment flusher from rowset writer

2023-07-11 Thread via GitHub
kaijchen commented on PR #21725: URL: https://github.com/apache/doris/pull/21725#issuecomment-1631859383 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

<    1   2   3   4   5   >