[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] 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] 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] 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] 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] 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] 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] 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] 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_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-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] 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

[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_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] 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

[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] 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.

[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_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] 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] 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.

[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] 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] 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] 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-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] 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 #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] 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] 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] 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] 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] 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] 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] 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] 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] 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 #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] 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] 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

[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] 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] 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] 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

[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] 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] 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] 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: - [ ]

[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] 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

[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] 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] 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] 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] 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

[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

[GitHub] [doris] yiguolei commented on a diff in pull request #13088: [refractor](vectorized) refractor some insert_xxx functions

2022-10-01 Thread GitBox
yiguolei commented on code in PR #13088: URL: https://github.com/apache/doris/pull/13088#discussion_r985072890 ## be/src/vec/columns/predicate_column.h: ## @@ -134,17 +134,15 @@ class PredicateColumnType final : public COWHelper

[GitHub] [doris] dataroaring opened a new issue, #13100: [Bug] be core dump on quick compaction

2022-10-01 Thread GitBox
dataroaring opened a new issue, #13100: URL: https://github.com/apache/doris/issues/13100 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version master

[GitHub] [doris] dataroaring opened a new pull request, #13101: [fix](compaction) don't log cumu policy name for quick compaction

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

[GitHub] [doris] dataalive commented on pull request #13101: [fix](compaction) don't log cumu policy name for quick compaction

2022-10-01 Thread GitBox
dataalive commented on PR #13101: URL: https://github.com/apache/doris/pull/13101#issuecomment-1264338081 LGTM -- 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 unsubscrib

[GitHub] [doris] github-actions[bot] commented on pull request #13101: [fix](compaction) don't log cumu policy name for quick compaction

2022-10-01 Thread GitBox
github-actions[bot] commented on PR #13101: URL: https://github.com/apache/doris/pull/13101#issuecomment-1264338770 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 #13101: [fix](compaction) don't log cumu policy name for quick compaction

2022-10-01 Thread GitBox
github-actions[bot] commented on PR #13101: URL: https://github.com/apache/doris/pull/13101#issuecomment-1264338763 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] dataroaring opened a new pull request, #13102: [fix](test) add sync for some cases and adjust data path for tpch_uni…

2022-10-01 Thread GitBox
dataroaring opened a new pull request, #13102: URL: https://github.com/apache/doris/pull/13102 …que_sql_zstd_p0 # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect the original

[GitHub] [doris] dataroaring opened a new pull request, #13103: [enhancement](test) add ssb_sf1_unique

2022-10-01 Thread GitBox
dataroaring opened a new pull request, #13103: URL: https://github.com/apache/doris/pull/13103 # 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 #13098: [fix](test) add tpch_sf100 and fix results of tpcds_sf100

2022-10-01 Thread GitBox
github-actions[bot] commented on PR #13098: URL: https://github.com/apache/doris/pull/13098#issuecomment-1264355387 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 #13098: [fix](test) add tpch_sf100 and fix results of tpcds_sf100

2022-10-01 Thread GitBox
github-actions[bot] commented on PR #13098: URL: https://github.com/apache/doris/pull/13098#issuecomment-1264355380 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] dataroaring merged pull request #13098: [fix](test) add tpch_sf100 and fix results of tpcds_sf100

2022-10-01 Thread GitBox
dataroaring merged PR #13098: URL: https://github.com/apache/doris/pull/13098 -- 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] github-actions[bot] commented on pull request #13102: [fix](test) add sync for some cases and adjust data path for tpch_uni…

2022-10-01 Thread GitBox
github-actions[bot] commented on PR #13102: URL: https://github.com/apache/doris/pull/13102#issuecomment-1264356573 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 #13102: [fix](test) add sync for some cases and adjust data path for tpch_uni…

2022-10-01 Thread GitBox
github-actions[bot] commented on PR #13102: URL: https://github.com/apache/doris/pull/13102#issuecomment-1264356562 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] dataroaring commented on pull request #13102: [fix](test) add sync for some cases and adjust data path for tpch_uni…

2022-10-01 Thread GitBox
dataroaring commented on PR #13102: URL: https://github.com/apache/doris/pull/13102#issuecomment-1264365889 tests fixes and during holiday, so I just merge it. -- 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] dataroaring merged pull request #13102: [fix](test) add sync for some cases and adjust data path for tpch_uni…

2022-10-01 Thread GitBox
dataroaring merged PR #13102: URL: https://github.com/apache/doris/pull/13102 -- 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 closed issue #13100: [Bug] be core dump on quick compaction

2022-10-01 Thread GitBox
dataroaring closed issue #13100: [Bug] be core dump on quick compaction URL: https://github.com/apache/doris/issues/13100 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To uns

[GitHub] [doris] dataroaring merged pull request #13101: [fix](compaction) don't log cumu policy name for quick compaction

2022-10-01 Thread GitBox
dataroaring merged PR #13101: URL: https://github.com/apache/doris/pull/13101 -- 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 commented on pull request #13101: [fix](compaction) don't log cumu policy name for quick compaction

2022-10-01 Thread GitBox
dataroaring commented on PR #13101: URL: https://github.com/apache/doris/pull/13101#issuecomment-1264368913 small fix and in holiday so merge it to run test pipeline. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [doris] caiconghui opened a new pull request, #13104: [fix](fe_ut) fix all fe ut failure

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

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

2022-10-01 Thread GitBox
Kikyou1997 commented on code in PR #12987: URL: https://github.com/apache/doris/pull/12987#discussion_r985164254 ## 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] dataroaring opened a new pull request, #13105: [fix](test) add sync and drop table for insert.groovy and test_array_…

2022-10-01 Thread GitBox
dataroaring opened a new pull request, #13105: URL: https://github.com/apache/doris/pull/13105 …load.groovy We need sync for multi fe env. # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required)

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

2022-10-01 Thread GitBox
Kikyou1997 commented on code in PR #12987: URL: https://github.com/apache/doris/pull/12987#discussion_r985164385 ## 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] github-actions[bot] commented on pull request #13104: [fix](fe_ut) fix all fe ut failure

2022-10-01 Thread GitBox
github-actions[bot] commented on PR #13104: URL: https://github.com/apache/doris/pull/13104#issuecomment-1264523250 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 #13104: [fix](fe_ut) fix all fe ut failure

2022-10-01 Thread GitBox
github-actions[bot] commented on PR #13104: URL: https://github.com/apache/doris/pull/13104#issuecomment-1264523245 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] dinggege1024 commented on pull request #13073: [fix](fe-core) TestWithFeService do not clean up dorisHome

2022-10-01 Thread GitBox
dinggege1024 commented on PR #13073: URL: https://github.com/apache/doris/pull/13073#issuecomment-1264533153 @jackwener Hi jack can you help this pr? -- 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

[GitHub] [doris] GoGim1 opened a new pull request, #13106: [docs] Fix wrong path in /docs folder

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

[GitHub] [doris] github-actions[bot] commented on pull request #13106: [docs] Fix wrong path in /docs folder

2022-10-01 Thread GitBox
github-actions[bot] commented on PR #13106: URL: https://github.com/apache/doris/pull/13106#issuecomment-1264542933 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 #13095: [feature-wip](parquet-reader) add detail profile for parquet reader

2022-10-02 Thread GitBox
morningman merged PR #13095: URL: https://github.com/apache/doris/pull/13095 -- 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-flink-connector] dinggege1024 opened a new issue, #69: [Bug] connector build base flink 1.14.x failed

2022-10-02 Thread GitBox
dinggege1024 opened a new issue, #69: URL: https://github.com/apache/doris-flink-connector/issues/69 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version

[GitHub] [doris] Cherry-Puppy opened a new issue, #13107: [Bug] 备份恢复的时候如果是多租户的恢复就会失败

2022-10-02 Thread GitBox
Cherry-Puppy opened a new issue, #13107: URL: https://github.com/apache/doris/issues/13107 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version 1.1.1-rc0

[GitHub] [doris] zhannngchen opened a new pull request, #13108: [feature-wip](unique-key-merge-on-write) Do not allow alter mow property

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

[GitHub] [doris] admh opened a new issue, #13109: [Bug] 给用户设置超过1000的连接数没有生效,还是报Reach limit of connections

2022-10-02 Thread GitBox
admh opened a new issue, #13109: URL: https://github.com/apache/doris/issues/13109 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Version doris 版本:fe和be都是1

[GitHub] [doris] github-actions[bot] commented on pull request #13108: [feature-wip](unique-key-merge-on-write) Do not allow alter mow property

2022-10-02 Thread GitBox
github-actions[bot] commented on PR #13108: URL: https://github.com/apache/doris/pull/13108#issuecomment-1264653062 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 #13108: [feature-wip](unique-key-merge-on-write) Do not allow alter mow property

2022-10-02 Thread GitBox
github-actions[bot] commented on PR #13108: URL: https://github.com/apache/doris/pull/13108#issuecomment-1264653068 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] GoGim1 commented on pull request #13106: [fix] (docs) Fix wrong path in /docs folder

2022-10-05 Thread GitBox
GoGim1 commented on PR #13106: URL: https://github.com/apache/doris/pull/13106#issuecomment-1264675000 I found that if this PR was merged, images on [Doris's website](https://doris.apache.org/docs/summary/basic-summary) would get the wrong path since the website only copies the docs/images

[GitHub] [doris] Yukang-LIAN commented on pull request #13106: [fix] (docs) Fix wrong path in /docs folder

2022-10-05 Thread GitBox
Yukang-LIAN commented on PR #13106: URL: https://github.com/apache/doris/pull/13106#issuecomment-1264682776 > Even though some images cannot be found when reading md files [directly on the github](https://github.com/apache/doris/tree/master/docs/zh-CN/docs) , I think it's better to close th

<    5   6   7   8   9   10   11   12   13   14   >