[GitHub] [doris] Kikyou1997 commented on a diff in pull request #10240: [Refactor](nereids) Abstract interface of statistics framework for new optimizer reuse

2022-06-18 Thread GitBox
Kikyou1997 commented on code in PR #10240: URL: https://github.com/apache/doris/pull/10240#discussion_r900717225 ## fe/fe-core/src/main/java/org/apache/doris/planner/PlanNode.java: ## @@ -353,6 +327,11 @@ public List getConjuncts() { return conjuncts; } +@Ove

[GitHub] [doris] Kikyou1997 commented on a diff in pull request #10240: [Refactor](nereids) Abstract interface of statistics framework for new optimizer reuse

2022-06-18 Thread GitBox
Kikyou1997 commented on code in PR #10240: URL: https://github.com/apache/doris/pull/10240#discussion_r900735138 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/ExprId.java: ## @@ -17,13 +17,15 @@ package org.apache.doris.nereids.trees.expressions; +i

[GitHub] [doris] Kikyou1997 commented on a diff in pull request #10240: [Refactor](nereids) Abstract interface of statistics framework for new optimizer reuse

2022-06-18 Thread GitBox
Kikyou1997 commented on code in PR #10240: URL: https://github.com/apache/doris/pull/10240#discussion_r900735365 ## fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/ExprId.java: ## @@ -17,13 +17,15 @@ package org.apache.doris.nereids.trees.expressions; +i

[GitHub] [doris] chovy-3012 commented on issue #10229: [UserCase] User list collection

2022-06-18 Thread GitBox
chovy-3012 commented on issue #10229: URL: https://github.com/apache/doris/issues/10229#issuecomment-1159404849 ![Uploading aispeech-logo.png…]() 思必驰 -- 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] github-actions[bot] commented on pull request #10127: [Bug] Fix heap-use-after-free when using type array

2022-06-18 Thread GitBox
github-actions[bot] commented on PR #10127: URL: https://github.com/apache/doris/pull/10127#issuecomment-1159415209 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 #10127: [Bug] Fix heap-use-after-free when using type array

2022-06-18 Thread GitBox
github-actions[bot] commented on PR #10127: URL: https://github.com/apache/doris/pull/10127#issuecomment-1159415238 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-website] branch master updated: 2

2022-06-18 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 d34bba96fde 2 d34bba96fde is descri

[GitHub] [doris] github-actions[bot] commented on pull request #10244: [BENCHMARK] Change all `replication_num` to 1 for TPCH tables

2022-06-18 Thread GitBox
github-actions[bot] commented on PR #10244: URL: https://github.com/apache/doris/pull/10244#issuecomment-1159445846 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 #10244: [BENCHMARK] Change all `replication_num` to 1 for TPCH tables

2022-06-18 Thread GitBox
github-actions[bot] commented on PR #10244: URL: https://github.com/apache/doris/pull/10244#issuecomment-1159445853 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 #10243: [typo] Replace some comments in product code

2022-06-18 Thread GitBox
github-actions[bot] commented on PR #10243: URL: https://github.com/apache/doris/pull/10243#issuecomment-1159446016 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 #10243: [typo] Replace some comments in product code

2022-06-18 Thread GitBox
github-actions[bot] commented on PR #10243: URL: https://github.com/apache/doris/pull/10243#issuecomment-1159446024 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 #10242: [typo](docs) Modify the link in the develop documentation

2022-06-18 Thread GitBox
github-actions[bot] commented on PR #10242: URL: https://github.com/apache/doris/pull/10242#issuecomment-1159446139 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 #10242: [typo](docs) Modify the link in the develop documentation

2022-06-18 Thread GitBox
github-actions[bot] commented on PR #10242: URL: https://github.com/apache/doris/pull/10242#issuecomment-1159446147 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] Yankee24 opened a new pull request, #10245: [typo](docs) Remove docker-doris in developer

2022-06-18 Thread GitBox
Yankee24 opened a new pull request, #10245: URL: https://github.com/apache/doris/pull/10245 ## Problem Summary: Delete docker-doris in developer because it is outdated and duplicates compilation.md in the documentation. ## Checklist(Required) 1. Does it affect the origin

[GitHub] [doris] morningman merged pull request #10237: [chore] update fe check style workflow to required

2022-06-18 Thread GitBox
morningman merged PR #10237: URL: https://github.com/apache/doris/pull/10237 -- 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: [chore] update fe checkstyle workflow to required (#10237)

2022-06-18 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 534844ead6 [chore] update fe checkstyle workf

[GitHub] [doris] Yankee24 commented on pull request #10245: [typo](docs) Remove docker-doris in developer

2022-06-18 Thread GitBox
Yankee24 commented on PR #10245: URL: https://github.com/apache/doris/pull/10245#issuecomment-1159469758 There may be some minor issues with direct deletion, and finally decided to delete some outdated content. -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [doris] AshinGau opened a new pull request, #10246: [feature-wip](multi-catalog) add CatalogPrivTable to support unified authority management of datalake

2022-06-18 Thread GitBox
AshinGau opened a new pull request, #10246: URL: https://github.com/apache/doris/pull/10246 # Proposed changes Issue Number: close #xxx ## Problem Summary: Support unified authority management of datalake. Supported: 1. Change FeMetaVersion to 111, compatible with u

[GitHub] [doris] AshinGau commented on a diff in pull request #10246: [feature-wip](multi-catalog) add CatalogPrivTable to support unified authority management of datalake

2022-06-18 Thread GitBox
AshinGau commented on code in PR #10246: URL: https://github.com/apache/doris/pull/10246#discussion_r900931944 ## fe/fe-core/src/main/java/org/apache/doris/datasource/InternalDataSource.java: ## @@ -198,7 +198,7 @@ * There is only one internal data source in a cluster. And its

[GitHub] [doris] github-actions[bot] commented on pull request #8831: each tuple starting at aligned address to build with ubsan enabled

2022-06-18 Thread GitBox
github-actions[bot] commented on PR #8831: URL: https://github.com/apache/doris/pull/8831#issuecomment-1159602669 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 GitHub

[GitHub] [doris] morningman merged pull request #10070: [enhancement] Change array offset type from UInt32 to UInt64

2022-06-18 Thread GitBox
morningman merged PR #10070: URL: https://github.com/apache/doris/pull/10070 -- 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: [improvement] Change array offset type from UInt32 to UInt64 (#10070)

2022-06-18 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 0e404edf54 [improvement] Change array offset

[GitHub] [doris] morningman merged pull request #10081: [Feature] support backup/restore connect to HDFS

2022-06-18 Thread GitBox
morningman merged PR #10081: URL: https://github.com/apache/doris/pull/10081 -- 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: [feature] support backup/restore connect to HDFS (#10081)

2022-06-18 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 1d3496c6ab [feature] support backup/restore c

[GitHub] [doris] morningman merged pull request #10127: [Bug] Fix heap-use-after-free when using type array

2022-06-18 Thread GitBox
morningman merged PR #10127: URL: https://github.com/apache/doris/pull/10127 -- 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] morningman closed issue #9934: [Bug] heap-use-after-free when using type array

2022-06-18 Thread GitBox
morningman closed issue #9934: [Bug] heap-use-after-free when using type array URL: https://github.com/apache/doris/issues/9934 -- 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.

[doris] branch master updated: [fix] Fix heap-use-after-free when using type array (#10127)

2022-06-18 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 5fdd995b4c [fix] Fix heap-use-after-free when

[GitHub] [doris] morningman closed issue #10162: [Bug] failed to initialize storage reader***res=-3111

2022-06-18 Thread GitBox
morningman closed issue #10162: [Bug] failed to initialize storage reader***res=-3111 URL: https://github.com/apache/doris/issues/10162 -- 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 c

[doris] branch master updated: [fix](reader)replace an auto with size_t to avoid integer overflow (#10163)

2022-06-18 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 ffe466cbc7 [fix](reader)replace an auto with

[GitHub] [doris] morningman merged pull request #10163: [fix](reader)replace an auto with size_t to avoid integer overflow

2022-06-18 Thread GitBox
morningman merged PR #10163: URL: https://github.com/apache/doris/pull/10163 -- 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] morningman merged pull request #10172: [typo] Fix typos in comments

2022-06-18 Thread GitBox
morningman merged PR #10172: URL: https://github.com/apache/doris/pull/10172 -- 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: [typo] Fix typos in comments (#10172)

2022-06-18 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 70450d04ba [typo] Fix typos in comments (#101

[GitHub] [doris] morningman merged pull request #10205: [chore] Fix a warning reported by maven

2022-06-18 Thread GitBox
morningman merged PR #10205: URL: https://github.com/apache/doris/pull/10205 -- 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] morningman closed issue #10204: [chore] Fix a warning reported by maven

2022-06-18 Thread GitBox
morningman closed issue #10204: [chore] Fix a warning reported by maven URL: https://github.com/apache/doris/issues/10204 -- 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

[doris] branch master updated: [chore] Fix a warning reported by maven (#10205)

2022-06-18 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 6b61b970f5 [chore] Fix a warning reported by

[GitHub] [doris] morningman merged pull request #10226: [docs] update array functions docs'location

2022-06-18 Thread GitBox
morningman merged PR #10226: URL: https://github.com/apache/doris/pull/10226 -- 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: [doc] update array functions docs' location (#10226)

2022-06-18 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 8439adad05 [doc] update array functions docs'

[GitHub] [doris] morningman merged pull request #10244: [BENCHMARK] Change all `replication_num` to 1 for TPCH tables

2022-06-18 Thread GitBox
morningman merged PR #10244: URL: https://github.com/apache/doris/pull/10244 -- 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: [tpch] Change all `replication_num` to 1 (#10244)

2022-06-18 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 61d7724ab3 [tpch] Change all `replication_num

[GitHub] [doris] morningman commented on a diff in pull request #10213: [fix](auth) Authentication exception when the name of database or table contains an underscore in grant statement.

2022-06-18 Thread GitBox
morningman commented on code in PR #10213: URL: https://github.com/apache/doris/pull/10213#discussion_r901039146 ## fe/fe-core/src/main/java/org/apache/doris/mysql/privilege/DbPrivEntry.java: ## @@ -70,8 +70,7 @@ private static PatternMatcher createDbPatternMatcher(String db) t

[GitHub] [doris] AshinGau commented on a diff in pull request #10213: [fix](auth) Authentication exception when the name of database or table contains an underscore in grant statement.

2022-06-18 Thread GitBox
AshinGau commented on code in PR #10213: URL: https://github.com/apache/doris/pull/10213#discussion_r901041856 ## fe/fe-core/src/main/java/org/apache/doris/mysql/privilege/DbPrivEntry.java: ## @@ -70,8 +70,7 @@ private static PatternMatcher createDbPatternMatcher(String db) thr

[GitHub] [doris] mrhhsg closed pull request #10220: [improvement]No need to initialize selection array for predicates

2022-06-18 Thread GitBox
mrhhsg closed pull request #10220: [improvement]No need to initialize selection array for predicates URL: https://github.com/apache/doris/pull/10220 -- 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 t

[GitHub] [doris] github-actions[bot] commented on pull request #10213: [fix](auth) Authentication exception when the name of database or table contains an underscore in grant statement.

2022-06-18 Thread GitBox
github-actions[bot] commented on PR #10213: URL: https://github.com/apache/doris/pull/10213#issuecomment-1159616627 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 closed pull request #10099: [Refactor] change the macro style of the InListPredicate

2022-06-18 Thread GitBox
englefly closed pull request #10099: [Refactor] change the macro style of the InListPredicate URL: https://github.com/apache/doris/pull/10099 -- 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