[GitHub] [incubator-doris] lingbin opened a new pull request #2881: Improve the triggering strategy of BE report

2020-02-10 Thread GitBox
lingbin opened a new pull request #2881: Improve the triggering strategy of BE report URL: https://github.com/apache/incubator-doris/pull/2881 Currently, the report from BE to FE is completed in the background threads of `AgentServer` (`report_tablet_thread` and `report_disk_stat_thre

[GitHub] [incubator-doris] morningman commented on a change in pull request #2847: Doris support in memory olap table

2020-02-10 Thread GitBox
morningman commented on a change in pull request #2847: Doris support in memory olap table URL: https://github.com/apache/incubator-doris/pull/2847#discussion_r377466577 ## File path: fe/src/main/java/org/apache/doris/alter/SchemaChangeHandler.java ## @@ -1405,6 +1420,88 @

[incubator-doris] branch master updated (fdbc0f7 -> 1f00148)

2020-02-10 Thread kangkaisen
This is an automated email from the ASF dual-hosted git repository. kangkaisen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from fdbc0f7 Change replace bzip and boost sources (#2878) (#2880) add 1f00148 Support batch add and d

[GitHub] [incubator-doris] kangkaisen merged pull request #2781: Batch Operate Rollup table in Doris #2671

2020-02-10 Thread GitBox
kangkaisen merged pull request #2781: Batch Operate Rollup table in Doris #2671 URL: https://github.com/apache/incubator-doris/pull/2781 This is an automated message from the Apache Git Service. To respond to the message, ple

[GitHub] [incubator-doris] HangyuanLiu commented on issue #2879: fix some typo in bitmap index docs.

2020-02-10 Thread GitBox
HangyuanLiu commented on issue #2879: fix some typo in bitmap index docs. URL: https://github.com/apache/incubator-doris/pull/2879#issuecomment-584472515 你好,可以在文档中给出一些使用案例吗?比如在某个场景下,使用bitmap会大幅提高doris的性能。作为一个使用方,目前感觉不知如何介入这个优秀的功能。

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #2847: Doris support in memory olap table

2020-02-10 Thread GitBox
kangkaisen commented on a change in pull request #2847: Doris support in memory olap table URL: https://github.com/apache/incubator-doris/pull/2847#discussion_r377440342 ## File path: fe/src/main/java/org/apache/doris/alter/SchemaChangeHandler.java ## @@ -1405,6 +1420,88 @

[GitHub] [incubator-doris] imay commented on a change in pull request #2879: fix some typo in bitmap index docs.

2020-02-10 Thread GitBox
imay commented on a change in pull request #2879: fix some typo in bitmap index docs. URL: https://github.com/apache/incubator-doris/pull/2879#discussion_r377439919 ## File path: fe/src/main/cup/sql_parser.cup ## @@ -967,6 +967,10 @@ create_stmt ::= {: RESULT

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #2847: Doris support in memory olap table

2020-02-10 Thread GitBox
kangkaisen commented on a change in pull request #2847: Doris support in memory olap table URL: https://github.com/apache/incubator-doris/pull/2847#discussion_r377439575 ## File path: fe/src/main/java/org/apache/doris/alter/SchemaChangeHandler.java ## @@ -1405,6 +1420,88 @

[GitHub] [incubator-doris] imay merged pull request #2880: Change replace bzip and boost sources

2020-02-10 Thread GitBox
imay merged pull request #2880: Change replace bzip and boost sources URL: https://github.com/apache/incubator-doris/pull/2880 This is an automated message from the Apache Git Service. To respond to the message, please log on

[incubator-doris] branch master updated (3a8e783 -> fdbc0f7)

2020-02-10 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 3a8e783 Compatible with python3 in build (#2876) add fdbc0f7 Change replace bzip and boost sources (#2

[GitHub] [incubator-doris] Seaven opened a new pull request #2880: Change replace bzip and boost sources (#2878)

2020-02-10 Thread GitBox
Seaven opened a new pull request #2880: Change replace bzip and boost sources (#2878) URL: https://github.com/apache/incubator-doris/pull/2880 replace fast sources for download bzip and boost when build This is an automated m

[GitHub] [incubator-doris] yangzhg opened a new pull request #2879: fix some typo in bitmap index docs.

2020-02-10 Thread GitBox
yangzhg opened a new pull request #2879: fix some typo in bitmap index docs. URL: https://github.com/apache/incubator-doris/pull/2879 1. fix some typo in bitmap index docs. 2. full compitiable bitmap index type location with mysql -

[GitHub] [incubator-doris] Seaven opened a new issue #2878: Download (bzip, boost) libraries is too slow when build

2020-02-10 Thread GitBox
Seaven opened a new issue #2878: Download (bzip, boost) libraries is too slow when build URL: https://github.com/apache/incubator-doris/issues/2878 Download some third-party libraries (bzip, boost) is too slow..need replace the better sources --

[GitHub] [incubator-doris] yangzhg opened a new pull request #2877: [FIX] fix a bug when using grouping set without all column in a grouping set item

2020-02-10 Thread GitBox
yangzhg opened a new pull request #2877: [FIX] fix a bug when using grouping set without all column in a grouping set item URL: https://github.com/apache/incubator-doris/pull/2877 fix a bug when using grouping sets without all column in a grouping set item will produce wrong value. fix

[GitHub] [incubator-doris] imay commented on issue #2663: [Proposal] Support partition overwrite operation

2020-02-10 Thread GitBox
imay commented on issue #2663: [Proposal] Support partition overwrite operation URL: https://github.com/apache/incubator-doris/issues/2663#issuecomment-584457567 > Actually, Doris do support holes in partition range, and it will not cause any problem.(It is same as user drop a partition in

[GitHub] [incubator-doris] yangzhg commented on issue #2873: [Bitmap Index] can't create index with order"alter table add index using bitmap"

2020-02-10 Thread GitBox
yangzhg commented on issue #2873: [Bitmap Index] can't create index with order"alter table add index using bitmap" URL: https://github.com/apache/incubator-doris/issues/2873#issuecomment-584456355 the syntax you using is invalid the right syntax likes `ALTER TABLE table1 ADD INDEX index_

[GitHub] [incubator-doris] morningman commented on issue #2663: [Proposal] Support partition overwrite operation

2020-02-10 Thread GitBox
morningman commented on issue #2663: [Proposal] Support partition overwrite operation URL: https://github.com/apache/incubator-doris/issues/2663#issuecomment-584438238 > My concern is that Doris should not allow the existence of holes at this time. If there is a hole, it may cause problem

[GitHub] [incubator-doris] imay commented on issue #2663: [Proposal] Support partition overwrite operation

2020-02-10 Thread GitBox
imay commented on issue #2663: [Proposal] Support partition overwrite operation URL: https://github.com/apache/incubator-doris/issues/2663#issuecomment-584179072 > I mean, for example, the origin partition(p1, p2) ranges are: > [0, 10) > [10, 20) > > And user create 2 temp part

[GitHub] [incubator-doris] morningman commented on issue #2663: [Proposal] Support partition overwrite operation

2020-02-10 Thread GitBox
morningman commented on issue #2663: [Proposal] Support partition overwrite operation URL: https://github.com/apache/incubator-doris/issues/2663#issuecomment-584175459 > > > In the statement the replaced partition is already specified. > > > > > > No, I mean we have to specify t

[GitHub] [incubator-doris] morningman commented on issue #2663: [Proposal] Support partition overwrite operation

2020-02-10 Thread GitBox
morningman commented on issue #2663: [Proposal] Support partition overwrite operation URL: https://github.com/apache/incubator-doris/issues/2663#issuecomment-584172183 > I think it is not a good idea not to do this. Better to treat temp partition like normal partition, otherwise when the

[GitHub] [incubator-doris] morningman closed issue #2806: wrong sequence of 1.2 and 1.4

2020-02-10 Thread GitBox
morningman closed issue #2806: wrong sequence of 1.2 and 1.4 URL: https://github.com/apache/incubator-doris/issues/2806 This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[GitHub] [incubator-doris] morningman closed issue #2859: doris be will core when using group by rollup

2020-02-10 Thread GitBox
morningman closed issue #2859: doris be will core when using group by rollup URL: https://github.com/apache/incubator-doris/issues/2859 This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [incubator-doris] morningman closed issue #2862: [Unused Code] Remove unused function python files

2020-02-10 Thread GitBox
morningman closed issue #2862: [Unused Code] Remove unused function python files URL: https://github.com/apache/incubator-doris/issues/2862 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-doris] imay commented on issue #2663: [Proposal] Support partition overwrite operation

2020-02-10 Thread GitBox
imay commented on issue #2663: [Proposal] Support partition overwrite operation URL: https://github.com/apache/incubator-doris/issues/2663#issuecomment-584169740 > > In the statement the replaced partition is already specified. > > No, I mean we have to specify the name of correspond

[GitHub] [incubator-doris] morningman commented on issue #2872: Release Notes 0.12.0

2020-02-10 Thread GitBox
morningman commented on issue #2872: Release Notes 0.12.0 URL: https://github.com/apache/incubator-doris/issues/2872#issuecomment-584169634 > The ongoing work to support complex data type may introduce incompatible changes to V2 format, so the release should pause until we finalized V2 for

[GitHub] [incubator-doris] imay commented on issue #2663: [Proposal] Support partition overwrite operation

2020-02-10 Thread GitBox
imay commented on issue #2663: [Proposal] Support partition overwrite operation URL: https://github.com/apache/incubator-doris/issues/2663#issuecomment-584167899 > > I think the TEMP keyword here isn't necessary, and should be removed. > > It is not easy to guarantee that the name of

[GitHub] [incubator-doris] morningman commented on issue #2663: [Proposal] Support partition overwrite operation

2020-02-10 Thread GitBox
morningman commented on issue #2663: [Proposal] Support partition overwrite operation URL: https://github.com/apache/incubator-doris/issues/2663#issuecomment-584167764 > In the statement the replaced partition is already specified. No, I mean we have to specify the name of correspon

[GitHub] [incubator-doris] imay commented on issue #2663: [Proposal] Support partition overwrite operation

2020-02-10 Thread GitBox
imay commented on issue #2663: [Proposal] Support partition overwrite operation URL: https://github.com/apache/incubator-doris/issues/2663#issuecomment-584163927 > If so, we also need to be able to specify the name of corresponding formal partition for the temporary partition in the statem

[GitHub] [incubator-doris] morningman commented on a change in pull request #2847: Doris support in memory olap table

2020-02-10 Thread GitBox
morningman commented on a change in pull request #2847: Doris support in memory olap table URL: https://github.com/apache/incubator-doris/pull/2847#discussion_r377108563 ## File path: fe/src/main/java/org/apache/doris/alter/SchemaChangeHandler.java ## @@ -1405,6 +1420,88 @

[GitHub] [incubator-doris] morningman commented on a change in pull request #2847: Doris support in memory olap table

2020-02-10 Thread GitBox
morningman commented on a change in pull request #2847: Doris support in memory olap table URL: https://github.com/apache/incubator-doris/pull/2847#discussion_r377111269 ## File path: fe/src/main/java/org/apache/doris/alter/SchemaChangeHandler.java ## @@ -1405,6 +1420,88 @

[GitHub] [incubator-doris] HangyuanLiu closed issue #2875: Doris build shell don't compatible with python3

2020-02-10 Thread GitBox
HangyuanLiu closed issue #2875: Doris build shell don't compatible with python3 URL: https://github.com/apache/incubator-doris/issues/2875 This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [incubator-doris] morningman edited a comment on issue #2663: [Proposal] Support partition overwrite operation

2020-02-10 Thread GitBox
morningman edited a comment on issue #2663: [Proposal] Support partition overwrite operation URL: https://github.com/apache/incubator-doris/issues/2663#issuecomment-583703429 Redesign according to new requirements We hope that the Temporary Partition feature can be more flexible. Wh

[GitHub] [incubator-doris] morningman commented on issue #2663: [Proposal] Support partition overwrite operation

2020-02-10 Thread GitBox
morningman commented on issue #2663: [Proposal] Support partition overwrite operation URL: https://github.com/apache/incubator-doris/issues/2663#issuecomment-584154516 > I think the TEMP keyword here isn't necessary, and should be removed. It is not easy to guarantee that the name o

[GitHub] [incubator-doris] morningman commented on issue #2663: [Proposal] Support partition overwrite operation

2020-02-10 Thread GitBox
morningman commented on issue #2663: [Proposal] Support partition overwrite operation URL: https://github.com/apache/incubator-doris/issues/2663#issuecomment-584151950 > Besides the ranges don't conflict, the new partitions' range should be exactly the same with old partitions'. For examp

[GitHub] [incubator-doris] morningman commented on issue #2663: [Proposal] Support partition overwrite operation

2020-02-10 Thread GitBox
morningman commented on issue #2663: [Proposal] Support partition overwrite operation URL: https://github.com/apache/incubator-doris/issues/2663#issuecomment-584150138 > > However, all ranges of the temporary partitions of a table must not conflict. > > Is this necessary? Ye

[GitHub] [incubator-doris] morningman commented on issue #2663: [Proposal] Support partition overwrite operation

2020-02-10 Thread GitBox
morningman commented on issue #2663: [Proposal] Support partition overwrite operation URL: https://github.com/apache/incubator-doris/issues/2663#issuecomment-584149703 > If the Temporary Partition is not binding with the original Partition, we will need to support Temporary Partition set

[GitHub] [incubator-doris] morningman commented on a change in pull request #2856: add spark load design

2020-02-10 Thread GitBox
morningman commented on a change in pull request #2856: add spark load design URL: https://github.com/apache/incubator-doris/pull/2856#discussion_r377092552 ## File path: docs/documentation/cn/internal/spark_load.md ## @@ -0,0 +1,166 @@ +# Doris支持spark导入设计文档 + +## 背景 + +Dor

[incubator-doris] branch master updated: Compatible with python3 in build (#2876)

2020-02-10 Thread zhaoc
This is an automated email from the ASF dual-hosted git repository. zhaoc 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 3a8e783 Compatible with python3 in buil

[GitHub] [incubator-doris] imay merged pull request #2876: Compatible with python3 in build

2020-02-10 Thread GitBox
imay merged pull request #2876: Compatible with python3 in build URL: https://github.com/apache/incubator-doris/pull/2876 This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [incubator-doris] imay commented on a change in pull request #2876: Compatible with python3 in build

2020-02-10 Thread GitBox
imay commented on a change in pull request #2876: Compatible with python3 in build URL: https://github.com/apache/incubator-doris/pull/2876#discussion_r376992988 ## File path: be/src/codegen/gen_ir_descriptions.py ## @@ -176,7 +179,7 @@ class IRFunction {\n\ os.makedi

[GitHub] [incubator-doris] gaodayue commented on issue #2872: Release Notes 0.12.0

2020-02-10 Thread GitBox
gaodayue commented on issue #2872: Release Notes 0.12.0 URL: https://github.com/apache/incubator-doris/issues/2872#issuecomment-584063379 The ongoing work to support complex data type may introduce incompatible changes to V2 format, so the release should pause until we finalized V2 format.

[incubator-doris] branch master updated (4e151b1 -> 03c8bc9)

2020-02-10 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 4e151b1 Remove boost exception when parse store path (#2861) add 03c8bc9 Change MVN to MVN_CMD same as

[GitHub] [incubator-doris] imay merged pull request #2874: Change MVN to MVN_CMD same as #2837 for builing hdfs broker

2020-02-10 Thread GitBox
imay merged pull request #2874: Change MVN to MVN_CMD same as #2837 for builing hdfs broker URL: https://github.com/apache/incubator-doris/pull/2874 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-doris] HangyuanLiu opened a new pull request #2876: Compatible with python3 in build

2020-02-10 Thread GitBox
HangyuanLiu opened a new pull request #2876: Compatible with python3 in build URL: https://github.com/apache/incubator-doris/pull/2876 Compatible with python3 #2875 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-doris] HangyuanLiu opened a new issue #2875: Doris build shell don't compatible with python3

2020-02-10 Thread GitBox
HangyuanLiu opened a new issue #2875: Doris build shell don't compatible with python3 URL: https://github.com/apache/incubator-doris/issues/2875 **Is your feature request related to a problem? Please describe.** Doris build shell don't compatible with python3 ---

[GitHub] [incubator-doris] jmpaaak opened a new pull request #2874: Change MVN to MVN_CMD same as #2837 for builing hdfs broker

2020-02-10 Thread GitBox
jmpaaak opened a new pull request #2874: Change MVN to MVN_CMD same as #2837 for builing hdfs broker URL: https://github.com/apache/incubator-doris/pull/2874 #2837 This is an automated message from the Apache Git Service. To

[incubator-doris] branch master updated (c89d0a0 -> 4e151b1)

2020-02-10 Thread lingbin
This is an automated email from the ASF dual-hosted git repository. lingbin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from c89d0a0 Fix bug that _min_percentage_of_error_disk was not initialized (#2867) add 4e151b1 Remove b

[GitHub] [incubator-doris] lingbin merged pull request #2861: Remove boost exception when parse store path

2020-02-10 Thread GitBox
lingbin merged pull request #2861: Remove boost exception when parse store path URL: https://github.com/apache/incubator-doris/pull/2861 This is an automated message from the Apache Git Service. To respond to the message, ple

[GitHub] [incubator-doris] chaoyli merged pull request #2867: Fix bug that _min_percentage_of_error_disk was not initialized

2020-02-10 Thread GitBox
chaoyli merged pull request #2867: Fix bug that _min_percentage_of_error_disk was not initialized URL: https://github.com/apache/incubator-doris/pull/2867 This is an automated message from the Apache Git Service. To respond

[incubator-doris] branch master updated (7037754 -> c89d0a0)

2020-02-10 Thread lichaoyong
This is an automated email from the ASF dual-hosted git repository. lichaoyong pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from 7037754 Fix a bug that TabletsChannel may be written after cancel (#2870) add c89d0a0 Fix bug th