[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8567: [api-change] add soft limit of String type length

2022-03-24 Thread GitBox
github-actions[bot] commented on pull request #8567: URL: https://github.com/apache/incubator-doris/pull/8567#issuecomment-1077299811 -- 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

[GitHub] [incubator-doris] EmmyMiao87 commented on issue #7901: [Feature] [Vectorized] Some Join opt in vec exec engine

2022-03-24 Thread GitBox
EmmyMiao87 commented on issue #7901: URL: https://github.com/apache/incubator-doris/issues/7901#issuecomment-1077323522 > shuffling profit most from column pruning so we only do projection (including column pruning, some computing operations) in each datastreamsender instead of each node

[GitHub] [incubator-doris] whutpencil commented on pull request #8603: fix string default value bug

2022-03-24 Thread GitBox
whutpencil commented on pull request #8603: URL: https://github.com/apache/incubator-doris/pull/8603#issuecomment-1077324046 > @morningman My branch is master. Please look at the description in my issue. It is Load instead of insert stmt. -- This is an automated message from the

[incubator-doris-manager] branch master updated: fix module delete and config bug && update agent code (#16)

2022-03-24 Thread diwu
This is an automated email from the ASF dual-hosted git repository. diwu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris-manager.git The following commit(s) were added to refs/heads/master by this push: new 8ba0737 fix module delete and co

[GitHub] [incubator-doris-manager] JNSimba merged pull request #16: fix module delete and config bug && update agent code

2022-03-24 Thread GitBox
JNSimba merged pull request #16: URL: https://github.com/apache/incubator-doris-manager/pull/16 -- 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: co

[GitHub] [incubator-doris] HappenLee commented on a change in pull request #8572: [Vectorized][Bug] fix percentile_approx function to return always nullable

2022-03-24 Thread GitBox
HappenLee commented on a change in pull request #8572: URL: https://github.com/apache/incubator-doris/pull/8572#discussion_r834002852 ## File path: be/src/vec/aggregate_functions/aggregate_function_percentile_approx.h ## @@ -152,32 +151,57 @@ class AggregateFunctionPercentileAp

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #8618: Enable hash join project

2022-03-24 Thread GitBox
EmmyMiao87 commented on a change in pull request #8618: URL: https://github.com/apache/incubator-doris/pull/8618#discussion_r834003125 ## File path: fe/fe-core/src/main/java/org/apache/doris/planner/PlanNode.java ## @@ -870,4 +864,22 @@ public void convertToVectoriezd() {

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #8618: Enable hash join project

2022-03-24 Thread GitBox
EmmyMiao87 commented on a change in pull request #8618: URL: https://github.com/apache/incubator-doris/pull/8618#discussion_r834003318 ## File path: be/src/vec/exec/join/vhash_join_node.cpp ## @@ -210,12 +210,24 @@ struct ProcessHashTableProbe { } // output probe si

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #8618: Enable hash join project

2022-03-24 Thread GitBox
EmmyMiao87 commented on a change in pull request #8618: URL: https://github.com/apache/incubator-doris/pull/8618#discussion_r834004203 ## File path: be/src/vec/exec/join/vhash_join_node.h ## @@ -232,6 +232,10 @@ class HashJoinNode : public ::doris::ExecNode { std::vector _

[GitHub] [incubator-doris] whutpencil opened a new issue #8624: [Bug] An error is reported in the non-existent field of load

2022-03-24 Thread GitBox
whutpencil opened a new issue #8624: URL: https://github.com/apache/incubator-doris/issues/8624 ### 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 mas

[GitHub] [incubator-doris-manager] hf200012 merged pull request #17: Mybranch

2022-03-24 Thread GitBox
hf200012 merged pull request #17: URL: https://github.com/apache/incubator-doris-manager/pull/17 -- 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: c

[GitHub] [incubator-doris-manager] hf200012 merged pull request #15: [fix] update sidebar styles

2022-03-24 Thread GitBox
hf200012 merged pull request #15: URL: https://github.com/apache/incubator-doris-manager/pull/15 -- 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: c

[incubator-doris-manager] branch master updated (8ba0737 -> 4160c4c)

2022-03-24 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris-manager.git. from 8ba0737 fix module delete and config bug && update agent code (#16) add 4160c4c Mybranc

[incubator-doris-manager] branch master updated (4160c4c -> 13b78db)

2022-03-24 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris-manager.git. from 4160c4c Mybranch (#17) add 13b78db [fix] update sidebar styles (#15) No new revisions

[GitHub] [incubator-doris] whutpencil opened a new pull request #8625: fix wrong error content on Load

2022-03-24 Thread GitBox
whutpencil opened a new pull request #8625: URL: https://github.com/apache/incubator-doris/pull/8625 # Proposed changes Issue Number: close #8624 ## Problem Summary: The reason is that the field is null, and the subsequent logic only deals with AnalysisException, so th

[GitHub] [incubator-doris] wangbo opened a new pull request #8626: [Bug](vectorization) Vectorization decimal arithmetic inconsistent

2022-03-24 Thread GitBox
wangbo opened a new pull request #8626: URL: https://github.com/apache/incubator-doris/pull/8626 # Proposed changes Issue Number: close #8588 ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original behavio

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8626: [Bug](vectorization) Vectorization decimal arithmetic inconsistent

2022-03-24 Thread GitBox
github-actions[bot] commented on pull request #8626: URL: https://github.com/apache/incubator-doris/pull/8626#issuecomment-1077350780 -- 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

[GitHub] [incubator-doris] zenoyang opened a new pull request #8627: [refactor][optimize] Code optimization and refactoring for low-cardinality columns in storage layer

2022-03-24 Thread GitBox
zenoyang opened a new pull request #8627: URL: https://github.com/apache/incubator-doris/pull/8627 # Proposed changes Code optimization and refactoring for low-cardinality columns in storage layer. ## Problem Summary: Optimization: - Add `dict_code` member variable t

[GitHub] [incubator-doris] dataroaring opened a new pull request #8628: row num is more accurate than column num in data_types

2022-03-24 Thread GitBox
dataroaring opened a new pull request #8628: URL: https://github.com/apache/incubator-doris/pull/8628 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original beh

[GitHub] [incubator-doris-manager] colordove opened a new pull request #19: [build] add github-cli change pipeline

2022-03-24 Thread GitBox
colordove opened a new pull request #19: URL: https://github.com/apache/incubator-doris-manager/pull/19 # Proposed changes Add Steps - Install Nodejs - Run build.sh ## Checklist(Required) 1. Does it affect the original behavior: (No) 2. Has unit tests been added

[GitHub] [incubator-doris-manager] colordove commented on pull request #19: [build] add github-cli change pipeline

2022-03-24 Thread GitBox
colordove commented on pull request #19: URL: https://github.com/apache/incubator-doris-manager/pull/19#issuecomment-1077387411 The Commit has been merged in the previous Pull Request #15 -- This is an automated message from the Apache Git Service. To respond to the message, please log o

[GitHub] [incubator-doris-manager] colordove closed pull request #19: [build] add github-cli change pipeline

2022-03-24 Thread GitBox
colordove closed pull request #19: URL: https://github.com/apache/incubator-doris-manager/pull/19 -- 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:

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8628: row num is more accurate than column num in data_types

2022-03-24 Thread GitBox
github-actions[bot] commented on pull request #8628: URL: https://github.com/apache/incubator-doris/pull/8628#issuecomment-1077389268 -- 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

[GitHub] [incubator-doris] morningman commented on a change in pull request #8553: [feature](balance) Support balance between disks on a single BE

2022-03-24 Thread GitBox
morningman commented on a change in pull request #8553: URL: https://github.com/apache/incubator-doris/pull/8553#discussion_r834047621 ## File path: be/src/olap/task/engine_storage_migration_task.cpp ## @@ -32,91 +32,147 @@ OLAPStatus EngineStorageMigrationTask::execute() {

[GitHub] [incubator-doris] DarvenDuan opened a new issue #8629: [Bug] [sql_block_rule] the limitations of sql_block_rule can be negative

2022-03-24 Thread GitBox
DarvenDuan opened a new issue #8629: URL: https://github.com/apache/incubator-doris/issues/8629 ### 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 mas

[GitHub] [incubator-doris] pengxiangyu commented on a change in pull request #8532: [feature](cold-hot) support remote storage

2022-03-24 Thread GitBox
pengxiangyu commented on a change in pull request #8532: URL: https://github.com/apache/incubator-doris/pull/8532#discussion_r834070609 ## File path: fe/fe-core/src/main/java/org/apache/doris/common/util/PropertyAnalyzer.java ## @@ -130,22 +139,50 @@ public static DataProperty

[incubator-doris-manager] branch master updated: [fix] fix space administrator cannot remove or add administrators to the space and fix login page form label (#18)

2022-03-24 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/incubator-doris-manager.git The following commit(s) were added to refs/heads/master by this push: new 004c5e4 [fix] fix space

[GitHub] [incubator-doris-manager] hf200012 merged pull request #18: [fix] fix space administrator cannot remove or add administrators to …

2022-03-24 Thread GitBox
hf200012 merged pull request #18: URL: https://github.com/apache/incubator-doris-manager/pull/18 -- 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: c

[GitHub] [incubator-doris] morningman commented on a change in pull request #8618: Enable hash join project

2022-03-24 Thread GitBox
morningman commented on a change in pull request #8618: URL: https://github.com/apache/incubator-doris/pull/8618#discussion_r834093523 ## File path: fe/fe-core/src/main/java/org/apache/doris/planner/PlanNode.java ## @@ -870,4 +869,23 @@ public void convertToVectoriezd() {

[GitHub] [incubator-doris-flink-connector] JNSimba opened a new pull request #22: [Bug] Inconsistent id when deserializing

2022-03-24 Thread GitBox
JNSimba opened a new pull request #22: URL: https://github.com/apache/incubator-doris-flink-connector/pull/22 # Proposed changes Issue Number: close #xxx ## Problem Summary: add serialVersionUID ## Checklist(Required) 1. Does it affect the original behavio

[GitHub] [incubator-doris] adonis0147 opened a new issue #8630: [Bug] Fix compilation for test code.

2022-03-24 Thread GitBox
adonis0147 opened a new issue #8630: URL: https://github.com/apache/incubator-doris/issues/8630 ### 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 mas

[GitHub] [incubator-doris] adonis0147 opened a new pull request #8631: [chore][be-test] Link gtest_main to provide default main function definition.

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

[GitHub] [incubator-doris] 924060929 opened a new pull request #8632: [test] support a lot of actions

2022-03-24 Thread GitBox
924060929 opened a new pull request #8632: URL: https://github.com/apache/incubator-doris/pull/8632 # Proposed changes Support a lot of actions for regression testing framework. e.g. `thread`, `lazyCheck`, `onSuccess`, `connect`, `selectUnionAll`, `timer` ## Problem Summary:

[GitHub] [incubator-doris] zbtzbtzbt opened a new pull request #8633: [Opt] Optimize hotspot functions in compaction

2022-03-24 Thread GitBox
zbtzbtzbt opened a new pull request #8633: URL: https://github.com/apache/incubator-doris/pull/8633 ## Proposed changes **Compaction** is very cpu consuming, after test, I found partial bottleneck is in function `rowset_with_max_version` so made following targeted performance tun

[GitHub] [incubator-doris] DarvenDuan opened a new pull request #8634: [bug] (sql_block_rule) Fix sql block rule bug

2022-03-24 Thread GitBox
DarvenDuan opened a new pull request #8634: URL: https://github.com/apache/incubator-doris/pull/8634 # Proposed changes Issue Number: #8629 & #8621 ## Problem Summary: 1. Check properties' effectiveness of a sql_block_rule, can't set limitations of sql_block_rule to be

[GitHub] [incubator-doris] emerkfu commented on pull request #8299: [feature] Window funnel

2022-03-24 Thread GitBox
emerkfu commented on pull request #8299: URL: https://github.com/apache/incubator-doris/pull/8299#issuecomment-1077483872 Can window be in milliseconds? If the window is in seconds, events that occur in the same second but different milliseconds may be miscalculated. ClickHouse's windoFunn

[GitHub] [incubator-doris] emerkfu edited a comment on pull request #8299: [feature] Window funnel

2022-03-24 Thread GitBox
emerkfu edited a comment on pull request #8299: URL: https://github.com/apache/incubator-doris/pull/8299#issuecomment-1077483872 Can timestamp be in milliseconds? If the timestamp is in seconds, events that occur in the same second but different milliseconds may be miscalculated. ClickHous

[GitHub] [incubator-doris] yiguolei opened a new pull request #8635: [Refactor] Remove etl mgr and etl job pool from be

2022-03-24 Thread GitBox
yiguolei opened a new pull request #8635: URL: https://github.com/apache/incubator-doris/pull/8635 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original behavi

[GitHub] [incubator-doris] wangbo closed issue #8300: [Bug] GroupingSet return error result with mismatch partition type

2022-03-24 Thread GitBox
wangbo closed issue #8300: URL: https://github.com/apache/incubator-doris/issues/8300 -- 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-unsu

[GitHub] [incubator-doris] zhuxueming169473 opened a new pull request #8636: Document update

2022-03-24 Thread GitBox
zhuxueming169473 opened a new pull request #8636: URL: https://github.com/apache/incubator-doris/pull/8636 # contend update "where" should be in front of "to". -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[GitHub] [incubator-doris] hf200012 commented on pull request #8636: Document update

2022-03-24 Thread GitBox
hf200012 commented on pull request #8636: URL: https://github.com/apache/incubator-doris/pull/8636#issuecomment-1077527226 modify sidebar -- 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 spec

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8632: [test] support a lot of actions

2022-03-24 Thread GitBox
github-actions[bot] commented on pull request #8632: URL: https://github.com/apache/incubator-doris/pull/8632#issuecomment-1077528501 -- 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

[GitHub] [incubator-doris] yangzhg opened a new pull request #8637: [chore] optimize aws thirdparty package download.

2022-03-24 Thread GitBox
yangzhg opened a new pull request #8637: URL: https://github.com/apache/incubator-doris/pull/8637 # Proposed changes optimize aws thirdparty package download. try prefetch_crt_dependency after download failed ## Problem Summary: Describe the overview of changes.

[GitHub] [incubator-doris] emerkfu opened a new pull request #8638: Document Update compilation.md

2022-03-24 Thread GitBox
emerkfu opened a new pull request #8638: URL: https://github.com/apache/incubator-doris/pull/8638 # Proposed changes Added solutions to the "fatal error: Killed signal terminated program ..." problem encountered when compiling with Docker to the FAQ -- This is an automated mes

[GitHub] [incubator-doris] 924060929 merged pull request #8632: [test] support a lot of actions

2022-03-24 Thread GitBox
924060929 merged pull request #8632: URL: https://github.com/apache/incubator-doris/pull/8632 -- 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: comm

[incubator-doris] branch master updated: [test] support a lot of actions (#8632)

2022-03-24 Thread huajianlan
This is an automated email from the ASF dual-hosted git repository. huajianlan 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 9db2a96 [test] support a lot of ac

[GitHub] [incubator-doris] airborne12 opened a new issue #8639: [Bug] be core when running yandex_metrica case

2022-03-24 Thread GitBox
airborne12 opened a new issue #8639: URL: https://github.com/apache/incubator-doris/issues/8639 ### 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 dev

[GitHub] [incubator-doris] Gabriel39 commented on a change in pull request #8597: [feature-wip](array-type)Add element_at and subscript functions

2022-03-24 Thread GitBox
Gabriel39 commented on a change in pull request #8597: URL: https://github.com/apache/incubator-doris/pull/8597#discussion_r834254309 ## File path: be/src/vec/functions/array/function_array_element.h ## @@ -0,0 +1,247 @@ +// Licensed to the Apache Software Foundation (ASF) unde

[GitHub] [incubator-doris] xinyiZzz opened a new issue #8640: [Bug] Memory leak in VDataStreamRecvr::SenderQueue

2022-03-24 Thread GitBox
xinyiZzz opened a new issue #8640: URL: https://github.com/apache/incubator-doris/issues/8640 ### 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 trunk

[GitHub] [incubator-doris] BiteTheDDDDt closed pull request #8470: [Enhancement] add clang-tidy config file && fix some clang-tidy diagnostic warnings and code style errors

2022-03-24 Thread GitBox
BiteThet closed pull request #8470: URL: https://github.com/apache/incubator-doris/pull/8470 -- 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: c

[GitHub] [incubator-doris] airborne12 opened a new pull request #8641: [bug](vec) fix coredump for aggregate function

2022-03-24 Thread GitBox
airborne12 opened a new pull request #8641: URL: https://github.com/apache/incubator-doris/pull/8641 [bug](vec) fix coredump for aggregate function when delete large_data, due to alloc-dealloc-mismatch # Proposed changes Issue Number: close #8639 ## Problem Summary:

[GitHub] [incubator-doris] BiteTheDDDDt opened a new pull request #8642: [Enhancement] add clang-tidy config && add C++ Code Diagnostic document

2022-03-24 Thread GitBox
BiteThet opened a new pull request #8642: URL: https://github.com/apache/incubator-doris/pull/8642 # Proposed changes add clang-tidy config && add C++ Code Diagnostic document ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. D

[GitHub] [incubator-doris] xinyiZzz opened a new pull request #8643: [Bug] fix memory leak in VDataStreamRecvr::SenderQueue

2022-03-24 Thread GitBox
xinyiZzz opened a new pull request #8643: URL: https://github.com/apache/incubator-doris/pull/8643 # Proposed changes Issue Number: close #8640 ## Problem Summary: After `VDataStreamRecvr::SenderQueue::close` clears `_block_queue`, calling `VDataStreamRecvr::SenderQueue

[GitHub] [incubator-doris] xinyiZzz commented on pull request #8643: [Bug] fix memory leak in VDataStreamRecvr::SenderQueue

2022-03-24 Thread GitBox
xinyiZzz commented on pull request #8643: URL: https://github.com/apache/incubator-doris/pull/8643#issuecomment-1077593568 cc @dataroaring -- 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 s

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8641: [bug](vec) fix coredump for aggregate function

2022-03-24 Thread GitBox
github-actions[bot] commented on pull request #8641: URL: https://github.com/apache/incubator-doris/pull/8641#issuecomment-1077594647 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 Gi

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8643: [Bug] fix memory leak in VDataStreamRecvr::SenderQueue

2022-03-24 Thread GitBox
github-actions[bot] commented on pull request #8643: URL: https://github.com/apache/incubator-doris/pull/8643#issuecomment-1077596134 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 Gi

[GitHub] [incubator-doris] dataroaring commented on pull request #8642: [Enhancement] add clang-tidy config && add C++ Code Diagnostic document

2022-03-24 Thread GitBox
dataroaring commented on pull request #8642: URL: https://github.com/apache/incubator-doris/pull/8642#issuecomment-1077596864 Could tidy find the bug like below? https://github.com/apache/incubator-doris/pull/8641 -- This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-doris] dataroaring commented on a change in pull request #8638: Document Update compilation.md

2022-03-24 Thread GitBox
dataroaring commented on a change in pull request #8638: URL: https://github.com/apache/incubator-doris/pull/8638#discussion_r834277455 ## File path: docs/zh-CN/installing/compilation.md ## @@ -207,6 +207,12 @@ under the License. REPOSITORY_URL 中包含所有第三方库源码包和他们的历史版本。

[GitHub] [incubator-doris] emerkfu commented on a change in pull request #8638: Document Update compilation.md

2022-03-24 Thread GitBox
emerkfu commented on a change in pull request #8638: URL: https://github.com/apache/incubator-doris/pull/8638#discussion_r834281524 ## File path: docs/zh-CN/installing/compilation.md ## @@ -207,6 +207,12 @@ under the License. REPOSITORY_URL 中包含所有第三方库源码包和他们的历史版本。 +3

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8500: [Opt] speed up data load for duplicate table no-vec-load

2022-03-24 Thread GitBox
github-actions[bot] commented on pull request #8500: URL: https://github.com/apache/incubator-doris/pull/8500#issuecomment-1077610052 -- 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

[GitHub] [incubator-doris] emerkfu opened a new pull request #8644: Document Update compilation.md(en)

2022-03-24 Thread GitBox
emerkfu opened a new pull request #8644: URL: https://github.com/apache/incubator-doris/pull/8644 Added solutions to the "fatal error: Killed signal terminated program ..." problem encountered when compiling with Docker to the FAQ. # Proposed changes Issue Number: close #xxx

[GitHub] [incubator-doris] hf200012 merged pull request #8609: [Doris Manager][Doc]Basic User Documents for Doris Manager

2022-03-24 Thread GitBox
hf200012 merged pull request #8609: URL: https://github.com/apache/incubator-doris/pull/8609 -- 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: commi

[incubator-doris] branch master updated: [Doris Manager][Doc]Basic User Documents for Doris Manager (#8609)

2022-03-24 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/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new 5511d43 [Doris Manager][Doc]Basi

[GitHub] [incubator-doris] caiconghui commented on pull request #8644: Document Update compilation.md(en)

2022-03-24 Thread GitBox
caiconghui commented on pull request #8644: URL: https://github.com/apache/incubator-doris/pull/8644#issuecomment-1077644961 suggest merge in one 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] [incubator-doris] daikon12 opened a new pull request #8645: [doc][fix][optimize some doc expression]

2022-03-24 Thread GitBox
daikon12 opened a new pull request #8645: URL: https://github.com/apache/incubator-doris/pull/8645 # Proposed changes Update confusing descriptions; Modify long and difficult sentences into short and easy sentences ## Problem Summary: Some long sentences in the doc bu

[GitHub] [incubator-doris] emerkfu opened a new pull request #8646: Document Update compilation.md

2022-03-24 Thread GitBox
emerkfu opened a new pull request #8646: URL: https://github.com/apache/incubator-doris/pull/8646 # Proposed changes Added solutions to the "fatal error: Killed signal terminated program ..." problem encountered when compiling with Docker to the FAQ. -- This is an automated messag

[GitHub] [incubator-doris] hf200012 closed pull request #8644: Document Update compilation.md(en)

2022-03-24 Thread GitBox
hf200012 closed pull request #8644: URL: https://github.com/apache/incubator-doris/pull/8644 -- 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: commi

[GitHub] [incubator-doris] hf200012 closed pull request #8638: Document Update compilation.md

2022-03-24 Thread GitBox
hf200012 closed pull request #8638: URL: https://github.com/apache/incubator-doris/pull/8638 -- 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: commi

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8641: [bug](vec) fix coredump for aggregate function

2022-03-24 Thread GitBox
github-actions[bot] commented on pull request #8641: URL: https://github.com/apache/incubator-doris/pull/8641#issuecomment-1077705797 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, ple

[GitHub] [incubator-doris] daikon12 commented on pull request #8645: [doc][fix][optimize some doc expression]

2022-03-24 Thread GitBox
daikon12 commented on pull request #8645: URL: https://github.com/apache/incubator-doris/pull/8645#issuecomment-1077717606 > Please update the English documentation @hf200012 Thank you for reminding me, I noticed that the corresponding English doc are fine. At your sugges

[GitHub] [incubator-doris] dataroaring opened a new pull request #8647: add -rtlib=compiler-rt for UBSAN under clang

2022-03-24 Thread GitBox
dataroaring opened a new pull request #8647: URL: https://github.com/apache/incubator-doris/pull/8647 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original beh

[GitHub] [incubator-doris] morningman commented on a change in pull request #8643: [Bug] fix memory leak in VDataStreamRecvr::SenderQueue

2022-03-24 Thread GitBox
morningman commented on a change in pull request #8643: URL: https://github.com/apache/incubator-doris/pull/8643#discussion_r834473251 ## File path: be/src/vec/runtime/vdata_stream_recvr.cpp ## @@ -140,6 +140,7 @@ void VDataStreamRecvr::SenderQueue::add_block(const PBlock& pbl

[GitHub] [incubator-doris] morningman opened a new issue #8648: [Bug] There are more than xxx unfinished load jobs, please retry later.

2022-03-24 Thread GitBox
morningman opened a new issue #8648: URL: https://github.com/apache/incubator-doris/issues/8648 ### 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 tru

[GitHub] [incubator-doris] morningman opened a new pull request #8649: [fix](mini-load) Remove mini load in LOADING and PENDING state

2022-03-24 Thread GitBox
morningman opened a new pull request #8649: URL: https://github.com/apache/incubator-doris/pull/8649 # Proposed changes Issue Number: close #8648 ## Problem Summary: 1. Remove some unused code. 2. handle mini load with wrong state 1. For some historical reason

[GitHub] [incubator-doris] yangzhg merged pull request #8567: [api-change] add soft limit of String type length

2022-03-24 Thread GitBox
yangzhg merged pull request #8567: URL: https://github.com/apache/incubator-doris/pull/8567 -- 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: commit

[incubator-doris] branch master updated (5511d43 -> cfb57be)

2022-03-24 Thread yangzhg
This is an automated email from the ASF dual-hosted git repository. yangzhg pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from 5511d43 [Doris Manager][Doc]Basic User Documents for Doris Manager (#8609) add cfb57be [api-change]

[GitHub] [incubator-doris] cambyzju commented on a change in pull request #8597: [feature-wip](array-type)Add element_at and subscript functions

2022-03-24 Thread GitBox
cambyzju commented on a change in pull request #8597: URL: https://github.com/apache/incubator-doris/pull/8597#discussion_r834881751 ## File path: be/src/vec/functions/array/function_array_element.h ## @@ -0,0 +1,247 @@ +// Licensed to the Apache Software Foundation (ASF) under

[GitHub] [incubator-doris] xinyiZzz commented on a change in pull request #8643: [Bug] fix memory leak in VDataStreamRecvr::SenderQueue

2022-03-24 Thread GitBox
xinyiZzz commented on a change in pull request #8643: URL: https://github.com/apache/incubator-doris/pull/8643#discussion_r834899290 ## File path: be/src/vec/runtime/vdata_stream_recvr.cpp ## @@ -140,6 +140,7 @@ void VDataStreamRecvr::SenderQueue::add_block(const PBlock& pbloc

[GitHub] [incubator-doris] luozenglin commented on pull request #8649: [fix](mini-load) Remove mini load in LOADING and PENDING state

2022-03-24 Thread GitBox
luozenglin commented on pull request #8649: URL: https://github.com/apache/incubator-doris/pull/8649#issuecomment-1078583574 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 com

[GitHub] [incubator-doris] yiguolei commented on pull request #8649: [fix](mini-load) Remove mini load in LOADING and PENDING state

2022-03-24 Thread GitBox
yiguolei commented on pull request #8649: URL: https://github.com/apache/incubator-doris/pull/8649#issuecomment-1078584367 Could we reimplement the miniload api by using stream load? And remove all these mini load code? -- This is an automated message from the Apache Git Service. To resp

[GitHub] [incubator-doris] adonis0147 commented on a change in pull request #8642: [Enhancement] add clang-tidy config && add C++ Code Diagnostic document

2022-03-24 Thread GitBox
adonis0147 commented on a change in pull request #8642: URL: https://github.com/apache/incubator-doris/pull/8642#discussion_r834903719 ## File path: docs/en/developer-guide/cpp-diagnostic-code.md ## @@ -0,0 +1,53 @@ +--- +{ +"title": "C++ Code Diagnostic", +"language":

[GitHub] [incubator-doris] adonis0147 commented on a change in pull request #8642: [Enhancement] add clang-tidy config && add C++ Code Diagnostic document

2022-03-24 Thread GitBox
adonis0147 commented on a change in pull request #8642: URL: https://github.com/apache/incubator-doris/pull/8642#discussion_r834903770 ## File path: docs/zh-CN/developer-guide/cpp-diagnostic-code.md ## @@ -0,0 +1,53 @@ +--- +{ +"title": "C++ 代码分析", +"language": "zh-CN"

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8631: [chore][be-test] Link gtest_main to provide default main function definition.

2022-03-24 Thread GitBox
github-actions[bot] commented on pull request #8631: URL: https://github.com/apache/incubator-doris/pull/8631#issuecomment-1078603071 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 Gi

[GitHub] [incubator-doris] zxm17863626761 opened a new pull request #8650: Document update

2022-03-24 Thread GitBox
zxm17863626761 opened a new pull request #8650: URL: https://github.com/apache/incubator-doris/pull/8650 "where" should be in front of "to". -- 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 s

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8650: Document update

2022-03-24 Thread GitBox
github-actions[bot] commented on pull request #8650: URL: https://github.com/apache/incubator-doris/pull/8650#issuecomment-1078603991 -- 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

[GitHub] [incubator-doris] dataroaring opened a new pull request #8651: limit memory used by regression test framework

2022-03-24 Thread GitBox
dataroaring opened a new pull request #8651: URL: https://github.com/apache/incubator-doris/pull/8651 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original beh

[GitHub] [incubator-doris] adonis0147 opened a new issue #8652: [Enhancement] Optimize build_lz4 in build-thirdparty.sh

2022-03-24 Thread GitBox
adonis0147 opened a new issue #8652: URL: https://github.com/apache/incubator-doris/issues/8652 ### 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] adonis0147 opened a new pull request #8653: [chore] Optimize build_lz4 in build-thirdparty.sh

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

[GitHub] [incubator-doris-spark-connector] smallhibiscus opened a new pull request #15: [improvement] stream load data is converted to json format

2022-03-24 Thread GitBox
smallhibiscus opened a new pull request #15: URL: https://github.com/apache/incubator-doris-spark-connector/pull/15 # Proposed changes Issue Number: close #14 ## Problem Summary: Stream load data is converted to json format. ## Checklist(Required) 1. Does i

[GitHub] [incubator-doris] wangbo commented on a change in pull request #8627: [refactor][optimize] Code optimization and refactoring for low-cardinality columns in storage layer

2022-03-24 Thread GitBox
wangbo commented on a change in pull request #8627: URL: https://github.com/apache/incubator-doris/pull/8627#discussion_r834937056 ## File path: be/src/vec/columns/column_dictionary.h ## @@ -242,18 +213,73 @@ class ColumnDictionary final : public COWHelper> {

[GitHub] [incubator-doris] dataroaring opened a new pull request #8654: regression framework use RollingFileAppender by default

2022-03-24 Thread GitBox
dataroaring opened a new pull request #8654: URL: https://github.com/apache/incubator-doris/pull/8654 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original beh

[incubator-doris-flink-connector] branch branch-for-flink-before-1.13 updated: add serialVersionUID (#22)

2022-03-24 Thread jiafengzheng
This is an automated email from the ASF dual-hosted git repository. jiafengzheng pushed a commit to branch branch-for-flink-before-1.13 in repository https://gitbox.apache.org/repos/asf/incubator-doris-flink-connector.git The following commit(s) were added to refs/heads/branch-for-flink-before-

[GitHub] [incubator-doris-flink-connector] hf200012 merged pull request #22: [Bug] Inconsistent id when deserializing

2022-03-24 Thread GitBox
hf200012 merged pull request #22: URL: https://github.com/apache/incubator-doris-flink-connector/pull/22 -- 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

[incubator-doris-flink-connector] branch master updated: Update README.md (#19)

2022-03-24 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/incubator-doris-flink-connector.git The following commit(s) were added to refs/heads/master by this push: new 03ea974 Update

[GitHub] [incubator-doris-flink-connector] hf200012 merged pull request #19: Update README.md

2022-03-24 Thread GitBox
hf200012 merged pull request #19: URL: https://github.com/apache/incubator-doris-flink-connector/pull/19 -- 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

[GitHub] [incubator-doris] yangzhg closed pull request #8579: [deps] remove mysql-server dependency use mariadb-connector-c instead

2022-03-24 Thread GitBox
yangzhg closed pull request #8579: URL: https://github.com/apache/incubator-doris/pull/8579 -- 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: commit

[GitHub] [incubator-doris] wangbo commented on pull request #8627: [refactor][optimize] Code optimization and refactoring for low-cardinality columns in storage layer

2022-03-24 Thread GitBox
wangbo commented on pull request #8627: URL: https://github.com/apache/incubator-doris/pull/8627#issuecomment-1078638500 Is there a performance drop after code refactoring? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [incubator-doris] zbtzbtzbt opened a new pull request #8655: [Doc] update doc of vec-execution-engine

2022-03-24 Thread GitBox
zbtzbtzbt opened a new pull request #8655: URL: https://github.com/apache/incubator-doris/pull/8655 # Proposed changes Issue Number: close #xxx @HappenLee ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect

[GitHub] [incubator-doris] spaces-X opened a new issue #8656: [Enhancement] [Vectorized] optimize pre-agg in stream load memtable

2022-03-24 Thread GitBox
spaces-X opened a new issue #8656: URL: https://github.com/apache/incubator-doris/issues/8656 ### 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 T

[GitHub] [incubator-doris] wangbo commented on a change in pull request #8627: [refactor][optimize] Code optimization and refactoring for low-cardinality columns in storage layer

2022-03-24 Thread GitBox
wangbo commented on a change in pull request #8627: URL: https://github.com/apache/incubator-doris/pull/8627#discussion_r834945195 ## File path: be/src/olap/rowset/segment_v2/segment_iterator.cpp ## @@ -830,23 +831,17 @@ void SegmentIterator::_evaluate_short_circuit_predicate(

  1   2   >