[GitHub] [doris] zenoyang commented on pull request #21236: [fix](function) to_bitmap parameter parsing failure returns null instead of bitmap_empty

2023-06-28 Thread via GitHub
zenoyang commented on PR #21236: URL: https://github.com/apache/doris/pull/21236#issuecomment-1610876393 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To uns

[GitHub] [doris] morningman commented on pull request #21265: [improvement](kerberos) disable hdfs fs handle cache to renew kerberos ticket at fix interval

2023-06-28 Thread via GitHub
morningman commented on PR #21265: URL: https://github.com/apache/doris/pull/21265#issuecomment-1610877395 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] yiguolei merged pull request #21139: [Bug](javaudf) fix BE crash if javaudf is push down

2023-06-28 Thread via GitHub
yiguolei merged PR #21139: URL: https://github.com/apache/doris/pull/21139 -- 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: [Bug](javaudf) fix BE crash if javaudf is push down (#21139)

2023-06-28 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 a4fdf7324a [Bug](javaudf) fix BE crash if javau

[GitHub] [doris] yiguolei merged pull request #21276: [branch1.2][fix](catalog) disable hdfs fs cache to avoid to many fs c…

2023-06-28 Thread via GitHub
yiguolei merged PR #21276: URL: https://github.com/apache/doris/pull/21276 -- 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: [branch1.2][fix](catalog) disable hdfs fs cache to avoid to many fs cache in memory (#21276)

2023-06-28 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 7a808893ea [branch1.2][fix](cat

[GitHub] [doris] yiguolei merged pull request #21241: [scan](freeblocks) use ConcurrentQueue to replace vector for free blocks

2023-06-28 Thread via GitHub
yiguolei merged PR #21241: URL: https://github.com/apache/doris/pull/21241 -- 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 (a4fdf7324a -> e348b9464e)

2023-06-28 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 a4fdf7324a [Bug](javaudf) fix BE crash if javaudf is push down (#21139) add e348b9464e [scan](freeblocks) use Co

[GitHub] [doris] shuke987 commented on pull request #21161: [fix](test) case bug, streamload without sync.

2023-06-28 Thread via GitHub
shuke987 commented on PR #21161: URL: https://github.com/apache/doris/pull/21161#issuecomment-1610888971 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 commented on pull request #21168: [refactor](Nereids) refactor physical properties and plan translator

2023-06-28 Thread via GitHub
morrySnow commented on PR #21168: URL: https://github.com/apache/doris/pull/21168#issuecomment-1610889328 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 unsubscr

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

2023-06-28 Thread via GitHub
yiguolei commented on PR #21271: URL: https://github.com/apache/doris/pull/21271#issuecomment-1610890603 wait feedback from users, do not merge it please -- 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

[GitHub] [doris] github-actions[bot] commented on pull request #21168: [refactor](Nereids) refactor physical properties and plan translator

2023-06-28 Thread via GitHub
github-actions[bot] commented on PR #21168: URL: https://github.com/apache/doris/pull/21168#issuecomment-1610891754 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] zhannngchen commented on a diff in pull request #20907: [Enhancement](Compaction) Caculate all committed rowsets delete bitmaps when do comapction

2023-06-28 Thread via GitHub
zhannngchen commented on code in PR #20907: URL: https://github.com/apache/doris/pull/20907#discussion_r1244787127 ## be/src/olap/tablet.cpp: ## @@ -3296,29 +3295,39 @@ void Tablet::calc_compaction_output_rowset_delete_bitmap( {

[GitHub] [doris] zhannngchen commented on a diff in pull request #20907: [Enhancement](Compaction) Caculate all committed rowsets delete bitmaps when do comapction

2023-06-28 Thread via GitHub
zhannngchen commented on code in PR #20907: URL: https://github.com/apache/doris/pull/20907#discussion_r1244787552 ## be/src/olap/txn_manager.cpp: ## @@ -653,6 +653,19 @@ void TxnManager::get_all_related_tablets(std::set* tablet_infos) { } } +void TxnManager::get_all_co

[GitHub] [doris] morrySnow merged pull request #21168: [refactor](Nereids) refactor physical properties and plan translator

2023-06-28 Thread via GitHub
morrySnow merged PR #21168: URL: https://github.com/apache/doris/pull/21168 -- 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 (e348b9464e -> 7588abe76b)

2023-06-28 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 e348b9464e [scan](freeblocks) use ConcurrentQueue to replace vector for free blocks (#21241) add 7588abe76b [r

[GitHub] [doris] HHoflittlefish777 commented on pull request #21209: [Refactor](load) Using OwnedSlice to replace Slice

2023-06-28 Thread via GitHub
HHoflittlefish777 commented on PR #21209: URL: https://github.com/apache/doris/pull/21209#issuecomment-1610907184 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 #21209: [Refactor](load) Using OwnedSlice to replace Slice

2023-06-28 Thread via GitHub
github-actions[bot] commented on PR #21209: URL: https://github.com/apache/doris/pull/21209#issuecomment-1610913154 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] BiteTheDDDDt opened a new pull request, #21281: [Chore](materialized-view) add case about insert data imidiately after create mv

2023-06-28 Thread via GitHub
BiteThet opened a new pull request, #21281: URL: https://github.com/apache/doris/pull/21281 ## Proposed changes add case about insert data imidiately after create mv ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@dor

[GitHub] [doris] yiguolei commented on a diff in pull request #21239: [improvement](olap) filter the whole segment by dictionary

2023-06-28 Thread via GitHub
yiguolei commented on code in PR #21239: URL: https://github.com/apache/doris/pull/21239#discussion_r1244817687 ## be/src/olap/rowset/segment_v2/segment_iterator.cpp: ## @@ -490,6 +490,21 @@ Status SegmentIterator::_get_row_ranges_from_conditions(RowRanges* condition_row R

[GitHub] [doris] BiteTheDDDDt commented on pull request #21281: [Chore](materialized-view) add case about insert data imidiately after create mv

2023-06-28 Thread via GitHub
BiteThet commented on PR #21281: URL: https://github.com/apache/doris/pull/21281#issuecomment-1610926158 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] yiguolei commented on a diff in pull request #21239: [improvement](olap) filter the whole segment by dictionary

2023-06-28 Thread via GitHub
yiguolei commented on code in PR #21239: URL: https://github.com/apache/doris/pull/21239#discussion_r1244825881 ## be/src/olap/rowset/segment_v2/segment_iterator.cpp: ## @@ -490,6 +490,21 @@ Status SegmentIterator::_get_row_ranges_from_conditions(RowRanges* condition_row R

[GitHub] [doris] ZhangYu0123 closed pull request #21102: [fix](pipeline) fix MultiCoreTaskQueue steal take core_id assgin error

2023-06-28 Thread via GitHub
ZhangYu0123 closed pull request #21102: [fix](pipeline) fix MultiCoreTaskQueue steal take core_id assgin error URL: https://github.com/apache/doris/pull/21102 -- 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

[GitHub] [doris] xzj7019 commented on pull request #20789: [improvement](nereids) prune hash join output slot ids list

2023-06-28 Thread via GitHub
xzj7019 commented on PR #20789: URL: https://github.com/apache/doris/pull/20789#issuecomment-1610936676 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] yiguolei merged pull request #21272: [Fix](storage)read page cache when seek

2023-06-28 Thread via GitHub
yiguolei merged PR #21272: URL: https://github.com/apache/doris/pull/21272 -- 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 (7588abe76b -> 3304af848e)

2023-06-28 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 7588abe76b [refactor](Nereids) refactor physical properties and plan translator (#21168) add 3304af848e [Fix](s

[GitHub] [doris] xinyiZzz opened a new pull request, #21282: [fix](memory) Fix metrics to promethues check memory exceed

2023-06-28 Thread via GitHub
xinyiZzz opened a new pull request, #21282: URL: https://github.com/apache/doris/pull/21282 ## Proposed changes Issue Number: close #xxx metrics to promethues may use a few G of memory ## Further comments If this is a relatively large or complex change, kick off th

[GitHub] [doris] CalvinKirs commented on pull request #21113: [Feature](event)Provide unified internal Job scheduling

2023-06-28 Thread via GitHub
CalvinKirs commented on PR #21113: URL: https://github.com/apache/doris/pull/21113#issuecomment-1610949182 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] xinyiZzz commented on pull request #21282: [fix](memory) Fix metrics to promethues check memory exceed

2023-06-28 Thread via GitHub
xinyiZzz commented on PR #21282: URL: https://github.com/apache/doris/pull/21282#issuecomment-1610950054 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 #21169: [Bug](pipeline) add DCHECK for _instance_to_sending_by_pipeline = false on _send_rpc

2023-06-28 Thread via GitHub
github-actions[bot] commented on PR #21169: URL: https://github.com/apache/doris/pull/21169#issuecomment-1610953069 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 #21169: [Bug](pipeline) add DCHECK for _instance_to_sending_by_pipeline = false on _send_rpc

2023-06-28 Thread via GitHub
github-actions[bot] commented on PR #21169: URL: https://github.com/apache/doris/pull/21169#issuecomment-1610953161 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 #21282: [fix](memory) Fix metrics to promethues check memory exceed

2023-06-28 Thread via GitHub
github-actions[bot] commented on PR #21282: URL: https://github.com/apache/doris/pull/21282#issuecomment-1610957482 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 #21265: [improvement](kerberos) disable hdfs fs handle cache to renew kerberos ticket at fix interval

2023-06-28 Thread via GitHub
hello-stephen commented on PR #21265: URL: https://github.com/apache/doris/pull/21265#issuecomment-1610958729 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 44.4 seconds stream load tsv: 455 seconds loaded 74807831229 Bytes, about 156 MB/s

[GitHub] [doris] yiguolei merged pull request #21259: [fix](memory) Remove ChunkAllocator & fix Allocator no use mmap

2023-06-28 Thread via GitHub
yiguolei merged PR #21259: URL: https://github.com/apache/doris/pull/21259 -- 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: [fix](memory) Remove ChunkAllocator & fix Allocator no use mmap (#21259)

2023-06-28 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 0396f78590 [fix](memory) Remove ChunkAllocator

[GitHub] [doris] morningman opened a new pull request, #21283: [fix](catalog) disable FileSystem Cache to avoid too many fs cache

2023-06-28 Thread via GitHub
morningman opened a new pull request, #21283: URL: https://github.com/apache/doris/pull/21283 ## Proposed changes When creating a new hive catalog or refresh the hive catalog, it will refresh the HiveMetaStore cache. And it will call "FileInputFormat.setInputPaths()". In this me

[GitHub] [doris] Jibing-Li commented on pull request #21053: [Improvement](statistics, multi catalog)Implement hive table statistic connector.

2023-06-28 Thread via GitHub
Jibing-Li commented on PR #21053: URL: https://github.com/apache/doris/pull/21053#issuecomment-1610974651 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] morningman commented on pull request #21250: [improvement](regression) add custom_env.sh from regression pipeline

2023-06-28 Thread via GitHub
morningman commented on PR #21250: URL: https://github.com/apache/doris/pull/21250#issuecomment-1610979908 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] wsjz commented on a diff in pull request #21283: [fix](catalog) disable FileSystem Cache to avoid too many fs cache

2023-06-28 Thread via GitHub
wsjz commented on code in PR #21283: URL: https://github.com/apache/doris/pull/21283#discussion_r1244864299 ## fe/fe-core/src/main/java/org/apache/doris/datasource/hive/HiveMetaStoreCache.java: ## @@ -328,6 +329,17 @@ private FileCacheValue loadFiles(FileCacheKey key) {

[GitHub] [doris] yujun777 commented on pull request #20996: [fix](dynamic partition) fix create hot partition failed without error response

2023-06-28 Thread via GitHub
yujun777 commented on PR #20996: URL: https://github.com/apache/doris/pull/20996#issuecomment-1610981765 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-website] jeffreys-cat opened a new pull request, #254: (feature) update doris download page & users

2023-06-28 Thread via GitHub
jeffreys-cat opened a new pull request, #254: URL: https://github.com/apache/doris-website/pull/254 - (feature) update doris download page & users -- 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

[GitHub] [doris] hello-stephen commented on pull request #20789: [improvement](nereids) prune hash join output slot ids list

2023-06-28 Thread via GitHub
hello-stephen commented on PR #20789: URL: https://github.com/apache/doris/pull/20789#issuecomment-1610990963 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 42.19 seconds stream load tsv: 468 seconds loaded 74807831229 Bytes, about 152 MB/s

[GitHub] [doris] github-actions[bot] commented on pull request #21283: [fix](catalog) disable FileSystem Cache to avoid too many fs cache

2023-06-28 Thread via GitHub
github-actions[bot] commented on PR #21283: URL: https://github.com/apache/doris/pull/21283#issuecomment-1610991475 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] Gabriel39 opened a new pull request, #21286: [Improvement](string) allocate once when insert sparse data

2023-06-28 Thread via GitHub
Gabriel39 opened a new pull request, #21286: URL: https://github.com/apache/doris/pull/21286 ## 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] CalvinKirs commented on pull request #21113: [Feature](event)Provide unified internal Job scheduling

2023-06-28 Thread via GitHub
CalvinKirs commented on PR #21113: URL: https://github.com/apache/doris/pull/21113#issuecomment-1611001591 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 #21286: [Improvement](string) allocate once when insert sparse data

2023-06-28 Thread via GitHub
github-actions[bot] commented on PR #21286: URL: https://github.com/apache/doris/pull/21286#issuecomment-1611005672 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] HHoflittlefish777 commented on pull request #21209: [Refactor](load) Using OwnedSlice to replace Slice

2023-06-28 Thread via GitHub
HHoflittlefish777 commented on PR #21209: URL: https://github.com/apache/doris/pull/21209#issuecomment-1611009910 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 #21209: [Refactor](load) Using OwnedSlice to replace Slice

2023-06-28 Thread via GitHub
github-actions[bot] commented on PR #21209: URL: https://github.com/apache/doris/pull/21209#issuecomment-1611016685 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] dutyu commented on pull request #21274: [Enhancement](multi-catalog) try to reuse existed ugi.

2023-06-28 Thread via GitHub
dutyu commented on PR #21274: URL: https://github.com/apache/doris/pull/21274#issuecomment-1611018568 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] xinyiZzz merged pull request #21237: [fix](memory) Purge Jemalloc arena dirty pages when memory insufficient

2023-06-28 Thread via GitHub
xinyiZzz merged PR #21237: URL: https://github.com/apache/doris/pull/21237 -- 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: [fix](memory) Purge Jemalloc arena dirty pages when memory insufficient (#21237)

2023-06-28 Thread zouxinyi
This is an automated email from the ASF dual-hosted git repository. zouxinyi 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 d2c42ec638 [fix](memory) Purge Jemalloc arena d

[GitHub] [doris] LiBinfeng-01 commented on pull request #21171: [Fix](Nereids) Add cast comparison with slot reference when inferring predicate

2023-06-28 Thread via GitHub
LiBinfeng-01 commented on PR #21171: URL: https://github.com/apache/doris/pull/21171#issuecomment-1611021802 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] LiBinfeng-01 commented on pull request #21212: [Fix](Planner) add nullif function to non deterministic result funtion lists

2023-06-28 Thread via GitHub
LiBinfeng-01 commented on PR #21212: URL: https://github.com/apache/doris/pull/21212#issuecomment-1611022741 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 unsub

[GitHub] [doris] mrhhsg commented on pull request #21239: [improvement](olap) filter the whole segment by dictionary

2023-06-28 Thread via GitHub
mrhhsg commented on PR #21239: URL: https://github.com/apache/doris/pull/21239#issuecomment-1611023121 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsub

[GitHub] [doris] mrhhsg commented on pull request #21239: [improvement](olap) filter the whole segment by dictionary

2023-06-28 Thread via GitHub
mrhhsg commented on PR #21239: URL: https://github.com/apache/doris/pull/21239#issuecomment-1611024824 run buildall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsub

[GitHub] [doris] yiguolei opened a new pull request, #21287: [bugfix](recover) do not need dynamic partition recover except olap table

2023-06-28 Thread via GitHub
yiguolei opened a new pull request, #21287: URL: https://github.com/apache/doris/pull/21287 ## 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](ma

[GitHub] [doris] LiBinfeng-01 commented on pull request #20599: [Fix](Planner) Change return type in where, having and on clause

2023-06-28 Thread via GitHub
LiBinfeng-01 commented on PR #20599: URL: https://github.com/apache/doris/pull/20599#issuecomment-1611027889 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] JackDrogon opened a new pull request, #21288: [fix](restore) work around, ingest binlog after backup/restore which local_tablet.partition_id is not correct, use req.partition_id

2023-06-28 Thread via GitHub
JackDrogon opened a new pull request, #21288: URL: https://github.com/apache/doris/pull/21288 ## Proposed changes work around, ingest binlog after backup/restore which local_tablet.partition_id is not correct, use req.partition_id -- This is an automated message from the Apache

[GitHub] [doris] github-actions[bot] commented on pull request #21287: [bugfix](recover) do not need dynamic partition recover except olap table

2023-06-28 Thread via GitHub
github-actions[bot] commented on PR #21287: URL: https://github.com/apache/doris/pull/21287#issuecomment-1611030282 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 #21287: [bugfix](recover) do not need dynamic partition recover except olap table

2023-06-28 Thread via GitHub
github-actions[bot] commented on PR #21287: URL: https://github.com/apache/doris/pull/21287#issuecomment-1611030348 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] LiBinfeng-01 commented on pull request #20602: [opt](planner) add important time to profile in planner

2023-06-28 Thread via GitHub
LiBinfeng-01 commented on PR #20602: URL: https://github.com/apache/doris/pull/20602#issuecomment-1611031195 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

[doris] branch branch-1.2-lts updated: [bugfix](recover) do not need dynamic partition recover except olap table (#21287)

2023-06-28 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 4527064466 [bugfix](recover) do

[GitHub] [doris] yiguolei merged pull request #21287: [bugfix](recover) do not need dynamic partition recover except olap table

2023-06-28 Thread via GitHub
yiguolei merged PR #21287: URL: https://github.com/apache/doris/pull/21287 -- 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 #21239: [improvement](olap) filter the whole segment by dictionary

2023-06-28 Thread via GitHub
github-actions[bot] commented on PR #21239: URL: https://github.com/apache/doris/pull/21239#issuecomment-1611032316 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] LiBinfeng-01 commented on pull request #21171: [Fix](Nereids) Add cast comparison with slot reference when inferring predicate

2023-06-28 Thread via GitHub
LiBinfeng-01 commented on PR #21171: URL: https://github.com/apache/doris/pull/21171#issuecomment-1611033496 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 #21288: [fix](restore) work around, ingest binlog after backup/restore which local_tablet.partition_id is not correct, use req.partition_

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

[GitHub] [doris] yiguolei opened a new pull request, #21290: [bugfix](recover) do not need dynamic partition recover except olap table

2023-06-28 Thread via GitHub
yiguolei opened a new pull request, #21290: URL: https://github.com/apache/doris/pull/21290 ## 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] dataroaring commented on pull request #21288: [fix](restore) work around, ingest binlog after backup/restore which local_tablet.partition_id is not correct, use req.partition_id

2023-06-28 Thread via GitHub
dataroaring commented on PR #21288: URL: https://github.com/apache/doris/pull/21288#issuecomment-1611042464 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 #21288: [fix](restore) work around, ingest binlog after backup/restore which local_tablet.partition_id is not correct, use req.partition_

2023-06-28 Thread via GitHub
github-actions[bot] commented on PR #21288: URL: https://github.com/apache/doris/pull/21288#issuecomment-1611043531 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] yiguolei commented on pull request #21290: [bugfix](recover) do not need dynamic partition recover except olap table

2023-06-28 Thread via GitHub
yiguolei commented on PR #21290: URL: https://github.com/apache/doris/pull/21290#issuecomment-1611044080 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 #21288: [fix](restore) work around, ingest binlog after backup/restore which local_tablet.partition_id is not correct, use req.partition_

2023-06-28 Thread via GitHub
github-actions[bot] commented on PR #21288: URL: https://github.com/apache/doris/pull/21288#issuecomment-1611043606 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 #21290: [bugfix](recover) do not need dynamic partition recover except olap table

2023-06-28 Thread via GitHub
github-actions[bot] commented on PR #21290: URL: https://github.com/apache/doris/pull/21290#issuecomment-1611048308 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 #21290: [bugfix](recover) do not need dynamic partition recover except olap table

2023-06-28 Thread via GitHub
github-actions[bot] commented on PR #21290: URL: https://github.com/apache/doris/pull/21290#issuecomment-1611048353 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-website] morningman merged pull request #254: (feature) update doris download page & users

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

[doris-website] branch master updated: (feature) update doris download page & users (#254)

2023-06-28 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/master by this push: new 3674e7d0836 (feature) update doris do

[doris] branch runtimefilter_multi_send created (now d2c42ec638)

2023-06-28 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch runtimefilter_multi_send in repository https://gitbox.apache.org/repos/asf/doris.git at d2c42ec638 [fix](memory) Purge Jemalloc arena dirty pages when memory insufficient (#21237) No ne

[GitHub] [doris] github-actions[bot] commented on pull request #20789: [improvement](nereids) prune hash join output slot ids list

2023-06-28 Thread via GitHub
github-actions[bot] commented on PR #20789: URL: https://github.com/apache/doris/pull/20789#issuecomment-1611062861 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 #20789: [improvement](nereids) prune hash join output slot ids list

2023-06-28 Thread via GitHub
github-actions[bot] commented on PR #20789: URL: https://github.com/apache/doris/pull/20789#issuecomment-1611062923 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] Once2012 opened a new issue, #21291: [Bug] 配置MySQL JDBC Catalog时include_database_list无效

2023-06-28 Thread via GitHub
Once2012 opened a new issue, #21291: URL: https://github.com/apache/doris/issues/21291 ### 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 OS: Ubuntu 20.04 JDK

[GitHub] [doris] morrySnow opened a new pull request, #21292: [test](Nereids) uncomment tpcds shape check

2023-06-28 Thread via GitHub
morrySnow opened a new pull request, #21292: URL: https://github.com/apache/doris/pull/21292 ## Proposed changes Issue Number: close #xxx we comment some tpcds shape check due to unstable results. After PR #21168 , we expect the results to be stable. ##

[GitHub] [doris] englefly opened a new pull request, #21293: [feature](nereids)set nereids cbo weights by session var

2023-06-28 Thread via GitHub
englefly opened a new pull request, #21293: URL: https://github.com/apache/doris/pull/21293 ## Proposed changes good for tune cost model Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d

[GitHub] [doris] englefly commented on pull request #21293: [feature](nereids)set nereids cbo weights by session var

2023-06-28 Thread via GitHub
englefly commented on PR #21293: URL: https://github.com/apache/doris/pull/21293#issuecomment-1611072200 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 #20840: [minor](broker) fix name in broker's pom.xml

2023-06-28 Thread via GitHub
github-actions[bot] commented on PR #20840: URL: https://github.com/apache/doris/pull/20840#issuecomment-1611073682 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 #20840: [minor](broker) fix name in broker's pom.xml

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

[GitHub] [doris] englefly merged pull request #20789: [improvement](nereids) prune hash join output slot ids list

2023-06-28 Thread via GitHub
englefly merged PR #20789: URL: https://github.com/apache/doris/pull/20789 -- 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: [improvement](nereids) prune hash join output slot ids list (#20789)

2023-06-28 Thread englefly
This is an automated email from the ASF dual-hosted git repository. englefly pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 76620c21aa [improvement](nereids) prune hash jo

[GitHub] [doris] zhannngchen commented on a diff in pull request #20907: [Enhancement](Compaction) Caculate all committed rowsets delete bitmaps when do comapction

2023-06-28 Thread via GitHub
zhannngchen commented on code in PR #20907: URL: https://github.com/apache/doris/pull/20907#discussion_r1244953260 ## be/src/olap/compaction.cpp: ## @@ -574,11 +575,47 @@ Status Compaction::modify_rowsets(const Merger::Statistics* stats) { RETURN_IF_ERROR(_tablet->ch

[GitHub] [doris] github-actions[bot] commented on pull request #21113: [Feature](Job)Provide unified internal Job scheduling

2023-06-28 Thread via GitHub
github-actions[bot] commented on PR #21113: URL: https://github.com/apache/doris/pull/21113#issuecomment-1611085927 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 #21113: [Feature](Job)Provide unified internal Job scheduling

2023-06-28 Thread via GitHub
github-actions[bot] commented on PR #21113: URL: https://github.com/apache/doris/pull/21113#issuecomment-1611085983 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] xinyiZzz opened a new pull request, #21294: [branch-1.2](memory) pick some memory fix

2023-06-28 Thread via GitHub
xinyiZzz opened a new pull request, #21294: URL: https://github.com/apache/doris/pull/21294 ## Proposed changes pick 1. #21237 2. #20782 3. #21282 4. disable chunk allocator in allocator ## Further comments If this is a relatively large or complex change, kic

[GitHub] [doris] morningman commented on pull request #21283: [fix](catalog) disable FileSystem Cache to avoid too many fs cache

2023-06-28 Thread via GitHub
morningman commented on PR #21283: URL: https://github.com/apache/doris/pull/21283#issuecomment-1611093924 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 a diff in pull request #21283: [fix](catalog) disable FileSystem Cache to avoid too many fs cache

2023-06-28 Thread via GitHub
morningman commented on code in PR #21283: URL: https://github.com/apache/doris/pull/21283#discussion_r1244962808 ## fe/fe-core/src/main/java/org/apache/doris/datasource/hive/HiveMetaStoreCache.java: ## @@ -328,6 +329,17 @@ private FileCacheValue loadFiles(FileCacheKey key) {

[GitHub] [doris] github-actions[bot] commented on pull request #21265: [improvement](kerberos) disable hdfs fs handle cache to renew kerberos ticket at fix interval

2023-06-28 Thread via GitHub
github-actions[bot] commented on PR #21265: URL: https://github.com/apache/doris/pull/21265#issuecomment-1611095021 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 #21265: [improvement](kerberos) disable hdfs fs handle cache to renew kerberos ticket at fix interval

2023-06-28 Thread via GitHub
github-actions[bot] commented on PR #21265: URL: https://github.com/apache/doris/pull/21265#issuecomment-1611095702 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] caoliang-web opened a new pull request, #21295: [typo](doc)FlinkCDC access to multi-table or whole database example document mod…

2023-06-28 Thread via GitHub
caoliang-web opened a new pull request, #21295: URL: https://github.com/apache/doris/pull/21295 …ification ## Proposed changes Issue Number: close #xxx ## Further comments If this is a relatively large or complex change, kick off the discussion at [d...@do

[GitHub] [doris] github-actions[bot] commented on pull request #21265: [improvement](kerberos) disable hdfs fs handle cache to renew kerberos ticket at fix interval

2023-06-28 Thread via GitHub
github-actions[bot] commented on PR #21265: URL: https://github.com/apache/doris/pull/21265#issuecomment-1611096619 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 #21209: [Refactor](load) Using OwnedSlice to replace Slice

2023-06-28 Thread via GitHub
hello-stephen commented on PR #21209: URL: https://github.com/apache/doris/pull/21209#issuecomment-1611097670 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 41.65 seconds stream load tsv: 457 seconds loaded 74807831229 Bytes, about 156 MB/s

[GitHub] [doris] CalvinKirs commented on pull request #21113: [Feature](Job)Provide unified internal Job scheduling

2023-06-28 Thread via GitHub
CalvinKirs commented on PR #21113: URL: https://github.com/apache/doris/pull/21113#issuecomment-162948 run P0 Regression -- 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] CalvinKirs commented on pull request #21113: [Feature](Job)Provide unified internal Job scheduling

2023-06-28 Thread via GitHub
CalvinKirs commented on PR #21113: URL: https://github.com/apache/doris/pull/21113#issuecomment-164486 run clickbench (benchmark) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific

[GitHub] [doris] JNSimba merged pull request #20753: [typo](doc)json document optimization

2023-06-28 Thread via GitHub
JNSimba merged PR #20753: URL: https://github.com/apache/doris/pull/20753 -- 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.apac

  1   2   3   4   >