[GitHub] [doris] ByteYue opened a new pull request, #14882: [feature](information_schema)add procs table to show all functions doris supports

2022-12-07 Thread GitBox
ByteYue opened a new pull request, #14882: URL: https://github.com/apache/doris/pull/14882 # Proposed changes Issue Number: close #xxx Add one procs table similar as PostgreSQL's pg_procs internal table which can show all functions supported by the underlying database system. User

[GitHub] [doris] starocean999 opened a new pull request, #14883: [fix](nereids)having with no group by is not parsed correctly

2022-12-07 Thread GitBox
starocean999 opened a new pull request, #14883: URL: https://github.com/apache/doris/pull/14883 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [

[GitHub] [doris] github-actions[bot] commented on pull request #14882: [feature](information_schema)add procs table to show all functions doris supports

2022-12-07 Thread GitBox
github-actions[bot] commented on PR #14882: URL: https://github.com/apache/doris/pull/14882#issuecomment-1340554156 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 #14828: [fix](statistics) fix missing scanBytes and scanRows in query statist…

2022-12-07 Thread GitBox
github-actions[bot] commented on PR #14828: URL: https://github.com/apache/doris/pull/14828#issuecomment-1340557800 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] spaces-X opened a new issue, #14884: [Enhancement] (partition prune):

2022-12-07 Thread GitBox
spaces-X opened a new issue, #14884: URL: https://github.com/apache/doris/issues/14884 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Description Doris does not supp

[GitHub] [doris] github-actions[bot] commented on pull request #14882: [feature](information_schema)add procs table to show all functions doris supports

2022-12-07 Thread GitBox
github-actions[bot] commented on PR #14882: URL: https://github.com/apache/doris/pull/14882#issuecomment-1340562607 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] weizhengte opened a new pull request, #14885: [feature-wip](Nereids) add aggregate function histogram and collect histogram statistics

2022-12-07 Thread GitBox
weizhengte opened a new pull request, #14885: URL: https://github.com/apache/doris/pull/14885 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ]

[GitHub] [doris] spaces-X opened a new pull request, #14886: [Enhancement](partition prune): calculate the column ranges of CompoundPredicate

2022-12-07 Thread GitBox
spaces-X opened a new pull request, #14886: URL: https://github.com/apache/doris/pull/14886 # Proposed changes Issue Number: close #14884 ## Problem summary support compound predicates in expressionToRanges ## Checklist(Required) 1. Does it affect the or

[GitHub] [doris] github-actions[bot] commented on a diff in pull request #14885: [feature-wip](Nereids) add aggregate function histogram and collect histogram statistics

2022-12-07 Thread GitBox
github-actions[bot] commented on code in PR #14885: URL: https://github.com/apache/doris/pull/14885#discussion_r1041894336 ## be/test/vec/aggregate_functions/agg_histogram_test.cpp: ## @@ -0,0 +1,144 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more c

[GitHub] [doris] hf200012 opened a new pull request, #14887: [fix](web ui)fix fe web ui

2022-12-07 Thread GitBox
hf200012 opened a new pull request, #14887: URL: https://github.com/apache/doris/pull/14887 ![image](https://user-images.githubusercontent.com/820301/206126775-41afbe08-a742-4335-b85f-59be5e1bd601.png) to ![image](https://user-images.githubusercontent.com/820301/206126923-

[GitHub] [doris] github-actions[bot] commented on pull request #14881: [Bug](predicate) fix ccore dump on varchar with in list predicate

2022-12-07 Thread GitBox
github-actions[bot] commented on PR #14881: URL: https://github.com/apache/doris/pull/14881#issuecomment-1340584582 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 #14878: [fix](if) cherry-pick fix coredump of if const (#14858)

2022-12-07 Thread GitBox
github-actions[bot] commented on PR #14878: URL: https://github.com/apache/doris/pull/14878#issuecomment-1340590829 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 #14878: [fix](if) cherry-pick fix coredump of if const (#14858)

2022-12-07 Thread GitBox
github-actions[bot] commented on PR #14878: URL: https://github.com/apache/doris/pull/14878#issuecomment-1340590854 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 #14878: [fix](if) cherry-pick fix coredump of if const (#14858)

2022-12-07 Thread GitBox
yiguolei merged PR #14878: URL: https://github.com/apache/doris/pull/14878 -- 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] Yulei-Yang opened a new issue, #14888: [Bug] No validation executed if new catalog name is already used when rename catalog

2022-12-07 Thread GitBox
Yulei-Yang opened a new issue, #14888: URL: https://github.com/apache/doris/issues/14888 ### 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 master ### Wha

[doris] branch branch-1.1-lts updated: [fix](if) fix coredump of if const (#14858) (#14878)

2022-12-07 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-1.1-lts in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-1.1-lts by this push: new 1b2da9effb [fix](if) fix coredu

[GitHub] [doris] yiguolei opened a new pull request, #14889: [improvement](config) update high_priority_flush_thread_num_per_store default value to 6 (#14775)

2022-12-07 Thread GitBox
yiguolei opened a new pull request, #14889: URL: https://github.com/apache/doris/pull/14889 … default value to 6 (#14775) # Proposed changes Issue Number: close #xxx pick from master: #14775 ## Problem summary Describe your changes. ## Checklist(Required)

[GitHub] [doris] jacktengg opened a new pull request, #14890: [improvement](vanalytic) improve memory counter

2022-12-07 Thread GitBox
jacktengg opened a new pull request, #14890: URL: https://github.com/apache/doris/pull/14890 # Proposed changes Issue Number: close #xxx ## Problem summary Improve accuracy of peak memory usage of VAnalyticEvalNode. ## Checklist(Required) 1. Does it affect t

[GitHub] [doris] Yulei-Yang opened a new pull request, #14891: [fix](multi-catalog) check new catalog name is used or not before rename

2022-12-07 Thread GitBox
Yulei-Yang opened a new pull request, #14891: URL: https://github.com/apache/doris/pull/14891 # Proposed changes Issue Number: close #14888 ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [

[GitHub] [doris] Kikyou1997 opened a new pull request, #14892: [fix](statistics) fix analysis

2022-12-07 Thread GitBox
Kikyou1997 opened a new pull request, #14892: URL: https://github.com/apache/doris/pull/14892 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ]

[GitHub] [doris] github-actions[bot] commented on pull request #14890: [improvement](vanalytic) improve memory counter

2022-12-07 Thread GitBox
github-actions[bot] commented on PR #14890: URL: https://github.com/apache/doris/pull/14890#issuecomment-1340602391 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 #14881: [Bug](predicate) fix ccore dump on varchar with in list predicate

2022-12-07 Thread GitBox
hello-stephen commented on PR #14881: URL: https://github.com/apache/doris/pull/14881#issuecomment-1340605778 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.43 seconds load time: 434 seconds storage size: 17123356303 Bytes https://doris-co

[GitHub] [doris] jackwener opened a new pull request, #14893: [fix](Nereids): just allow cross/inner join empty condition.

2022-12-07 Thread GitBox
jackwener opened a new pull request, #14893: URL: https://github.com/apache/doris/pull/14893 # Proposed changes ```sql mysql just allow cross/inner join empty condition. explain select * from demo as t1 Left Outer JOIN demo t2; ``` forbidden empty condition when not cro

[GitHub] [doris] github-actions[bot] commented on pull request #14892: [fix](statistics) fix analysis

2022-12-07 Thread GitBox
github-actions[bot] commented on PR #14892: URL: https://github.com/apache/doris/pull/14892#issuecomment-1340607502 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 #14892: [fix](statistics) fix analysis

2022-12-07 Thread GitBox
github-actions[bot] commented on PR #14892: URL: https://github.com/apache/doris/pull/14892#issuecomment-1340607537 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] luozenglin commented on a diff in pull request #14804: [fix](schemachange) fix the schema change that causes the be core dump.

2022-12-07 Thread GitBox
luozenglin commented on code in PR #14804: URL: https://github.com/apache/doris/pull/14804#discussion_r1041935517 ## fe/fe-core/src/main/java/org/apache/doris/analysis/AlterTableStmt.java: ## @@ -77,7 +78,15 @@ public void analyze(Analyzer analyzer) throws UserException {

[GitHub] [doris] github-actions[bot] commented on pull request #13741: [feature](split_by_string)support split by string function

2022-12-07 Thread GitBox
github-actions[bot] commented on PR #13741: URL: https://github.com/apache/doris/pull/13741#issuecomment-1340616815 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] Jibing-Li commented on pull request #14861: [Improvement](multi catalog)Add comment to external hms table show create table output.

2022-12-07 Thread GitBox
Jibing-Li commented on PR #14861: URL: https://github.com/apache/doris/pull/14861#issuecomment-1340620173 > Also need to support comment in `desc table` stmt. So we need to save `comment` in `Column` As discussed, this is not necessary. -- This is an automated message from the Apac

[GitHub] [doris] hf200012 opened a new pull request, #14894: [release notes](docs)release notes 1.2.0

2022-12-07 Thread GitBox
hf200012 opened a new pull request, #14894: URL: https://github.com/apache/doris/pull/14894 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Ye

[GitHub] [doris-website] hf200012 merged pull request #172: add 1.2.0 download links

2022-12-07 Thread GitBox
hf200012 merged PR #172: URL: https://github.com/apache/doris-website/pull/172 -- 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-website] branch master updated: add 1.2.0 download links (#172)

2022-12-07 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng 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 e88e4b37a85 add 1.2.0 download link

[GitHub] [doris] englefly opened a new pull request, #14895: [fix](nereids)add slot desc for order key

2022-12-07 Thread GitBox
englefly opened a new pull request, #14895: URL: https://github.com/apache/doris/pull/14895 # Proposed changes fix regression case: `select k1 from baseall order by k1 % 5;` ##Root cause: Nereids only create slot descriptor for order key, whose expr is slot. For expression `k1 %

[GitHub] [doris] hello-stephen commented on pull request #14882: [feature](information_schema)add procs table to show all functions doris supports

2022-12-07 Thread GitBox
hello-stephen commented on PR #14882: URL: https://github.com/apache/doris/pull/14882#issuecomment-1340659410 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.02 seconds load time: 436 seconds storage size: 17123356306 Bytes https://doris-co

[GitHub] [doris] jackwener opened a new pull request, #14896: [feature](Nereids): add ExtractFilterFromJoin rule to support more join condition

2022-12-07 Thread GitBox
jackwener opened a new pull request, #14896: URL: https://github.com/apache/doris/pull/14896 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Y

[GitHub] [doris] hello-stephen commented on pull request #14883: [fix](nereids)having with no group by is not parsed correctly

2022-12-07 Thread GitBox
hello-stephen commented on PR #14883: URL: https://github.com/apache/doris/pull/14883#issuecomment-1340709877 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.53 seconds load time: 453 seconds storage size: 17123356239 Bytes https://doris-co

[GitHub] [doris] xutaoustc opened a new pull request, #14897: [fix] 'SHOW ROLES' statement does not display resource privilege (#14812)

2022-12-07 Thread GitBox
xutaoustc opened a new pull request, #14897: URL: https://github.com/apache/doris/pull/14897 # Proposed changes Issue Number: close #14812 ## Problem summary SHOW ROLES statement does not display resource privileges in output ## Checklist(Required) 1. Does i

[GitHub] [doris-website] hf200012 merged pull request #173: add notice for version 1.2.0

2022-12-07 Thread GitBox
hf200012 merged PR #173: URL: https://github.com/apache/doris-website/pull/173 -- 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-website] branch master updated: add notice for version 1.2.0 (#173)

2022-12-07 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng 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 b2a5a2e325c add notice for version

[GitHub] [doris] github-actions[bot] commented on pull request #14889: [improvement](config) update high_priority_flush_thread_num_per_store default value to 6 (#14775)

2022-12-07 Thread GitBox
github-actions[bot] commented on PR #14889: URL: https://github.com/apache/doris/pull/14889#issuecomment-1340740895 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 #14889: [improvement](config) update high_priority_flush_thread_num_per_store default value to 6 (#14775)

2022-12-07 Thread GitBox
github-actions[bot] commented on PR #14889: URL: https://github.com/apache/doris/pull/14889#issuecomment-1340740996 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 #14894: [release notes](docs)release notes 1.2.0

2022-12-07 Thread GitBox
github-actions[bot] commented on PR #14894: URL: https://github.com/apache/doris/pull/14894#issuecomment-1340764361 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 #14894: [release notes](docs)release notes 1.2.0

2022-12-07 Thread GitBox
github-actions[bot] commented on PR #14894: URL: https://github.com/apache/doris/pull/14894#issuecomment-1340764459 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] morningman merged pull request #14894: [release notes](docs)release notes 1.2.0

2022-12-07 Thread GitBox
morningman merged PR #14894: URL: https://github.com/apache/doris/pull/14894 -- 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 master updated (dfa58e7985 -> 6b44039d58)

2022-12-07 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from dfa58e7985 [improvement](config) update high_priority_flush_thread_num_per_store default value to 6 (#14775)

[doris] branch master updated (6b44039d58 -> 204ab4c951)

2022-12-07 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 6b44039d58 [release notes](docs)release notes 1.2.0 (#14894) add 204ab4c951 [enhancement](compaction) add som

[GitHub] [doris] dataroaring merged pull request #14796: [enhancement](compaction) add some trigger and delete useless log

2022-12-07 Thread GitBox
dataroaring merged PR #14796: URL: https://github.com/apache/doris/pull/14796 -- 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] dataroaring merged pull request #14836: [bugfix](compaction) fix promotion size bug

2022-12-07 Thread GitBox
dataroaring merged PR #14836: URL: https://github.com/apache/doris/pull/14836 -- 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] zy-kkk opened a new pull request, #14899: [typo](docs)optimize the FE config document

2022-12-07 Thread GitBox
zy-kkk opened a new pull request, #14899: URL: https://github.com/apache/doris/pull/14899 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Yes

[doris] branch master updated: [bugfix](compaction) fix promotion size bug (#14836)

2022-12-07 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 6a26435e8d [bugfix](compaction) fix promotio

[GitHub] [doris] Gabriel39 opened a new pull request, #14898: [Pipeline](hashjoin) Support hash join on pipeline engine

2022-12-07 Thread GitBox
Gabriel39 opened a new pull request, #14898: URL: https://github.com/apache/doris/pull/14898 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Y

[GitHub] [doris] morrySnow commented on a diff in pull request #14693: [Enhancement](Nereids)add RelationId to unboundRelation

2022-12-07 Thread GitBox
morrySnow commented on code in PR #14693: URL: https://github.com/apache/doris/pull/14693#discussion_r1042061301 ## fe/fe-core/src/main/java/org/apache/doris/nereids/rules/analysis/BindRelation.java: ## @@ -92,7 +93,7 @@ private LogicalPlan bindWithCurrentDb(CascadesContext cas

[GitHub] [doris] hello-stephen commented on pull request #14885: [feature-wip](Nereids) add aggregate function histogram and collect histogram statistics

2022-12-07 Thread GitBox
hello-stephen commented on PR #14885: URL: https://github.com/apache/doris/pull/14885#issuecomment-1340788706 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.25 seconds load time: 450 seconds storage size: 17123356956 Bytes https://doris-co

[GitHub] [doris] github-actions[bot] commented on a diff in pull request #14898: [Pipeline](hashjoin) Support hash join on pipeline engine

2022-12-07 Thread GitBox
github-actions[bot] commented on code in PR #14898: URL: https://github.com/apache/doris/pull/14898#discussion_r1042067867 ## be/src/vec/exec/join/vhash_join_node.cpp: ## @@ -586,8 +547,67 @@ RETURN_IF_ERROR(_build_output_block(&temp_block, output_block)); _reset_tuple

[GitHub] [doris] hello-stephen commented on pull request #14886: [Enhancement](partition prune): calculate the column ranges of compound predicate

2022-12-07 Thread GitBox
hello-stephen commented on PR #14886: URL: https://github.com/apache/doris/pull/14886#issuecomment-1340801582 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.61 seconds load time: 432 seconds storage size: 17123356323 Bytes https://doris-co

[GitHub] [doris] yiguolei merged pull request #14889: [improvement](config) update high_priority_flush_thread_num_per_store default value to 6 (#14775)

2022-12-07 Thread GitBox
yiguolei merged PR #14889: URL: https://github.com/apache/doris/pull/14889 -- 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.1-lts updated: [improvement](config) update high_priority_flush_thread_num_per_store default value to 6 (#14775) (#14889)

2022-12-07 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-1.1-lts in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/branch-1.1-lts by this push: new d23b5b675a [improvement](config

[GitHub] [doris] github-actions[bot] commented on pull request #14784: [feature](nereids) Support `using join` syntax

2022-12-07 Thread GitBox
github-actions[bot] commented on PR #14784: URL: https://github.com/apache/doris/pull/14784#issuecomment-1340807222 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 #14784: [feature](nereids) Support `using join` syntax

2022-12-07 Thread GitBox
github-actions[bot] commented on PR #14784: URL: https://github.com/apache/doris/pull/14784#issuecomment-1340807283 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] yixiutt opened a new pull request, #14900: [improvement](vertical_compaction) reduce segments load in vertical merger

2022-12-07 Thread GitBox
yixiutt opened a new pull request, #14900: URL: https://github.com/apache/doris/pull/14900 # Proposed changes In vertical compaction, every segment iterator will be loaded into Heap and then traverse all data, this will cost a lot of memory as every segment need to load a block

[GitHub] [doris] github-actions[bot] commented on a diff in pull request #14900: [improvement](vertical_compaction) reduce segments load in vertical merger

2022-12-07 Thread GitBox
github-actions[bot] commented on code in PR #14900: URL: https://github.com/apache/doris/pull/14900#discussion_r1042082714 ## be/src/vec/olap/vertical_merge_iterator.h: ## @@ -174,6 +174,7 @@ class VerticalMergeIteratorContext { ref->block = _block; ref->row_po

[GitHub] [doris] liaoxin01 commented on a diff in pull request #14822: [fix](aggregate) agg table and unique table get different result when…

2022-12-07 Thread GitBox
liaoxin01 commented on code in PR #14822: URL: https://github.com/apache/doris/pull/14822#discussion_r1042083010 ## be/src/olap/generic_iterators.cpp: ## @@ -266,9 +266,17 @@ class MergeIterator : public RowwiseIterator { // here we sort segment id in reverse order,

[GitHub] [doris] liutang123 opened a new pull request, #14901: [Exec][Pipeline] Remove AggContext's lock

2022-12-07 Thread GitBox
liutang123 opened a new pull request, #14901: URL: https://github.com/apache/doris/pull/14901 # Proposed changes Remove the lock of `AggContext` when checking full or checking empty. Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist

[GitHub] [doris] github-actions[bot] commented on pull request #14885: [feature-wip](Nereids) add aggregate function histogram and collect histogram statistics

2022-12-07 Thread GitBox
github-actions[bot] commented on PR #14885: URL: https://github.com/apache/doris/pull/14885#issuecomment-1340831825 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 #14901: [Exec][Pipeline] Remove AggContext's lock

2022-12-07 Thread GitBox
github-actions[bot] commented on PR #14901: URL: https://github.com/apache/doris/pull/14901#issuecomment-1340831912 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 a diff in pull request #14900: [improvement](vertical_compaction) reduce segments load in vertical merger

2022-12-07 Thread GitBox
github-actions[bot] commented on code in PR #14900: URL: https://github.com/apache/doris/pull/14900#discussion_r1042091880 ## be/src/vec/olap/vertical_merge_iterator.cpp: ## @@ -529,10 +571,12 @@ Status VerticalMaskMergeIterator::init(const StorageReadOptions& opts) { // int

[GitHub] [doris-website] hf200012 merged pull request #175: fix 1.2.0 releasenotes path

2022-12-07 Thread GitBox
hf200012 merged PR #175: URL: https://github.com/apache/doris-website/pull/175 -- 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-website] branch master updated: fix 1.2.0 releasenotes path (#175)

2022-12-07 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng 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 baffc7a7c55 fix 1.2.0 releasenotes

[GitHub] [doris] github-actions[bot] commented on pull request #14900: [improvement](vertical_compaction) reduce segments load in vertical merger

2022-12-07 Thread GitBox
github-actions[bot] commented on PR #14900: URL: https://github.com/apache/doris/pull/14900#issuecomment-1340842918 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 #14900: [improvement](vertical_compaction) reduce segments load in vertical merger

2022-12-07 Thread GitBox
github-actions[bot] commented on PR #14900: URL: https://github.com/apache/doris/pull/14900#issuecomment-1340844846 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 #14890: [improvement](vanalytic) improve memory counter

2022-12-07 Thread GitBox
hello-stephen commented on PR #14890: URL: https://github.com/apache/doris/pull/14890#issuecomment-1340847457 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.75 seconds load time: 450 seconds storage size: 17123356252 Bytes https://doris-co

[GitHub] [doris] englefly opened a new pull request, #14902: [fix](nereids)add estimation for full outer join

2022-12-07 Thread GitBox
englefly opened a new pull request, #14902: URL: https://github.com/apache/doris/pull/14902 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Ye

[GitHub] [doris] morrySnow commented on a diff in pull request #14851: [Feature](Nereids)support select-except

2022-12-07 Thread GitBox
morrySnow commented on code in PR #14851: URL: https://github.com/apache/doris/pull/14851#discussion_r1042076243 ## fe/fe-core/src/main/java/org/apache/doris/nereids/parser/LogicalPlanBuilder.java: ## @@ -299,7 +300,7 @@ public LogicalPlan visitRegularQuerySpecification(Regular

[GitHub] [doris] Gabriel39 opened a new pull request, #14903: [minor](typo) Fix typo

2022-12-07 Thread GitBox
Gabriel39 opened a new pull request, #14903: URL: https://github.com/apache/doris/pull/14903 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Y

[GitHub] [doris] hello-stephen commented on pull request #14891: [fix](multi-catalog) check new catalog name is used or not before rename

2022-12-07 Thread GitBox
hello-stephen commented on PR #14891: URL: https://github.com/apache/doris/pull/14891#issuecomment-1340869419 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.07 seconds load time: 474 seconds storage size: 17123356248 Bytes https://doris-co

[GitHub] [doris] hello-stephen commented on pull request #14892: [fix](statistics) fix analysis

2022-12-07 Thread GitBox
hello-stephen commented on PR #14892: URL: https://github.com/apache/doris/pull/14892#issuecomment-1340872056 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.04 seconds load time: 442 seconds storage size: 17123356891 Bytes https://doris-co

[GitHub] [doris] stalary opened a new pull request, #14904: [Feature](Api) Support operate node(fe/be).

2022-12-07 Thread GitBox
stalary opened a new pull request, #14904: URL: https://github.com/apache/doris/pull/14904 # Proposed changes Issue Number: close https://github.com/apache/doris/issues/14628 ## Problem summary Support operate node(fe/be). ## Checklist(Required) 1. Does it a

[GitHub] [doris] github-actions[bot] commented on pull request #14866: [fix](nereids)translate is not null predicate mistake

2022-12-07 Thread GitBox
github-actions[bot] commented on PR #14866: URL: https://github.com/apache/doris/pull/14866#issuecomment-1340880211 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 #14866: [fix](nereids)translate is not null predicate mistake

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

[GitHub] [doris] morrySnow merged pull request #14866: [fix](nereids)translate is not null predicate mistake

2022-12-07 Thread GitBox
morrySnow merged PR #14866: URL: https://github.com/apache/doris/pull/14866 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.ap

[doris] branch master updated: [fix](nereids)translate is not null predicate mistake (#14866)

2022-12-07 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new a3095e29d5 [fix](nereids)translate is not null

[GitHub] [doris] hello-stephen commented on pull request #14893: [fix](Nereids): just allow cross/inner join empty condition.

2022-12-07 Thread GitBox
hello-stephen commented on PR #14893: URL: https://github.com/apache/doris/pull/14893#issuecomment-1340894589 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.9 seconds load time: 457 seconds storage size: 17123356269 Bytes https://doris-com

[GitHub] [doris] morrySnow merged pull request #14797: [refactor](statistics) Remove deprecated statistics related codes

2022-12-07 Thread GitBox
morrySnow merged PR #14797: URL: https://github.com/apache/doris/pull/14797 -- 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

[GitHub] [doris] github-actions[bot] commented on pull request #14797: [refactor](statistics) Remove deprecated statistics related codes

2022-12-07 Thread GitBox
github-actions[bot] commented on PR #14797: URL: https://github.com/apache/doris/pull/14797#issuecomment-1340910484 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 #14797: [refactor](statistics) Remove deprecated statistics related codes

2022-12-07 Thread GitBox
github-actions[bot] commented on PR #14797: URL: https://github.com/apache/doris/pull/14797#issuecomment-1340910543 PR approved by anyone and no changes requested. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [doris] morrySnow closed issue #13634: tuning TPC-H plan generated by Nereids

2022-12-07 Thread GitBox
morrySnow closed issue #13634: tuning TPC-H plan generated by Nereids URL: https://github.com/apache/doris/issues/13634 -- 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] xutaoustc opened a new issue, #14905: [Bug] 'SHOW ROLES' statement does not display global resource privilege granted to roles in branch-1.1-lts

2022-12-07 Thread GitBox
xutaoustc opened a new issue, #14905: URL: https://github.com/apache/doris/issues/14905 ### 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.1-lts ### Wha

[GitHub] [doris] 924060929 commented on pull request #14733: [ehancement](nereids) Read lock table on binding phase

2022-12-07 Thread GitBox
924060929 commented on PR #14733: URL: https://github.com/apache/doris/pull/14733#issuecomment-1340918506 I think table read lock should span the statement lifecycle, and use the `Stack` save the lock order and then we can release by the reverse order. And you should try require read lock w

[GitHub] [doris] hello-stephen commented on pull request #14895: [fix](nereids)add slot desc for order key

2022-12-07 Thread GitBox
hello-stephen commented on PR #14895: URL: https://github.com/apache/doris/pull/14895#issuecomment-1340938534 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 35.83 seconds load time: 441 seconds storage size: 17123356278 Bytes https://doris-co

[GitHub] [doris] jackwener opened a new pull request, #14906: [feature](Nereids): OuterJoinAssoc Rule.

2022-12-07 Thread GitBox
jackwener opened a new pull request, #14906: URL: https://github.com/apache/doris/pull/14906 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original behavior: - [ ] Y

[GitHub] [doris] github-actions[bot] commented on pull request #14793: [fix](multi-catalog) use last used database for catalog when switch back

2022-12-07 Thread GitBox
github-actions[bot] commented on PR #14793: URL: https://github.com/apache/doris/pull/14793#issuecomment-1340940068 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 #14861: [Improvement](multi catalog)Add comment to external hms table show create table output.

2022-12-07 Thread GitBox
github-actions[bot] commented on PR #14861: URL: https://github.com/apache/doris/pull/14861#issuecomment-1340947095 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 merged pull request #14861: [Improvement](multi catalog)Add comment to external hms table show create table output.

2022-12-07 Thread GitBox
morningman merged PR #14861: URL: https://github.com/apache/doris/pull/14861 -- 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

[GitHub] [doris] github-actions[bot] commented on pull request #14861: [Improvement](multi catalog)Add comment to external hms table show create table output.

2022-12-07 Thread GitBox
github-actions[bot] commented on PR #14861: URL: https://github.com/apache/doris/pull/14861#issuecomment-1340947148 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

[doris] branch master updated: [Improvement](multi catalog)Add comment to external hms table show create table output. (#14861)

2022-12-07 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.git The following commit(s) were added to refs/heads/master by this push: new 0bc6f91c3a [Improvement](multi catalog)Add co

[GitHub] [doris] morrySnow closed issue #14907: complete timestamp arithmetic expression, like TIMESTAMPDIFF, `DATE_ADD`, `ADDDATE`

2022-12-07 Thread GitBox
morrySnow closed issue #14907: complete timestamp arithmetic expression, like TIMESTAMPDIFF, `DATE_ADD`, `ADDDATE` URL: https://github.com/apache/doris/issues/14907 -- 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 #14896: [feature](Nereids): add ExtractFilterFromJoin rule to support more join condition

2022-12-07 Thread GitBox
hello-stephen commented on PR #14896: URL: https://github.com/apache/doris/pull/14896#issuecomment-1340964536 TeamCity pipeline, clickbench performance test result: the sum of best hot time: 34.72 seconds load time: 432 seconds storage size: 17123356292 Bytes https://doris-co

[GitHub] [doris] morningman commented on a diff in pull request #14842: [refactor](resource) unified resource user interface

2022-12-07 Thread GitBox
morningman commented on code in PR #14842: URL: https://github.com/apache/doris/pull/14842#discussion_r1042188903 ## fe/fe-core/src/main/java/org/apache/doris/catalog/S3Resource.java: ## @@ -41,68 +40,92 @@ import java.util.List; import java.util.Map; import java.util.Optiona

[GitHub] [doris] morrySnow commented on a diff in pull request #14867: [feature](nereids)add binary & unary arithmetic for nereids

2022-12-07 Thread GitBox
morrySnow commented on code in PR #14867: URL: https://github.com/apache/doris/pull/14867#discussion_r1042198229 ## fe/fe-core/src/main/java/org/apache/doris/nereids/glue/translator/ExpressionTranslator.java: ## @@ -346,6 +347,12 @@ public Expr visitBinaryArithmetic(BinaryArithm

[GitHub] [doris] xutaoustc opened a new pull request, #14908: [fix] 'SHOW ROLES' statement does not display global resource privilege in branch-1.1-lts (#14905)

2022-12-07 Thread GitBox
xutaoustc opened a new pull request, #14908: URL: https://github.com/apache/doris/pull/14908 # Proposed changes Issue Number: close #14905 ## Problem summary GRANT USAGE_PRIV ON RESOURCE * TO ROLE 'my_role'; SHOW ROLES It does not display USAGE_PRIV in GlobalPrivs

[GitHub] [doris] wangbo closed issue #14820: [Bug] Fix regression test failed in 1.1 version right outer join

2022-12-07 Thread GitBox
wangbo closed issue #14820: [Bug] Fix regression test failed in 1.1 version right outer join URL: https://github.com/apache/doris/issues/14820 -- 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 spe

  1   2   3   >