[GitHub] [incubator-doris] 666chaoge666 opened a new issue #7201: Spark Doris Connector : does not allow insertion

2021-11-23 Thread GitBox
666chaoge666 opened a new issue #7201: URL: https://github.com/apache/incubator-doris/issues/7201 ### 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] Henry2SS opened a new issue #7202: [Sql Block] add a new rule to block sql by num of partition/tablet/cardinality will be scanned.

2021-11-23 Thread GitBox
Henry2SS opened a new issue #7202: URL: https://github.com/apache/incubator-doris/issues/7202 ### 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 A

[GitHub] [incubator-doris] hf200012 commented on issue #7201: Spark Doris Connector : does not allow insertion

2021-11-23 Thread GitBox
hf200012 commented on issue #7201: URL: https://github.com/apache/incubator-doris/issues/7201#issuecomment-976308136 Which version are you using, Spark connector, and Doris Version number -- This is an automated message from the Apache Git Service. To respond to the message, please log o

[GitHub] [incubator-doris] zhengshiJ commented on issue #7096: [Feature] Transitive Closure

2021-11-23 Thread GitBox
zhengshiJ commented on issue #7096: URL: https://github.com/apache/incubator-doris/issues/7096#issuecomment-976378106 1. 注册一个新的规则InferFiltersrule,添加到GlobalState中。 2. 遍历Conjunct构造on/where的等值连接、数值连接以及isNullPredicate。 3. 利用Warshall算法推断出全部的等值连接 4. 构造出额外的数值连接和isNullPredicate 1. R

[GitHub] [incubator-doris] zhengshiJ removed a comment on issue #7096: [Feature] Transitive Closure

2021-11-23 Thread GitBox
zhengshiJ removed a comment on issue #7096: URL: https://github.com/apache/incubator-doris/issues/7096#issuecomment-976378106 1. 注册一个新的规则InferFiltersrule,添加到GlobalState中。 2. 遍历Conjunct构造on/where的等值连接、数值连接以及isNullPredicate。 3. 利用Warshall算法推断出全部的等值连接 4. 构造出额外的数值连接和isNullPredicate

[GitHub] [incubator-doris] zhengshiJ commented on issue #7096: [Feature] Transitive Closure

2021-11-23 Thread GitBox
zhengshiJ commented on issue #7096: URL: https://github.com/apache/incubator-doris/issues/7096#issuecomment-976378548 1. 注册一个新的规则InferFiltersrule,添加到GlobalState中。 2. 遍历Conjunct构造on/where的等值连接、数值连接以及isNullPredicate。 3.利用Warshall推理出全部的等值连接 4.构造出额外的数值连接和isNullPredicate 1. R

[GitHub] [incubator-doris] zhengshiJ edited a comment on issue #7096: [Feature] Transitive Closure

2021-11-23 Thread GitBox
zhengshiJ edited a comment on issue #7096: URL: https://github.com/apache/incubator-doris/issues/7096#issuecomment-976378548 - 注册一个新的规则InferFiltersrule,添加到GlobalState中。 - 遍历Conjunct构造on/where的等值连接、数值连接以及isNullPredicate。 - 利用Warshall推理出全部的等值连接 - 构造出额外的数值连接和isNullPredicate

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7197: [Fix compile bug] could not find protobuf lib during compile

2021-11-23 Thread GitBox
github-actions[bot] commented on pull request #7197: URL: https://github.com/apache/incubator-doris/pull/7197#issuecomment-976402054 -- 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 c

[GitHub] [incubator-doris] hnwkz opened a new issue #7203: Flink Doris Connector使用报错

2021-11-23 Thread GitBox
hnwkz opened a new issue #7203: URL: https://github.com/apache/incubator-doris/issues/7203 ### 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集群版

[GitHub] [incubator-doris] hf200012 commented on issue #7203: Flink Doris Connector使用报错

2021-11-23 Thread GitBox
hf200012 commented on issue #7203: URL: https://github.com/apache/incubator-doris/issues/7203#issuecomment-976405340 你需要手动开启http v2 -- 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] GoGoWen opened a new issue #7204: [Bug] reason for pre_Aggregation = OFF is wrong.

2021-11-23 Thread GitBox
GoGoWen opened a new issue #7204: URL: https://github.com/apache/incubator-doris/issues/7204 ### 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 v0.14

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #6979: [Memory] Add a method to get doris current memory usage and Limt memoey usage when consume

2021-11-23 Thread GitBox
github-actions[bot] commented on pull request #6979: URL: https://github.com/apache/incubator-doris/pull/6979#issuecomment-976412300 -- 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 c

[GitHub] [incubator-doris] morningman commented on a change in pull request #7180: [Bug] fix insert load should have the same behavior as stream load

2021-11-23 Thread GitBox
morningman commented on a change in pull request #7180: URL: https://github.com/apache/incubator-doris/pull/7180#discussion_r755031800 ## File path: fe/fe-core/src/main/java/org/apache/doris/qe/StmtExecutor.java ## @@ -1238,6 +1238,13 @@ private void handleInsertStmt() throws E

[GitHub] [incubator-doris] yangzhg commented on a change in pull request #7134: [enhancement] display load bytes in show load stmt

2021-11-23 Thread GitBox
yangzhg commented on a change in pull request #7134: URL: https://github.com/apache/incubator-doris/pull/7134#discussion_r755040230 ## File path: fe/fe-core/src/main/java/org/apache/doris/load/loadv2/BrokerLoadJob.java ## @@ -346,6 +346,16 @@ private void updateLoadingStatus(

[GitHub] [incubator-doris] yangzhg commented on a change in pull request #7134: [enhancement] display load bytes in show load stmt

2021-11-23 Thread GitBox
yangzhg commented on a change in pull request #7134: URL: https://github.com/apache/incubator-doris/pull/7134#discussion_r755040705 ## File path: be/src/exec/tablet_sink.cpp ## @@ -707,13 +707,15 @@ Status OlapTableSink::open(RuntimeState* state) { Status OlapTableSink::send

[GitHub] [incubator-doris] GoGoWen opened a new pull request #7205: fix preaggregation reason error

2021-11-23 Thread GitBox
GoGoWen opened a new pull request #7205: URL: https://github.com/apache/incubator-doris/pull/7205 ## Proposed changes this pr is going to Fix #7204. ## Types of changes What types of changes does your code introduce to Doris? _Put an `x` in the boxes that apply_

[GitHub] [incubator-doris] hnwkz commented on issue #7203: Flink Doris Connector使用报错

2021-11-23 Thread GitBox
hnwkz commented on issue #7203: URL: https://github.com/apache/incubator-doris/issues/7203#issuecomment-976485900 > > 你需要手动开启http v2 感谢回复,上面已经描述过,开启了 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [incubator-doris] hnwkz commented on issue #7203: Flink Doris Connector使用报错

2021-11-23 Thread GitBox
hnwkz commented on issue #7203: URL: https://github.com/apache/incubator-doris/issues/7203#issuecomment-976486539 > 你需要手动开启http v2 ![image](https://user-images.githubusercontent.com/21251671/143027175-2983fa99-ab46-483d-b182-c83fa93cc318.png) -- This is an automated message f

[GitHub] [incubator-doris] hf200012 commented on issue #7203: Flink Doris Connector使用报错

2021-11-23 Thread GitBox
hf200012 commented on issue #7203: URL: https://github.com/apache/incubator-doris/issues/7203#issuecomment-976494952 你是0.13哪个版本,如果是社区版本,那么久没有包含http v2,v2是在百度发行版0.13.12之后才有 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [incubator-doris] morningman commented on a change in pull request #7198: [Memory] Use TCMalloc Hook to count the real Process and Query MemTracker

2021-11-23 Thread GitBox
morningman commented on a change in pull request #7198: URL: https://github.com/apache/incubator-doris/pull/7198#discussion_r755108387 ## File path: be/src/service/doris_main.cpp ## @@ -275,6 +276,9 @@ int main(int argc, char** argv) { #if defined(LEAK_SANITIZER) __ls

[GitHub] [incubator-doris] morningman commented on a change in pull request #7145: no static_cast

2021-11-23 Thread GitBox
morningman commented on a change in pull request #7145: URL: https://github.com/apache/incubator-doris/pull/7145#discussion_r755138282 ## File path: be/src/exec/exec_node.h ## @@ -135,6 +135,12 @@ class ExecNode { // each implementation should start out by calling the defa

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7134: [enhancement] display load bytes in show load stmt

2021-11-23 Thread GitBox
github-actions[bot] commented on pull request #7134: URL: https://github.com/apache/incubator-doris/pull/7134#issuecomment-976566681 -- 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 c

[GitHub] [incubator-doris] morningman commented on a change in pull request #7157: [enhancement] Optimize get_json_xx function

2021-11-23 Thread GitBox
morningman commented on a change in pull request #7157: URL: https://github.com/apache/incubator-doris/pull/7157#discussion_r755154962 ## File path: be/src/exprs/json_functions.cpp ## @@ -412,41 +419,47 @@ rapidjson::Value* JsonFunctions::get_json_object_from_parsed_json(

[GitHub] [incubator-doris] caiconghui opened a new issue #7206: [Feature] [Config] Support disable query and load for backend to make Doris more robust

2021-11-23 Thread GitBox
caiconghui opened a new issue #7206: URL: https://github.com/apache/incubator-doris/issues/7206 ### 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] aihai opened a new pull request #7207: add BATCH DELETE support

2021-11-23 Thread GitBox
aihai opened a new pull request #7207: URL: https://github.com/apache/incubator-doris/pull/7207 ## Proposed changes add BATCH DELETE support ## Types of changes What types of changes does your code introduce to Doris? _Put an `x` in the boxes that apply_ - [ ]

[GitHub] [incubator-doris] doudianer opened a new issue #7209: [Bug]

2021-11-23 Thread GitBox
doudianer opened a new issue #7209: URL: https://github.com/apache/incubator-doris/issues/7209 ### 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 Dori

[GitHub] [incubator-doris] morningman commented on issue #7209: [Bug]

2021-11-23 Thread GitBox
morningman commented on issue #7209: URL: https://github.com/apache/incubator-doris/issues/7209#issuecomment-976695694 -235 means load frequency is too high. But Spark-connector does not have a config to modify the interval of loading batch. -- This is an automated message from the Apac

[GitHub] [incubator-doris] morningman commented on a change in pull request #7207: [feat](flink-connector) add BATCH DELETE support

2021-11-23 Thread GitBox
morningman commented on a change in pull request #7207: URL: https://github.com/apache/incubator-doris/pull/7207#discussion_r755235863 ## File path: extension/flink-doris-connector/src/main/java/org/apache/doris/flink/cfg/DorisExecutionOptions.java ## @@ -105,6 +111,25 @@ publ

[GitHub] [incubator-doris] morningman commented on pull request #7205: fix preaggregation reason error

2021-11-23 Thread GitBox
morningman commented on pull request #7205: URL: https://github.com/apache/incubator-doris/pull/7205#issuecomment-976713949 I got your point. and it looks good to me. but the example you give in #7204 seem not correct? Neither `create table stmt` nor `query` are related to MAX or MIN.

[GitHub] [incubator-doris] morningman commented on pull request #7194: Predicates contains invalid date should be throw exception

2021-11-23 Thread GitBox
morningman commented on pull request #7194: URL: https://github.com/apache/incubator-doris/pull/7194#issuecomment-976726111 Hi @anneji-dev thanks for you PR. But didn't get the point. I tested with MySQL, it does not return errors, but an empty result set with warnings. And in

[GitHub] [incubator-doris] aihai commented on a change in pull request #7207: [feat](flink-connector) add BATCH DELETE support

2021-11-23 Thread GitBox
aihai commented on a change in pull request #7207: URL: https://github.com/apache/incubator-doris/pull/7207#discussion_r755629441 ## File path: extension/flink-doris-connector/src/main/java/org/apache/doris/flink/cfg/DorisExecutionOptions.java ## @@ -105,6 +111,25 @@ public Bu

[GitHub] [incubator-doris] anneji-dev commented on pull request #7194: Predicates contains invalid date should be throw exception

2021-11-23 Thread GitBox
anneji-dev commented on pull request #7194: URL: https://github.com/apache/incubator-doris/pull/7194#issuecomment-977386234 I use mysql 8.0 release,result as follows: ![image](https://user-images.githubusercontent.com/85534151/143155968-a8355077-3ee8-4ef8-be67-320abaef22d8.png)

[GitHub] [incubator-doris] aihai commented on a change in pull request #7207: [feat](flink-connector) add BATCH DELETE support

2021-11-23 Thread GitBox
aihai commented on a change in pull request #7207: URL: https://github.com/apache/incubator-doris/pull/7207#discussion_r755634973 ## File path: extension/flink-doris-connector/src/main/java/org/apache/doris/flink/cfg/DorisExecutionOptions.java ## @@ -105,6 +111,25 @@ public Bu

[GitHub] [incubator-doris] aihai commented on a change in pull request #7207: [feat](flink-connector) add BATCH DELETE support

2021-11-23 Thread GitBox
aihai commented on a change in pull request #7207: URL: https://github.com/apache/incubator-doris/pull/7207#discussion_r755634973 ## File path: extension/flink-doris-connector/src/main/java/org/apache/doris/flink/cfg/DorisExecutionOptions.java ## @@ -105,6 +111,25 @@ public Bu

[GitHub] [incubator-doris] yangzhg commented on a change in pull request #7151: Optimize bitmap function count, use roaring cardinality method

2021-11-23 Thread GitBox
yangzhg commented on a change in pull request #7151: URL: https://github.com/apache/incubator-doris/pull/7151#discussion_r755635782 ## File path: be/src/exprs/bitmap_function.cpp ## @@ -333,10 +333,10 @@ BigIntVal BitmapFunctions::bitmap_count(FunctionContext* ctx, const Strin

[GitHub] [incubator-doris] aihai commented on a change in pull request #7207: [feat](flink-connector) add BATCH DELETE support

2021-11-23 Thread GitBox
aihai commented on a change in pull request #7207: URL: https://github.com/apache/incubator-doris/pull/7207#discussion_r755629441 ## File path: extension/flink-doris-connector/src/main/java/org/apache/doris/flink/cfg/DorisExecutionOptions.java ## @@ -105,6 +111,25 @@ public Bu

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7151: Optimize bitmap function count, use roaring cardinality method

2021-11-23 Thread GitBox
github-actions[bot] commented on pull request #7151: URL: https://github.com/apache/incubator-doris/pull/7151#issuecomment-977397290 -- 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 c

[GitHub] [incubator-doris] yangzhg merged pull request #6979: [Memory] Add a method to get doris current memory usage and Limt memoey usage when consume

2021-11-23 Thread GitBox
yangzhg merged pull request #6979: URL: https://github.com/apache/incubator-doris/pull/6979 -- 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 (ad0d2b8 -> e2d3d01)

2021-11-23 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 ad0d2b8 [fix](memory) fix bug that ~BitShufflePageDecoder destroys uninitialized chunk (#7172) add e

[incubator-doris] branch master updated: display current load bytes to show load progress, (#7134)

2021-11-23 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/incubator-doris.git The following commit(s) were added to refs/heads/master by this push: new d420ff0 display current load bytes to

[GitHub] [incubator-doris] yangzhg merged pull request #7134: [enhancement] display load bytes in show load stmt

2021-11-23 Thread GitBox
yangzhg merged pull request #7134: URL: https://github.com/apache/incubator-doris/pull/7134 -- 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

svn commit: r51058 - /release/incubator/doris/KEYS

2021-11-23 Thread morningman
Author: morningman Date: Wed Nov 24 02:19:02 2021 New Revision: 51058 Log: Update KEYS Modified: release/incubator/doris/KEYS Modified: release/incubator/doris/KEYS == --- release/incubator/doris/KEYS (original) +++

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #7151: Optimize bitmap function count, use roaring cardinality method

2021-11-23 Thread GitBox
github-actions[bot] commented on pull request #7151: URL: https://github.com/apache/incubator-doris/pull/7151#issuecomment-977423480 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, plea

[incubator-doris] branch master updated (d420ff0 -> 4b45b80)

2021-11-23 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from d420ff0 display current load bytes to show load progress, (#7134) add 4b45b80 [doc] Created commi

[GitHub] [incubator-doris] morningman merged pull request #7190: [doc]Created commit-format-specification.md

2021-11-23 Thread GitBox
morningman merged pull request #7190: URL: https://github.com/apache/incubator-doris/pull/7190 -- 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: com

[incubator-doris] branch master updated: [feat-opt](fe-config) Add tablets number limit to void wrong usage (#7025)

2021-11-23 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 d3c020b [feat-opt](fe-config) Add

[GitHub] [incubator-doris] morningman merged pull request #7025: Add tablets number limit to affend wrong usage

2021-11-23 Thread GitBox
morningman merged pull request #7025: URL: https://github.com/apache/incubator-doris/pull/7025 -- 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: com

[GitHub] [incubator-doris] morningman closed issue #7053: [Feature] Refactor predicate function creator

2021-11-23 Thread GitBox
morningman closed issue #7053: URL: https://github.com/apache/incubator-doris/issues/7053 -- 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-

[GitHub] [incubator-doris] morningman merged pull request #7054: [Feature] Refactor predicate function creator

2021-11-23 Thread GitBox
morningman merged pull request #7054: URL: https://github.com/apache/incubator-doris/pull/7054 -- 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: com

[incubator-doris] branch master updated (d3c020b -> a74fdf1)

2021-11-23 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from d3c020b [feat-opt](fe-config) Add tablets number limit to void wrong usage (#7025) add a74fdf1 [

[GitHub] [incubator-doris] morningman merged pull request #7109: [Doc]Modify the wrong comment of the ScanTime

2021-11-23 Thread GitBox
morningman merged pull request #7109: URL: https://github.com/apache/incubator-doris/pull/7109 -- 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: com

[incubator-doris] branch master updated (a74fdf1 -> 3b98820)

2021-11-23 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from a74fdf1 [refactor](be) refactor predicate function creator (#7054) add 3b98820 [doc] Modify the w

[incubator-doris] branch master updated: [chore](clang-format)(license-eye) Add Clang Format/Skywalking eyes github action (#7132)

2021-11-23 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 e74bfea [chore](clang-format)(lice

[GitHub] [incubator-doris] morningman merged pull request #7132: [Clang-Format] Add Clang Format/Syswalking eyes github action

2021-11-23 Thread GitBox
morningman merged pull request #7132: URL: https://github.com/apache/incubator-doris/pull/7132 -- 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: com

[GitHub] [incubator-doris] morningman closed issue #7158: [Bug] core dump when set enable_vectorized_engine = true;

2021-11-23 Thread GitBox
morningman closed issue #7158: URL: https://github.com/apache/incubator-doris/issues/7158 -- 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-

[GitHub] [incubator-doris] morningman merged pull request #7159: [Bug] fix core dump when enable_vectorized_engine open

2021-11-23 Thread GitBox
morningman merged pull request #7159: URL: https://github.com/apache/incubator-doris/pull/7159 -- 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: com

[incubator-doris] branch master updated (e74bfea -> 3fcb3db)

2021-11-23 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from e74bfea [chore](clang-format)(license-eye) Add Clang Format/Skywalking eyes github action (#7132)

[GitHub] [incubator-doris] morningman merged pull request #7173: [doc] add FAQ document

2021-11-23 Thread GitBox
morningman merged pull request #7173: URL: https://github.com/apache/incubator-doris/pull/7173 -- 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: com

[incubator-doris] branch master updated (3fcb3db -> 5a8591a)

2021-11-23 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from 3fcb3db [fix](vectorized-engine) fix core when enable_vectorized_engine open (#7159) add 5a8591a

[GitHub] [incubator-doris] morningman merged pull request #7174: [doc] Add build-dev image 1.4.2 to compilation document

2021-11-23 Thread GitBox
morningman merged pull request #7174: URL: https://github.com/apache/incubator-doris/pull/7174 -- 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: com

[incubator-doris] branch master updated (5a8591a -> 3fd8148)

2021-11-23 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from 5a8591a [doc] add FAQ document (#7173) add 3fd8148 [doc] Add build-dev image 1.4.2 to compilation

[GitHub] [incubator-doris] morningman closed issue #7169: [Bug] ERROR 1064 (HY000) Limit: -1

2021-11-23 Thread GitBox
morningman closed issue #7169: URL: https://github.com/apache/incubator-doris/issues/7169 -- 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-

[incubator-doris] branch master updated (3fd8148 -> fb5adaf)

2021-11-23 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from 3fd8148 [doc] Add build-dev image 1.4.2 to compilation document (#7174) add fb5adaf [fix](mem-tr

[GitHub] [incubator-doris] morningman merged pull request #7181: [Bug] Fix mem limit -1 in partition aggregate node

2021-11-23 Thread GitBox
morningman merged pull request #7181: URL: https://github.com/apache/incubator-doris/pull/7181 -- 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: com

[GitHub] [incubator-doris] morningman merged pull request #7197: [Fix compile bug] could not find protobuf lib during compile

2021-11-23 Thread GitBox
morningman merged pull request #7197: URL: https://github.com/apache/incubator-doris/pull/7197 -- 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: com

[incubator-doris] branch master updated (fb5adaf -> b6a9207)

2021-11-23 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from fb5adaf [fix](mem-tracker) Fix mem limit -1 in partition aggregate node (#7181) add b6a9207 [dep

[GitHub] [incubator-doris] morningman commented on a change in pull request #7207: [feat](flink-connector) add BATCH DELETE support

2021-11-23 Thread GitBox
morningman commented on a change in pull request #7207: URL: https://github.com/apache/incubator-doris/pull/7207#discussion_r755659544 ## File path: extension/flink-doris-connector/src/main/java/org/apache/doris/flink/cfg/DorisExecutionOptions.java ## @@ -105,6 +111,25 @@ publ

[GitHub] [incubator-doris] hnwkz commented on issue #7203: Flink Doris Connector使用报错

2021-11-23 Thread GitBox
hnwkz commented on issue #7203: URL: https://github.com/apache/incubator-doris/issues/7203#issuecomment-977452921 > 你是0.13哪个版本,如果是社区版本,那么久没有包含http v2,v2是在百度发行版0.13.12之后才有 好的,感谢大佬回复,是社区版本,找个时间升级下。 -- This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [incubator-doris] aihai commented on a change in pull request #7207: [feat](flink-connector) add BATCH DELETE support

2021-11-23 Thread GitBox
aihai commented on a change in pull request #7207: URL: https://github.com/apache/incubator-doris/pull/7207#discussion_r755667293 ## File path: extension/flink-doris-connector/src/main/java/org/apache/doris/flink/cfg/DorisExecutionOptions.java ## @@ -105,6 +111,25 @@ public Bu

[GitHub] [incubator-doris] aihai closed pull request #7207: [feat](flink-connector) add BATCH DELETE support

2021-11-23 Thread GitBox
aihai closed pull request #7207: URL: https://github.com/apache/incubator-doris/pull/7207 -- 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-

[GitHub] [incubator-doris] doudianer commented on issue #7209: [Bug] Spark Doris Connector:add batch req success but status isn't ok

2021-11-23 Thread GitBox
doudianer commented on issue #7209: URL: https://github.com/apache/incubator-doris/issues/7209#issuecomment-977473219 Spark Doris connector does not open this configuration. Do I need to adjust it based on the source code? -- This is an automated message from the Apache Git Serv

[GitHub] [incubator-doris] GoGoWen commented on pull request #7205: fix preaggregation reason error

2021-11-23 Thread GitBox
GoGoWen commented on pull request #7205: URL: https://github.com/apache/incubator-doris/pull/7205#issuecomment-977473536 > I got your point. and it looks good to me. but the example you give in #7204 seem not correct? Neither `create table stmt` nor `query` are related to MAX or MIN.

[GitHub] [incubator-doris] zuochunwei commented on a change in pull request #7198: [Memory] Use TCMalloc Hook to count the real Process and Query MemTracker

2021-11-23 Thread GitBox
zuochunwei commented on a change in pull request #7198: URL: https://github.com/apache/incubator-doris/pull/7198#discussion_r755679625 ## File path: be/src/runtime/exec_env.h ## @@ -93,6 +93,7 @@ class ExecEnv { // declarations for classes in scoped_ptrs. ~ExecEnv();

[GitHub] [incubator-doris] slowmoon commented on issue #5389: FE 和 BE 节点正常,使用 Doris on es ,不能正确链接至 ES 地址

2021-11-23 Thread GitBox
slowmoon commented on issue #5389: URL: https://github.com/apache/incubator-doris/issues/5389#issuecomment-977480678 @ddsr-ops same question, do you solve now ? -- 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] zuochunwei commented on a change in pull request #7198: [Memory] Use TCMalloc Hook to count the real Process and Query MemTracker

2021-11-23 Thread GitBox
zuochunwei commented on a change in pull request #7198: URL: https://github.com/apache/incubator-doris/pull/7198#discussion_r755683145 ## File path: be/src/runtime/tcmalloc_hook.h ## @@ -0,0 +1,45 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more con

[GitHub] [incubator-doris] e0c9 closed pull request #5948: [Feature] Support setting the number and time threshold for displaying query profile

2021-11-23 Thread GitBox
e0c9 closed pull request #5948: URL: https://github.com/apache/incubator-doris/pull/5948 -- 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-u

[GitHub] [incubator-doris] aihai opened a new pull request #7210: [feat](flink-connector) add BATCH DELETE support

2021-11-23 Thread GitBox
aihai opened a new pull request #7210: URL: https://github.com/apache/incubator-doris/pull/7210 ## Proposed changes add BATCH DELETE support ## Types of changes What types of changes does your code introduce to Doris? _Put an `x` in the boxes that apply_ - [ ]

[GitHub] [incubator-doris] anneji-dev closed pull request #7194: Predicates contains invalid date should be throw exception

2021-11-23 Thread GitBox
anneji-dev closed pull request #7194: URL: https://github.com/apache/incubator-doris/pull/7194 -- 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: com

[GitHub] [incubator-doris] xinyiZzz commented on a change in pull request #7198: [Memory] Use TCMalloc Hook to count the real Process and Query MemTracker

2021-11-23 Thread GitBox
xinyiZzz commented on a change in pull request #7198: URL: https://github.com/apache/incubator-doris/pull/7198#discussion_r755730056 ## File path: be/src/runtime/thread_status.h ## @@ -0,0 +1,78 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contr

[GitHub] [incubator-doris] xinyiZzz commented on a change in pull request #7198: [Memory] Use TCMalloc Hook to count the real Process and Query MemTracker

2021-11-23 Thread GitBox
xinyiZzz commented on a change in pull request #7198: URL: https://github.com/apache/incubator-doris/pull/7198#discussion_r755730939 ## File path: be/src/service/doris_main.cpp ## @@ -275,6 +276,9 @@ int main(int argc, char** argv) { #if defined(LEAK_SANITIZER) __lsan

[GitHub] [incubator-doris] xinyiZzz commented on a change in pull request #7198: [Memory] Use TCMalloc Hook to count the real Process and Query MemTracker

2021-11-23 Thread GitBox
xinyiZzz commented on a change in pull request #7198: URL: https://github.com/apache/incubator-doris/pull/7198#discussion_r755732039 ## File path: be/src/exec/olap_scan_node.cpp ## @@ -1652,6 +1654,7 @@ void OlapScanNode::scanner_thread(OlapScanner* scanner) { // and trans

[GitHub] [incubator-doris] xinyiZzz commented on a change in pull request #7198: [Memory] Use TCMalloc Hook to count the real Process and Query MemTracker

2021-11-23 Thread GitBox
xinyiZzz commented on a change in pull request #7198: URL: https://github.com/apache/incubator-doris/pull/7198#discussion_r755732306 ## File path: be/src/runtime/exec_env.h ## @@ -174,7 +176,8 @@ class ExecEnv { ClientCache* _broker_client_cache = nullptr; ClientCache

[GitHub] [incubator-doris] xinyiZzz commented on a change in pull request #7198: [Memory] Use TCMalloc Hook to count the real Process and Query MemTracker

2021-11-23 Thread GitBox
xinyiZzz commented on a change in pull request #7198: URL: https://github.com/apache/incubator-doris/pull/7198#discussion_r755733076 ## File path: be/src/runtime/mem_tracker.cpp ## @@ -242,26 +243,38 @@ int64_t MemTracker::GetPoolMemReserved() { return mem_reserved; } -

[GitHub] [incubator-doris] xinyiZzz commented on a change in pull request #7198: [Memory] Use TCMalloc Hook to count the real Process and Query MemTracker

2021-11-23 Thread GitBox
xinyiZzz commented on a change in pull request #7198: URL: https://github.com/apache/incubator-doris/pull/7198#discussion_r755735814 ## File path: be/src/runtime/mem_tracker.cpp ## @@ -242,26 +243,38 @@ int64_t MemTracker::GetPoolMemReserved() { return mem_reserved; } -

[GitHub] [incubator-doris] xinyiZzz commented on a change in pull request #7198: [Memory] Use TCMalloc Hook to count the real Process and Query MemTracker

2021-11-23 Thread GitBox
xinyiZzz commented on a change in pull request #7198: URL: https://github.com/apache/incubator-doris/pull/7198#discussion_r755736706 ## File path: be/src/runtime/exec_env.h ## @@ -93,6 +93,7 @@ class ExecEnv { // declarations for classes in scoped_ptrs. ~ExecEnv();

[GitHub] [incubator-doris] EmmyMiao87 commented on issue #6370: [Proposal] Collect richer statistical information

2021-11-23 Thread GitBox
EmmyMiao87 commented on issue #6370: URL: https://github.com/apache/incubator-doris/issues/6370#issuecomment-977577440 抽样库 https://datasketches.apache.org/ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [incubator-doris] yangzhg merged pull request #7151: Optimize bitmap function count, use roaring cardinality method

2021-11-23 Thread GitBox
yangzhg merged pull request #7151: URL: https://github.com/apache/incubator-doris/pull/7151 -- 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 (b6a9207 -> c9e5780)

2021-11-23 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 b6a9207 [deps](brpc) fix compile bug that could not find protobuf lib during compile (#7197) add c9e

[GitHub] [incubator-doris] xinyiZzz commented on a change in pull request #7198: [Memory] Use TCMalloc Hook to count the real Process and Query MemTracker

2021-11-23 Thread GitBox
xinyiZzz commented on a change in pull request #7198: URL: https://github.com/apache/incubator-doris/pull/7198#discussion_r755740745 ## File path: be/src/runtime/tcmalloc_hook.h ## @@ -0,0 +1,45 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contr

[GitHub] [incubator-doris] yangzhg opened a new pull request #7211: [refactor] move orthogonal bitmap udaf as build in functions

2021-11-23 Thread GitBox
yangzhg opened a new pull request #7211: URL: https://github.com/apache/incubator-doris/pull/7211 ## Proposed changes move orthogonal bitmap udaf as build in functions add three buildin bitmap functions: - orthogonal_bitmap_intersect - orthogonal_bitmap_intersect_count

[GitHub] [incubator-doris] tinkerrrr commented on pull request #6766: upgrade thirdparty libs

2021-11-23 Thread GitBox
tinke commented on pull request #6766: URL: https://github.com/apache/incubator-doris/pull/6766#issuecomment-977590301 @morningman After this pr, can Doris 0.15 be compatible with previous version like 0.14? Since so many thirdparty libs are upgraded... -- This is an automated messa

[GitHub] [incubator-doris] 666chaoge666 commented on issue #7201: Spark Doris Connector : does not allow insertion

2021-11-23 Thread GitBox
666chaoge666 commented on issue #7201: URL: https://github.com/apache/incubator-doris/issues/7201#issuecomment-977596127 Doris Version -- 0.14.13.1 Spark connector-- doris-spark-1.0.0-SNAPSHOT -- This is an automated message from the Apache Git Service. To respond to the message, plea