[GitHub] [doris] weizhengte commented on a diff in pull request #12987: [feature](nereids) refactor statistics framework and introduce StatsCalculatorV2

2022-09-30 Thread GitBox
weizhengte commented on code in PR #12987: URL: https://github.com/apache/doris/pull/12987#discussion_r985024640 ## fe/fe-core/src/main/java/org/apache/doris/statistics/ColumnStat.java: ## @@ -54,7 +51,7 @@ * For example: * "@ndv = 10" means that the number distinct values i

[GitHub] [doris] weizhengte commented on a diff in pull request #12987: [feature](nereids) refactor statistics framework and introduce StatsCalculatorV2

2022-09-30 Thread GitBox
weizhengte commented on code in PR #12987: URL: https://github.com/apache/doris/pull/12987#discussion_r985024640 ## fe/fe-core/src/main/java/org/apache/doris/statistics/ColumnStat.java: ## @@ -54,7 +51,7 @@ * For example: * "@ndv = 10" means that the number distinct values i

[doris-website] branch asf-site updated: Automated deployment with doris branch @ 8343504deecde2ce2382ba625bbb11c6e738b86b

2022-09-30 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/doris-website.git The following commit(s) were added to refs/heads/asf-site by this push: new ee31c91c9a5 Automated deployment

[GitHub] [doris] github-actions[bot] closed pull request #8836: [refactor] refactor code aligning offset in vaggregation_node.cpp

2022-09-30 Thread GitBox
github-actions[bot] closed pull request #8836: [refactor] refactor code aligning offset in vaggregation_node.cpp URL: https://github.com/apache/doris/pull/8836 -- 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

[doris] branch branch-1.1-lts updated: [cherry-pick][fix](alter-load) fix bug that tablet version may be wrong when doing alter and load #13070

2022-09-30 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman 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 baeef82a98 [cherry-pick][fix]

[doris] branch master updated: [fix](alter-load) fix bug that tablet version may be wrong when doing alter and load (#13070)

2022-09-30 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 d44af5decf [fix](alter-load) fix bug that tab

[GitHub] [doris] morningman merged pull request #13070: [fix](alter-load) fix bug that tablet version may be wrong when doing alter and load

2022-09-30 Thread GitBox
morningman merged PR #13070: URL: https://github.com/apache/doris/pull/13070 -- 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 #13071: [Bug] doing schema change while loading with 2PC may cause replica version missing

2022-09-30 Thread GitBox
morningman closed issue #13071: [Bug] doing schema change while loading with 2PC may cause replica version missing URL: https://github.com/apache/doris/issues/13071 -- 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] morningman opened a new pull request, #13099: [improvement](spark-load) support parquet and orc file

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

[GitHub] [doris] BePPPower commented on pull request #13027: [feature-wip](new-scan) Add new ES scanner and new ES scan node

2022-09-30 Thread GitBox
BePPPower commented on PR #13027: URL: https://github.com/apache/doris/pull/13027#issuecomment-1263708963 > Can you provide some test info? Such as query es result in your local environment. Hi, here is my test in local environment: ``` // create es index curl -X PUT -H 'Cont

[GitHub] [doris] Jibing-Li commented on a diff in pull request #13062: [Regression](load) Add broker load regression test.

2022-09-30 Thread GitBox
Jibing-Li commented on code in PR #13062: URL: https://github.com/apache/doris/pull/13062#discussion_r984687805 ## regression-test/conf/regression-conf.groovy: ## @@ -60,3 +60,8 @@ hdfsFs = "hdfs://127.0.0.1:9000" hdfsUser = "doris-test" hdfsPasswd = "" brokerName = "broker_n

[GitHub] [doris] dataalive commented on issue #13075: [Bug] doris be集群,其中一台be挂了 其他两台be正常运行,数据查询报错

2022-09-30 Thread GitBox
dataalive commented on issue #13075: URL: https://github.com/apache/doris/issues/13075#issuecomment-1263610138 数据是几副本? -- 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

[doris] branch master updated: [enhancement](test) add some cases from trino to p0 (#12699)

2022-09-30 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 48d32de9ae [enhancement](test) add some cases

[GitHub] [doris] morningman merged pull request #12699: [enhancement](test) add some cases from trino to p0

2022-09-30 Thread GitBox
morningman merged PR #12699: URL: https://github.com/apache/doris/pull/12699 -- 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] dataroaring opened a new pull request, #13098: [fix](test) fix tpcds_sf100 and tpch_sf100 result

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

[doris] branch master updated: [Doc](ReadME) Update the slack links (#13089)

2022-09-30 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 fd52f3bd51 [Doc](ReadME) Update the slack lin

[GitHub] [doris] morningman merged pull request #13089: [Doc](ReadME) Update the slack links

2022-09-30 Thread GitBox
morningman merged PR #13089: URL: https://github.com/apache/doris/pull/13089 -- 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] sai-praveenkumar commented on issue #8721: [Enhancement] Remove some unused include

2022-09-30 Thread GitBox
sai-praveenkumar commented on issue #8721: URL: https://github.com/apache/doris/issues/8721#issuecomment-1263524051 hey is this issue still open??? You can assign me the task. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [doris] Kikyou1997 commented on a diff in pull request #12987: [feature](nereids) refactor statistics framework and introduce StatsCalculatorV2

2022-09-30 Thread GitBox
Kikyou1997 commented on code in PR #12987: URL: https://github.com/apache/doris/pull/12987#discussion_r984484857 ## fe/fe-core/src/main/java/org/apache/doris/statistics/ColumnStat.java: ## @@ -54,7 +51,7 @@ * For example: * "@ndv = 10" means that the number distinct values i

[GitHub] [doris] Kikyou1997 commented on a diff in pull request #12987: [feature](nereids) refactor statistics framework and introduce StatsCalculatorV2

2022-09-30 Thread GitBox
Kikyou1997 commented on code in PR #12987: URL: https://github.com/apache/doris/pull/12987#discussion_r984484857 ## fe/fe-core/src/main/java/org/apache/doris/statistics/ColumnStat.java: ## @@ -54,7 +51,7 @@ * For example: * "@ndv = 10" means that the number distinct values i

[GitHub] [doris] Kikyou1997 commented on a diff in pull request #12987: [feature](nereids) refactor statistics framework and introduce StatsCalculatorV2

2022-09-30 Thread GitBox
Kikyou1997 commented on code in PR #12987: URL: https://github.com/apache/doris/pull/12987#discussion_r984484857 ## fe/fe-core/src/main/java/org/apache/doris/statistics/ColumnStat.java: ## @@ -54,7 +51,7 @@ * For example: * "@ndv = 10" means that the number distinct values i

[GitHub] [doris] Kikyou1997 commented on a diff in pull request #12987: [feature](nereids) refactor statistics framework and introduce StatsCalculatorV2

2022-09-30 Thread GitBox
Kikyou1997 commented on code in PR #12987: URL: https://github.com/apache/doris/pull/12987#discussion_r984484857 ## fe/fe-core/src/main/java/org/apache/doris/statistics/ColumnStat.java: ## @@ -54,7 +51,7 @@ * For example: * "@ndv = 10" means that the number distinct values i

[GitHub] [doris] Kikyou1997 commented on a diff in pull request #12987: [feature](nereids) refactor statistics framework and introduce StatsCalculatorV2

2022-09-30 Thread GitBox
Kikyou1997 commented on code in PR #12987: URL: https://github.com/apache/doris/pull/12987#discussion_r984484857 ## fe/fe-core/src/main/java/org/apache/doris/statistics/ColumnStat.java: ## @@ -54,7 +51,7 @@ * For example: * "@ndv = 10" means that the number distinct values i

[GitHub] [doris] wsjz commented on a diff in pull request #13097: [doc](multi-catalog) add doc for multi catalog

2022-09-30 Thread GitBox
wsjz commented on code in PR #13097: URL: https://github.com/apache/doris/pull/13097#discussion_r984465330 ## fe/fe-core/src/main/java/org/apache/doris/external/elasticsearch/EsUtil.java: ## @@ -399,7 +399,7 @@ public static Type toDorisType(String esType) { case "l

[doris] branch master updated: [fix](planner) throw NPE when all group by expr is constant and no agg expr in select list (#13087)

2022-09-30 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 95561baddd [fix](planner) throw NPE when all

[GitHub] [doris] dataroaring merged pull request #13087: [fix](planner) throw NPE when all group by expr is constant and no agg expr in select list

2022-09-30 Thread GitBox
dataroaring merged PR #13087: URL: https://github.com/apache/doris/pull/13087 -- 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] morningman opened a new pull request, #13097: [doc](multi-catalog) add doc for multi catalog

2022-09-30 Thread GitBox
morningman opened a new pull request, #13097: URL: https://github.com/apache/doris/pull/13097 # Proposed changes Issue Number: close #xxx ## Problem summary English version is coming soon. ## Checklist(Required) 1. Does it affect the original behavior:

[GitHub] [doris] github-actions[bot] commented on pull request #13061: [typo](doc) Modify the comment of light schema change

2022-09-30 Thread GitBox
github-actions[bot] commented on PR #13061: URL: https://github.com/apache/doris/pull/13061#issuecomment-1263405599 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 merged pull request #13092: [branch-1.1-lts](memtracker) `enable_cancel_query` support old mem tracker

2022-09-30 Thread GitBox
yiguolei merged PR #13092: URL: https://github.com/apache/doris/pull/13092 -- 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: [branch-1.1-lts](memtracker) enable_cancel_query support old mem tracker #13092

2022-09-30 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 7bdbe1b53e [branch-1.1-lts](mem

[GitHub] [doris] github-actions[bot] commented on pull request #12890: [feature](Nereids): support Alias join reorder and fix bug.

2022-09-30 Thread GitBox
github-actions[bot] commented on PR #12890: URL: https://github.com/apache/doris/pull/12890#issuecomment-1263370411 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 #12890: [feature](Nereids): support Alias join reorder and fix bug.

2022-09-30 Thread GitBox
github-actions[bot] commented on PR #12890: URL: https://github.com/apache/doris/pull/12890#issuecomment-1263370455 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] deardeng opened a new pull request, #13096: [DOC](storage policy) add cold and hot separation docs

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

[GitHub] [doris] github-actions[bot] commented on pull request #13065: [Bug](Decimal) retain Decimal trailing zero when select on fe

2022-09-30 Thread GitBox
github-actions[bot] commented on PR #13065: URL: https://github.com/apache/doris/pull/13065#issuecomment-1263316330 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 #13065: [Bug](Decimal) retain Decimal trailing zero when select on fe

2022-09-30 Thread GitBox
github-actions[bot] commented on PR #13065: URL: https://github.com/apache/doris/pull/13065#issuecomment-1263316280 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] zhangstar333 commented on a diff in pull request #13039: [Vectorized][Function] support date_trunc and countequal function

2022-09-30 Thread GitBox
zhangstar333 commented on code in PR #13039: URL: https://github.com/apache/doris/pull/13039#discussion_r984380596 ## be/src/vec/functions/function_timestamp.cpp: ## @@ -33,6 +33,16 @@ namespace doris::vectorized { struct StrToDate { static constexpr auto name = "str_to_da

[GitHub] [doris] zhannngchen commented on a diff in pull request #13068: [docs](unique-key-merge-on-write) add document for unique key merge o…

2022-09-30 Thread GitBox
zhannngchen commented on code in PR #13068: URL: https://github.com/apache/doris/pull/13068#discussion_r984370782 ## docs/zh-CN/docs/data-table/data-model.md: ## @@ -308,7 +310,54 @@ PROPERTIES ( ); ``` -即 Unique 模型完全可以用聚合模型中的 REPLACE 方式替代。其内部的实现方式和数据存储方式也完全一样。这里不再继续举例说明。 +即

[GitHub] [doris] github-actions[bot] commented on pull request #13088: [refractor](vectorized) refractor some insert_xxx functions

2022-09-30 Thread GitBox
github-actions[bot] commented on PR #13088: URL: https://github.com/apache/doris/pull/13088#issuecomment-1263297091 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 #13088: [refractor](vectorized) refractor some insert_xxx functions

2022-09-30 Thread GitBox
github-actions[bot] commented on PR #13088: URL: https://github.com/apache/doris/pull/13088#issuecomment-1263297149 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 closed pull request #12819: [Improvement](crchash) Use wider built-in CRC hash function

2022-09-30 Thread GitBox
Gabriel39 closed pull request #12819: [Improvement](crchash) Use wider built-in CRC hash function URL: https://github.com/apache/doris/pull/12819 -- 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

[GitHub] [doris] zhangstar333 commented on a diff in pull request #13039: [Vectorized][Function] support date_trunc and countequal function

2022-09-30 Thread GitBox
zhangstar333 commented on code in PR #13039: URL: https://github.com/apache/doris/pull/13039#discussion_r984369604 ## be/src/vec/functions/function_timestamp.cpp: ## @@ -214,6 +234,90 @@ struct MakeDateImpl { } }; +template +struct DateTrunc { +static constexpr auto

[GitHub] [doris] github-actions[bot] commented on pull request #13090: [typo](docs)Metadata Operations and Maintenance link error

2022-09-30 Thread GitBox
github-actions[bot] commented on PR #13090: URL: https://github.com/apache/doris/pull/13090#issuecomment-1263291363 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 #13090: [typo](docs)Metadata Operations and Maintenance link error

2022-09-30 Thread GitBox
github-actions[bot] commented on PR #13090: URL: https://github.com/apache/doris/pull/13090#issuecomment-1263291314 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] Gabriel39 commented on a diff in pull request #13039: [Vectorized][Function] support date_trunc and countequal function

2022-09-30 Thread GitBox
Gabriel39 commented on code in PR #13039: URL: https://github.com/apache/doris/pull/13039#discussion_r984361760 ## be/src/vec/functions/function_timestamp.cpp: ## @@ -33,6 +33,16 @@ namespace doris::vectorized { struct StrToDate { static constexpr auto name = "str_to_date"

[GitHub] [doris] github-actions[bot] commented on pull request #13087: [fix](planner) throw NPE when all group by expr is constant and no agg expr in select list

2022-09-30 Thread GitBox
github-actions[bot] commented on PR #13087: URL: https://github.com/apache/doris/pull/13087#issuecomment-1263287780 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] AshinGau opened a new pull request, #13095: [feature-wip](parquet-reader) add detail profile for parquet reader

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

[GitHub] [doris] github-actions[bot] commented on pull request #13087: [fix](planner) throw NPE when all group by expr is constant and no agg expr in select list

2022-09-30 Thread GitBox
github-actions[bot] commented on PR #13087: URL: https://github.com/apache/doris/pull/13087#issuecomment-1263287746 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] xinyiZzz opened a new pull request, #13092: [branch-1.1-lts](memtracker) `enable_cancel_query` support old mem tracker

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

[GitHub] [doris] englefly commented on pull request #13091: [feature](nereids) dump physical tree and memo

2022-09-30 Thread GitBox
englefly commented on PR #13091: URL: https://github.com/apache/doris/pull/13091#issuecomment-1263243222 @morrySnow @jackwener please review -- 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 sp

[GitHub] [doris] englefly opened a new pull request, #13091: [feature](nereids) dump physical tree and memo

2022-09-30 Thread GitBox
englefly opened a new pull request, #13091: URL: https://github.com/apache/doris/pull/13091 # Proposed changes add session variable: `enable_nereids_debug` to print memo info and physical plan. Issue Number: close #xxx ## Problem summary Describe your changes.

[doris-website] branch master updated: slack link update

2022-09-30 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 8343504deec slack link update 83435

[GitHub] [doris] morrySnow commented on pull request #13087: [fix](planner) throw NPE when all group by expr is constant and no agg expr in select list

2022-09-30 Thread GitBox
morrySnow commented on PR #13087: URL: https://github.com/apache/doris/pull/13087#issuecomment-1263223977 test case in #12699 -- 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] weizhengte commented on a diff in pull request #12987: [feature](nereids) Enhancement for statistics

2022-09-30 Thread GitBox
weizhengte commented on code in PR #12987: URL: https://github.com/apache/doris/pull/12987#discussion_r984305000 ## fe/fe-core/src/main/java/org/apache/doris/statistics/ColumnStat.java: ## @@ -54,7 +51,7 @@ * For example: * "@ndv = 10" means that the number distinct values i

[GitHub] [doris] weizhengte commented on a diff in pull request #12987: [feature](nereids) Enhancement for statistics

2022-09-30 Thread GitBox
weizhengte commented on code in PR #12987: URL: https://github.com/apache/doris/pull/12987#discussion_r984304410 ## fe/fe-core/src/main/java/org/apache/doris/statistics/ColumnStat.java: ## @@ -54,7 +51,7 @@ * For example: * "@ndv = 10" means that the number distinct values i

[GitHub] [doris] weizhengte commented on a diff in pull request #12987: [feature](nereids) Enhancement for statistics

2022-09-30 Thread GitBox
weizhengte commented on code in PR #12987: URL: https://github.com/apache/doris/pull/12987#discussion_r984304410 ## fe/fe-core/src/main/java/org/apache/doris/statistics/ColumnStat.java: ## @@ -54,7 +51,7 @@ * For example: * "@ndv = 10" means that the number distinct values i

[GitHub] [doris] hf200012 opened a new pull request, #13090: [typo](docs)Metadata Operations and Maintenance link error

2022-09-30 Thread GitBox
hf200012 opened a new pull request, #13090: URL: https://github.com/apache/doris/pull/13090 Metadata Operations and Maintenance link error # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1.

[doris-website] branch master updated: fix

2022-09-30 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 4872af0bd78 fix 4872af0bd78 is desc

[GitHub] [doris] luzhijing opened a new pull request, #13089: [Doc](ReadME) Update the slack links

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

[GitHub] [doris] xy720 commented on a diff in pull request #13074: [Bug](array-type) Fix memory buffer overflow

2022-09-30 Thread GitBox
xy720 commented on code in PR #13074: URL: https://github.com/apache/doris/pull/13074#discussion_r984301161 ## be/src/olap/rowset/segment_v2/column_reader.cpp: ## @@ -562,7 +562,7 @@ Status ArrayFileColumnIterator::next_batch(size_t* n, vectorized::MutableColumnP const aut

[doris-website] branch master updated: fix

2022-09-30 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 bbcead68e91 fix bbcead68e91 is desc

[GitHub] [doris] Gabriel39 commented on a diff in pull request #12877: [fix](type) fix DECIMAL scale when cast function on fe

2022-09-30 Thread GitBox
Gabriel39 commented on code in PR #12877: URL: https://github.com/apache/doris/pull/12877#discussion_r984291765 ## fe/fe-core/src/main/java/org/apache/doris/analysis/CastExpr.java: ## @@ -412,7 +412,7 @@ private Expr castTo(LiteralExpr value) throws AnalysisException {

[GitHub] [doris] akd3070 commented on issue #8721: [Enhancement] Remove some unused include

2022-09-30 Thread GitBox
akd3070 commented on issue #8721: URL: https://github.com/apache/doris/issues/8721#issuecomment-1263208017 hey i can help it out.You an can assign me the task. -- 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 commented on a diff in pull request #12877: [fix](type) fix DECIMAL scale when cast function on fe

2022-09-30 Thread GitBox
Gabriel39 commented on code in PR #12877: URL: https://github.com/apache/doris/pull/12877#discussion_r984289090 ## regression-test/suites/tpcds_sf1000_p2/sql/q01.sql: ## @@ -17,7 +17,7 @@ FROM , store , customer WHERE (ctr1.ctr_total_return > ( - SELECT (avg(ctr_total_re

[doris-website] branch master updated: [typo](doc)add orthogonal bitmap function Note. (#118)

2022-09-30 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 deb92781dec [typo](doc)add orthogon

[GitHub] [doris-website] hf200012 merged pull request #118: [typo](doc)add orthogonal bitmap function Note.

2022-09-30 Thread GitBox
hf200012 merged PR #118: URL: https://github.com/apache/doris-website/pull/118 -- 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] nextdreamblue commented on a diff in pull request #12877: [fix](type) fix DECIMAL scale when cast function on fe

2022-09-30 Thread GitBox
nextdreamblue commented on code in PR #12877: URL: https://github.com/apache/doris/pull/12877#discussion_r984287127 ## fe/fe-core/src/main/java/org/apache/doris/analysis/CastExpr.java: ## @@ -412,7 +412,7 @@ private Expr castTo(LiteralExpr value) throws AnalysisException {

[GitHub] [doris] Gabriel39 commented on pull request #13040: [regression](datev2) Add regression tests for datev2

2022-09-30 Thread GitBox
Gabriel39 commented on PR #13040: URL: https://github.com/apache/doris/pull/13040#issuecomment-1263202416 I will use a 1MB dataset to replace cases for DateV2. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [doris] nextdreamblue commented on a diff in pull request #12877: [fix](type) fix DECIMAL scale when cast function on fe

2022-09-30 Thread GitBox
nextdreamblue commented on code in PR #12877: URL: https://github.com/apache/doris/pull/12877#discussion_r984285750 ## regression-test/suites/tpcds_sf1000_p2/sql/q01.sql: ## @@ -17,7 +17,7 @@ FROM , store , customer WHERE (ctr1.ctr_total_return > ( - SELECT (avg(ctr_tota

[GitHub] [doris] cambyzju opened a new pull request, #13088: [refractor](vectorized) refractor some insert_xxx functions

2022-09-30 Thread GitBox
cambyzju opened a new pull request, #13088: URL: https://github.com/apache/doris/pull/13088 # Proposed changes Issue Number: close #xxx ## Problem summary As mentioned in https://github.com/apache/doris/pull/13074, there will be some problem in `ColumnVector::insert_many_in_

[GitHub] [doris] Gabriel39 commented on a diff in pull request #12877: [fix](type) fix DECIMAL scale when cast function on fe

2022-09-30 Thread GitBox
Gabriel39 commented on code in PR #12877: URL: https://github.com/apache/doris/pull/12877#discussion_r984275121 ## fe/fe-core/src/main/java/org/apache/doris/analysis/CastExpr.java: ## @@ -412,7 +412,7 @@ private Expr castTo(LiteralExpr value) throws AnalysisException {

[GitHub] [doris] Gabriel39 commented on a diff in pull request #12877: [fix](type) fix DECIMAL scale when cast function on fe

2022-09-30 Thread GitBox
Gabriel39 commented on code in PR #12877: URL: https://github.com/apache/doris/pull/12877#discussion_r984274028 ## regression-test/suites/tpcds_sf1000_p2/sql/q01.sql: ## @@ -17,7 +17,7 @@ FROM , store , customer WHERE (ctr1.ctr_total_return > ( - SELECT (avg(ctr_total_re

[GitHub] [doris] morrySnow opened a new pull request, #13087: [fix](planner) throw NPE when all group by expr is constant and no agg expr in select list

2022-09-30 Thread GitBox
morrySnow opened a new pull request, #13087: URL: https://github.com/apache/doris/pull/13087 # Proposed changes Issue Number: close #xxx ## Problem summary We remove all constant expr in group by expr list in PR #11434. After that, we could get empty group by expr list

[GitHub] [doris] morningman commented on a diff in pull request #13068: [docs](unique-key-merge-on-write) add document for unique key merge o…

2022-09-30 Thread GitBox
morningman commented on code in PR #13068: URL: https://github.com/apache/doris/pull/13068#discussion_r984272484 ## docs/zh-CN/docs/data-table/data-model.md: ## @@ -308,7 +310,54 @@ PROPERTIES ( ); ``` -即 Unique 模型完全可以用聚合模型中的 REPLACE 方式替代。其内部的实现方式和数据存储方式也完全一样。这里不再继续举例说明。 +即U

[GitHub] [doris] github-actions[bot] commented on pull request #13040: [regression](datev2) Add regression tests for datev2

2022-09-30 Thread GitBox
github-actions[bot] commented on PR #13040: URL: https://github.com/apache/doris/pull/13040#issuecomment-1263186469 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 #13040: [regression](datev2) Add regression tests for datev2

2022-09-30 Thread GitBox
github-actions[bot] commented on PR #13040: URL: https://github.com/apache/doris/pull/13040#issuecomment-1263186447 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] nextdreamblue commented on pull request #13065: [Bug](Decimal) retain Decimal trailing zero when select on fe

2022-09-30 Thread GitBox
nextdreamblue commented on PR #13065: URL: https://github.com/apache/doris/pull/13065#issuecomment-1263186283 > Some results are wrong in tests. Could you fix it also? ok, let me fix it -- This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] [doris] BePPPower opened a new pull request, #13086: [feature](information_schema) add `backends` information_schema table

2022-09-30 Thread GitBox
BePPPower opened a new pull request, #13086: URL: https://github.com/apache/doris/pull/13086 # Proposed changes Issue Number: close #xxx I add the `backends` table into information_schema database. The table schema of `backends` is: ``` MySQL > desc information_schema.