[GitHub] [doris] github-actions[bot] commented on a diff in pull request #17187: [Pipeline](shared_scan_opt) Support shared scan opt in pipeline exec engine

2023-02-27 Thread via GitHub
github-actions[bot] commented on code in PR #17187: URL: https://github.com/apache/doris/pull/17187#discussion_r1118393210 ## be/src/runtime/runtime_state.h: ## @@ -195,6 +196,10 @@ class RuntimeState { int64_t load_job_id() const { return _load_job_id; } +void set_

[GitHub] [doris] github-actions[bot] commented on pull request #17164: [fix](regression) drop table before and after test for streamLoad_action case

2023-02-27 Thread via GitHub
github-actions[bot] commented on PR #17164: URL: https://github.com/apache/doris/pull/17164#issuecomment-1445874512 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 #17164: [fix](regression) drop table before and after test for streamLoad_action case

2023-02-27 Thread via GitHub
github-actions[bot] commented on PR #17164: URL: https://github.com/apache/doris/pull/17164#issuecomment-1445874587 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] zhannngchen merged pull request #17167: [cherry-pick](merge-on-write) add skip_delete_bitmap session variable for debug purpose

2023-02-27 Thread via GitHub
zhannngchen merged PR #17167: URL: https://github.com/apache/doris/pull/17167 -- 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: [enhancement](merge-on-write) add skip_delete_bitmap session variable for debug purpose (#17167)

2023-02-27 Thread zhangchen
This is an automated email from the ASF dual-hosted git repository. zhangchen 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 33c538acc3 [enhancement](merge

[GitHub] [doris] TangSiyang2001 commented on pull request #17173: [fix](stmt-forward)fix result missing

2023-02-27 Thread via GitHub
TangSiyang2001 commented on PR #17173: URL: https://github.com/apache/doris/pull/17173#issuecomment-1445886419 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] yongjinhou commented on pull request #17161: [Docs](docs) Modify plugin documents

2023-02-27 Thread via GitHub
yongjinhou commented on PR #17161: URL: https://github.com/apache/doris/pull/17161#issuecomment-1445887808 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 un

[GitHub] [doris] yongjinhou commented on pull request #17161: [Docs](docs) Modify plugin documents

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

[GitHub] [doris] wangbo commented on a diff in pull request #17146: [fix](delete) fix delete from bug which can get wrong result

2023-02-27 Thread via GitHub
wangbo commented on code in PR #17146: URL: https://github.com/apache/doris/pull/17146#discussion_r1118405948 ## be/src/olap/rowset/segment_v2/segment_iterator.cpp: ## @@ -379,7 +379,17 @@ Status SegmentIterator::_get_row_ranges_from_conditions(RowRanges* condition_row

[GitHub] [doris] wangbo commented on a diff in pull request #17146: [fix](delete) fix delete from bug which can get wrong result

2023-02-27 Thread via GitHub
wangbo commented on code in PR #17146: URL: https://github.com/apache/doris/pull/17146#discussion_r1118411200 ## regression-test/suites/delete_p0/test_zone_map_delete.groovy: ## @@ -54,4 +54,77 @@ suite("test_zone_map_delete") { qt_sql """select * from ${tableName} ORDER BY

[GitHub] [doris] github-actions[bot] commented on pull request #16616: [Feature](nereids) Support Mark join

2023-02-27 Thread via GitHub
github-actions[bot] commented on PR #16616: URL: https://github.com/apache/doris/pull/16616#issuecomment-1445900215 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] yagagagaga commented on issue #17184: [Bug] Cross join performance very slow

2023-02-27 Thread via GitHub
yagagagaga commented on issue #17184: URL: https://github.com/apache/doris/issues/17184#issuecomment-1445900567 I tried it in my own computer environment according to your process. And only cost 0.11 sec to execute this sql. https://user-images.githubusercontent.com/21151126/221511367-5f8

[GitHub] [doris] nextdreamblue commented on a diff in pull request #17146: [fix](delete) fix delete from bug which can get wrong result

2023-02-27 Thread via GitHub
nextdreamblue commented on code in PR #17146: URL: https://github.com/apache/doris/pull/17146#discussion_r1118416846 ## be/src/olap/rowset/segment_v2/segment_iterator.cpp: ## @@ -379,7 +379,17 @@ Status SegmentIterator::_get_row_ranges_from_conditions(RowRanges* condition_row

[GitHub] [doris] pengxiangyu commented on pull request #17074: [feature](cooldown)get tablet return cooldown conf

2023-02-27 Thread via GitHub
pengxiangyu commented on PR #17074: URL: https://github.com/apache/doris/pull/17074#issuecomment-1445906624 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 opened a new pull request, #17188: [fix](Nereids) date/datetime foor and ceil should always nullable

2023-02-27 Thread via GitHub
morrySnow opened a new pull request, #17188: URL: https://github.com/apache/doris/pull/17188 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) * [ ] Does it affect the original behavior * [ ] Has

[GitHub] [doris] morrySnow commented on pull request #17188: [fix](Nereids) date/datetime foor and ceil should always nullable

2023-02-27 Thread via GitHub
morrySnow commented on PR #17188: URL: https://github.com/apache/doris/pull/17188#issuecomment-1445907117 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, #17189: [fix](memtracker) PushBrokerReader mem_pool has no tracker to control memory

2023-02-27 Thread via GitHub
xinyiZzz opened a new pull request, #17189: URL: https://github.com/apache/doris/pull/17189 # Proposed changes Issue Number: close #xxx ## Problem summary ``` #0 doris::MemTracker::consumption (this=0x0) at /root/doris/be/src/runtime/memory/mem_tracker.h:65 #1 do

[GitHub] [doris] zenoyang commented on pull request #15428: [fix] Memory leaks when compaction fails

2023-02-27 Thread via GitHub
zenoyang commented on PR #15428: URL: https://github.com/apache/doris/pull/15428#issuecomment-1445908099 > Hi @zenoyang , in this case, I don't think we should do `delete _cur_child`, because the destructor `CollectIterator::Level1Iterator::~Level1Iterator` reclaims these memory. Unlik

[GitHub] [doris] TangSiyang2001 commented on pull request #17173: [fix](stmt-forward)fix result missing

2023-02-27 Thread via GitHub
TangSiyang2001 commented on PR #17173: URL: https://github.com/apache/doris/pull/17173#issuecomment-1445911003 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 un

[GitHub] [doris] nextdreamblue commented on pull request #17146: [fix](delete) fix delete from bug which can get wrong result

2023-02-27 Thread via GitHub
nextdreamblue commented on PR #17146: URL: https://github.com/apache/doris/pull/17146#issuecomment-1445918631 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. T

[GitHub] [doris] github-actions[bot] commented on pull request #17146: [fix](delete) fix delete from bug which can get wrong result

2023-02-27 Thread via GitHub
github-actions[bot] commented on PR #17146: URL: https://github.com/apache/doris/pull/17146#issuecomment-1445918832 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 #16616: [Feature](nereids) Support Mark join

2023-02-27 Thread via GitHub
github-actions[bot] commented on PR #16616: URL: https://github.com/apache/doris/pull/16616#issuecomment-1445919466 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 #17146: [fix](delete) fix delete from bug which can get wrong result

2023-02-27 Thread via GitHub
github-actions[bot] commented on PR #17146: URL: https://github.com/apache/doris/pull/17146#issuecomment-1445920004 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] nextdreamblue opened a new pull request, #17190: [fix](delete) fix 'is null' or 'is not null' delete predicate will ge…

2023-02-27 Thread via GitHub
nextdreamblue opened a new pull request, #17190: URL: https://github.com/apache/doris/pull/17190 …t wrong result # Proposed changes Issue Number: close #17183 ## Problem summary Describe your changes. ## Checklist(Required) * [ ] Does it affect the or

[GitHub] [doris] liuboF2c opened a new issue, #17191: [Bug] Data precision is lost when converting DBOUBLE type data to DECIMAL

2023-02-27 Thread via GitHub
liuboF2c opened a new issue, #17191: URL: https://github.com/apache/doris/issues/17191 ### 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.2 ### What's

[GitHub] [doris] nextdreamblue commented on pull request #17190: [fix](delete) fix 'is null' or 'is not null' delete predicate will ge…

2023-02-27 Thread via GitHub
nextdreamblue commented on PR #17190: URL: https://github.com/apache/doris/pull/17190#issuecomment-1445933538 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. T

[GitHub] [doris] nextdreamblue commented on pull request #17190: [fix](delete) fix 'is null' or 'is not null' delete predicate will ge…

2023-02-27 Thread via GitHub
nextdreamblue commented on PR #17190: URL: https://github.com/apache/doris/pull/17190#issuecomment-1445934431 will add regression later -- 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 specifi

[GitHub] [doris] HappenLee opened a new pull request, #17192: [Opt](exec) opt the dispose nullable column logic

2023-02-27 Thread via GitHub
HappenLee opened a new pull request, #17192: URL: https://github.com/apache/doris/pull/17192 # Proposed changes 1. remove some useless copy to referenc 2. erase block by batch 3. remove unless virtual function call ## Problem summary Describe your changes. ##

[GitHub] [doris] github-actions[bot] commented on pull request #17190: [fix](delete) fix 'is null' or 'is not null' delete predicate will ge…

2023-02-27 Thread via GitHub
github-actions[bot] commented on PR #17190: URL: https://github.com/apache/doris/pull/17190#issuecomment-1445937468 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] ZhangYu0123 commented on pull request #17170: [Enhencement](csv_reader) support quotes content include delimiter and escape character

2023-02-27 Thread via GitHub
ZhangYu0123 commented on PR #17170: URL: https://github.com/apache/doris/pull/17170#issuecomment-1445942369 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 unsubs

[GitHub] [doris] github-actions[bot] commented on a diff in pull request #17192: [Opt](exec) opt the dispose nullable column logic

2023-02-27 Thread via GitHub
github-actions[bot] commented on code in PR #17192: URL: https://github.com/apache/doris/pull/17192#discussion_r1118449426 ## be/src/vec/core/block.cpp: ## @@ -177,15 +177,26 @@ void Block::erase(const std::set& positions) { } } -void Block::erase(size_t position) { -

[GitHub] [doris] nextdreamblue commented on pull request #17146: [fix](delete) fix delete from bug which can get wrong result

2023-02-27 Thread via GitHub
nextdreamblue commented on PR #17146: URL: https://github.com/apache/doris/pull/17146#issuecomment-1445964227 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

[GitHub] [doris] ZhangGuoqiang666 opened a new pull request, #17193: [improvement](test)Add nereids p0 pipeline trigger not required

2023-02-27 Thread via GitHub
ZhangGuoqiang666 opened a new pull request, #17193: URL: https://github.com/apache/doris/pull/17193 # Proposed changes ## Problem summary Describe your changes. ## Checklist(Required) * [ no ] Does it affect the original behavior * [ no] Has unit tests been adde

[doris] branch master updated (29bf31c138 -> cec3d19dd2)

2023-02-27 Thread zhangchen
This is an automated email from the ASF dual-hosted git repository. zhangchen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 29bf31c138 [chore](thirdparty) Show progress bar when downloading dependencies (#16736) add cec3d19dd2 [fix](r

[GitHub] [doris] github-actions[bot] commented on a diff in pull request #17187: [Pipeline](shared_scan_opt) Support shared scan opt in pipeline exec engine

2023-02-27 Thread via GitHub
github-actions[bot] commented on code in PR #17187: URL: https://github.com/apache/doris/pull/17187#discussion_r1118466007 ## be/src/vec/functions/function.cpp: ## @@ -37,48 +37,58 @@ namespace doris::vectorized { ColumnPtr wrap_in_nullable(const ColumnPtr& src, const Block& bl

[GitHub] [doris] zhannngchen merged pull request #17164: [fix](regression) drop table before and after test for streamLoad_action case

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

[GitHub] [doris] zhannngchen commented on pull request #17127: [enhancement](merge-on-write) add skip_delete_bitmap session variable for debug purpose

2023-02-27 Thread via GitHub
zhannngchen commented on PR #17127: URL: https://github.com/apache/doris/pull/17127#issuecomment-1445967003 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 unsubs

[GitHub] [doris] zhannngchen merged pull request #17095: [fix](merge-on-write) fix that the version of delete bitmap is incorrect when calculate delete bitmap between segments

2023-02-27 Thread via GitHub
zhannngchen merged PR #17095: URL: https://github.com/apache/doris/pull/17095 -- 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 (cec3d19dd2 -> d5b1d3403f)

2023-02-27 Thread zhangchen
This is an automated email from the ASF dual-hosted git repository. zhangchen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from cec3d19dd2 [fix](regression) drop table before and after test for streamLoad_action case (#17164) add d5b1d340

[GitHub] [doris] xy720 commented on pull request #17143: [feature](struct-type) support csv format stream load for struct type

2023-02-27 Thread via GitHub
xy720 commented on PR #17143: URL: https://github.com/apache/doris/pull/17143#issuecomment-1445977764 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] xy720 commented on pull request #17143: [feature](struct-type) support csv format stream load for struct type

2023-02-27 Thread via GitHub
xy720 commented on PR #17143: URL: https://github.com/apache/doris/pull/17143#issuecomment-1445977917 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 unsubscribe,

[GitHub] [doris] BiteTheDDDDt opened a new pull request, #17194: [Bug](Materialized-View) forbiden mv rewrite on create view and remove duplicate method getIsM…

2023-02-27 Thread via GitHub
BiteThet opened a new pull request, #17194: URL: https://github.com/apache/doris/pull/17194 # Proposed changes 1. forbiden mv rewrite on create view to avoid select fail 2. remove duplicate method getIsMaterialized ## Problem summary Describe your changes. #

[GitHub] [doris] ZhangGuoqiang666 commented on pull request #17193: [improvement](test)Add nereids p0 pipeline trigger not required

2023-02-27 Thread via GitHub
ZhangGuoqiang666 commented on PR #17193: URL: https://github.com/apache/doris/pull/17193#issuecomment-1445978606 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] BiteTheDDDDt commented on pull request #17194: [Bug](Materialized-View) forbiden mv rewrite on create view and remove duplicate method getIsM…

2023-02-27 Thread via GitHub
BiteThet commented on PR #17194: URL: https://github.com/apache/doris/pull/17194#issuecomment-1445979600 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 #17143: [feature](struct-type) support csv format stream load for struct type

2023-02-27 Thread via GitHub
github-actions[bot] commented on PR #17143: URL: https://github.com/apache/doris/pull/17143#issuecomment-1445981717 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] nextdreamblue commented on pull request #17146: [fix](delete) fix delete from bug which can get wrong result

2023-02-27 Thread via GitHub
nextdreamblue commented on PR #17146: URL: https://github.com/apache/doris/pull/17146#issuecomment-1445986136 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. T

[GitHub] [doris] yongjinhou commented on pull request #17161: [Docs](docs) Modify plugin documents

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

[GitHub] [doris] xy720 commented on pull request #17143: [feature](struct-type) support csv format stream load for struct type

2023-02-27 Thread via GitHub
xy720 commented on PR #17143: URL: https://github.com/apache/doris/pull/17143#issuecomment-1446002640 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] github-actions[bot] commented on pull request #17143: [feature](struct-type) support csv format stream load for struct type

2023-02-27 Thread via GitHub
github-actions[bot] commented on PR #17143: URL: https://github.com/apache/doris/pull/17143#issuecomment-1446004482 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 #17143: [feature](struct-type) support csv format stream load for struct type

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

[doris] branch master updated (d5b1d3403f -> 0db58800d3)

2023-02-27 Thread dataroaring
This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from d5b1d3403f [fix](merge-on-write) fix that the version of delete bitmap is incorrect when calculate delete bitmap

[GitHub] [doris] dataroaring merged pull request #17173: [fix](stmt-forward)fix result missing

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

[GitHub] [doris] starocean999 opened a new pull request, #17195: [fix](nereids)need add all output column to outputColumnUniqueIds in OlapScanNode

2023-02-27 Thread via GitHub
starocean999 opened a new pull request, #17195: URL: https://github.com/apache/doris/pull/17195 # Proposed changes Issue Number: close #xxx ## Problem summary outputColumnUniqueIds is introduced in by https://github.com/apache/doris/pull/16569, nereids should add all output

[GitHub] [doris] github-actions[bot] commented on pull request #17143: [feature](struct-type) support csv format stream load for struct type

2023-02-27 Thread via GitHub
github-actions[bot] commented on PR #17143: URL: https://github.com/apache/doris/pull/17143#issuecomment-1446044062 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 #17143: [feature](struct-type) support csv format stream load for struct type

2023-02-27 Thread via GitHub
github-actions[bot] commented on PR #17143: URL: https://github.com/apache/doris/pull/17143#issuecomment-1446044125 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] xiaojunjie commented on pull request #16980: [feature](nereids) support query cache and partition cache

2023-02-27 Thread via GitHub
xiaojunjie commented on PR #16980: URL: https://github.com/apache/doris/pull/16980#issuecomment-1446044293 run FE UT -- 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 #17161: [Docs](docs) Modify plugin documents

2023-02-27 Thread via GitHub
github-actions[bot] commented on PR #17161: URL: https://github.com/apache/doris/pull/17161#issuecomment-1446050524 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] sohardforaname opened a new pull request, #17196: [Feature](Nereids)add check to disable unsupported type for Nereids

2023-02-27 Thread via GitHub
sohardforaname opened a new pull request, #17196: URL: https://github.com/apache/doris/pull/17196 # Proposed changes Issue Number: close #xxx ## Problem summary check output slots of all the node and if unsupported type found, throw an exception. ## Checklist(Req

[GitHub] [doris] github-actions[bot] commented on pull request #17161: [Docs](docs) Modify plugin documents

2023-02-27 Thread via GitHub
github-actions[bot] commented on PR #17161: URL: https://github.com/apache/doris/pull/17161#issuecomment-1446050435 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] xiaojunjie commented on pull request #16980: [feature](nereids) support query cache and partition cache

2023-02-27 Thread via GitHub
xiaojunjie commented on PR #16980: URL: https://github.com/apache/doris/pull/16980#issuecomment-1446055212 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 #17063: [Improvement](multi catalog)(nereids)Support JDBC external table for new planner.

2023-02-27 Thread via GitHub
morningman commented on PR #17063: URL: https://github.com/apache/doris/pull/17063#issuecomment-1446072025 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 #17063: [Improvement](multi catalog)(nereids)Support JDBC external table for new planner.

2023-02-27 Thread via GitHub
github-actions[bot] commented on PR #17063: URL: https://github.com/apache/doris/pull/17063#issuecomment-1446073006 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 #17063: [Improvement](multi catalog)(nereids)Support JDBC external table for new planner.

2023-02-27 Thread via GitHub
github-actions[bot] commented on PR #17063: URL: https://github.com/apache/doris/pull/17063#issuecomment-1446073103 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] XieJiann commented on pull request #17123: [feature](Nereids): show cost and execution time for each plan

2023-02-27 Thread via GitHub
XieJiann commented on PR #17123: URL: https://github.com/apache/doris/pull/17123#issuecomment-1446090171 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 merged pull request #17168: [cherry-pick](merge-on-write) add delete bitmap correctness check for single load

2023-02-27 Thread via GitHub
morningman merged PR #17168: URL: https://github.com/apache/doris/pull/17168 -- 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: [enhancement](merge-on-write) add delete bitmap correctness check for single load (#17168)

2023-02-27 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 af8fca04e1 [enhancement](merg

[GitHub] [doris] morrySnow opened a new pull request, #17197: [enhencement](Nereids) support inverted index scan

2023-02-27 Thread via GitHub
morrySnow opened a new pull request, #17197: URL: https://github.com/apache/doris/pull/17197 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) * [ ] Does it affect the original behavior * [ ] Has

[GitHub] [doris] morrySnow commented on pull request #17197: [enhencement](Nereids) support inverted index scan

2023-02-27 Thread via GitHub
morrySnow commented on PR #17197: URL: https://github.com/apache/doris/pull/17197#issuecomment-1446092926 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] yiguolei merged pull request #17189: [fix](memtracker) PushBrokerReader mem_pool has no tracker to control memory

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

[GitHub] [doris] github-actions[bot] commented on pull request #17189: [fix](memtracker) PushBrokerReader mem_pool has no tracker to control memory

2023-02-27 Thread via GitHub
github-actions[bot] commented on PR #17189: URL: https://github.com/apache/doris/pull/17189#issuecomment-1446093734 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 branch-1.2-lts updated: [fix](memtracker) PushBrokerReader mem_pool has no tracker to control memory #17189

2023-02-27 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 b6d60d9850 [fix](memtracker) Pu

[GitHub] [doris] github-actions[bot] commented on pull request #17189: [fix](memtracker) PushBrokerReader mem_pool has no tracker to control memory

2023-02-27 Thread via GitHub
github-actions[bot] commented on PR #17189: URL: https://github.com/apache/doris/pull/17189#issuecomment-1446093772 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] yiguolei merged pull request #17161: [Docs](docs) Modify plugin documents

2023-02-27 Thread via GitHub
yiguolei merged PR #17161: URL: https://github.com/apache/doris/pull/17161 -- 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 (0db58800d3 -> c807596c51)

2023-02-27 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 0db58800d3 [fix](stmt-forward) fix result missing (#17173) add c807596c51 [Docs](docs) Modify plugin documents (

[GitHub] [doris] yiguolei merged pull request #17148: [feature](cooldown) Forbid storage policy for MoW tables

2023-02-27 Thread via GitHub
yiguolei merged PR #17148: URL: https://github.com/apache/doris/pull/17148 -- 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] yiguolei closed issue #17065: [feature](cooldown) Forbid storage policy for MoW tables

2023-02-27 Thread via GitHub
yiguolei closed issue #17065: [feature](cooldown) Forbid storage policy for MoW tables URL: https://github.com/apache/doris/issues/17065 -- 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

[doris] branch master updated: [feature](cooldown) Forbid storage policy for MoW tables (#17148)

2023-02-27 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 e8de07a6a5 [feature](cooldown) Forbid storage p

[GitHub] [doris] github-actions[bot] commented on pull request #17147: [enhancement](merge-on-write) add delete bitmap correctness check for single load

2023-02-27 Thread via GitHub
github-actions[bot] commented on PR #17147: URL: https://github.com/apache/doris/pull/17147#issuecomment-1446096402 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 #17147: [enhancement](merge-on-write) add delete bitmap correctness check for single load

2023-02-27 Thread via GitHub
github-actions[bot] commented on PR #17147: URL: https://github.com/apache/doris/pull/17147#issuecomment-1446096336 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] morningman opened a new pull request, #17198: Revert "[Improvement](brpc) Using a thread pool for RPC service avoiding std::mutex block brpc::bthread (#16639)"

2023-02-27 Thread via GitHub
morningman opened a new pull request, #17198: URL: https://github.com/apache/doris/pull/17198 This reverts commit 8534abc47976969600b09e19d74bee5393f61d8d. This PR has some potential dead lock issue, so revert it from 1.2 branch. # Proposed changes Issue Number: close #xxx

[GitHub] [doris] starocean999 commented on pull request #17195: [fix](nereids)need add all output column to outputColumnUniqueIds in OlapScanNode

2023-02-27 Thread via GitHub
starocean999 commented on PR #17195: URL: https://github.com/apache/doris/pull/17195#issuecomment-1446145685 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] Kikyou1997 commented on pull request #17185: [feature-wip](nereids) Support Q-Error to measure the accuracy of derived statistics

2023-02-27 Thread via GitHub
Kikyou1997 commented on PR #17185: URL: https://github.com/apache/doris/pull/17185#issuecomment-1446147606 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] sohardforaname commented on pull request #16824: [regression-test](Nereids) add agg function, tvf, generator, window function test cases

2023-02-27 Thread via GitHub
sohardforaname commented on PR #16824: URL: https://github.com/apache/doris/pull/16824#issuecomment-1446147800 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] sohardforaname commented on pull request #17196: [Feature](Nereids)add check to disable unsupported type for Nereids

2023-02-27 Thread via GitHub
sohardforaname commented on PR #17196: URL: https://github.com/apache/doris/pull/17196#issuecomment-1446150258 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] yinzhijian commented on pull request #16315: [enhancement](k8s) Support fqdn mode for fe in k8s enviroment

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

[GitHub] [doris] hello-stephen commented on pull request #17197: [enhencement](Nereids) support inverted index scan

2023-02-27 Thread via GitHub
hello-stephen commented on PR #17197: URL: https://github.com/apache/doris/pull/17197#issuecomment-1446159513 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.02 seconds stream load tsv: 472 seconds loaded 74807831229 Bytes, about 151 MB/s

[GitHub] [doris] XieJiann commented on pull request #17071: [feature](Nereids): add test-frame-work for cost model

2023-02-27 Thread via GitHub
XieJiann commented on PR #17071: URL: https://github.com/apache/doris/pull/17071#issuecomment-1446159587 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 #17063: [Improvement](multi catalog)(nereids)Support JDBC external table for new planner.

2023-02-27 Thread via GitHub
hello-stephen commented on PR #17063: URL: https://github.com/apache/doris/pull/17063#issuecomment-1446161931 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.07 seconds stream load tsv: 475 seconds loaded 74807831229 Bytes, about 150 MB/s

[GitHub] [doris] AshinGau opened a new pull request, #17199: [fix](FileCache) load file cache before start up daemon threads

2023-02-27 Thread via GitHub
AshinGau opened a new pull request, #17199: URL: https://github.com/apache/doris/pull/17199 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) * [ ] Does it affect the original behavior * [ ] Has u

[GitHub] [doris] ZhangYu0123 commented on pull request #17170: [Enhencement](csv_reader) support quotes content include delimiter and escape character

2023-02-27 Thread via GitHub
ZhangYu0123 commented on PR #17170: URL: https://github.com/apache/doris/pull/17170#issuecomment-1446164824 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 unsubs

[GitHub] [doris] AshinGau commented on pull request #17199: [fix](FileCache) load file cache before start up daemon threads

2023-02-27 Thread via GitHub
AshinGau commented on PR #17199: URL: https://github.com/apache/doris/pull/17199#issuecomment-1446165771 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 #17076: [optimize](vectorization)Optimize to_string's performance.

2023-02-27 Thread via GitHub
github-actions[bot] commented on PR #17076: URL: https://github.com/apache/doris/pull/17076#issuecomment-1446165955 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 #17199: [fix](FileCache) load file cache before start up daemon threads

2023-02-27 Thread via GitHub
github-actions[bot] commented on PR #17199: URL: https://github.com/apache/doris/pull/17199#issuecomment-1446166744 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 #17185: [feature-wip](nereids) Support Q-Error to measure the accuracy of derived statistics

2023-02-27 Thread via GitHub
hello-stephen commented on PR #17185: URL: https://github.com/apache/doris/pull/17185#issuecomment-1446188057 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.94 seconds stream load tsv: 476 seconds loaded 74807831229 Bytes, about 149 MB/s

[GitHub] [doris] ZhangYu0123 commented on pull request #17170: [Enhencement](csv_reader) support quotes content include delimiter and escape character

2023-02-27 Thread via GitHub
ZhangYu0123 commented on PR #17170: URL: https://github.com/apache/doris/pull/17170#issuecomment-1446189207 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 unsubs

[GitHub] [doris] hello-stephen commented on pull request #17195: [fix](nereids)need add all output column to outputColumnUniqueIds in OlapScanNode

2023-02-27 Thread via GitHub
hello-stephen commented on PR #17195: URL: https://github.com/apache/doris/pull/17195#issuecomment-1446191162 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 33.99 seconds stream load tsv: 472 seconds loaded 74807831229 Bytes, about 151 MB/s

[GitHub] [doris] github-actions[bot] commented on pull request #17146: [fix](delete) fix delete from bug which can get wrong result

2023-02-27 Thread via GitHub
github-actions[bot] commented on PR #17146: URL: https://github.com/apache/doris/pull/17146#issuecomment-1446195203 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 #17146: [fix](delete) fix delete from bug which can get wrong result

2023-02-27 Thread via GitHub
github-actions[bot] commented on PR #17146: URL: https://github.com/apache/doris/pull/17146#issuecomment-1446204844 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 #17146: [fix](delete) fix delete from bug which can get wrong result

2023-02-27 Thread via GitHub
github-actions[bot] commented on PR #17146: URL: https://github.com/apache/doris/pull/17146#issuecomment-1446212545 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] ZhangYu0123 commented on pull request #17170: [Enhencement](csv_reader) support quotes content include delimiter and escape character

2023-02-27 Thread via GitHub
ZhangYu0123 commented on PR #17170: URL: https://github.com/apache/doris/pull/17170#issuecomment-1446212089 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 unsubs

  1   2   3   4   >