[GitHub] [doris] dutyu commented on pull request #21589: [Enhancement](multi-catalog) Merge hms events every round to speed up events processing.

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

[GitHub] [doris] yiguolei commented on pull request #21719: [fix](config) set FE header size limit to 1MB from 10k

2023-07-11 Thread via GitHub
yiguolei commented on PR #21719: URL: https://github.com/apache/doris/pull/21719#issuecomment-1630538670 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 #21719: [fix](config) set FE header size limit to 1MB from 10k

2023-07-11 Thread via GitHub
github-actions[bot] commented on PR #21719: URL: https://github.com/apache/doris/pull/21719#issuecomment-1630539735 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 #21719: [fix](config) set FE header size limit to 1MB from 10k

2023-07-11 Thread via GitHub
github-actions[bot] commented on PR #21719: URL: https://github.com/apache/doris/pull/21719#issuecomment-1630539819 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] HappenLee commented on a diff in pull request #21564: [refactor](mem_reuse) refactor mem_reuse in MutableBlock

2023-07-11 Thread via GitHub
HappenLee commented on code in PR #21564: URL: https://github.com/apache/doris/pull/21564#discussion_r1259516646 ## be/src/vec/core/block.h: ## @@ -413,34 +413,42 @@ class MutableBlock { using IndexByName = phmap::flat_hash_map; IndexByName index_by_name; +Block*

[GitHub] [doris] github-actions[bot] commented on pull request #21722: [feature](function) support time_to_sec

2023-07-11 Thread via GitHub
github-actions[bot] commented on PR #21722: URL: https://github.com/apache/doris/pull/21722#issuecomment-1630548760 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 opened a new pull request, #21723: [Fix](Nereids)normalize the behavior of from_unixtime() according to Nereids planner

2023-07-11 Thread via GitHub
sohardforaname opened a new pull request, #21723: URL: https://github.com/apache/doris/pull/21723 ## 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](

[GitHub] [doris] sohardforaname commented on pull request #21723: [Fix](Nereids)normalize the behavior of from_unixtime() according to Nereids planner

2023-07-11 Thread via GitHub
sohardforaname commented on PR #21723: URL: https://github.com/apache/doris/pull/21723#issuecomment-1630550538 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] vinlee19 opened a new pull request, #21724: [typo](docs) modify the documentation for the bitmap_and_not function in 1.2

2023-07-11 Thread via GitHub
vinlee19 opened a new pull request, #21724: URL: https://github.com/apache/doris/pull/21724 ## 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] github-actions[bot] commented on pull request #21715: [imporve](bloomfilter) refactor runtime_filter_mgr with bloomfilter

2023-07-11 Thread via GitHub
github-actions[bot] commented on PR #21715: URL: https://github.com/apache/doris/pull/21715#issuecomment-1630562048 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 #21715: [imporve](bloomfilter) refactor runtime_filter_mgr with bloomfilter

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

2023-07-11 Thread via GitHub
kaijchen opened a new pull request, #21725: URL: https://github.com/apache/doris/pull/21725 ## 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] 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-1630570336 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] hello-stephen commented on pull request #21719: [fix](config) set FE header size limit to 1MB from 10k

2023-07-11 Thread via GitHub
hello-stephen commented on PR #21719: URL: https://github.com/apache/doris/pull/21719#issuecomment-1630572711 (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 #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-1630579695 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 #21715: [imporve](bloomfilter) refactor runtime_filter_mgr with bloomfilter

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

[GitHub] [doris] yiguolei merged pull request #21271: [improvement](bitmap) Use shared_ptr in BitmapValue to avoid deep copying

2023-07-11 Thread via GitHub
yiguolei merged PR #21271: URL: https://github.com/apache/doris/pull/21271 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apa

[doris] branch branch-1.2-lts updated: [improvement](bitmap) Use shared_ptr in BitmapValue to avoid deep copying (#19101) (#21271)

2023-07-11 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei 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 4b9c87d3bf [improvement](bitmap

[GitHub] [doris] hello-stephen commented on pull request #21722: [feature](function) support time_to_sec

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

[GitHub] [doris] zhangstar333 opened a new pull request, #21726: [chore](mv) when create mv failed show more failed msg

2023-07-11 Thread via GitHub
zhangstar333 opened a new pull request, #21726: URL: https://github.com/apache/doris/pull/21726 ## Proposed changes `before:` `detailMessage = rollup tasks failed on same tablet reach threshold [[ALTER], signature: 15083, backendId: 11001` `after:` `detailMessage = rollup

[GitHub] [doris] hello-stephen commented on pull request #21589: [Enhancement](multi-catalog) Merge hms events every round to speed up events processing.

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

[GitHub] [doris] hello-stephen commented on pull request #21715: [imporve](bloomfilter) refactor runtime_filter_mgr with bloomfilter

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

[GitHub] [doris] hello-stephen commented on pull request #21723: [Fix](Nereids)normalize the behavior of from_unixtime() according to Nereids planner

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

[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-1630593408 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] morrySnow opened a new pull request, #21727: [refactor](Nereids) refactor cte analyze, rewrite and reuse code

2023-07-11 Thread via GitHub
morrySnow opened a new pull request, #21727: URL: https://github.com/apache/doris/pull/21727 ## Proposed changes Issue Number: close #xxx 1. generate CTEAnchor, CTEProducer, CTEConsumer when analyze 2. recursive analyze LogicalCTE to avoid bind outer relation on inner

[GitHub] [doris] morrySnow commented on pull request #21727: [refactor](Nereids) refactor cte analyze, rewrite and reuse code

2023-07-11 Thread via GitHub
morrySnow commented on PR #21727: URL: https://github.com/apache/doris/pull/21727#issuecomment-1630605120 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 #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-1630609657 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 57.15 seconds stream load tsv: 503 seconds loaded 74807831229 Bytes

[GitHub] [doris] hello-stephen commented on pull request #21715: [imporve](bloomfilter) refactor runtime_filter_mgr with bloomfilter

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

[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-1630620312 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 52.52 seconds stream load tsv: 503 seconds loaded 74807831229 Bytes

[GitHub] [doris] starocean999 opened a new pull request, #21728: [fix](planner)push conjuncts into SetOperationStmt inline view

2023-07-11 Thread via GitHub
starocean999 opened a new pull request, #21728: URL: https://github.com/apache/doris/pull/21728 ## Proposed changes pick from master https://github.com/apache/doris/pull/21718 ## Further comments If this is a relatively large or complex change, kick off the discus

[GitHub] [doris] hello-stephen commented on pull request #21718: [fix](draft)push conjuncts into SetOperationStmt inline view

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

[GitHub] [doris] TangSiyang2001 opened a new pull request, #21729: [enhancement](multi-table) enable mullti-table routine load on pipeline engine from BE part

2023-07-11 Thread via GitHub
TangSiyang2001 opened a new pull request, #21729: URL: https://github.com/apache/doris/pull/21729 ## Proposed changes FE part: #21678 ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto:d...@doris

[GitHub] [doris] BiteTheDDDDt merged pull request #21726: [chore](mv) when create mv failed show more failed msg

2023-07-11 Thread via GitHub
BiteThet merged PR #21726: URL: https://github.com/apache/doris/pull/21726 -- 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] branch branch-1.2-lts updated: [chore](mv) when create mv failed, show more failed msg (#21726)

2023-07-11 Thread panxiaolei
This is an automated email from the ASF dual-hosted git repository. panxiaolei 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 cbb90a693c [chore](mv) when c

[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-1630641808 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 49.69 seconds stream load tsv: 502 seconds loaded 74807831229 Bytes

[GitHub] [doris] hello-stephen commented on pull request #21727: [refactor](Nereids) refactor cte analyze, rewrite and reuse code

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

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

2023-07-11 Thread via GitHub
github-actions[bot] commented on PR #21729: URL: https://github.com/apache/doris/pull/21729#issuecomment-1630645193 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 #21501: [log](profile) add doris version info to query profile

2023-07-11 Thread via GitHub
zclllyybb commented on PR #21501: URL: https://github.com/apache/doris/pull/21501#issuecomment-1630653031 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 #21722: [feature](function) support time_to_sec

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

[GitHub] [doris] hello-stephen commented on pull request #21589: [Enhancement](multi-catalog) Merge hms events every round to speed up events processing.

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

[GitHub] [doris] freemandealer commented on pull request #21611: [fix](multi-table-load) fix memory leak when processing multi-table routine load

2023-07-11 Thread via GitHub
freemandealer commented on PR #21611: URL: https://github.com/apache/doris/pull/21611#issuecomment-1630662338 run p1 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsu

[GitHub] [doris] jackwener opened a new pull request, #21730: [fix](Nereids): disable PushdownExpressionsInHashCondition.

2023-07-11 Thread via GitHub
jackwener opened a new pull request, #21730: URL: https://github.com/apache/doris/pull/21730 ## 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] jackwener commented on pull request #21730: [fix](Nereids): disable PushdownExpressionsInHashCondition.

2023-07-11 Thread via GitHub
jackwener commented on PR #21730: URL: https://github.com/apache/doris/pull/21730#issuecomment-1630672239 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 #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-1630680835 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 merged pull request #21719: [fix](config) set FE header size limit to 1MB from 10k

2023-07-11 Thread via GitHub
dataroaring merged PR #21719: URL: https://github.com/apache/doris/pull/21719 -- 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] branch master updated: [fix](config) set FE header size limit to 1MB from 10k (#21719)

2023-07-11 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 8ffa21a157 [fix](config) set FE header size

[GitHub] [doris] hello-stephen commented on pull request #21719: [fix](config) set FE header size limit to 1MB from 10k

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

[GitHub] [doris] hello-stephen commented on pull request #21723: [Fix](Nereids)normalize the behavior of from_unixtime() according to Nereids planner

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

[GitHub] [doris] hello-stephen commented on pull request #21501: [log](profile) add doris version info to query profile

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

[GitHub] [doris] hello-stephen commented on pull request #21501: [log](profile) add doris version info to query profile

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

[GitHub] [doris] yiguolei merged pull request #21482: [enhancement](nereids) Sync stats across FE cluster after analyze

2023-07-11 Thread via GitHub
yiguolei merged PR #21482: URL: https://github.com/apache/doris/pull/21482 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apa

[doris] branch master updated: [enhancement](nereids) Sync stats across FE cluster after analyze #21482

2023-07-11 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei 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 ed410034c6 [enhancement](nereids) Sync stats ac

[GitHub] [doris] sohardforaname opened a new pull request, #21731: [Fix](planner)normalize the behavior of from_unixtime() according to 2.0.0

2023-07-11 Thread via GitHub
sohardforaname opened a new pull request, #21731: URL: https://github.com/apache/doris/pull/21731 ## 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](

[GitHub] [doris] sohardforaname commented on pull request #21723: [Fix](Nereids)normalize the behavior of from_unixtime() according to Nereids planner

2023-07-11 Thread via GitHub
sohardforaname commented on PR #21723: URL: https://github.com/apache/doris/pull/21723#issuecomment-1630714094 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 #21730: [fix](Nereids): disable PushdownExpressionsInHashCondition.

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

[GitHub] [doris] sohardforaname commented on pull request #21731: [Fix](planner)normalize the behavior of from_unixtime() according to 2.0.0

2023-07-11 Thread via GitHub
sohardforaname commented on PR #21731: URL: https://github.com/apache/doris/pull/21731#issuecomment-1630716580 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] sohardforaname commented on pull request #21723: [Fix](Nereids)normalize the behavior of from_unixtime() according to Nereids planner

2023-07-11 Thread via GitHub
sohardforaname commented on PR #21723: URL: https://github.com/apache/doris/pull/21723#issuecomment-1630716414 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] yiguolei commented on pull request #21308: [Fix](information_schema) Schema table varchar len error

2023-07-11 Thread via GitHub
yiguolei commented on PR #21308: URL: https://github.com/apache/doris/pull/21308#issuecomment-1630717340 @stalary please rebase master and push again -- 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

[GitHub] [doris] sohardforaname commented on pull request #21731: [Fix](planner)normalize the behavior of from_unixtime() according to 2.0.0

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

2023-07-11 Thread via GitHub
platoneko opened a new pull request, #21732: URL: https://github.com/apache/doris/pull/21732 ## Proposed changes Issue Number: close #xxx If no suitable level size found in `input_rowsets` but score of `input_rowsets` exceed max compaction score, which means `input_rowsets` wil

[GitHub] [doris] github-actions[bot] commented on pull request #21522: [improvement](memory) Refactor doris cache GC

2023-07-11 Thread via GitHub
github-actions[bot] commented on PR #21522: URL: https://github.com/apache/doris/pull/21522#issuecomment-1630724478 PR approved by at least one committer and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[doris] branch master updated: [improvement](memory) Refactor doris cache GC (#21522)

2023-07-11 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei 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 4b30485d62 [improvement](memory) Refactor doris

[GitHub] [doris] yiguolei merged pull request #21522: [improvement](memory) Refactor doris cache GC

2023-07-11 Thread via GitHub
yiguolei merged PR #21522: URL: https://github.com/apache/doris/pull/21522 -- 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] 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-1630726469 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 47.23 seconds stream load tsv: 447 seconds loaded 74807831229 Bytes, about 159 MB/s

[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-1630728934 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 51.29 seconds stream load tsv: 449 seconds loaded 74807831229 Bytes, about 158 MB/s

[GitHub] [doris] github-actions[bot] commented on pull request #21732: [Fix](compaction) Fix SizeBasedCumulativeCompactionPolicy pick_input_rowsets

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

2023-07-11 Thread via GitHub
github-actions[bot] commented on PR #21729: URL: https://github.com/apache/doris/pull/21729#issuecomment-1630739848 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 #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-1630743388 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-1630749243 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 #21674: [Enhancement] (binlog) Rebuild binlog and binlog manager

2023-07-11 Thread via GitHub
github-actions[bot] commented on PR #21674: URL: https://github.com/apache/doris/pull/21674#issuecomment-1630750425 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 #21727: [refactor](Nereids) refactor cte analyze, rewrite and reuse code

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

[GitHub] [doris] deadlinefen commented on pull request #21674: [Enhancement] (binlog) Rebuild binlog and binlog manager

2023-07-11 Thread via GitHub
deadlinefen commented on PR #21674: URL: https://github.com/apache/doris/pull/21674#issuecomment-1630767830 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] luzhijing opened a new pull request, #21733: [dont merge](test) join the community

2023-07-11 Thread via GitHub
luzhijing opened a new pull request, #21733: URL: https://github.com/apache/doris/pull/21733 ## 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] hello-stephen commented on pull request #21723: [Fix](Nereids)normalize the behavior of from_unixtime() according to Nereids planner

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

[GitHub] [doris] hello-stephen commented on pull request #21723: [Fix](Nereids)normalize the behavior of from_unixtime() according to Nereids planner

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

[GitHub] [doris] Tanya-W opened a new pull request, #21734: [opt](regression case) add more index change case

2023-07-11 Thread via GitHub
Tanya-W opened a new pull request, #21734: URL: https://github.com/apache/doris/pull/21734 ## Proposed changes add more index change case ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@doris.apache.org](mailto:d...@d

[GitHub] [doris] Tanya-W commented on pull request #21622: [fix](match) Optimize the logic for match_phrase function filter to avoid occasional core

2023-07-11 Thread via GitHub
Tanya-W commented on PR #21622: URL: https://github.com/apache/doris/pull/21622#issuecomment-1630772175 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] Tanya-W commented on pull request #21734: [opt](regression case) add more index change case

2023-07-11 Thread via GitHub
Tanya-W commented on PR #21734: URL: https://github.com/apache/doris/pull/21734#issuecomment-1630771632 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] amorynan commented on pull request #21716: [FIX](serde)Fix decimal for arrow serde

2023-07-11 Thread via GitHub
amorynan commented on PR #21716: URL: https://github.com/apache/doris/pull/21716#issuecomment-1630773191 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] 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-1630773242 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 52.74 seconds stream load tsv: 500 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-1630777600 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 #21734: [opt](regression case) add more index change case

2023-07-11 Thread via GitHub
github-actions[bot] commented on PR #21734: URL: https://github.com/apache/doris/pull/21734#issuecomment-1630781735 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 #21622: [fix](match) Optimize the logic for match_phrase function filter to avoid occasional core

2023-07-11 Thread via GitHub
github-actions[bot] commented on PR #21622: URL: https://github.com/apache/doris/pull/21622#issuecomment-1630782030 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] liutang123 opened a new pull request, #21735: [style ](executor)Remove unused code

2023-07-11 Thread via GitHub
liutang123 opened a new pull request, #21735: URL: https://github.com/apache/doris/pull/21735 ## 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] hello-stephen commented on pull request #21727: [refactor](Nereids) refactor cte analyze, rewrite and reuse code

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

[GitHub] [doris] hello-stephen commented on pull request #21501: [log](profile) add doris version info to query profile

2023-07-11 Thread via GitHub
hello-stephen commented on PR #21501: URL: https://github.com/apache/doris/pull/21501#issuecomment-1630809210 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 49.62 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-1630812793 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 51.59 seconds stream load tsv: 499 seconds loaded 74807831229 Bytes

[GitHub] [doris] github-actions[bot] commented on pull request #21589: [Enhancement](multi-catalog) Merge hms events every round to speed up events processing.

2023-07-11 Thread via GitHub
github-actions[bot] commented on PR #21589: URL: https://github.com/apache/doris/pull/21589#issuecomment-1630812091 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 #21735: [style ](executor)Remove unused code

2023-07-11 Thread via GitHub
github-actions[bot] commented on PR #21735: URL: https://github.com/apache/doris/pull/21735#issuecomment-1630822738 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 #21674: [Enhancement] (binlog) Rebuild binlog and binlog manager

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

[GitHub] [doris] hello-stephen commented on pull request #21734: [opt](regression case) add more index change case

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

[GitHub] [doris] hello-stephen commented on pull request #21622: [fix](match) Optimize the logic for match_phrase function filter to avoid occasional core

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

[GitHub] [doris] hello-stephen commented on pull request #21622: [fix](match) Optimize the logic for match_phrase function filter to avoid occasional core

2023-07-11 Thread via GitHub
hello-stephen commented on PR #21622: URL: https://github.com/apache/doris/pull/21622#issuecomment-1630833847 (From new machine)TeamCity pipeline, clickbench performance test result: the sum of best hot time: 51.28 seconds stream load tsv: 514 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-1630834737 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 53.04 seconds stream load tsv: 446 seconds loaded 74807831229 Bytes, about 159 MB/s

[GitHub] [doris] dataroaring commented on a diff in pull request #20739: [Enhancement](config) optimize behavior of default_storage_medium

2023-07-11 Thread via GitHub
dataroaring commented on code in PR #20739: URL: https://github.com/apache/doris/pull/20739#discussion_r1259739628 ## fe/fe-core/src/main/java/org/apache/doris/datasource/InternalCatalog.java: ## @@ -2954,4 +2952,54 @@ public long loadDb(DataInputStream dis, long checksum) thro

[GitHub] [doris] github-actions[bot] commented on pull request #21514: [feature](hive)add read of the hive table textfile format array type

2023-07-11 Thread via GitHub
github-actions[bot] commented on PR #21514: URL: https://github.com/apache/doris/pull/21514#issuecomment-1630848593 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-1630848512 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] hello-stephen commented on pull request #21730: [fix](Nereids): disable PushdownExpressionsInHashCondition.

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

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

2023-07-11 Thread via GitHub
Centurybbx commented on code in PR #20739: URL: https://github.com/apache/doris/pull/20739#discussion_r1259757160 ## fe/fe-core/src/main/java/org/apache/doris/datasource/InternalCatalog.java: ## @@ -2954,4 +2952,54 @@ public long loadDb(DataInputStream dis, long checksum) throw

[GitHub] [doris] yujun777 commented on pull request #21365: [fix](regression test) drop table before run window test

2023-07-11 Thread via GitHub
yujun777 commented on PR #21365: URL: https://github.com/apache/doris/pull/21365#issuecomment-1630860863 user_analysis 是一个dup表的, 新旧两个优化器都往该表写同样的数据 测试时不能drop该表 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

<    1   2   3   4   5   >