[GitHub] [doris] Kikyou1997 commented on a diff in pull request #12714: [feature-wip](statistics) Template for building internal query SQL statements

2022-09-18 Thread GitBox
Kikyou1997 commented on code in PR #12714: URL: https://github.com/apache/doris/pull/12714#discussion_r973913010 ## fe/fe-core/src/main/java/org/apache/doris/statistics/util/InternalSqlTemplate.java: ## @@ -0,0 +1,282 @@ +// Licensed to the Apache Software Foundation (ASF) under

[GitHub] [doris] yuanyuan8983 opened a new pull request, #12731: [docs] Changing the Jump Address of SparkLoad in BrokerLoad

2022-09-18 Thread GitBox
yuanyuan8983 opened a new pull request, #12731: URL: https://github.com/apache/doris/pull/12731 Changing the Jump Address of SparkLoad in BrokerLoad # Proposed changes Issue Number: close #xxx ## Problem summary Describe your changes. ## Checklist(Required)

[GitHub] [doris] zy-kkk commented on pull request #12532: [typo](docs) Add docs of math function

2022-09-18 Thread GitBox
zy-kkk commented on PR #12532: URL: https://github.com/apache/doris/pull/12532#issuecomment-1250624942 > @zy-kkk In P1 Regression, the details of the error message are as follows: https://user-images.githubusercontent.com/45089228/190960562-8ca1f2dc-397d-40cc-b4c6-3ee9edf62ff6.png";> I subm

[GitHub] [doris] TaoZex commented on pull request #12532: [typo](docs) Add docs of math function

2022-09-18 Thread GitBox
TaoZex commented on PR #12532: URL: https://github.com/apache/doris/pull/12532#issuecomment-1250621163 @zy-kkk In P1 Regression, the details of the error message are as follows: https://user-images.githubusercontent.com/45089228/190960562-8ca1f2dc-397d-40cc-b4c6-3ee9edf62ff6.png";> I su

[GitHub] [doris] zhangstar333 opened a new pull request, #12730: [Refactor](parquet) refactor parquet write to uniform and consistent logic

2022-09-18 Thread GitBox
zhangstar333 opened a new pull request, #12730: URL: https://github.com/apache/doris/pull/12730 # Proposed changes There is no any behavior change, and usage as same before ## Problem summary Describe your changes. ## Checklist(Required) 1. Does it affect t

[GitHub] [doris] github-actions[bot] commented on pull request #12532: [typo](docs) Add docs of math function

2022-09-18 Thread GitBox
github-actions[bot] commented on PR #12532: URL: https://github.com/apache/doris/pull/12532#issuecomment-1250616012 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] Ph0en1x-re opened a new issue, #12729: Doris使用limit导致查询时间延长

2022-09-18 Thread GitBox
Ph0en1x-re opened a new issue, #12729: URL: https://github.com/apache/doris/issues/12729 我们在其中字段上添加了布隆索引,查询条件只给一个条件只需要1秒就能查出来,但是只要添加上limit 1,查询都会非常慢,查询时间会到20多秒 ` t0.COL1, t0.COL2, t0.RQ t0.COL3, t0.COL4 date_format(t0.RQ, '%Y-%m-%d %H:%i:%s') AS CALCULATOR

[GitHub] [doris] Gabriel39 commented on a diff in pull request #12700: [Improvement](sort) Use heap sort to optimize sort node

2022-09-18 Thread GitBox
Gabriel39 commented on code in PR #12700: URL: https://github.com/apache/doris/pull/12700#discussion_r973886891 ## be/src/vec/common/sort/topn_sorter.cpp: ## @@ -0,0 +1,156 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreemen

[GitHub] [doris] smallhibiscus commented on issue #12717: [Bug] Cast函数bug

2022-09-18 Thread GitBox
smallhibiscus commented on issue #12717: URL: https://github.com/apache/doris/issues/12717#issuecomment-1250598790 Does using `round(16698/123,2)` directly meet your expectations? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [doris] TaoZex commented on pull request #12532: [typo](docs) Add docs of math function

2022-09-18 Thread GitBox
TaoZex commented on PR #12532: URL: https://github.com/apache/doris/pull/12532#issuecomment-1250596525 > > Thanks for your invitation. Like PR #12713, you will add these document paths to sidebars.json. Another problem is that the documentation in the Doris repository corresponds to the `DE

[GitHub] [doris] TaoZex commented on pull request #12532: [typo](docs) Add docs of math function

2022-09-18 Thread GitBox
TaoZex commented on PR #12532: URL: https://github.com/apache/doris/pull/12532#issuecomment-1250596089 > Thanks for your invitation. Like PR #12713, you will add these document paths to sidebars.json. Another problem is that the documentation in the Doris repository corresponds to the `DEV

[GitHub] [doris] Gabriel39 commented on a diff in pull request #12700: [Improvement](sort) Use heap sort to optimize sort node

2022-09-18 Thread GitBox
Gabriel39 commented on code in PR #12700: URL: https://github.com/apache/doris/pull/12700#discussion_r973879422 ## be/src/vec/common/sort/topn_sorter.cpp: ## @@ -0,0 +1,156 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreemen

[GitHub] [doris-website] TaoZex opened a new pull request, #103: [doc] Add docs of math function

2022-09-18 Thread GitBox
TaoZex opened a new pull request, #103: URL: https://github.com/apache/doris-website/pull/103 I found that a lot of math function documentation was missing, so I filled it in. In the doris repository, I also made a document submission, the link is as follows: https://github.com/ap

[GitHub] [doris] carlvinhust2012 opened a new pull request, #12728: [fix](array-type) fix the be core dump when use string to insert array

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

[GitHub] [doris] Gabriel39 opened a new pull request, #12727: [Bug](date) Fix wrong type in TimestampArithmeticExpr

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

[GitHub] [doris] Gabriel39 opened a new issue, #12726: [Bug] Wrong type in TimestampArithmeticExpr

2022-09-18 Thread GitBox
Gabriel39 opened a new issue, #12726: URL: https://github.com/apache/doris/issues/12726 ### 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] weizhengte commented on a diff in pull request #12714: [feature-wip](statistics) Template for building internal query SQL statements

2022-09-18 Thread GitBox
weizhengte commented on code in PR #12714: URL: https://github.com/apache/doris/pull/12714#discussion_r973870750 ## fe/fe-core/src/main/java/org/apache/doris/statistics/util/InternalSqlTemplate.java: ## @@ -0,0 +1,282 @@ +// Licensed to the Apache Software Foundation (ASF) under

[GitHub] [doris] weizhengte commented on pull request #12714: [feature-wip](statistics) Template for building internal query SQL statements

2022-09-18 Thread GitBox
weizhengte commented on PR #12714: URL: https://github.com/apache/doris/pull/12714#issuecomment-1250587297 add label area/statistics and project plz @morrySnow -- 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] weizhengte commented on a diff in pull request #12714: [feature-wip](statistics) Template for building internal query SQL statements

2022-09-18 Thread GitBox
weizhengte commented on code in PR #12714: URL: https://github.com/apache/doris/pull/12714#discussion_r973870898 ## fe/fe-core/src/main/java/org/apache/doris/statistics/util/InternalSqlTemplate.java: ## @@ -0,0 +1,282 @@ +// Licensed to the Apache Software Foundation (ASF) under

[GitHub] [doris] weizhengte commented on a diff in pull request #12714: [feature-wip](statistics) Template for building internal query SQL statements

2022-09-18 Thread GitBox
weizhengte commented on code in PR #12714: URL: https://github.com/apache/doris/pull/12714#discussion_r973870750 ## fe/fe-core/src/main/java/org/apache/doris/statistics/util/InternalSqlTemplate.java: ## @@ -0,0 +1,282 @@ +// Licensed to the Apache Software Foundation (ASF) under

[GitHub] [doris] jackwener opened a new pull request, #12725: [improve][Nereids]: rename applyExploration UT.

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

[GitHub] [doris] HappenLee commented on a diff in pull request #12700: [Improvement](sort) Use heap sort to optimize sort node

2022-09-18 Thread GitBox
HappenLee commented on code in PR #12700: URL: https://github.com/apache/doris/pull/12700#discussion_r973839470 ## be/src/vec/columns/column.h: ## @@ -402,6 +402,10 @@ class IColumn : public COW { virtual int compare_at(size_t n, size_t m, const IColumn& rhs,

[GitHub] [doris] Kikyou1997 commented on pull request #12714: [feature-wip](statistics) Template for building internal query SQL statements

2022-09-18 Thread GitBox
Kikyou1997 commented on PR #12714: URL: https://github.com/apache/doris/pull/12714#issuecomment-1250549148 Besides, I'm not sure whether simply use regex to do the mach and replace would lead to the SQL injection or this problem could be tolerant since Doris is normaly used as a internal se

[GitHub] [doris] github-actions[bot] commented on pull request #9983: [feature-wip](statistics) Internal-query, execute SQL query statement internally (in FE)

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

[GitHub] [doris] github-actions[bot] commented on pull request #12714: [feature-wip](statistics) Template for building internal query SQL statements

2022-09-18 Thread GitBox
github-actions[bot] commented on PR #12714: URL: https://github.com/apache/doris/pull/12714#issuecomment-1250548059 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] hf200012 commented on pull request #12238: [bugfix](join) fix coredump when build block size is 0

2022-09-18 Thread GitBox
hf200012 commented on PR #12238: URL: https://github.com/apache/doris/pull/12238#issuecomment-1250545854 ``` WARNING: Logging before InitGoogleLogging() is written to STDERR I0919 11:28:12.714655 4271 env.cpp:46] Env init successfully. *** Aborted at 1663558219 (unix time) try "date

[GitHub] [doris] Kikyou1997 commented on pull request #12714: [feature-wip](statistics) Template for building internal query SQL statements

2022-09-18 Thread GitBox
Kikyou1997 commented on PR #12714: URL: https://github.com/apache/doris/pull/12714#issuecomment-1250538244 review plz @morrySnow -- 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 comm

[GitHub] [doris] Kikyou1997 commented on pull request #9983: [feature-wip](statistics) Internal-query, execute SQL query statement internally (in FE)

2022-09-18 Thread GitBox
Kikyou1997 commented on PR #9983: URL: https://github.com/apache/doris/pull/9983#issuecomment-1250538167 @morrySnow review plz -- 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] xia5271 opened a new issue, #12724: [Feature] java client支持

2022-09-18 Thread GitBox
xia5271 opened a new issue, #12724: URL: https://github.com/apache/doris/issues/12724 ### 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. ### Description 是否有计划提供一个标

[GitHub] [doris] Gabriel39 opened a new pull request, #12723: [Bug](datetimev2) Fix lost precision for datetimev2

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

[GitHub] [doris] Gabriel39 opened a new issue, #12722: [Bug] Lost precision when using datetimev2

2022-09-18 Thread GitBox
Gabriel39 opened a new issue, #12722: URL: https://github.com/apache/doris/issues/12722 ### 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

[doris] branch master updated: [fix](intersect) fix intersect query failed in row storage code (#12712)

2022-09-18 Thread yangzhg
This is an automated email from the ASF dual-hosted git repository. yangzhg 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 d68b8cce1a [fix](intersect) fix intersect query

[GitHub] [doris] yangzhg merged pull request #12712: [fix](intersect) fix intersect query failed in row storage code

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

[GitHub] [doris] yangzhg closed issue #12711: [Bug] intersect query failed

2022-09-18 Thread GitBox
yangzhg closed issue #12711: [Bug] intersect query failed URL: https://github.com/apache/doris/issues/12711 -- 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-ma

[GitHub] [doris] liaoxin01 opened a new pull request, #12721: [feature-wip](unique-key-merge-on-write) fix that incremental clone may lead to loss of delete bitmap

2022-09-18 Thread GitBox
liaoxin01 opened a new pull request, #12721: URL: https://github.com/apache/doris/pull/12721 # Proposed changes Issue Number: close #xxx ## Problem summary In the original implementation, there are two saves of meta. If the process is killed between two saves, the de

[GitHub] [doris] Kikyou1997 commented on a diff in pull request #12714: [feature-wip](statistics) Template for building internal query SQL statements

2022-09-18 Thread GitBox
Kikyou1997 commented on code in PR #12714: URL: https://github.com/apache/doris/pull/12714#discussion_r973842691 ## fe/fe-core/src/main/java/org/apache/doris/statistics/util/InternalSqlTemplate.java: ## @@ -0,0 +1,282 @@ +// Licensed to the Apache Software Foundation (ASF) under

[GitHub] [doris] Kikyou1997 commented on a diff in pull request #12714: [feature-wip](statistics) Template for building internal query SQL statements

2022-09-18 Thread GitBox
Kikyou1997 commented on code in PR #12714: URL: https://github.com/apache/doris/pull/12714#discussion_r973842691 ## fe/fe-core/src/main/java/org/apache/doris/statistics/util/InternalSqlTemplate.java: ## @@ -0,0 +1,282 @@ +// Licensed to the Apache Software Foundation (ASF) under

[GitHub] [doris] Kikyou1997 commented on a diff in pull request #12714: [feature-wip](statistics) Template for building internal query SQL statements

2022-09-18 Thread GitBox
Kikyou1997 commented on code in PR #12714: URL: https://github.com/apache/doris/pull/12714#discussion_r973842476 ## fe/fe-core/src/main/java/org/apache/doris/statistics/util/InternalSqlTemplate.java: ## @@ -0,0 +1,282 @@ +// Licensed to the Apache Software Foundation (ASF) under

[GitHub] [doris] Kikyou1997 commented on a diff in pull request #12714: [feature-wip](statistics) Template for building internal query SQL statements

2022-09-18 Thread GitBox
Kikyou1997 commented on code in PR #12714: URL: https://github.com/apache/doris/pull/12714#discussion_r973842476 ## fe/fe-core/src/main/java/org/apache/doris/statistics/util/InternalSqlTemplate.java: ## @@ -0,0 +1,282 @@ +// Licensed to the Apache Software Foundation (ASF) under

[GitHub] [doris] github-actions[bot] commented on pull request #12602: [refactor](file scanner)Refactor file scanner.

2022-09-18 Thread GitBox
github-actions[bot] commented on PR #12602: URL: https://github.com/apache/doris/pull/12602#issuecomment-1250530521 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 #12602: [refactor](file scanner)Refactor file scanner.

2022-09-18 Thread GitBox
github-actions[bot] commented on PR #12602: URL: https://github.com/apache/doris/pull/12602#issuecomment-1250530498 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 #12712: [fix](intersect) fix intersect query failed in row storage code

2022-09-18 Thread GitBox
github-actions[bot] commented on PR #12712: URL: https://github.com/apache/doris/pull/12712#issuecomment-1250530164 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 #12712: [fix](intersect) fix intersect query failed in row storage code

2022-09-18 Thread GitBox
github-actions[bot] commented on PR #12712: URL: https://github.com/apache/doris/pull/12712#issuecomment-1250530146 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] Kikyou1997 commented on a diff in pull request #12714: [feature-wip](statistics) Template for building internal query SQL statements

2022-09-18 Thread GitBox
Kikyou1997 commented on code in PR #12714: URL: https://github.com/apache/doris/pull/12714#discussion_r973839392 ## fe/fe-core/src/main/java/org/apache/doris/statistics/util/InternalSqlTemplate.java: ## @@ -0,0 +1,282 @@ +// Licensed to the Apache Software Foundation (ASF) under

[GitHub] [doris] morningman commented on a diff in pull request #12602: [refactor](file scanner)Refactor file scanner.

2022-09-18 Thread GitBox
morningman commented on code in PR #12602: URL: https://github.com/apache/doris/pull/12602#discussion_r973836109 ## env.sh: ## @@ -57,7 +57,7 @@ if ! ${PYTHON} --version; then fi if [[ -z "${DORIS_TOOLCHAIN}" ]]; then -DORIS_TOOLCHAIN=gcc +DORIS_TOOLCHAIN=clang Revi

[GitHub] [doris] weizhengte commented on pull request #9983: [feature-wip](statistics) Internal-query, execute SQL query statement internally (in FE)

2022-09-18 Thread GitBox
weizhengte commented on PR #9983: URL: https://github.com/apache/doris/pull/9983#issuecomment-1250519238 > Why don't use jdbc to send query to FE itself directly? Indeed, the previous implementation was complicated... -- This is an automated message from the Apache Git Service. To r

[GitHub] [doris] haohao0103 commented on issue #3217: start_fe.sh has an error in the MAC environment

2022-09-18 Thread GitBox
haohao0103 commented on issue #3217: URL: https://github.com/apache/doris/issues/3217#issuecomment-1250518160 @stalary hello ,how to fix this ? i got the same question -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[doris] branch master updated: [improve](Nereids) Add all slots used by onClause to project when reorder and fix reorder mark (#12701)

2022-09-18 Thread morrysnow
This is an automated email from the ASF dual-hosted git repository. morrysnow pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 75d7de89a5 [improve](Nereids) Add all slots us

[GitHub] [doris] github-actions[bot] commented on pull request #12701: [improve](Nereids): Add all slots used by onClause in project

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

[GitHub] [doris] morrySnow merged pull request #12701: [improve](Nereids): Add all slots used by onClause in project

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

[GitHub] [doris] github-actions[bot] commented on pull request #12701: [improve](Nereids): Add all slots used by onClause in project

2022-09-18 Thread GitBox
github-actions[bot] commented on PR #12701: URL: https://github.com/apache/doris/pull/12701#issuecomment-1250508168 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 opened a new pull request, #12720: [Bug](date) Fix wrong result produced by date function

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

[GitHub] [doris] Gabriel39 opened a new issue, #12719: [Bug] `CURDATE` returns wrong result

2022-09-18 Thread GitBox
Gabriel39 opened a new issue, #12719: URL: https://github.com/apache/doris/issues/12719 ### 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

[doris] branch master updated: [enhancement](pred column) improve predicate column insert performance (#12690)

2022-09-18 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 415721ef20 [enhancement](pred column) improve p

[GitHub] [doris] weizhengte commented on a diff in pull request #9983: [feature-wip](statistics) Internal-query, execute SQL query statement internally (in FE)

2022-09-18 Thread GitBox
weizhengte commented on code in PR #9983: URL: https://github.com/apache/doris/pull/9983#discussion_r973668119 ## fe/fe-core/src/main/java/org/apache/doris/statistics/util/Packet.java: ## @@ -0,0 +1,42 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more

[GitHub] [doris] yiguolei merged pull request #12690: [enhancement](pred column) improve predicate column insert performance

2022-09-18 Thread GitBox
yiguolei merged PR #12690: URL: https://github.com/apache/doris/pull/12690 -- 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] Wilson-BT opened a new issue, #12718: 【Bug】doris writer write failed on json format

2022-09-18 Thread GitBox
Wilson-BT opened a new issue, #12718: URL: https://github.com/apache/doris/issues/12718 ### 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: 1.1.2

[doris-website] branch master updated: fix

2022-09-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 5a4fddbc642 fix 5a4fddbc642 is desc

[GitHub] [doris] TaoZex commented on pull request #12532: [DOCS](function) Add docs of math function

2022-09-18 Thread GitBox
TaoZex commented on PR #12532: URL: https://github.com/apache/doris/pull/12532#issuecomment-1250482385 @zy-kkk Could you please help me review these documents?Thanks. -- 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] github-actions[bot] commented on pull request #12607: [fix](agg)the output of window function's nullability should be consistent with output slot

2022-09-18 Thread GitBox
github-actions[bot] commented on PR #12607: URL: https://github.com/apache/doris/pull/12607#issuecomment-1250478901 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 #12607: [fix](agg)the output of window function's nullability should be consistent with output slot

2022-09-18 Thread GitBox
github-actions[bot] commented on PR #12607: URL: https://github.com/apache/doris/pull/12607#issuecomment-1250478885 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] yangzhg merged pull request #12660: [fix](vstream load) Fix bug when load json with jsonpath

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

[doris] branch master updated: [fix](vstream load) Fix bug when load json with jsonpath (#12660)

2022-09-18 Thread yangzhg
This is an automated email from the ASF dual-hosted git repository. yangzhg 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 fb9e48a34a [fix](vstream load) Fix bug when load

[GitHub] [doris] BiteTheDDDDt commented on pull request #12667: [Feature](serialize) move block_data_version to fe heart beat

2022-09-18 Thread GitBox
BiteThet commented on PR #12667: URL: https://github.com/apache/doris/pull/12667#issuecomment-1250472705 > Please add some document for this config done -- 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] nextdreamblue commented on a diff in pull request #12513: [feature](http) refactor version info and add new http api for get version info

2022-09-18 Thread GitBox
nextdreamblue commented on code in PR #12513: URL: https://github.com/apache/doris/pull/12513#discussion_r973820465 ## gensrc/script/gen_build_version.sh: ## @@ -27,7 +27,13 @@ set -eo pipefail -build_version="trunk" +build_version_prefix="doris" Review Comment: you can

[GitHub] [doris] github-actions[bot] commented on pull request #12690: [enhancement](pred column) improve predicate column insert performance

2022-09-18 Thread GitBox
github-actions[bot] commented on PR #12690: URL: https://github.com/apache/doris/pull/12690#issuecomment-1250466861 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 #12690: [enhancement](pred column) improve predicate column insert performance

2022-09-18 Thread GitBox
github-actions[bot] commented on PR #12690: URL: https://github.com/apache/doris/pull/12690#issuecomment-1250466844 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] zhuyongji opened a new issue, #12717: [Bug] Cast函数bug

2022-09-18 Thread GitBox
zhuyongji opened a new issue, #12717: URL: https://github.com/apache/doris/issues/12717 ### 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.0.0-rc03

[GitHub] [doris] yiguolei merged pull request #12641: [test](time_add or sub)add time_add and time_sub funcation case

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

[doris] branch master updated (4669fa54cc -> 1fa65708d7)

2022-09-18 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from 4669fa54cc [enhancement](test) add tpch_sf100_unique p2 test (#12697) add 1fa65708d7 [test](time_add or sub)add

[doris] branch master updated (b608de668f -> 4669fa54cc)

2022-09-18 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git from b608de668f [fix](compile)compile error: open_telemetry_scop_wrapper.hpp cannot file 'UNLIKELY' (#12709) add 466

[GitHub] [doris] yiguolei merged pull request #12697: [enhancement](test) add tpch_sf100_unique p2 test

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

[doris] branch master updated: [fix](compile)compile error: open_telemetry_scop_wrapper.hpp cannot file 'UNLIKELY' (#12709)

2022-09-18 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new b608de668f [fix](compile)compile error: open_t

[GitHub] [doris] yiguolei merged pull request #12709: [fix](compile)compile error: open_telemetry_scop_wrapper.hpp cannot file 'UNLIKELY'

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

[doris] branch master updated: [regression](left join)Add left join, the left table is empty, the query result is not empty case (#12344)

2022-09-18 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 6d3ae1e69c [regression](left join)Add left join

[GitHub] [doris] yiguolei merged pull request #12344: [regression](left join)Add left join, the left table is empty, the query result is not empty…

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

[doris] branch master updated: [fix](array-type) fix the invalid format load for stream load (#12424)

2022-09-18 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new fa8ed2bccc [fix](array-type) fix the invalid fo

[GitHub] [doris] yiguolei merged pull request #12424: [fix](array-type) fix the invalid format load for stream load

2022-09-18 Thread GitBox
yiguolei merged PR #12424: URL: https://github.com/apache/doris/pull/12424 -- 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] yiguolei merged pull request #12674: [enhancement](compaction) prevent quick_compaction&auto_compaction conflict

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

[doris] branch master updated: [enhancement](compaction) prevent quick_compaction&auto_compaction conflict (#12674)

2022-09-18 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 65cff8d40c [enhancement](compaction) prevent q

[doris] branch master updated: [improvement](new-scan) graceful quit scanner scheduler (#12715)

2022-09-18 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new bc38b2fdfb [improvement](new-scan) graceful qui

[GitHub] [doris] yiguolei merged pull request #12715: [improvement](new-scan) graceful quit scanner scheduler

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

[doris] branch master updated: [enhancement](test) add opensky cases to p2 (#12693)

2022-09-18 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 625ac83f72 [enhancement](test) add opensky case

[GitHub] [doris] yiguolei merged pull request #12693: [enhancement](test) add opensky cases to p2

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

[doris] branch master updated: [enhancement](test) add yandex_metrica cases to p2 (#12692)

2022-09-18 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new fc8f4c787d [enhancement](test) add yandex_metri

[GitHub] [doris] yiguolei merged pull request #12692: [enhancement](test) add yandex_metrica cases to p2

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

[doris] branch master updated: [fix](inpredicate)always use PredicateColumn for CHAR, VARCHAR and STRING type (#12637)

2022-09-18 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new 3b7a04ee8b [fix](inpredicate)always use Predica

[GitHub] [doris] yiguolei merged pull request #12637: [fix](inpredicate)always use PredicateColumn for CHAR, VARCHAR and STRING type

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

[doris] branch master updated: [fix](colocation) fix decommission failure with 2 BEs and colocation table (#12644)

2022-09-18 Thread yiguolei
This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git The following commit(s) were added to refs/heads/master by this push: new a4ed023bad [fix](colocation) fix decommission f

[GitHub] [doris] yiguolei merged pull request #12644: [fix](colocation) fix decommission failure with 2 BEs and colocation table

2022-09-18 Thread GitBox
yiguolei merged PR #12644: URL: https://github.com/apache/doris/pull/12644 -- 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] stalary commented on pull request #12648: [fix](LOAD statement): fix bug for `toSql` func of LoadStmt.

2022-09-18 Thread GitBox
stalary commented on PR #12648: URL: https://github.com/apache/doris/pull/12648#issuecomment-1250421266 Please check ut. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To

[GitHub] [doris] github-actions[bot] closed pull request #8473: [Audit][Transaction] Support audit for stream load 2PC

2022-09-18 Thread GitBox
github-actions[bot] closed pull request #8473: [Audit][Transaction] Support audit for stream load 2PC URL: https://github.com/apache/doris/pull/8473 -- 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 #12713: [docs](function) add a series of date function documents

2022-09-18 Thread GitBox
github-actions[bot] commented on PR #12713: URL: https://github.com/apache/doris/pull/12713#issuecomment-1250335727 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 opened a new pull request, #12716: [Enhancement](load) Refine the load channel flush policy on mem limit (WIP)

2022-09-18 Thread GitBox
zhannngchen opened a new pull request, #12716: URL: https://github.com/apache/doris/pull/12716 # Proposed changes Issue Number: close #xxx ## Problem summary Testing, will complete the description later. ## Checklist(Required) 1. Does it affect the original

[GitHub] [doris] luozenglin commented on pull request #12713: [docs](function) add a series of date function documents

2022-09-18 Thread GitBox
luozenglin commented on PR #12713: URL: https://github.com/apache/doris/pull/12713#issuecomment-1250322400 > I think if you add new function documents, you need to add the path of these documents according to the title of the file in `sidebars.json`, so that they can be displayed on the off

[GitHub] [doris] morningman commented on pull request #12710: [refactor](SimpleScheduler) refactor code for getting available backend in SimpleScheduler

2022-09-18 Thread GitBox
morningman commented on PR #12710: URL: https://github.com/apache/doris/pull/12710#issuecomment-1250313753 Is there any behavior change? Or just a refactor? -- 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] morningman closed pull request #12649: [fix](broker-load) fix npe when executing broker load

2022-09-18 Thread GitBox
morningman closed pull request #12649: [fix](broker-load) fix npe when executing broker load URL: https://github.com/apache/doris/pull/12649 -- 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 speci

[GitHub] [doris] morningman opened a new pull request, #12715: [improvement](new-scan) graceful quit scanner scheduler

2022-09-18 Thread GitBox
morningman opened a new pull request, #12715: URL: https://github.com/apache/doris/pull/12715 # Proposed changes Issue Number: close #xxx ## Problem summary Now, BE process can quit by using `kill -15` ## Checklist(Required) 1. Does it affect the original be

[GitHub] [doris] weizhengte opened a new pull request, #12714: [feature-wip](statistics) Template for building internal query SQL statements.

2022-09-18 Thread GitBox
weizhengte opened a new pull request, #12714: URL: https://github.com/apache/doris/pull/12714 # Proposed changes Template for building internal query SQL statements,it mainly used for statistics module. After the template is defined, the executable statement will be built after the g

[GitHub] [doris] luozenglin opened a new pull request, #12713: [docs](function) add a series of date function documents

2022-09-18 Thread GitBox
luozenglin opened a new pull request, #12713: URL: https://github.com/apache/doris/pull/12713 add docs for `hours_add`, `hours_sub`, `minutes_add`, `minutes_sub`, `seconds_add`, `seconds_sub`, `years_sub`, `years_add`, `months_add`, `months_sub`, `days_add`, `days_add`, `weeks_add`, `weeks_

  1   2   >