[GitHub] [incubator-doris] yiguolei commented on a diff in pull request #9610: [BUG] fix bug for vectorized compaction

2022-05-16 Thread GitBox
yiguolei commented on code in PR #9610: URL: https://github.com/apache/incubator-doris/pull/9610#discussion_r874433661 ## be/src/vec/olap/vcollect_iterator.cpp: ## @@ -55,7 +55,8 @@ void VCollectIterator::build_heap(std::vector& rs_readers DCHECK(!rs_readers.empty());

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9609: [doc]add largeint doc

2022-05-16 Thread GitBox
github-actions[bot] commented on PR #9609: URL: https://github.com/apache/incubator-doris/pull/9609#issuecomment-1128483050 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 us

[GitHub] [incubator-doris] hf200012 commented on pull request #9611: [Feature-wip] support datev2/datetimev2/timev2 in FE

2022-05-16 Thread GitBox
hf200012 commented on PR #9611: URL: https://github.com/apache/incubator-doris/pull/9611#issuecomment-1128482827 Please update the datatype documentation -- 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

[incubator-doris] branch master updated: [Bug][Vectorized] Fix insert bimmap column with nullable column (#9408)

2022-05-16 Thread lihaopeng
This is an automated email from the ASF dual-hosted git repository. lihaopeng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 536d8ca1ed [Bug][Vectorized] Fix ins

[GitHub] [incubator-doris] HappenLee closed issue #9380: [Bug][Load-Vectorized] core dump on VNodeChannel::add_row

2022-05-16 Thread GitBox
HappenLee closed issue #9380: [Bug][Load-Vectorized] core dump on VNodeChannel::add_row URL: https://github.com/apache/incubator-doris/issues/9380 -- 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] [incubator-doris] HappenLee merged pull request #9408: [Bug][Vectorized] Fix insert bimmap column with nullable column

2022-05-16 Thread GitBox
HappenLee merged PR #9408: URL: https://github.com/apache/incubator-doris/pull/9408 -- 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...@

[GitHub] [incubator-doris] qidaye commented on a diff in pull request #9559: [feature-wip](hudi) Step1: Support create hudi external table

2022-05-16 Thread GitBox
qidaye commented on code in PR #9559: URL: https://github.com/apache/incubator-doris/pull/9559#discussion_r874419025 ## fe/fe-core/src/main/java/org/apache/doris/catalog/Catalog.java: ## @@ -4105,6 +4111,44 @@ private void createHiveTable(Database db, CreateTableStmt stmt) thro

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9408: [Bug][Vectorized] Fix insert bimmap column with nullable column

2022-05-16 Thread GitBox
github-actions[bot] commented on PR #9408: URL: https://github.com/apache/incubator-doris/pull/9408#issuecomment-1128462176 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

[GitHub] [incubator-doris] yangzhg commented on a diff in pull request #9581: [Enhancement] [Memory] [Vectorized] Stress test and optimize memory allocation

2022-05-16 Thread GitBox
yangzhg commented on code in PR #9581: URL: https://github.com/apache/incubator-doris/pull/9581#discussion_r874407331 ## be/src/gutil/strings/numbers.cc: ## @@ -1480,7 +1479,7 @@ string ItoaKMGT(int64 i) { } string AccurateItoaKMGT(int64 i) { -const char *sign = ""; +

[GitHub] [incubator-doris] yangzhg commented on a diff in pull request #9581: [Enhancement] [Memory] [Vectorized] Stress test and optimize memory allocation

2022-05-16 Thread GitBox
yangzhg commented on code in PR #9581: URL: https://github.com/apache/incubator-doris/pull/9581#discussion_r874406121 ## build.sh: ## @@ -212,6 +212,9 @@ fi if [[ -z ${STRIP_DEBUG_INFO} ]]; then STRIP_DEBUG_INFO=OFF fi +if [[ -z ${NO_MEM_TRACKER} ]]; then +NO_MEM_TRAC

[GitHub] [incubator-doris] Gabriel39 opened a new pull request, #9611: [Feature] refactor date/datetime with higher precision data type

2022-05-16 Thread GitBox
Gabriel39 opened a new pull request, #9611: URL: https://github.com/apache/incubator-doris/pull/9611 # Proposed changes #9575 ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original behavior: (Yes/No/I Don

[GitHub] [incubator-doris] Gabriel39 opened a new pull request, #9610: [BUG] fix bug for vectorized compaction

2022-05-16 Thread GitBox
Gabriel39 opened a new pull request, #9610: URL: https://github.com/apache/incubator-doris/pull/9610 # Proposed changes Issue Number: close #9604 ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original beh

[incubator-doris] branch master updated: [Bug][Vectorized] Fix BE crash with delete condition and enable_storage_vectorization (#9547)

2022-05-16 Thread lihaopeng
This is an automated email from the ASF dual-hosted git repository. lihaopeng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 1cc9653bd8 [Bug][Vectorized] Fix BE

[GitHub] [incubator-doris] HappenLee closed issue #9509: [Bug] BE crash when enable both enable_vectorized_engine and enable_storage_vectorization

2022-05-16 Thread GitBox
HappenLee closed issue #9509: [Bug] BE crash when enable both enable_vectorized_engine and enable_storage_vectorization URL: https://github.com/apache/incubator-doris/issues/9509 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[GitHub] [incubator-doris] HappenLee merged pull request #9547: [Bug][Vectorized] Fix BE crash with delete condition and enable_storage_vectorization

2022-05-16 Thread GitBox
HappenLee merged PR #9547: URL: https://github.com/apache/incubator-doris/pull/9547 -- 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...@

[GitHub] [incubator-doris] hf200012 opened a new pull request, #9609: [doc]add largeint doc

2022-05-16 Thread GitBox
hf200012 opened a new pull request, #9609: URL: https://github.com/apache/incubator-doris/pull/9609 add largeint doc # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it af

[GitHub] [incubator-doris] yiguolei commented on issue #8690: [Bug] [Vectorized] coredump in agg when output as right table of left outer join

2022-05-16 Thread GitBox
yiguolei commented on issue #8690: URL: https://github.com/apache/incubator-doris/issues/8690#issuecomment-1128414911 Although we fixed in #8979, but it is very tricky because we convert it to non-vector engine to run. We have to fix this by using vectorized engine. -- This is an automat

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9605: [doc]Added a problem with spark Load usage

2022-05-16 Thread GitBox
github-actions[bot] commented on PR #9605: URL: https://github.com/apache/incubator-doris/pull/9605#issuecomment-1128410816 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 us

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9605: [doc]Added a problem with spark Load usage

2022-05-16 Thread GitBox
github-actions[bot] commented on PR #9605: URL: https://github.com/apache/incubator-doris/pull/9605#issuecomment-1128410800 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

[GitHub] [incubator-doris] luozenglin opened a new pull request, #9608: [Feature] Introducing OpenTelemetry to improve the observability of Doris.

2022-05-16 Thread GitBox
luozenglin opened a new pull request, #9608: URL: https://github.com/apache/incubator-doris/pull/9608 The collection of query traces is implemented in fe and be, and the spans are exported to zipkin. # Proposed changes Issue Number: #9577 I plan to introduce OpenTel

[incubator-doris] branch opentelemetry_dev created (now 7d9fa04472)

2022-05-16 Thread yangzhg
This is an automated email from the ASF dual-hosted git repository. yangzhg pushed a change to branch opentelemetry_dev in repository https://gitbox.apache.org/repos/asf/incubator-doris.git at 7d9fa04472 [fix](storage-vectorized) fix VMergeIterator core dump (#9564) No new revisions were

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9495: [config] Remove some old config and session variable

2022-05-16 Thread GitBox
github-actions[bot] commented on PR #9495: URL: https://github.com/apache/incubator-doris/pull/9495#issuecomment-1128397397 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

[GitHub] [incubator-doris] zenoyang commented on pull request #9586: [fix](storage) low_cardinality_optimize core dump when is null predicate

2022-05-16 Thread GitBox
zenoyang commented on PR #9586: URL: https://github.com/apache/incubator-doris/pull/9586#issuecomment-1128397403 There was a problem with `get_null_code` use `dict.size()` before: when the first element read was a null value (the dictionary was not initialized). So I changed `get_null_cod

[GitHub] [incubator-doris] zenoyang commented on pull request #9586: [fix](storage) low_cardinality_optimize core dump when is null predicate

2022-05-16 Thread GitBox
zenoyang commented on PR #9586: URL: https://github.com/apache/incubator-doris/pull/9586#issuecomment-1128397404 There was a problem with `get_null_code` use `dict.size()` before: when the first element read was a null value (the dictionary was not initialized). So I changed `get_null_cod

[GitHub] [incubator-doris] morningman commented on a diff in pull request #9492: [fix](resource-tag) Consider resource tags when assigning tasks for broker & routine load

2022-05-16 Thread GitBox
morningman commented on code in PR #9492: URL: https://github.com/apache/incubator-doris/pull/9492#discussion_r874352882 ## fe/fe-core/src/main/java/org/apache/doris/planner/BrokerScanNode.java: ## @@ -395,10 +405,21 @@ protected void getFileStatus() throws UserException {

[GitHub] [incubator-doris] morningman commented on a diff in pull request #9492: [fix](resource-tag) Consider resource tags when assigning tasks for broker & routine load

2022-05-16 Thread GitBox
morningman commented on code in PR #9492: URL: https://github.com/apache/incubator-doris/pull/9492#discussion_r874352562 ## fe/fe-core/src/main/java/org/apache/doris/planner/BrokerScanNode.java: ## @@ -135,18 +144,26 @@ private static class ParamCreateContext { private Li

[GitHub] [incubator-doris] morningman commented on a diff in pull request #9492: [fix](resource-tag) Consider resource tags when assigning tasks for broker & routine load

2022-05-16 Thread GitBox
morningman commented on code in PR #9492: URL: https://github.com/apache/incubator-doris/pull/9492#discussion_r874351615 ## fe/fe-core/src/main/java/org/apache/doris/planner/BrokerScanNode.java: ## @@ -395,10 +405,21 @@ protected void getFileStatus() throws UserException {

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9586: [fix](storage) low_cardinality_optimize core dump when is null predicate

2022-05-16 Thread GitBox
github-actions[bot] commented on PR #9586: URL: https://github.com/apache/incubator-doris/pull/9586#issuecomment-1128393523 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

[incubator-doris] branch master updated: [fix](storage-vectorized) fix VMergeIterator core dump (#9564)

2022-05-16 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/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 7d9fa04472 [fix](storage-vectorized)

[GitHub] [incubator-doris] yiguolei merged pull request #9564: [fix](storage-vectorized) fix VMergeIterator core dump

2022-05-16 Thread GitBox
yiguolei merged PR #9564: URL: https://github.com/apache/incubator-doris/pull/9564 -- 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...@d

[GitHub] [incubator-doris] yiguolei closed issue #9563: [Bug] vectorization storage layer core dump on VMergeIterator

2022-05-16 Thread GitBox
yiguolei closed issue #9563: [Bug] vectorization storage layer core dump on VMergeIterator URL: https://github.com/apache/incubator-doris/issues/9563 -- 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

[GitHub] [incubator-doris] tianhui5 opened a new pull request, #9607: [bug] (init) Java version check fail

2022-05-16 Thread GitBox
tianhui5 opened a new pull request, #9607: URL: https://github.com/apache/incubator-doris/pull/9607 # Proposed changes Fix java version check fail when there is no "." in java version. ![image](https://user-images.githubusercontent.com/15223868/168725513-222d9915-1fd1-4bd6-8e15-c67

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9602: Upgrade clang-format in BE Code Formatter workflow

2022-05-16 Thread GitBox
github-actions[bot] commented on PR #9602: URL: https://github.com/apache/incubator-doris/pull/9602#issuecomment-1128380263 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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9602: Upgrade clang-format in BE Code Formatter workflow

2022-05-16 Thread GitBox
github-actions[bot] commented on PR #9602: URL: https://github.com/apache/incubator-doris/pull/9602#issuecomment-1128380328 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 us

[GitHub] [incubator-doris] hello-stephen opened a new issue, #9606: [Bug] "insert into TABLE select ..." failed when enable_vectorized_engine=true

2022-05-16 Thread GitBox
hello-stephen opened a new issue, #9606: URL: https://github.com/apache/incubator-doris/issues/9606 ### 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] [incubator-doris] adonis0147 commented on pull request #9602: Upgrade clang-format in BE Code Formatter workflow

2022-05-16 Thread GitBox
adonis0147 commented on PR #9602: URL: https://github.com/apache/incubator-doris/pull/9602#issuecomment-1128378953 Hi @morningman , the docs have been updated, PTAL. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [incubator-doris] zy-kkk opened a new pull request, #9605: [doc]Added a problem with spark Load usage

2022-05-16 Thread GitBox
zy-kkk opened a new pull request, #9605: URL: https://github.com/apache/incubator-doris/pull/9605 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original behavior

[GitHub] [incubator-doris] morrySnow commented on a diff in pull request #9498: [optimize] push down predicate past two phase aggregate

2022-05-16 Thread GitBox
morrySnow commented on code in PR #9498: URL: https://github.com/apache/incubator-doris/pull/9498#discussion_r874331227 ## fe/fe-core/src/main/java/org/apache/doris/planner/SingleNodePlanner.java: ## @@ -2363,8 +2396,16 @@ private List getPredicatesBoundedByGroupbysSourceExpr(L

[GitHub] [incubator-doris] morningman merged pull request #9559: [feature-wip](hudi) Step1: Support create hudi external table

2022-05-16 Thread GitBox
morningman merged PR #9559: URL: https://github.com/apache/incubator-doris/pull/9559 -- 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...

[incubator-doris] branch master updated: [feature-wip](hudi) Step1: Support create hudi external table (#9559)

2022-05-16 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/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 72e0042efb [feature-wip](hudi) Step

[GitHub] [incubator-doris] hello-stephen opened a new issue, #9604: [Bug] vectorized compaction failed

2022-05-16 Thread GitBox
hello-stephen opened a new issue, #9604: URL: https://github.com/apache/incubator-doris/issues/9604 ### 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] [incubator-doris] github-actions[bot] commented on pull request #9600: [fix](planner)unnecessary cast will be added on children in CaseExpr sometimes

2022-05-16 Thread GitBox
github-actions[bot] commented on PR #9600: URL: https://github.com/apache/incubator-doris/pull/9600#issuecomment-1128361083 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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9600: [fix](planner)unnecessary cast will be added on children in CaseExpr sometimes

2022-05-16 Thread GitBox
github-actions[bot] commented on PR #9600: URL: https://github.com/apache/incubator-doris/pull/9600#issuecomment-1128361107 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 us

[GitHub] [incubator-doris] Cherry-Puppy opened a new issue, #9603: [Bug] doris version 0.15.0 help broker load command demo bug

2022-05-16 Thread GitBox
Cherry-Puppy opened a new issue, #9603: URL: https://github.com/apache/incubator-doris/issues/9603 ### 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 v

[GitHub] [incubator-doris] qidaye commented on a diff in pull request #9593: [Feature]Support create hive table without column info.

2022-05-16 Thread GitBox
qidaye commented on code in PR #9593: URL: https://github.com/apache/incubator-doris/pull/9593#discussion_r874314680 ## fe/fe-core/src/main/java/org/apache/doris/catalog/HiveTable.java: ## @@ -74,6 +89,92 @@ public Map getHiveProperties() { return hiveProperties; }

[GitHub] [incubator-doris] morningman commented on pull request #9602: Upgrade clang-format in BE Code Formatter workflow

2022-05-16 Thread GitBox
morningman commented on PR #9602: URL: https://github.com/apache/incubator-doris/pull/9602#issuecomment-1128349238 Also need to update the document: http://doris.incubator.apache.org/developer-guide/cpp-format-code.html Especially update how to install clang-format-13 with npm -- This

[GitHub] [incubator-doris] stalary commented on pull request #9576: [Bug] group_concat support distinct

2022-05-16 Thread GitBox
stalary commented on PR #9576: URL: https://github.com/apache/incubator-doris/pull/9576#issuecomment-1128346633 > done -- 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] [incubator-doris] github-actions[bot] commented on pull request #9559: [feature-wip](hudi) Step1: Support create hudi external table

2022-05-16 Thread GitBox
github-actions[bot] commented on PR #9559: URL: https://github.com/apache/incubator-doris/pull/9559#issuecomment-1128342925 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

[GitHub] [incubator-doris] morrySnow commented on pull request #9600: [fix](planner)unnecessary cast will be added on children in CaseExpr sometimes

2022-05-16 Thread GitBox
morrySnow commented on PR #9600: URL: https://github.com/apache/incubator-doris/pull/9600#issuecomment-1128342658 > better add case in regression test done -- 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] [incubator-doris] adonis0147 opened a new pull request, #9602: Upgrade clang-format in BE Code Formatter workflow

2022-05-16 Thread GitBox
adonis0147 opened a new pull request, #9602: URL: https://github.com/apache/incubator-doris/pull/9602 # Proposed changes Issue Number: close #9601 ## Problem Summary: Please refer to #9601 ## Checklist(Required) 1. Does it affect the original behavior: No

[GitHub] [incubator-doris] adonis0147 opened a new issue, #9601: [style] Upgrade clang-format in BE Code Formatter workflow

2022-05-16 Thread GitBox
adonis0147 opened a new issue, #9601: URL: https://github.com/apache/incubator-doris/issues/9601 ### 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] [incubator-doris] morningman commented on a diff in pull request #9498: [optimize] push down predicate past two phase aggregate

2022-05-16 Thread GitBox
morningman commented on code in PR #9498: URL: https://github.com/apache/incubator-doris/pull/9498#discussion_r874298458 ## fe/fe-core/src/main/java/org/apache/doris/planner/SingleNodePlanner.java: ## @@ -343,15 +343,15 @@ private PlanNode addUnassignedConjuncts( // Gat

[GitHub] [incubator-doris] SaintBacchus commented on a diff in pull request #9574: [Bug] Fix timestamp_diff issue when timeunit is year and month

2022-05-16 Thread GitBox
SaintBacchus commented on code in PR #9574: URL: https://github.com/apache/incubator-doris/pull/9574#discussion_r874299512 ## be/src/vec/runtime/vdatetime_value.h: ## @@ -288,21 +288,23 @@ class VecDateTimeValue { // Now this type is a temp solution with little changes

[GitHub] [incubator-doris] morningman commented on issue #9597: [Bug] Some query results from information_schema.columns are incorrect

2022-05-16 Thread GitBox
morningman commented on issue #9597: URL: https://github.com/apache/incubator-doris/issues/9597#issuecomment-1128324020 > I have reproduce the problem while `set enable_vectorized_engine=true;`. Thanks~ > > I will try to fix it. Please assign this issue to me. done -- This

[incubator-doris] branch master updated: [feature-wip](parquet-vec) Support parquet scanner in vectorized engine (#9433)

2022-05-16 Thread lihaopeng
This is an automated email from the ASF dual-hosted git repository. lihaopeng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new bee5c2f8aa [feature-wip](parquet-vec

[GitHub] [incubator-doris] HappenLee merged pull request #9433: [feature-wip](parquet-vec) Support parquet scanner in vectorized engine

2022-05-16 Thread GitBox
HappenLee merged PR #9433: URL: https://github.com/apache/incubator-doris/pull/9433 -- 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...@

[GitHub] [incubator-doris] yiguolei commented on a diff in pull request #9574: [Bug] Fix timestamp_diff issue when timeunit is year and month

2022-05-16 Thread GitBox
yiguolei commented on code in PR #9574: URL: https://github.com/apache/incubator-doris/pull/9574#discussion_r874275574 ## be/src/vec/runtime/vdatetime_value.h: ## @@ -288,21 +288,23 @@ class VecDateTimeValue { // Now this type is a temp solution with little changes cas

[GitHub] [incubator-doris] yiguolei commented on pull request #9576: [Bug] group_concat support distinct

2022-05-16 Thread GitBox
yiguolei commented on PR #9576: URL: https://github.com/apache/incubator-doris/pull/9576#issuecomment-1128292576 @stalary Please add a simple regression test for it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [incubator-doris] yiguolei commented on pull request #9592: [regression] fix the regression case fail in test_compaction

2022-05-16 Thread GitBox
yiguolei commented on PR #9592: URL: https://github.com/apache/incubator-doris/pull/9592#issuecomment-1128289400 Exception in compaction/test_compaction.groovy(line 34): StringBuilder showConfigCommand = new StringBuilder(); showConfigCommand.append("curl -X GET http

[incubator-doris] branch master updated: [docs]Modifide flink-doris-connector.md (#9595)

2022-05-16 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/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 7e8e14b3c6 [docs]Modifide flink-doris

[GitHub] [incubator-doris] yiguolei merged pull request #9595: [doc]Change the JAR folder in the Flink-Doris-Connector document to lib

2022-05-16 Thread GitBox
yiguolei merged PR #9595: URL: https://github.com/apache/incubator-doris/pull/9595 -- 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...@d

[incubator-doris] 16/17: [enhancement][betarowset]optimize lz4 compress and decompress speed by reusing context (#9566)

2022-05-16 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.1 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit 53fb90f04f2dd997f4b6235cc57011eaf102b506 Author: Kang AuthorDate: Sun May 15 21:18:32 2022 +0800 [e

[incubator-doris] 15/17: [fix](lateral-view) Error view includes lateral view (#9530)

2022-05-16 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.1 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit 7f12cfe240cc6bed73ca46b93c106f09c6a48917 Author: EmmyMiao87 <522274...@qq.com> AuthorDate: Sat May 14 09:

[incubator-doris] 13/17: [fix](storage) fix core for string predicate in storage layer (#9500)

2022-05-16 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.1 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit ea5865c3ffc9f8ecfc66343d7aa20825cabb2200 Author: wangbo AuthorDate: Thu May 12 15:41:39 2022 +0800

[incubator-doris] 14/17: [bugfix](load) fix coredump in ordinal index flush (#9518)

2022-05-16 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.1 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit ff4f4a3f1bfccd03d15903146bcac69626ffc6c5 Author: yixiutt <102007456+yixi...@users.noreply.github.com> Aut

[incubator-doris] 09/17: [refactor](backend) Refactor the logic of selecting Backend in FE. (#9478)

2022-05-16 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.1 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit 61166162843c1937debfa5479176a6c80646fc76 Author: Mingyu Chen AuthorDate: Wed May 11 09:40:57 2022 +0800

[incubator-doris] 05/17: [fix][compaction] Rowset::end_version null pointer(#9379)

2022-05-16 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.1 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit 7c20a8722f9d268284a9bfa4f8a979fd4f99164b Author: Xinyi Zou AuthorDate: Fri May 6 14:40:08 2022 +0800

[incubator-doris] 04/17: [fix]Stream load 307 temporary redirection authentication information is lost (#9363)

2022-05-16 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.1 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit e0ed0067850500be8a8159265e0b797ce39d4db0 Author: jiafeng.zhang AuthorDate: Sat May 7 19:22:45 2022 +0800

[incubator-doris] 01/17: [refactor] some code cleanup for min/max function. (#8874)

2022-05-16 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.1 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit 0d52bad20a6be9a5252c1cbaf7fed280100641f9 Author: zhannngchen <48427519+zhannngc...@users.noreply.github.c

[incubator-doris] 10/17: [fix](http) Hardening Recommendations Disable TRACE/TRAC methods (#9479)

2022-05-16 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.1 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit 59daed7591cb4ac4d73231225353e9bc9f34fcfd Author: jiafeng.zhang AuthorDate: Wed May 11 09:41:59 2022 +080

[incubator-doris] branch dev-1.0.1 updated (162b8492e1 -> c41618a0b6)

2022-05-16 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch dev-1.0.1 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git from 162b8492e1 [Bug] (fix) DeltaWriter::mem_consumption() coredump (#9245) new 0d52bad20a [refactor]

[incubator-doris] 06/17: [performance][query]improve the performance of DISTINCT aggregation by using flat hash set replace unordered set (#9401)

2022-05-16 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.1 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit 343f97f028bc33bae07a869864fb034bd5ceb462 Author: shee <13843187+qz...@users.noreply.github.com> AuthorDat

[incubator-doris] 08/17: [fix](binlog-load) binlog load fails because txn exceeds the default value (#9471)

2022-05-16 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.1 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit e5c46b78d29717e5f125d3ac7e841b06b66f04e5 Author: jiafeng.zhang AuthorDate: Thu May 12 13:31:22 2022 +080

[incubator-doris] 12/17: [Bug] (load) Broker load kerberos auth fail (#9494)

2022-05-16 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.1 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit 72e80756e025b3270034e408c224e891b18a4156 Author: Hui Tian <827677...@qq.com> AuthorDate: Thu May 12 15:43

[incubator-doris] 17/17: [fix](planner)VecNotImplException thrown when query need rewrite and some slot cannot changed to nullable (#9589)

2022-05-16 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.1 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit c41618a0b61f8a8226ccb5dd18b7a5ce45941c4f Author: morrySnow <101034200+morrys...@users.noreply.github.com>

[incubator-doris] 02/17: [fix](function) fix last_value get wrong result when have order by clause (#9247)

2022-05-16 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.1 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit 3684be8a52ba51daa36fc1ddbf4cf4586bd4bbc7 Author: zhangstar333 <87313068+zhangstar...@users.noreply.github

[incubator-doris] 11/17: [fix](Function) fix case when function return null with abs function (#9493)

2022-05-16 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.1 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit 71beda2664f32efdc1b6c6fc495b92846f0f8138 Author: zhangstar333 <87313068+zhangstar...@users.noreply.github

[incubator-doris] 07/17: [Bug] Missing error tablet list when close_wait return error (#9418)

2022-05-16 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.1 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit 0c73dc85a6aabb30b4104f46fea1fbdf3a24587e Author: pengxiangyu AuthorDate: Sun May 8 06:45:28 2022 +0800

[incubator-doris] 03/17: [fix](broker-load) can't load parquet file with column name case sensitive with Doris column (#9358)

2022-05-16 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.1 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit 75fbc9d8adbe18232c550cce21c0fef11f92fc6c Author: deardeng <565620...@qq.com> AuthorDate: Wed May 11 22:27

[GitHub] [incubator-doris] morrySnow opened a new pull request, #9600: [fix](planner)unnecessary cast will be added on children in CaseExpr sometimes

2022-05-16 Thread GitBox
morrySnow opened a new pull request, #9600: URL: https://github.com/apache/incubator-doris/pull/9600 …sometimes # Proposed changes Issue Number: close #9599 ## Problem Summary: unnecessary cast will be added on children in CaseExpr because use symbolized equal to

[GitHub] [incubator-doris] morrySnow opened a new issue, #9599: [Bug] unnecessary cast will be added on children in CaseExpr sometimes

2022-05-16 Thread GitBox
morrySnow opened a new issue, #9599: URL: https://github.com/apache/incubator-doris/issues/9599 ### 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 mast

[GitHub] [incubator-doris] xinyiZzz commented on a diff in pull request #9581: [Enhancement] [Memory] [Vectorized] Stress test and optimize memory allocation

2022-05-16 Thread GitBox
xinyiZzz commented on code in PR #9581: URL: https://github.com/apache/incubator-doris/pull/9581#discussion_r873849493 ## be/src/common/config.h: ## @@ -413,10 +413,14 @@ CONF_Bool(disable_mem_pools, "false"); // to a relative large number or the performance is very very bad.

[GitHub] [incubator-doris] xinyiZzz commented on a diff in pull request #9581: [Enhancement] [Memory] [Vectorized] Stress test and optimize memory allocation

2022-05-16 Thread GitBox
xinyiZzz commented on code in PR #9581: URL: https://github.com/apache/incubator-doris/pull/9581#discussion_r873843542 ## be/src/runtime/memory/chunk_allocator.cpp: ## @@ -219,6 +224,10 @@ void ChunkAllocator::free(const Chunk& chunk, MemTracker* tracker) { } } wh

[incubator-doris] branch master updated: [chore] Fix compilation errors reported by clang (#9584)

2022-05-16 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/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 5660815dc6 [chore] Fix compilation er

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9584: [chore] Fix compilation errors reported by clang

2022-05-16 Thread GitBox
github-actions[bot] commented on PR #9584: URL: https://github.com/apache/incubator-doris/pull/9584#issuecomment-1127757472 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 us

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9584: [chore] Fix compilation errors reported by clang

2022-05-16 Thread GitBox
github-actions[bot] commented on PR #9584: URL: https://github.com/apache/incubator-doris/pull/9584#issuecomment-1127757428 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

[GitHub] [incubator-doris] yiguolei merged pull request #9584: [chore] Fix compilation errors reported by clang

2022-05-16 Thread GitBox
yiguolei merged PR #9584: URL: https://github.com/apache/incubator-doris/pull/9584 -- 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...@d

[GitHub] [incubator-doris] yiguolei closed issue #9585: [Bug] Failed to compile by clang

2022-05-16 Thread GitBox
yiguolei closed issue #9585: [Bug] Failed to compile by clang URL: https://github.com/apache/incubator-doris/issues/9585 -- 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 unsu

[incubator-doris] branch master updated: [fix](planner)VecNotImplException thrown when query need rewrite and some slot cannot changed to nullable (#9589)

2022-05-16 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/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new c731e84341 [fix](planner)VecNotImplEx

[GitHub] [incubator-doris] yiguolei closed issue #9588: [Bug] VecNotImplException thrown when query need rewrite and some slot cannot changed to nullable

2022-05-16 Thread GitBox
yiguolei closed issue #9588: [Bug] VecNotImplException thrown when query need rewrite and some slot cannot changed to nullable URL: https://github.com/apache/incubator-doris/issues/9588 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

[GitHub] [incubator-doris] yiguolei merged pull request #9589: [fix](planner)VecNotImplException thrown when query need rewrite and some slot cannot changed to nullable

2022-05-16 Thread GitBox
yiguolei merged PR #9589: URL: https://github.com/apache/incubator-doris/pull/9589 -- 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...@d

[GitHub] [incubator-doris] cambyzju commented on issue #9597: [Bug] Some query results from information_schema.columns are incorrect

2022-05-16 Thread GitBox
cambyzju commented on issue #9597: URL: https://github.com/apache/incubator-doris/issues/9597#issuecomment-1127731796 I have reproduce the problem while `set enable_vectorized_engine=true;`. Thanks~ I will try to fix it. Please assign this issue to me. -- This is an automated mess

[GitHub] [incubator-doris] lide-reed commented on issue #9597: [Bug] Some query results from information_schema.columns are incorrect

2022-05-16 Thread GitBox
lide-reed commented on issue #9597: URL: https://github.com/apache/incubator-doris/issues/9597#issuecomment-1127697029 This is an issue introduced by vectorization, it just reproduce when set enable_vectorized_engine=true; -- This is an automated message from the Apache Git Service. To

[GitHub] [incubator-doris] zenoyang commented on a diff in pull request #9586: [fix](storage) low_cardinality_optimize core dump when is null predicate

2022-05-16 Thread GitBox
zenoyang commented on code in PR #9586: URL: https://github.com/apache/incubator-doris/pull/9586#discussion_r873736576 ## be/src/vec/columns/column_dictionary.h: ## @@ -98,12 +98,15 @@ class ColumnDictionary final : public COWHelper> { } void insert_data(const char*

[GitHub] [incubator-doris] nextdreamblue commented on issue #9597: [Bug] Some query results from information_schema.columns are incorrect

2022-05-16 Thread GitBox
nextdreamblue commented on issue #9597: URL: https://github.com/apache/incubator-doris/issues/9597#issuecomment-1127684307 I reproduce this problem like this: 1. create a database 2. create 17 tables like this: ```sql CREATE TABLE `aaa` ( `aaa` varchar(170) NOT NULL COMMENT

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #9433: [feature-wip](parquet-vec) Support parquet scanner in vectorized engine

2022-05-16 Thread GitBox
github-actions[bot] commented on PR #9433: URL: https://github.com/apache/incubator-doris/pull/9433#issuecomment-1127677524 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

[GitHub] [incubator-doris] jackwener closed issue #4223: [proposal] Introduce Calcite as the one of the optimizers of Doris

2022-05-16 Thread GitBox
jackwener closed issue #4223: [proposal] Introduce Calcite as the one of the optimizers of Doris URL: https://github.com/apache/incubator-doris/issues/4223 -- 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

[GitHub] [incubator-doris] cambyzju commented on issue #9597: [Bug] Some query results from information_schema.columns are incorrect

2022-05-16 Thread GitBox
cambyzju commented on issue #9597: URL: https://github.com/apache/incubator-doris/issues/9597#issuecomment-1127645832 I can not reproduce the problem. Could you give more info to reproduce the problem? -- This is an automated message from the Apache Git Service. To respond to the message

[GitHub] [incubator-doris] jackwener opened a new pull request, #9598: [feature](nereids): add join rules base code

2022-05-16 Thread GitBox
jackwener opened a new pull request, #9598: URL: https://github.com/apache/incubator-doris/pull/9598 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original behav

[GitHub] [incubator-doris] cambyzju commented on issue #9587: [Bug] unix_timestamp/from_unixtime timestamp function exception

2022-05-16 Thread GitBox
cambyzju commented on issue #9587: URL: https://github.com/apache/incubator-doris/issues/9587#issuecomment-1127613907 For Mysql: https://dev.mysql.com/doc/refman/8.0/en/date-and-time-functions.html#function_unix-timestamp Prior to MySQL 8.0.28, the valid range of argument values i

  1   2   >