[GitHub] [incubator-doris] caiconghui commented on a change in pull request #7970: [Feature] Support show tablets stmt

2022-03-03 Thread GitBox
caiconghui commented on a change in pull request #7970: URL: https://github.com/apache/incubator-doris/pull/7970#discussion_r818397722 ## File path: fe/fe-core/src/main/cup/sql_parser.cup ## @@ -2743,6 +2743,10 @@ show_param ::= {: Review comment: actually, if for

[GitHub] [incubator-doris] GoGoWen opened a new pull request #8316: fix error in PushTask.java

2022-03-03 Thread GitBox
GoGoWen opened a new pull request #8316: URL: https://github.com/apache/incubator-doris/pull/8316 # Proposed changes ## Problem Summary: Describe the overview of changes. ## Checklist(Required) 1. Does it affect the original behavior: (Yes/No/I Don't know)

[GitHub] [incubator-doris] zhangstar333 commented on a change in pull request #8307: [Vectorized][Function] support regexp&&sm4&&aes functions

2022-03-03 Thread GitBox
zhangstar333 commented on a change in pull request #8307: URL: https://github.com/apache/incubator-doris/pull/8307#discussion_r818410511 ## File path: be/src/vec/functions/function_hex.cpp ## @@ -0,0 +1,181 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// o

[GitHub] [incubator-doris] BiteTheDDDDt opened a new issue #8317: [Bug] core dump on BrokerScanNode with clang

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

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

2022-03-03 Thread GitBox
dataroaring commented on a change in pull request #8299: URL: https://github.com/apache/incubator-doris/pull/8299#discussion_r818422654 ## File path: be/src/exprs/aggregate_functions.cpp ## @@ -2265,6 +2265,206 @@ void AggregateFunctions::offset_fn_update(FunctionContext* ctx,

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8316: fix error in PushTask.java

2022-03-03 Thread GitBox
github-actions[bot] commented on pull request #8316: URL: https://github.com/apache/incubator-doris/pull/8316#issuecomment-1057804187 -- 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 commented on a change in pull request #8299: [feature] Window funnel

2022-03-03 Thread GitBox
dataroaring commented on a change in pull request #8299: URL: https://github.com/apache/incubator-doris/pull/8299#discussion_r818427464 ## File path: fe/fe-core/src/main/cup/sql_parser.cup ## @@ -4743,6 +4743,10 @@ function_call_expr ::= RESULT = new FunctionCallExpr(fn_

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

2022-03-03 Thread GitBox
BiteThet commented on a change in pull request #8299: URL: https://github.com/apache/incubator-doris/pull/8299#discussion_r818431531 ## File path: fe/fe-core/src/main/cup/sql_parser.cup ## @@ -4743,6 +4743,10 @@ function_call_expr ::= RESULT = new FunctionCallExpr(fn

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

2022-03-03 Thread GitBox
EmmyMiao87 commented on a change in pull request #8299: URL: https://github.com/apache/incubator-doris/pull/8299#discussion_r818432279 ## File path: fe/fe-core/src/main/cup/sql_parser.cup ## @@ -4743,6 +4743,10 @@ function_call_expr ::= RESULT = new FunctionCallExpr(fn_n

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

2022-03-03 Thread GitBox
BiteThet commented on a change in pull request #8299: URL: https://github.com/apache/incubator-doris/pull/8299#discussion_r818431531 ## File path: fe/fe-core/src/main/cup/sql_parser.cup ## @@ -4743,6 +4743,10 @@ function_call_expr ::= RESULT = new FunctionCallExpr(fn

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

2022-03-03 Thread GitBox
EmmyMiao87 commented on a change in pull request #8299: URL: https://github.com/apache/incubator-doris/pull/8299#discussion_r818435085 ## File path: fe/fe-core/src/main/cup/sql_parser.cup ## @@ -4743,6 +4743,10 @@ function_call_expr ::= RESULT = new FunctionCallExpr(fn_n

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

2022-03-03 Thread GitBox
BiteThet commented on a change in pull request #8299: URL: https://github.com/apache/incubator-doris/pull/8299#discussion_r818431531 ## File path: fe/fe-core/src/main/cup/sql_parser.cup ## @@ -4743,6 +4743,10 @@ function_call_expr ::= RESULT = new FunctionCallExpr(fn

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

2022-03-03 Thread GitBox
EmmyMiao87 commented on a change in pull request #8299: URL: https://github.com/apache/incubator-doris/pull/8299#discussion_r818435085 ## File path: fe/fe-core/src/main/cup/sql_parser.cup ## @@ -4743,6 +4743,10 @@ function_call_expr ::= RESULT = new FunctionCallExpr(fn_n

[GitHub] [incubator-doris] wangshuo128 commented on pull request #8297: [build](fe) Support building an individual maven module.

2022-03-03 Thread GitBox
wangshuo128 commented on pull request #8297: URL: https://github.com/apache/incubator-doris/pull/8297#issuecomment-1057818627 > I think this is not a good way, the purpose of using reversion is to unify version management, has added maven flatten plugin, in the release will play flat versi

[GitHub] [incubator-doris] wangshuo128 closed pull request #8297: [build](fe) Support building an individual maven module.

2022-03-03 Thread GitBox
wangshuo128 closed pull request #8297: URL: https://github.com/apache/incubator-doris/pull/8297 -- 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] zhangstar333 commented on a change in pull request #8299: [feature] Window funnel

2022-03-03 Thread GitBox
zhangstar333 commented on a change in pull request #8299: URL: https://github.com/apache/incubator-doris/pull/8299#discussion_r818441952 ## 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] zenoyang opened a new pull request #8318: [improvement](storage) Low cardinality string optimization in storage layer

2022-03-03 Thread GitBox
zenoyang opened a new pull request #8318: URL: https://github.com/apache/incubator-doris/pull/8318 # Proposed changes Issue Number: close #8315 Low cardinality string optimization in storage layer ## Problem Summary: Describe the overview of changes. ## Ch

[GitHub] [incubator-doris] morningman opened a new pull request #8319: [refactor] Remove mysql-connector and replace org.json with com.googlecode.json-simple

2022-03-03 Thread GitBox
morningman opened a new pull request #8319: URL: https://github.com/apache/incubator-doris/pull/8319 # Proposed changes Issue Number: close #xxx ## Problem Summary: 1. mysql-connector-java mysql-connector-java is under GLPv2 license, which is not compatible with

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8319: [refactor] Remove mysql-connector and replace org.json with com.googlecode.json-simple

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

2022-03-03 Thread GitBox
dataroaring opened a new pull request #8320: URL: https://github.com/apache/incubator-doris/pull/8320 # Proposed changes code cleanup and fix wrong url. Issue Number: close #xxx ## Problem Summary: Describe the overview of changes. ## Checklist(Required)

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8311: [Bug] Use fmt::to_string replace memory buffer::data()

2022-03-03 Thread GitBox
github-actions[bot] commented on pull request #8311: URL: https://github.com/apache/incubator-doris/pull/8311#issuecomment-1057975203 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] SWJTU-ZhangLei opened a new pull request #8321: [typo] translate the comments of schema_change.h

2022-03-03 Thread GitBox
SWJTU-ZhangLei opened a new pull request #8321: URL: https://github.com/apache/incubator-doris/pull/8321 translate the comments of be/src/olap/schema_change.h # Proposed changes Issue Number: close #xxx ## Problem Summary: Describe the overview of changes.

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8321: [typo] translate the comments of schema_change.h

2022-03-03 Thread GitBox
github-actions[bot] commented on pull request #8321: URL: https://github.com/apache/incubator-doris/pull/8321#issuecomment-1058000320 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] xinyiZzz opened a new pull request #8322: refactor_mem_tracker

2022-03-03 Thread GitBox
xinyiZzz opened a new pull request #8322: URL: https://github.com/apache/incubator-doris/pull/8322 # Proposed changes Issue Number: close #7196 ## Problem Summary: Refactor Doris MemTracker. ## Checklist(Required) 1. Does it affect the original behavior: (Y

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

2022-03-03 Thread GitBox
yiguolei commented on a change in pull request #8322: URL: https://github.com/apache/incubator-doris/pull/8322#discussion_r818636431 ## 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] yiguolei commented on a change in pull request #8322: [refactor] Impl of MemTracker, and related use

2022-03-03 Thread GitBox
yiguolei commented on a change in pull request #8322: URL: https://github.com/apache/incubator-doris/pull/8322#discussion_r818636431 ## 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] caiconghui opened a new issue #8323: [Feature] Support proc dir for showing tablet health status

2022-03-03 Thread GitBox
caiconghui opened a new issue #8323: URL: https://github.com/apache/incubator-doris/issues/8323 ### 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] caiconghui opened a new pull request #8324: [Feature](proc) Support proc dir for showing tablet health status

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

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8321: [typo] translate the comments of schema_change.h

2022-03-03 Thread GitBox
github-actions[bot] commented on pull request #8321: URL: https://github.com/apache/incubator-doris/pull/8321#issuecomment-1058097663 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] morningman merged pull request #8123: [improvement] optimize compaction too slow replica process, will set to ok if the replica compaction is done

2022-03-03 Thread GitBox
morningman merged pull request #8123: URL: https://github.com/apache/incubator-doris/pull/8123 -- 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: [improvement][fix](grouping-set)(tablet-repair) optimize compaction too slow replica process, (#8123)

2022-03-03 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 c56a372 [improvement][fix](groupin

[incubator-doris] branch master updated: [fix] fix hash table insert() may be failed but not handle this error (#8207)

2022-03-03 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 e7c4175 [fix] fix hash table inser

[GitHub] [incubator-doris] morningman closed issue #8206: [Bug] hash table `insert()` may be failed but not handle this error

2022-03-03 Thread GitBox
morningman closed issue #8206: URL: https://github.com/apache/incubator-doris/issues/8206 -- 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 #8207: [fix] fix hash table insert() may be failed but not handle this error

2022-03-03 Thread GitBox
morningman merged pull request #8207: URL: https://github.com/apache/incubator-doris/pull/8207 -- 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 #8245: fix restore with partitions cause some query fail

2022-03-03 Thread GitBox
morningman merged pull request #8245: URL: https://github.com/apache/incubator-doris/pull/8245 -- 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 #8244: [Bug] Restore with partition cause some query fail "table status is not NORMAL: RESTORE"

2022-03-03 Thread GitBox
morningman closed issue #8244: URL: https://github.com/apache/incubator-doris/issues/8244 -- 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: [improvement](restore) allow query on part of partitions when others are in RESTORE (#8245)

2022-03-03 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 80e8815 [improvement](restore) all

[GitHub] [incubator-doris] morningman closed issue #8255: [Enhancement] Support routine load task succeed with empty data consumed

2022-03-03 Thread GitBox
morningman closed issue #8255: URL: https://github.com/apache/incubator-doris/issues/8255 -- 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 #8256: [Enhancement](routine-load) Support routine load task succeed with empty data consumed

2022-03-03 Thread GitBox
morningman merged pull request #8256: URL: https://github.com/apache/incubator-doris/pull/8256 -- 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: [improvement](routine-load) Support routine load task succeed with empty data consumed (#8256)

2022-03-03 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 538df28 [improvement](routine-load

[incubator-doris] branch master updated: [fix][improvement](runtime-filter) fix string type length limit error && add runtime filter decimal support (#8282)

2022-03-03 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 0ee53be [fix][improvement](runtime

[GitHub] [incubator-doris] morningman closed issue #8281: [Bug] fix string type length limit error && add runtime filter decimal support

2022-03-03 Thread GitBox
morningman closed issue #8281: URL: https://github.com/apache/incubator-doris/issues/8281 -- 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 #8282: [Bug] fix string type length limit error && add runtime filter decimal support

2022-03-03 Thread GitBox
morningman merged pull request #8282: URL: https://github.com/apache/incubator-doris/pull/8282 -- 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 commented on a change in pull request #7970: [Feature] Support show tablets stmt

2022-03-03 Thread GitBox
morningman commented on a change in pull request #7970: URL: https://github.com/apache/incubator-doris/pull/7970#discussion_r818824185 ## File path: fe/fe-core/src/main/cup/sql_parser.cup ## @@ -2743,6 +2743,10 @@ show_param ::= {: Review comment: +1 for @caiconghu

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

2022-03-03 Thread GitBox
xinyiZzz commented on a change in pull request #8322: URL: https://github.com/apache/incubator-doris/pull/8322#discussion_r818962037 ## 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] xinyiZzz commented on a change in pull request #8322: [refactor] Impl of MemTracker, and related use

2022-03-03 Thread GitBox
xinyiZzz commented on a change in pull request #8322: URL: https://github.com/apache/incubator-doris/pull/8322#discussion_r818962037 ## 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] xinyiZzz commented on a change in pull request #8322: [refactor] Impl of MemTracker, and related use

2022-03-03 Thread GitBox
xinyiZzz commented on a change in pull request #8322: URL: https://github.com/apache/incubator-doris/pull/8322#discussion_r818962037 ## 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] wunan1210 opened a new pull request #8325: [typo]fix some typo in fe_config

2022-03-03 Thread GitBox
wunan1210 opened a new pull request #8325: URL: https://github.com/apache/incubator-doris/pull/8325 ## Problem Summary: Fix some typo in fe_config ## Checklist(Required) 1. Does it affect the original behavior: (No) 2. Has unit tests been added: (No) 3. Has docume

[GitHub] [incubator-doris] caiconghui merged pull request #8259: [Feature] Support Changing the bucketing mode of the table from Hash Distribution to Random Distribution

2022-03-03 Thread GitBox
caiconghui merged pull request #8259: URL: https://github.com/apache/incubator-doris/pull/8259 -- 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] caiconghui closed issue #8258: [Feature] Support Changing the bucketing mode of the table from Hash Distribution to Random Distribution

2022-03-03 Thread GitBox
caiconghui closed issue #8258: URL: https://github.com/apache/incubator-doris/issues/8258 -- 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: [Feature] Support Changing the bucketing mode of the table from Hash Distribution to Random Distribution (#8259)

2022-03-03 Thread caiconghui
This is an automated email from the ASF dual-hosted git repository. caiconghui 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 46ca23f [Feature] Support Changing

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8325: [typo]fix some typo in fe_config

2022-03-03 Thread GitBox
github-actions[bot] commented on pull request #8325: URL: https://github.com/apache/incubator-doris/pull/8325#issuecomment-1058746742 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] HackToday commented on issue #7551: [Proposal] Replace rapidjson with simdjson

2022-03-03 Thread GitBox
HackToday commented on issue #7551: URL: https://github.com/apache/incubator-doris/issues/7551#issuecomment-1058769769 Is it still on going ? @yangzhg -- 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] weizuo93 commented on a change in pull request #8146: [Enhancement] Support Skipping compaction lower replica where select queryable replica for better scan performance

2022-03-03 Thread GitBox
weizuo93 commented on a change in pull request #8146: URL: https://github.com/apache/incubator-doris/pull/8146#discussion_r819231008 ## File path: fe/fe-core/src/main/java/org/apache/doris/catalog/Tablet.java ## @@ -227,10 +231,25 @@ public void getQueryableReplicas(List allQu

[GitHub] [incubator-doris] dataroaring opened a new pull request #8328: RowBlockAllocator::allocate should return non success code on failure

2022-03-03 Thread GitBox
dataroaring opened a new pull request #8328: URL: https://github.com/apache/incubator-doris/pull/8328 # 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] zbtzbtzbt opened a new pull request #8329: [refactor] simplify column permute

2022-03-03 Thread GitBox
zbtzbtzbt opened a new pull request #8329: URL: https://github.com/apache/incubator-doris/pull/8329 # Proposed changes refactor column::permute (refer to clickhouse. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-doris] caiconghui commented on a change in pull request #8146: [Enhancement] Support Skipping compaction lower replica where select queryable replica for better scan performance

2022-03-03 Thread GitBox
caiconghui commented on a change in pull request #8146: URL: https://github.com/apache/incubator-doris/pull/8146#discussion_r819249746 ## File path: fe/fe-core/src/main/java/org/apache/doris/catalog/Tablet.java ## @@ -227,10 +231,25 @@ public void getQueryableReplicas(List all

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

2022-03-03 Thread GitBox
yiguolei commented on a change in pull request #8322: URL: https://github.com/apache/incubator-doris/pull/8322#discussion_r819251001 ## 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] wunan1210 opened a new pull request #8330: [improvement]support doriswriter build in macos

2022-03-03 Thread GitBox
wunan1210 opened a new pull request #8330: URL: https://github.com/apache/incubator-doris/pull/8330 # Proposed changes support doriswriter build in macos by changing init-env.sh ## Checklist(Required) 1. Does it affect the original behavior: (No) 2. Has unit tests bee

[GitHub] [incubator-doris] github-actions[bot] commented on pull request #8146: [Enhancement] Support Skipping compaction lower replica where select queryable replica for better scan performance

2022-03-03 Thread GitBox
github-actions[bot] commented on pull request #8146: URL: https://github.com/apache/incubator-doris/pull/8146#issuecomment-1058833046 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-flink-connector] bridgeDream opened a new pull request #13: Feature/20220305 support flush when batch bytes reach threshold

2022-03-03 Thread GitBox
bridgeDream opened a new pull request #13: URL: https://github.com/apache/incubator-doris-flink-connector/pull/13 # Proposed changes ## Problem Summary: 目前,dorisSink 刷入 batch 的时机依赖 "batchSize" 和 "batchIntervalMs",一般情形下是能够符合预期的;但是当数据源流量或者单条消息数据量极大时,可能会造成单个 batch 的数据很大,进而会导致数据刷入 do

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

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