[incubator-doris] branch master updated (477b87c -> d9c2c2c)

2022-03-06 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 477b87c [feature](vec) Support update stmt in vec query engine (#8296) add d9c2c2c Revert "[refactor

[GitHub] [incubator-doris] zz-jason opened a new issue #8374: [Feature] support TiKV as an option for metadata storage

2022-03-06 Thread GitBox
zz-jason opened a new issue #8374: URL: https://github.com/apache/incubator-doris/issues/8374 ### 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] yangzhg merged pull request #8372: [revert] Revert "[refactor] remove unused new_in_predicate code"

2022-03-06 Thread GitBox
yangzhg merged pull request #8372: URL: https://github.com/apache/incubator-doris/pull/8372 -- 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] yangzhg commented on pull request #8372: [revert] Revert "[refactor] remove unused new_in_predicate code"

2022-03-06 Thread GitBox
yangzhg commented on pull request #8372: URL: https://github.com/apache/incubator-doris/pull/8372#issuecomment-1060286755 merge it to fix p0 test error -- 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] github-actions[bot] commented on pull request #8372: [revert] Revert "[refactor] remove unused new_in_predicate code"

2022-03-06 Thread GitBox
github-actions[bot] commented on pull request #8372: URL: https://github.com/apache/incubator-doris/pull/8372#issuecomment-1060283749 -- 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] zhangstar333 opened a new pull request #8373: [Refactor] to_bitmap(-1) return NULL instead of return parse failed error_message

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

[GitHub] [incubator-doris] yangzhg opened a new pull request #8372: [revert] Revert "[refactor] remove unused new_in_predicate code"

2022-03-06 Thread GitBox
yangzhg opened a new pull request #8372: URL: https://github.com/apache/incubator-doris/pull/8372 Reverts apache/incubator-doris#8263 -- 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

[incubator-doris] branch revert-8263-remove_code created (now 4ce2b4a)

2022-03-06 Thread yangzhg
This is an automated email from the ASF dual-hosted git repository. yangzhg pushed a change to branch revert-8263-remove_code in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. at 4ce2b4a Revert "[refactor] remove unused new_in_predicate code (#8263)" This branch inc

[incubator-doris] 01/01: Revert "[refactor] remove unused new_in_predicate code (#8263)"

2022-03-06 Thread yangzhg
This is an automated email from the ASF dual-hosted git repository. yangzhg pushed a commit to branch revert-8263-remove_code in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit 4ce2b4a1f75f7aee14a03f691cf1ddf103f211ba Author: Zhengguo Yang <780531...@qq.com> AuthorDate:

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #8355: [improvement][fix](insert)(replay) support SHOW LAST INSERT stmt and fix json replay bug

2022-03-06 Thread GitBox
EmmyMiao87 commented on a change in pull request #8355: URL: https://github.com/apache/incubator-doris/pull/8355#discussion_r820435667 ## File path: fe/fe-core/src/main/java/org/apache/doris/analysis/ShowLastInsertStmt.java ## @@ -0,0 +1,55 @@ +// Licensed to the Apache Softwa

[GitHub] [incubator-doris] zbtzbtzbt commented on pull request #8193: [refactor](storage)(olap) improve pageDecoder using final keyword and reuse BinaryDictPageDecoder's members

2022-03-06 Thread GitBox
zbtzbtzbt commented on pull request #8193: URL: https://github.com/apache/incubator-doris/pull/8193#issuecomment-1060263635 I add a run-able link for `final` speed test. https://godbolt.org/z/v3MbqTrKf -- This is an automated message from the Apache Git Service. To respond to the message,

[incubator-doris] 02/02: [feature-wip][array-type] Support ArrayLiteral in SQL. (#8089)

2022-03-06 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch array-type in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit 28ea295ec8318c88258e2644df8d8701c2bd4180 Author: Adonis Ling AuthorDate: Fri Feb 18 10:59:57 2022 +0800

[incubator-doris] 01/02: [feature-wip](array-type) Create table with nested array type. (#8003)

2022-03-06 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch array-type in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit 3e2d90d60be35b30d087e7d04e635ba75932c7dd Author: Adonis Ling AuthorDate: Wed Feb 16 12:44:30 2022 +0800

[incubator-doris] branch array-type updated (04ad3d2 -> 28ea295)

2022-03-06 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch array-type in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. omit 04ad3d2 [feature-wip][array-type] Support ArrayLiteral in SQL. (#8089) omit ac6048a [feature-w

[GitHub] [incubator-doris] hf200012 opened a new pull request #8371: Update hive support version,hive:3.1.2

2022-03-06 Thread GitBox
hf200012 opened a new pull request #8371: URL: https://github.com/apache/incubator-doris/pull/8371 Update hive support version:3.1.2 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required)

[GitHub] [incubator-doris] Userwhite opened a new pull request #8370: Support get metric by name

2022-03-06 Thread GitBox
Userwhite opened a new pull request #8370: URL: https://github.com/apache/incubator-doris/pull/8370 # Proposed changes add api parameter for metric name ## Problem Summary: support get metric by name(url) ## Checklist(Required) 1. Does it affect the origina

[GitHub] [incubator-doris-flink-connector] bridgeDream commented on pull request #13: Feature/20220305 support flush when batch bytes reach threshold

2022-03-06 Thread GitBox
bridgeDream commented on pull request #13: URL: https://github.com/apache/incubator-doris-flink-connector/pull/13#issuecomment-1060243759 > Update documentation configuration parameter description @bridgeDream Hi, I had already submitted a PR to update the document in https://github

[GitHub] [incubator-doris] bridgeDream opened a new pull request #8369: [docs] Update documentation configuration parameter `sink.batch.bytes…

2022-03-06 Thread GitBox
bridgeDream opened a new pull request #8369: URL: https://github.com/apache/incubator-doris/pull/8369 …` in flink-doris-connector # Proposed changes ## Problem Summary: Please refer to: https://github.com/apache/incubator-doris-flink-connector/pull/13 ##

[GitHub] [incubator-doris] adonis0147 opened a new pull request #8368: [feature-wip][array-type] Array data can be loaded in stream load.

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

[GitHub] [incubator-doris] adonis0147 opened a new issue #8367: [feature-wip][array-type] Array data can be loaded in stream load.

2022-03-06 Thread GitBox
adonis0147 opened a new issue #8367: URL: https://github.com/apache/incubator-doris/issues/8367 ### 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] steadyBoy commented on a change in pull request #8339: [docs] add document conditional-functions

2022-03-06 Thread GitBox
steadyBoy commented on a change in pull request #8339: URL: https://github.com/apache/incubator-doris/pull/8339#discussion_r820409945 ## File path: docs/en/sql-reference/sql-functions/conditional-functions/if.md ## @@ -0,0 +1,48 @@ +--- +{ +"title": "if", +"language": "

[GitHub] [incubator-doris] steadyBoy commented on a change in pull request #8339: [docs] add document conditional-functions

2022-03-06 Thread GitBox
steadyBoy commented on a change in pull request #8339: URL: https://github.com/apache/incubator-doris/pull/8339#discussion_r820409012 ## File path: docs/en/sql-reference/sql-functions/conditional-functions/ifnull.md ## @@ -0,0 +1,54 @@ +--- +{ +"title": "ifnull", +"lang

[GitHub] [incubator-doris] yiguolei commented on pull request #8352: [improvement]support build with parallel parameter only

2022-03-06 Thread GitBox
yiguolei commented on pull request #8352: URL: https://github.com/apache/incubator-doris/pull/8352#issuecomment-1060231896 > If too many build thread will cause OOM, then it is ok for me. And I will track this issue. -- This is an automated message from the Apache Git Service. To res

[incubator-doris] 01/03: [fix] Use fmt::to_string replace memory buffer::data() (#8311)

2022-03-06 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.0 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit 2028994543fe1c5a85109ad3bde60101c8f76cfa Author: HappenLee AuthorDate: Sun Mar 6 13:44:11 2022 +0800

[incubator-doris] branch dev-1.0.0 updated (f4e0971 -> d7f8a5d)

2022-03-06 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch dev-1.0.0 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from f4e0971 [fix][vectorized] coredump about const compare in exchange node (#8302) new 2028994 [

[incubator-doris] 02/03: [fix][vectorized] Fix error cast to boolean (#8345)

2022-03-06 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.0 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit 15b09d1692c10a58225569d2d2e34ffd41ec4d42 Author: HappenLee AuthorDate: Sun Mar 6 13:47:46 2022 +0800

[incubator-doris] 03/03: [feature](vec) Support update stmt in vec query engine (#8296)

2022-03-06 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch dev-1.0.0 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit d7f8a5d79e804f44b02323170e2cf5d1026627ba Author: HappenLee AuthorDate: Mon Mar 7 14:03:55 2022 +0800

[GitHub] [incubator-doris] morningman commented on pull request #8352: [improvement]support build with parallel parameter only

2022-03-06 Thread GitBox
morningman commented on pull request #8352: URL: https://github.com/apache/incubator-doris/pull/8352#issuecomment-1060225204 > Hi everybody, I think we should think about this feature. I think we should set the parallel parameter to half of the build machine's CPU core. Because many user f

[incubator-doris] branch master updated: [feature](vec) Support update stmt in vec query engine (#8296)

2022-03-06 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 477b87c [feature](vec) Support upd

[GitHub] [incubator-doris] morningman closed issue #8295: [Feature] Support update query in vec query engine

2022-03-06 Thread GitBox
morningman closed issue #8295: URL: https://github.com/apache/incubator-doris/issues/8295 -- 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 #8296: [Feature] Support update stmt in vec query engine

2022-03-06 Thread GitBox
morningman merged pull request #8296: URL: https://github.com/apache/incubator-doris/pull/8296 -- 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] yiguolei commented on pull request #8352: [improvement]support build with parallel parameter only

2022-03-06 Thread GitBox
yiguolei commented on pull request #8352: URL: https://github.com/apache/incubator-doris/pull/8352#issuecomment-1060222308 Hi everybody, I think we should think about this feature. I think we should set the parallel parameter to half of the build machine's CPU core. Because many user fee

[GitHub] [incubator-doris] morningman opened a new issue #8366: [Feature] Support user level memory limit settings

2022-03-06 Thread GitBox
morningman opened a new issue #8366: URL: https://github.com/apache/incubator-doris/issues/8366 ### 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 opened a new pull request #8365: [feature](user-property) Support user level exec_mem_limit and load_mem_limit

2022-03-06 Thread GitBox
morningman opened a new pull request #8365: URL: https://github.com/apache/incubator-doris/pull/8365 # Proposed changes Issue Number: close #xxx ## Problem Summary: ``` SET PROPERTY FOR 'jack' 'exec_mem_limit' = '2147483648'; SET PROPERTY FOR 'jack' 'load_mem_limit

[GitHub] [incubator-doris] carlvinhust2012 opened a new pull request #8364: [Function] Add compare_version function and ut

2022-03-06 Thread GitBox
carlvinhust2012 opened a new pull request #8364: URL: https://github.com/apache/incubator-doris/pull/8364 # Proposed changes Add compare_version function and ut. the function will return the compared result of two version. Issue Number: close #xxx ## Problem Summary: Des

[GitHub] [incubator-doris] morningman opened a new pull request #8363: [fix](broker-load) fix bug that a cancelled job's state is LOADING

2022-03-06 Thread GitBox
morningman opened a new pull request #8363: URL: https://github.com/apache/incubator-doris/pull/8363 # Proposed changes Issue Number: close #8362 ## Problem Summary: Before executing LoadLoadingTask of a broker load, we should check if the job is cancelled. ##

[GitHub] [incubator-doris] morningman opened a new issue #8362: [Bug] Broker Load job's state is LOADING while the job is actually CANCELLED

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

[GitHub] [incubator-doris] zenoyang commented on a change in pull request #8318: [improvement](storage) Low cardinality string optimization in storage layer

2022-03-06 Thread GitBox
zenoyang commented on a change in pull request #8318: URL: https://github.com/apache/incubator-doris/pull/8318#discussion_r820376713 ## File path: be/src/vec/columns/column_dictionary.h ## @@ -0,0 +1,381 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or m

[GitHub] [incubator-doris] zenoyang commented on a change in pull request #8318: [improvement](storage) Low cardinality string optimization in storage layer

2022-03-06 Thread GitBox
zenoyang commented on a change in pull request #8318: URL: https://github.com/apache/incubator-doris/pull/8318#discussion_r820376504 ## File path: be/src/olap/rowset/segment_v2/binary_dict_page.cpp ## @@ -240,6 +241,16 @@ void BinaryDictPageDecoder::set_dict_decoder(PageDecoder

[GitHub] [incubator-doris] zenoyang commented on a change in pull request #8318: [improvement](storage) Low cardinality string optimization in storage layer

2022-03-06 Thread GitBox
zenoyang commented on a change in pull request #8318: URL: https://github.com/apache/incubator-doris/pull/8318#discussion_r820376317 ## File path: be/src/vec/columns/column_dictionary.h ## @@ -0,0 +1,381 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or m

[GitHub] [incubator-doris] zenoyang commented on a change in pull request #8318: [improvement](storage) Low cardinality string optimization in storage layer

2022-03-06 Thread GitBox
zenoyang commented on a change in pull request #8318: URL: https://github.com/apache/incubator-doris/pull/8318#discussion_r820376200 ## File path: be/src/olap/rowset/segment_v2/binary_dict_page.cpp ## @@ -132,7 +134,6 @@ void BinaryDictPageBuilder::reset() { } else {

[GitHub] [incubator-doris] kangshisen opened a new pull request #8361: fix doc

2022-03-06 Thread GitBox
kangshisen opened a new pull request #8361: URL: https://github.com/apache/incubator-doris/pull/8361 the doc of help broker load is wrong fix complete -- 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 t

[GitHub] [incubator-doris-spark-connector] morningman opened a new pull request #13: [chore] fix name bug in build.sh

2022-03-06 Thread GitBox
morningman opened a new pull request #13: URL: https://github.com/apache/incubator-doris-spark-connector/pull/13 # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the o

[incubator-doris-spark-connector] annotated tag 3.1_2.12-1.0.1 updated (c1ca48f -> 556df83)

2022-03-06 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to annotated tag 3.1_2.12-1.0.1 in repository https://gitbox.apache.org/repos/asf/incubator-doris-spark-connector.git. *** WARNING: tag 3.1_2.12-1.0.1 was modified! *** from c1ca48f (commit)

[GitHub] [incubator-doris] Userwhite commented on issue #8360: [Enhancement] support disable slow node's execution ability to ensure query performance

2022-03-06 Thread GitBox
Userwhite commented on issue #8360: URL: https://github.com/apache/incubator-doris/issues/8360#issuecomment-1060165392 > you can type `help alter system` for more detail info, now doris support disable query or load for backend manually; 是的,我这个提议是基于disable query这个功能的。希望FE能够自动发现慢节点并d

[incubator-doris-spark-connector] annotated tag 2.3_2.11-1.0.1 updated (258e037 -> 0fab007)

2022-03-06 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to annotated tag 2.3_2.11-1.0.1 in repository https://gitbox.apache.org/repos/asf/incubator-doris-spark-connector.git. *** WARNING: tag 2.3_2.11-1.0.1 was modified! *** from 258e037 (commit)

[GitHub] [incubator-doris] caiconghui commented on issue #8360: [Enhancement] support disable slow node's execution ability to ensure query performance

2022-03-06 Thread GitBox
caiconghui commented on issue #8360: URL: https://github.com/apache/incubator-doris/issues/8360#issuecomment-1060163253 you can type `help alter system` for more detail info, now doris support disable query or load for backend manually; -- This is an automated message from the Apache Gi

[GitHub] [incubator-doris] Userwhite opened a new issue #8360: [Enhancement] support disable slow node's execution ability to ensure query performance

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

[incubator-doris-spark-connector] annotated tag 2.3_2.11-1.0.1 updated (0d79b1c -> 42f261e)

2022-03-06 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to annotated tag 2.3_2.11-1.0.1 in repository https://gitbox.apache.org/repos/asf/incubator-doris-spark-connector.git. *** WARNING: tag 2.3_2.11-1.0.1 was modified! *** from 0d79b1c (commit)

[incubator-doris-spark-connector] annotated tag 3.1_2.12-1.0.1 updated (c99448d -> 40b78c2)

2022-03-06 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to annotated tag 3.1_2.12-1.0.1 in repository https://gitbox.apache.org/repos/asf/incubator-doris-spark-connector.git. *** WARNING: tag 3.1_2.12-1.0.1 was modified! *** from c99448d (commit)

[incubator-doris-flink-connector] annotated tag 1.11_2.12-1.0.3 updated (4961f44 -> cd83b15)

2022-03-06 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to annotated tag 1.11_2.12-1.0.3 in repository https://gitbox.apache.org/repos/asf/incubator-doris-flink-connector.git. *** WARNING: tag 1.11_2.12-1.0.3 was modified! *** from 4961f44 (commit)

[incubator-doris-flink-connector] annotated tag 1.12_2.12-1.0.3 updated (661b068 -> caad5ea)

2022-03-06 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to annotated tag 1.12_2.12-1.0.3 in repository https://gitbox.apache.org/repos/asf/incubator-doris-flink-connector.git. *** WARNING: tag 1.12_2.12-1.0.3 was modified! *** from 661b068 (commit)

[GitHub] [incubator-doris] HappenLee opened a new pull request #8358: [Doc][Vectorized] Add vectorized execution engine docs

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

[incubator-doris-flink-connector] annotated tag 1.13_2.12-1.0.3 updated (b8828af -> 832ca30)

2022-03-06 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to annotated tag 1.13_2.12-1.0.3 in repository https://gitbox.apache.org/repos/asf/incubator-doris-flink-connector.git. *** WARNING: tag 1.13_2.12-1.0.3 was modified! *** from b8828af (commit)

[GitHub] [incubator-doris] zhangstar333 opened a new issue #8357: [Refactor] to_bitmap(-1) return NULL instead of return parse failed error_message

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

[incubator-doris-flink-connector] annotated tag 1.14_2.12-1.0.3 updated (c076349 -> 5d5f1ac)

2022-03-06 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to annotated tag 1.14_2.12-1.0.3 in repository https://gitbox.apache.org/repos/asf/incubator-doris-flink-connector.git. *** WARNING: tag 1.14_2.12-1.0.3 was modified! *** from c076349 (commit)

[GitHub] [incubator-doris] zbtzbtzbt commented on issue #8266: [Enhancement]

2022-03-06 Thread GitBox
zbtzbtzbt commented on issue #8266: URL: https://github.com/apache/incubator-doris/issues/8266#issuecomment-1060143056 can you discribe your issue in more detail? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the U

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #8299: [feature] Window funnel

2022-03-06 Thread GitBox
EmmyMiao87 commented on a change in pull request #8299: URL: https://github.com/apache/incubator-doris/pull/8299#discussion_r820344685 ## File path: fe/fe-core/src/main/java/org/apache/doris/catalog/Function.java ## @@ -102,6 +102,8 @@ private Type retType; // Array o

[GitHub] [incubator-doris] emmataobao commented on issue #8331: [Bug] doris on es 中 连接es ip问题

2022-03-06 Thread GitBox
emmataobao commented on issue #8331: URL: https://github.com/apache/incubator-doris/issues/8331#issuecomment-1060112459 这个问题同样出现使用docker在doris部署上,我使用编译后自己制作镜像进行部署。但是我部署好be和fe,在ALTER SYSTEM ADD BACKEND "host:port",我的host使用的是宿主机ip的话,SHOW PROC '/backends'; , isAlive就是false,我不得不使用docker容器和宿主机

[GitHub] [incubator-doris] zhaomin1423 commented on issue #8356: [Bug] broker load can't set not to import a part of columns when the file format is parquet

2022-03-06 Thread GitBox
zhaomin1423 commented on issue #8356: URL: https://github.com/apache/incubator-doris/issues/8356#issuecomment-1060111973 When the column name of parquet file and doris column name is same, the column must be loaded, otherwise, I don't expect the column be loaded, because I don't set it

[GitHub] [incubator-doris] zhangstar333 commented on a change in pull request #8299: [feature] Window funnel

2022-03-06 Thread GitBox
zhangstar333 commented on a change in pull request #8299: URL: https://github.com/apache/incubator-doris/pull/8299#discussion_r820330598 ## File path: be/src/vec/aggregate_functions/aggregate_function_window_funnel.h ## @@ -0,0 +1,210 @@ +// Licensed to the Apache Software Foun

[GitHub] [incubator-doris] zhaomin1423 opened a new issue #8356: [Bug] broker load can't set not to import a part of columns when the file format is parquet

2022-03-06 Thread GitBox
zhaomin1423 opened a new issue #8356: URL: https://github.com/apache/incubator-doris/issues/8356 ### 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 0.

[GitHub] [incubator-doris] emmataobao commented on issue #8331: [Bug] doris on es 中 连接es ip问题

2022-03-06 Thread GitBox
emmataobao commented on issue #8331: URL: https://github.com/apache/incubator-doris/issues/8331#issuecomment-1060110295 如果我的es集群部署方式是物理机部署,或者be安装在es部署节点上,则不会出现上述问题。如果我的es集群为docker部署,且宿主机无be部署则会出现上述问题。 -- This is an automated message from the Apache Git Service. To respond to the

[incubator-doris] branch master updated: support doriswriter build in macos (#8330)

2022-03-06 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 3b159a9 support doriswriter buil

[GitHub] [incubator-doris] hf200012 merged pull request #8330: [improvement]support doriswriter build in macos

2022-03-06 Thread GitBox
hf200012 merged pull request #8330: URL: https://github.com/apache/incubator-doris/pull/8330 -- 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] emmataobao commented on issue #8331: [Bug] doris on es 中 连接es ip问题

2022-03-06 Thread GitBox
emmataobao commented on issue #8331: URL: https://github.com/apache/incubator-doris/issues/8331#issuecomment-1060109317 > 这个报错是refused不是timed out,所以先确认下172.17.0.2上9200是否打开了并且是否防火墙允许访问? 我在配置上的ip是 "hosts" = "http://192.168.5.242:9200"; , 但是doris 连接的时候将ip转成docker ip172.17.0.2 ,为什么出现re

[GitHub] [incubator-doris] stalary commented on issue #7540: 行过滤和列脱敏[Feature]

2022-03-06 Thread GitBox
stalary commented on issue #7540: URL: https://github.com/apache/incubator-doris/issues/7540#issuecomment-1060069844 It seems that we had better devise a separate grammar,reference gaussDB:https://support.huaweicloud.com/devg2-dws/dws_0402_0041.html clickhouse:https://www.bookstack.c

[GitHub] [incubator-doris] stalary removed a comment on issue #7540: 行过滤和列脱敏[Feature]

2022-03-06 Thread GitBox
stalary removed a comment on issue #7540: URL: https://github.com/apache/incubator-doris/issues/7540#issuecomment-1059969632 I'll implement it this way `grant row_priv on db.tbl AS RESTRICTIVE to 'root' USING(a = xxx)` -- This is an automated message from the Apache Git Service. To

[GitHub] [incubator-doris] morningman opened a new pull request #8355: [improvement][fix](insert)(replay) support SHOW LAST INSERT stmt and fix json replay bug

2022-03-06 Thread GitBox
morningman opened a new pull request #8355: URL: https://github.com/apache/incubator-doris/pull/8355 # Proposed changes Issue Number: close #8354 ## Problem Summary: 1. support SHOW LAST INSERT In the current implementation, the insert operation returns a json st

[GitHub] [incubator-doris] morningman opened a new issue #8354: [Bug]

2022-03-06 Thread GitBox
morningman opened a new issue #8354: URL: https://github.com/apache/incubator-doris/issues/8354 ### 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] stalary commented on issue #7540: 行过滤和列脱敏[Feature]

2022-03-06 Thread GitBox
stalary commented on issue #7540: URL: https://github.com/apache/incubator-doris/issues/7540#issuecomment-1059969632 I'll implement it this way `grant row_priv on db.tbl AS RESTRICTIVE to 'root' USING(a = xxx)` -- This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-doris-spark-connector] hf200012 merged pull request #11: Docs: Change http to https

2022-03-06 Thread GitBox
hf200012 merged pull request #11: URL: https://github.com/apache/incubator-doris-spark-connector/pull/11 -- 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-spark-connector] branch master updated: Docs: Change http to https (#11)

2022-03-06 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-spark-connector.git The following commit(s) were added to refs/heads/master by this push: new 869cbcc Docs: C

[GitHub] [incubator-doris] xinyiZzz commented on a change in pull request #8322: [refactor] Impl of MemTracker, and related use

2022-03-06 Thread GitBox
xinyiZzz commented on a change in pull request #8322: URL: https://github.com/apache/incubator-doris/pull/8322#discussion_r820210536 ## File path: be/src/exec/es/es_scroll_parser.cpp ## @@ -410,11 +411,12 @@ Status ScrollParser::fill_tuple(const TupleDescriptor* tuple_desc, Tu

[GitHub] [incubator-doris] xinyiZzz commented on a change in pull request #8322: [refactor] Impl of MemTracker, and related use

2022-03-06 Thread GitBox
xinyiZzz commented on a change in pull request #8322: URL: https://github.com/apache/incubator-doris/pull/8322#discussion_r820212977 ## File path: be/src/olap/task/engine_alter_tablet_task.cpp ## @@ -18,13 +18,21 @@ #include "olap/task/engine_alter_tablet_task.h" #include "

[GitHub] [incubator-doris] xinyiZzz commented on a change in pull request #8322: [refactor] Impl of MemTracker, and related use

2022-03-06 Thread GitBox
xinyiZzz commented on a change in pull request #8322: URL: https://github.com/apache/incubator-doris/pull/8322#discussion_r820212845 ## File path: be/src/exprs/expr_context.cpp ## @@ -371,10 +376,11 @@ Status ExprContext::get_const_value(RuntimeState* state, Expr& expr, AnyVal

[GitHub] [incubator-doris] xinyiZzz commented on a change in pull request #8322: [refactor] Impl of MemTracker, and related use

2022-03-06 Thread GitBox
xinyiZzz commented on a change in pull request #8322: URL: https://github.com/apache/incubator-doris/pull/8322#discussion_r820210536 ## File path: be/src/exec/es/es_scroll_parser.cpp ## @@ -410,11 +411,12 @@ Status ScrollParser::fill_tuple(const TupleDescriptor* tuple_desc, Tu

[GitHub] [incubator-doris] xinyiZzz commented on a change in pull request #8322: [refactor] Impl of MemTracker, and related use

2022-03-06 Thread GitBox
xinyiZzz commented on a change in pull request #8322: URL: https://github.com/apache/incubator-doris/pull/8322#discussion_r820210300 ## File path: be/src/exec/hash_table.cpp ## @@ -244,7 +244,7 @@ void HashTable::grow_node_array() { _alloc_list.push_back(_current_nodes);

[GitHub] [incubator-doris] stalary commented on issue #7540: 行过滤和列脱敏[Feature]

2022-03-06 Thread GitBox
stalary commented on issue #7540: URL: https://github.com/apache/incubator-doris/issues/7540#issuecomment-1059931541 I think we should refer to pg's design and support both OR and AND by configuration, while ignoring `where` in configuration -- This is an automated message from the Apac

[GitHub] [incubator-doris] stalary closed issue #8353: [Feature] Supports row-level permissions

2022-03-06 Thread GitBox
stalary closed issue #8353: URL: https://github.com/apache/incubator-doris/issues/8353 -- 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-uns

[GitHub] [incubator-doris-manager] hf200012 merged pull request #2: [Bug-Fix][Manager] fix swapping space name and user name bug.

2022-03-06 Thread GitBox
hf200012 merged pull request #2: URL: https://github.com/apache/incubator-doris-manager/pull/2 -- 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-manager] branch master updated: [Bug-Fix][Manager] fix swapping space name and user name when creating space bug. (#2)

2022-03-06 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 1dd72e0 [Bug-Fix][Manage

[GitHub] [incubator-doris] morningman commented on a change in pull request #8322: [refactor] Impl of MemTracker, and related use

2022-03-06 Thread GitBox
morningman commented on a change in pull request #8322: URL: https://github.com/apache/incubator-doris/pull/8322#discussion_r820197198 ## File path: be/src/exprs/expr_context.cpp ## @@ -371,10 +376,11 @@ Status ExprContext::get_const_value(RuntimeState* state, Expr& expr, AnyV

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8352: [improvement]support build with parallel parameter only

2022-03-06 Thread GitBox
github-actions[bot] commented on pull request #8352: URL: https://github.com/apache/incubator-doris/pull/8352#issuecomment-1059925774 -- 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] stalary opened a new issue #8353: [Feature] Supports row-level permissions

2022-03-06 Thread GitBox
stalary opened a new issue #8353: URL: https://github.com/apache/incubator-doris/issues/8353 ### 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 Re

[incubator-doris] branch master updated (2519f8b -> 1879623)

2022-03-06 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.git. from 2519f8b format fe config title , add link for tablet_rebalancer_type (#8346) add 1879623 [docs

[GitHub] [incubator-doris] hf200012 merged pull request #8343: [docs]update http port doc to be more intuitive

2022-03-06 Thread GitBox
hf200012 merged pull request #8343: URL: https://github.com/apache/incubator-doris/pull/8343 -- 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 merged pull request #8346: [docs]modify docs

2022-03-06 Thread GitBox
hf200012 merged pull request #8346: URL: https://github.com/apache/incubator-doris/pull/8346 -- 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: format fe config title , add link for tablet_rebalancer_type (#8346)

2022-03-06 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 2519f8b format fe config title ,

[GitHub] [incubator-doris-flink-connector] hf200012 edited a comment on pull request #13: Feature/20220305 support flush when batch bytes reach threshold

2022-03-06 Thread GitBox
hf200012 edited a comment on pull request #13: URL: https://github.com/apache/incubator-doris-flink-connector/pull/13#issuecomment-1059714657 Update documentation configuration parameter description @bridgeDream -- This is an automated message from the Apache Git Service. To respond to

[incubator-doris-website] branch master updated: 修改文档错误别字

2022-03-06 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-website.git The following commit(s) were added to refs/heads/master by this push: new 4970454 修改文档错误别字 ne