[GitHub] [incubator-doris] caiconghui commented on a change in pull request #2737: Support replication_num setting for table level

2020-01-12 Thread GitBox
caiconghui commented on a change in pull request #2737: Support replication_num setting for table level URL: https://github.com/apache/incubator-doris/pull/2737#discussion_r365582329 ## File path: fe/src/main/java/org/apache/doris/analysis/SingleRangePartitionDesc.java ##

[GitHub] [incubator-doris] caiconghui commented on a change in pull request #2737: Support replication_num setting for table level

2020-01-12 Thread GitBox
caiconghui commented on a change in pull request #2737: Support replication_num setting for table level URL: https://github.com/apache/incubator-doris/pull/2737#discussion_r365581841 ## File path: fe/src/main/java/org/apache/doris/catalog/Catalog.java ## @@ -3908,6

[GitHub] [incubator-doris] caiconghui commented on a change in pull request #2737: Support replication_num setting for table level

2020-01-12 Thread GitBox
caiconghui commented on a change in pull request #2737: Support replication_num setting for table level URL: https://github.com/apache/incubator-doris/pull/2737#discussion_r365582307 ## File path: fe/src/main/java/org/apache/doris/catalog/OlapTable.java ## @@ -148,6

[GitHub] [incubator-doris] kangkaisen opened a new issue #2739: Doris 0.11 tablet balance forever

2020-01-12 Thread GitBox
kangkaisen opened a new issue #2739: Doris 0.11 tablet balance forever URL: https://github.com/apache/incubator-doris/issues/2739 **Describe the bug** ``` 2020-01-13 10:50:48,587 DEBUG 45 [ClusterLoadStatistic.getBackendStatisticByClass():312] after adjust, cluster default_cluster

[GitHub] [incubator-doris] liutang123 commented on a change in pull request #2630: Support bitmap index for more type

2020-01-12 Thread GitBox
liutang123 commented on a change in pull request #2630: Support bitmap index for more type URL: https://github.com/apache/incubator-doris/pull/2630#discussion_r365657868 ## File path: be/src/util/frame_of_reference_coding.h ## @@ -37,16 +41,23 @@ namespace doris { // 1.

[GitHub] [incubator-doris] zhangy5 opened a new issue #2741: load orc format file failed, because of decimal type

2020-01-12 Thread GitBox
zhangy5 opened a new issue #2741: load orc format file failed, because of decimal type URL: https://github.com/apache/incubator-doris/issues/2741 **Describe the bug** Broker load error msg: The field name(decimal_key) type not support. In doris table decimal_key is

[GitHub] [incubator-doris] liutang123 commented on a change in pull request #2630: Support bitmap index for more type

2020-01-12 Thread GitBox
liutang123 commented on a change in pull request #2630: Support bitmap index for more type URL: https://github.com/apache/incubator-doris/pull/2630#discussion_r365662704 ## File path: be/src/util/frame_of_reference_coding.cpp ## @@ -25,10 +25,32 @@ namespace doris {

[incubator-doris] branch master updated (4e86825 -> a99a49a)

2020-01-12 Thread zhaoc
This is an automated email from the ASF dual-hosted git repository. zhaoc pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from 4e86825 Add .clang-format and docs (#2724) add a99a49a Add bitamp_to_string function (#2731) No new

[GitHub] [incubator-doris] imay merged pull request #2731: Add bitamp_to_string function

2020-01-12 Thread GitBox
imay merged pull request #2731: Add bitamp_to_string function URL: https://github.com/apache/incubator-doris/pull/2731 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-doris] kangkaisen opened a new pull request #2740: Don't balance when Available BE num less then tablet Replica num

2020-01-12 Thread GitBox
kangkaisen opened a new pull request #2740: Don't balance when Available BE num less then tablet Replica num URL: https://github.com/apache/incubator-doris/pull/2740 For https://github.com/apache/incubator-doris/issues/2739

[GitHub] [incubator-doris] morningman commented on a change in pull request #2737: Support replication_num setting for table level

2020-01-12 Thread GitBox
morningman commented on a change in pull request #2737: Support replication_num setting for table level URL: https://github.com/apache/incubator-doris/pull/2737#discussion_r365637502 ## File path: fe/src/main/java/org/apache/doris/catalog/Catalog.java ## @@ -3908,6

[GitHub] [incubator-doris] zhangy5 commented on issue #2741: load orc format file failed, because of decimal type

2020-01-12 Thread GitBox
zhangy5 commented on issue #2741: load orc format file failed, because of decimal type URL: https://github.com/apache/incubator-doris/issues/2741#issuecomment-573529570 ok This is an automated message from the Apache Git

[GitHub] [incubator-doris] caiconghui commented on a change in pull request #2737: Support replication_num setting for table level

2020-01-12 Thread GitBox
caiconghui commented on a change in pull request #2737: Support replication_num setting for table level URL: https://github.com/apache/incubator-doris/pull/2737#discussion_r365581841 ## File path: fe/src/main/java/org/apache/doris/catalog/Catalog.java ## @@ -3908,6

[GitHub] [incubator-doris] caiconghui commented on a change in pull request #2737: Support replication_num setting for table level

2020-01-12 Thread GitBox
caiconghui commented on a change in pull request #2737: Support replication_num setting for table level URL: https://github.com/apache/incubator-doris/pull/2737#discussion_r365641566 ## File path: fe/src/main/java/org/apache/doris/catalog/OlapTable.java ## @@ -148,6

[GitHub] [incubator-doris] HangyuanLiu commented on issue #2741: load orc format file failed, because of decimal type

2020-01-12 Thread GitBox
HangyuanLiu commented on issue #2741: load orc format file failed, because of decimal type URL: https://github.com/apache/incubator-doris/issues/2741#issuecomment-573525419 Hi,currently decimal types and timestamp types are not supported, I will provide them on the next PR as soon as

[GitHub] [incubator-doris] imay commented on a change in pull request #2731: Add bitamp_to_string function

2020-01-12 Thread GitBox
imay commented on a change in pull request #2731: Add bitamp_to_string function URL: https://github.com/apache/incubator-doris/pull/2731#discussion_r365635474 ## File path: docs/documentation/cn/sql-reference/sql-functions/bitmap-functions/bitmap_from_string.md ## @@ -0,0

[GitHub] [incubator-doris] imay commented on a change in pull request #2731: Add bitamp_to_string function

2020-01-12 Thread GitBox
imay commented on a change in pull request #2731: Add bitamp_to_string function URL: https://github.com/apache/incubator-doris/pull/2731#discussion_r365635444 ## File path: be/src/exprs/bitmap_function.h ## @@ -55,6 +55,8 @@ class BitmapFunctions { static StringVal

[GitHub] [incubator-doris] imay commented on a change in pull request #2731: Add bitamp_to_string function

2020-01-12 Thread GitBox
imay commented on a change in pull request #2731: Add bitamp_to_string function URL: https://github.com/apache/incubator-doris/pull/2731#discussion_r365635494 ## File path: be/test/util/bitmap_test.cpp ## @@ -267,6 +267,30 @@ TEST_F(BitMapTest, roaring_bitmap_serde) {

[GitHub] [incubator-doris] zhangy5 closed issue #2526: segment V2, load with bloom filter failed

2020-01-12 Thread GitBox
zhangy5 closed issue #2526: segment V2, load with bloom filter failed URL: https://github.com/apache/incubator-doris/issues/2526 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-doris] zhangy5 commented on issue #2526: segment V2, load with bloom filter failed

2020-01-12 Thread GitBox
zhangy5 commented on issue #2526: segment V2, load with bloom filter failed URL: https://github.com/apache/incubator-doris/issues/2526#issuecomment-573525005 Resolved This is an automated message from the Apache Git

[GitHub] [incubator-doris] liutang123 commented on a change in pull request #2630: Support bitmap index for more type

2020-01-12 Thread GitBox
liutang123 commented on a change in pull request #2630: Support bitmap index for more type URL: https://github.com/apache/incubator-doris/pull/2630#discussion_r365658252 ## File path: be/src/util/frame_of_reference_coding.h ## @@ -37,16 +41,23 @@ namespace doris { // 1.

[GitHub] [incubator-doris] zhangy5 closed issue #2183: segment v2 be crashed when compaction

2020-01-12 Thread GitBox
zhangy5 closed issue #2183: segment v2 be crashed when compaction URL: https://github.com/apache/incubator-doris/issues/2183 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-doris] zhangy5 commented on issue #2183: segment v2 be crashed when compaction

2020-01-12 Thread GitBox
zhangy5 commented on issue #2183: segment v2 be crashed when compaction URL: https://github.com/apache/incubator-doris/issues/2183#issuecomment-573525313 resolved This is an automated message from the Apache Git Service. To

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #2731: Add bitamp_to_string function

2020-01-12 Thread GitBox
kangkaisen commented on a change in pull request #2731: Add bitamp_to_string function URL: https://github.com/apache/incubator-doris/pull/2731#discussion_r365632172 ## File path: be/src/exprs/bitmap_function.h ## @@ -55,6 +55,8 @@ class BitmapFunctions { static

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #2731: Add bitamp_to_string function

2020-01-12 Thread GitBox
kangkaisen commented on a change in pull request #2731: Add bitamp_to_string function URL: https://github.com/apache/incubator-doris/pull/2731#discussion_r365632484 ## File path: docs/documentation/cn/sql-reference/sql-functions/bitmap-functions/bitmap_from_string.md ##

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #2731: Add bitamp_to_string function

2020-01-12 Thread GitBox
kangkaisen commented on a change in pull request #2731: Add bitamp_to_string function URL: https://github.com/apache/incubator-doris/pull/2731#discussion_r365632305 ## File path: be/test/util/bitmap_test.cpp ## @@ -267,6 +267,30 @@ TEST_F(BitMapTest, roaring_bitmap_serde)

[GitHub] [incubator-doris] liutang123 commented on a change in pull request #2630: Support bitmap index for more type

2020-01-12 Thread GitBox
liutang123 commented on a change in pull request #2630: Support bitmap index for more type URL: https://github.com/apache/incubator-doris/pull/2630#discussion_r365669929 ## File path: be/src/util/frame_of_reference_coding.cpp ## @@ -109,13 +131,20 @@ void

[GitHub] [incubator-doris] liutang123 commented on a change in pull request #2630: Support bitmap index for more type

2020-01-12 Thread GitBox
liutang123 commented on a change in pull request #2630: Support bitmap index for more type URL: https://github.com/apache/incubator-doris/pull/2630#discussion_r365669929 ## File path: be/src/util/frame_of_reference_coding.cpp ## @@ -109,13 +131,20 @@ void

[GitHub] [incubator-doris] liutang123 commented on a change in pull request #2630: Support bitmap index for more type

2020-01-12 Thread GitBox
liutang123 commented on a change in pull request #2630: Support bitmap index for more type URL: https://github.com/apache/incubator-doris/pull/2630#discussion_r365669929 ## File path: be/src/util/frame_of_reference_coding.cpp ## @@ -109,13 +131,20 @@ void