[GitHub] [incubator-doris] infearOnTheWay commented on issue #2603: Add nio support for mysql protocol implementation

2020-01-02 Thread GitBox
infearOnTheWay commented on issue #2603: Add nio support for mysql protocol implementation URL: https://github.com/apache/incubator-doris/pull/2603#issuecomment-570495207 Since the idle check is still use connect scheduler, so *submit *is just retained. Sorry for too late reply for th

[GitHub] [incubator-doris] yangzhg commented on issue #2648: Doris thirdparty compile error for Ubuntu14.04

2020-01-02 Thread GitBox
yangzhg commented on issue #2648: Doris thirdparty compile error for Ubuntu14.04 URL: https://github.com/apache/incubator-doris/issues/2648#issuecomment-570493712 first check your cmake version and other dependencies, doris need `GCC 5.3.1+, Oracle JDK 1.8+, Python 2.7+, Apache Maven 3.5

[GitHub] [incubator-doris] yangzhg opened a new pull request #2650: Fix incompatibility with arm architecture in util and gutil #2645

2020-01-02 Thread GitBox
yangzhg opened a new pull request #2650: Fix incompatibility with arm architecture in util and gutil #2645 URL: https://github.com/apache/incubator-doris/pull/2650 1. upgrade gutil code from imapla to new verison, include `cpuinfo`, `spinlock` and `linux_syscall_support ` 2. impliment

[GitHub] [incubator-doris] imay closed issue #2569: support arrow on aarch64

2020-01-02 Thread GitBox
imay closed issue #2569: support arrow on aarch64 URL: https://github.com/apache/incubator-doris/issues/2569 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [incubator-doris] DanyBin opened a new pull request #2649: ADD BE UDF bitmap_and and bitmap_or

2020-01-02 Thread GitBox
DanyBin opened a new pull request #2649: ADD BE UDF bitmap_and and bitmap_or URL: https://github.com/apache/incubator-doris/pull/2649 1. Add BE udf bitmap_and and bitmap_or 2.Test environment, modify production bitmap

[GitHub] [incubator-doris] caiconghui commented on issue #2647: Fix doris thirdparty compile error for Ubuntu14.04

2020-01-02 Thread GitBox
caiconghui commented on issue #2647: Fix doris thirdparty compile error for Ubuntu14.04 URL: https://github.com/apache/incubator-doris/pull/2647#issuecomment-570471978 #2648 This is an automated message from the Apache G

[GitHub] [incubator-doris] caiconghui opened a new issue #2648: Doris thirdparty compile error for Ubuntu14.04

2020-01-02 Thread GitBox
caiconghui opened a new issue #2648: Doris thirdparty compile error for Ubuntu14.04 URL: https://github.com/apache/incubator-doris/issues/2648 **Describe the bug** bash build-thirdparty, and build apache arrow failed This

[GitHub] [incubator-doris] caiconghui opened a new pull request #2647: Fix doris thirdparty compile error for Ubuntu14.04

2020-01-02 Thread GitBox
caiconghui opened a new pull request #2647: Fix doris thirdparty compile error for Ubuntu14.04 URL: https://github.com/apache/incubator-doris/pull/2647 Fix error when compile doris thirdparty failed in ubuntu14.04 This is an

[incubator-doris] branch master updated (7951e15 -> 559a8d0)

2020-01-02 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from 7951e15 Fix estimate_segment_size problem #2643 (#2644) add 559a8d0 Bump up apache arrow to 0.15.

[GitHub] [incubator-doris] morningman merged pull request #2646: Bump up apache arrow to 0.15.1

2020-01-02 Thread GitBox
morningman merged pull request #2646: Bump up apache arrow to 0.15.1 URL: https://github.com/apache/incubator-doris/pull/2646 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-doris] imay opened a new pull request #2646: Bump up apache arrow to 0.15.1

2020-01-02 Thread GitBox
imay opened a new pull request #2646: Bump up apache arrow to 0.15.1 URL: https://github.com/apache/incubator-doris/pull/2646 Bump arrow to 0.15.1 to fix aarch #2569 This is an automated message from the Apache Git Ser

[GitHub] [incubator-doris] yangzhg opened a new issue #2645: support compile and run in arm cpu

2020-01-02 Thread GitBox
yangzhg opened a new issue #2645: support compile and run in arm cpu URL: https://github.com/apache/incubator-doris/issues/2645 support compile in arm cpu, need to modify some asm code and cpu related code This is an automated

[GitHub] [incubator-doris] zhangy5 closed issue #1553: The result of count_distinct() is wrong

2020-01-02 Thread GitBox
zhangy5 closed issue #1553: The result of count_distinct() is wrong URL: https://github.com/apache/incubator-doris/issues/1553 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-doris] imay merged pull request #2644: fix estimate_segment_size problem #2643

2020-01-02 Thread GitBox
imay merged pull request #2644: fix estimate_segment_size problem #2643 URL: https://github.com/apache/incubator-doris/pull/2644 This is an automated message from the Apache Git Service. To respond to the message, please log

[incubator-doris] branch master updated (3b5f608 -> 7951e15)

2020-01-02 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 3b5f608 Delete documents of count_distinct function (#2642) add 7951e15 Fix estimate_segment_size prob

[GitHub] [incubator-doris] imay commented on a change in pull request #2644: fix estimate_segment_size problem #2643

2020-01-02 Thread GitBox
imay commented on a change in pull request #2644: fix estimate_segment_size problem #2643 URL: https://github.com/apache/incubator-doris/pull/2644#discussion_r362688059 ## File path: be/src/olap/rowset/segment_v2/column_writer.h ## @@ -168,6 +171,7 @@ class ColumnWriter {

[GitHub] [incubator-doris] kangpinghuang opened a new pull request #2644: fix estimate_segment_size problem #2643

2020-01-02 Thread GitBox
kangpinghuang opened a new pull request #2644: fix estimate_segment_size problem #2643 URL: https://github.com/apache/incubator-doris/pull/2644 optimize estimate_segment_size realization to resolve the issue #2643. The problem lies in that the column writer has to iterate all pages and blo

[GitHub] [incubator-doris] kangpinghuang opened a new issue #2643: estimate_segment_size brings injury to performance

2020-01-02 Thread GitBox
kangpinghuang opened a new issue #2643: estimate_segment_size brings injury to performance URL: https://github.com/apache/incubator-doris/issues/2643 **Describe the bug** perf shows that in load process the estimate_segment_size is called many times and is time-cost, about 30% cpu is sp

[GitHub] [incubator-doris] imay merged pull request #2642: Delete documents of count_distinct function

2020-01-02 Thread GitBox
imay merged pull request #2642: Delete documents of count_distinct function URL: https://github.com/apache/incubator-doris/pull/2642 This is an automated message from the Apache Git Service. To respond to the message, please

[incubator-doris] branch master updated (4220e09 -> 3b5f608)

2020-01-02 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 4220e09 Change introduction document (#2640) add 3b5f608 Delete documents of count_distinct function (

[GitHub] [incubator-doris] imay commented on a change in pull request #2573: implements create drop show index syntax for bitmap index [#2487]

2020-01-02 Thread GitBox
imay commented on a change in pull request #2573: implements create drop show index syntax for bitmap index [#2487] URL: https://github.com/apache/incubator-doris/pull/2573#discussion_r362513561 ## File path: fe/src/main/java/org/apache/doris/catalog/Index.java ## @@ -0,0

[GitHub] [incubator-doris] imay commented on a change in pull request #2573: implements create drop show index syntax for bitmap index [#2487]

2020-01-02 Thread GitBox
imay commented on a change in pull request #2573: implements create drop show index syntax for bitmap index [#2487] URL: https://github.com/apache/incubator-doris/pull/2573#discussion_r362504816 ## File path: fe/src/main/java/org/apache/doris/alter/Alter.java ## @@ -169,9

[GitHub] [incubator-doris] xy720 opened a new pull request #2642: Delete documents of count_distinct function

2020-01-02 Thread GitBox
xy720 opened a new pull request #2642: Delete documents of count_distinct function URL: https://github.com/apache/incubator-doris/pull/2642 Issue #1553 This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-doris] xy720 opened a new pull request #2641: CreateViewStmt/AlterViewStmt support cte and fix bug

2020-01-02 Thread GitBox
xy720 opened a new pull request #2641: CreateViewStmt/AlterViewStmt support cte and fix bug URL: https://github.com/apache/incubator-doris/pull/2641 This commit contains the following changes: 1. Let create/alter view statement support cte sql. (Issue #2625 ) e.g. ``` Alter view

[incubator-doris] branch master updated (b440ff2 -> 4220e09)

2020-01-02 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 b440ff2 Change introduction document (#2639) add 4220e09 Change introduction document (#2640) No new

[incubator-doris] branch master updated (9c90b09 -> b440ff2)

2020-01-02 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 9c90b09 [Alter Table] No need to check whether table is stable when doing some kinds of alter operation (#2

[GitHub] [incubator-doris] imay merged pull request #2639: Change introduction document

2020-01-02 Thread GitBox
imay merged pull request #2639: Change introduction document URL: https://github.com/apache/incubator-doris/pull/2639 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [incubator-doris] imay merged pull request #2640: change introduction document

2020-01-02 Thread GitBox
imay merged pull request #2640: change introduction document URL: https://github.com/apache/incubator-doris/pull/2640 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [incubator-doris] morningman commented on a change in pull request #2477: [PROPOSAL]Support Dynamic Partition(adapt GSON serialize)

2020-01-02 Thread GitBox
morningman commented on a change in pull request #2477: [PROPOSAL]Support Dynamic Partition(adapt GSON serialize) URL: https://github.com/apache/incubator-doris/pull/2477#discussion_r362491499 ## File path: fe/src/main/cup/sql_parser.cup ## @@ -196,7 +196,7 @@ terminal Str

[GitHub] [incubator-doris] morningman commented on a change in pull request #2477: [PROPOSAL]Support Dynamic Partition(adapt GSON serialize)

2020-01-02 Thread GitBox
morningman commented on a change in pull request #2477: [PROPOSAL]Support Dynamic Partition(adapt GSON serialize) URL: https://github.com/apache/incubator-doris/pull/2477#discussion_r362493280 ## File path: fe/src/main/java/org/apache/doris/catalog/Catalog.java ## @@ -1177

[GitHub] [incubator-doris] morningman commented on a change in pull request #2477: [PROPOSAL]Support Dynamic Partition(adapt GSON serialize)

2020-01-02 Thread GitBox
morningman commented on a change in pull request #2477: [PROPOSAL]Support Dynamic Partition(adapt GSON serialize) URL: https://github.com/apache/incubator-doris/pull/2477#discussion_r362479448 ## File path: fe/src/main/java/org/apache/doris/clone/DynamicPartitionScheduler.java ###

[GitHub] [incubator-doris] xhg-tech opened a new pull request #2640: change introduction document

2020-01-02 Thread GitBox
xhg-tech opened a new pull request #2640: change introduction document URL: https://github.com/apache/incubator-doris/pull/2640 change FE default maximum memory introduction document from 2G to 4G in english This is an automa

[GitHub] [incubator-doris] kangkaisen closed issue #2611: FROM_UNIXTIME wrong result when upgrade BE to 0.11 firstly

2020-01-02 Thread GitBox
kangkaisen closed issue #2611: FROM_UNIXTIME wrong result when upgrade BE to 0.11 firstly URL: https://github.com/apache/incubator-doris/issues/2611 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-doris] kangkaisen commented on issue #2639: Change introduction document

2020-01-02 Thread GitBox
kangkaisen commented on issue #2639: Change introduction document URL: https://github.com/apache/incubator-doris/pull/2639#issuecomment-570199862 Please also update the english doc. docs/documentation/en/installing/install-deploy_EN.md -

[incubator-doris] branch master updated (d05768f -> 9c90b09)

2020-01-02 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 d05768f Fix core when es_scanner_node exit (#2634) add 9c90b09 [Alter Table] No need to check whe

[GitHub] [incubator-doris] kangkaisen merged pull request #2617: [Alter Table] No need to check whether table is stable when doing some kinds of alter operation

2020-01-02 Thread GitBox
kangkaisen merged pull request #2617: [Alter Table] No need to check whether table is stable when doing some kinds of alter operation URL: https://github.com/apache/incubator-doris/pull/2617 This is an automated message from

[GitHub] [incubator-doris] xhg-tech opened a new pull request #2639: Change introduction document

2020-01-02 Thread GitBox
xhg-tech opened a new pull request #2639: Change introduction document URL: https://github.com/apache/incubator-doris/pull/2639 Change FE default maximum memory introduction document from 2G to 4G This is an automated message

[GitHub] [incubator-doris] xhg-tech closed pull request #2638: Update install-deploy.md

2020-01-02 Thread GitBox
xhg-tech closed pull request #2638: Update install-deploy.md URL: https://github.com/apache/incubator-doris/pull/2638 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [incubator-doris] xhg-tech opened a new pull request #2638: Update install-deploy.md

2020-01-02 Thread GitBox
xhg-tech opened a new pull request #2638: Update install-deploy.md URL: https://github.com/apache/incubator-doris/pull/2638 FE默认大小2G->4G This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [incubator-doris] blackfox1983 closed pull request #2636: add comments

2020-01-02 Thread GitBox
blackfox1983 closed pull request #2636: add comments URL: https://github.com/apache/incubator-doris/pull/2636 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[GitHub] [incubator-doris] WingsGo opened a new issue #2637: [Alter] add wait time and change scheduling priority for table which is doing schema change job

2020-01-02 Thread GitBox
WingsGo opened a new issue #2637: [Alter] add wait time and change scheduling priority for table which is doing schema change job URL: https://github.com/apache/incubator-doris/issues/2637 In some case, user wants to do schema change in table which some tablets is not healthy, this will ca

[GitHub] [incubator-doris] blackfox1983 opened a new pull request #2636: Blackfox1983

2020-01-02 Thread GitBox
blackfox1983 opened a new pull request #2636: Blackfox1983 URL: https://github.com/apache/incubator-doris/pull/2636 #2615 This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [incubator-doris] imay closed issue #2615: Core on DorisOnES

2020-01-02 Thread GitBox
imay closed issue #2615: Core on DorisOnES URL: https://github.com/apache/incubator-doris/issues/2615 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [incubator-doris] imay merged pull request #2634: fix core when es_scanner_node exit

2020-01-02 Thread GitBox
imay merged pull request #2634: fix core when es_scanner_node exit URL: https://github.com/apache/incubator-doris/pull/2634 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[incubator-doris] branch master updated (6cab929 -> d05768f)

2020-01-02 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 6cab929 [Compaction] Limit the max concurrency of running compaction tasks (#2635) add d05768f Fix co