[incubator-doris] branch master updated (559714f -> 8ada255)

2020-06-08 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 559714f Fix largeint max min bug (#3793) add 8ada255 [Bug] Fix bug that checkpoint thread failed

[incubator-doris] branch master updated: Fix largeint max min bug (#3793)

2020-06-08 Thread kangkaisen
This is an automated email from the ASF dual-hosted git repository. kangkaisen 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 559714f Fix largeint max min bug (

[GitHub] [incubator-doris] morningman merged pull request #3790: Fix colocate group replay NPE

2020-06-08 Thread GitBox
morningman merged pull request #3790: URL: https://github.com/apache/incubator-doris/pull/3790 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abov

[GitHub] [incubator-doris] WingsGo commented on issue #3590: [Proposal]Support dynamic buckets setting in dynamica parition

2020-06-08 Thread GitBox
WingsGo commented on issue #3590: URL: https://github.com/apache/incubator-doris/issues/3590#issuecomment-640530993 Hi, @morningman @kangkaisen The problem's nature is a math model to predicate the trends in data change, but a good model is get by data, we cannot give a unify model to pr

[GitHub] [incubator-doris] wfjcmcb opened a new pull request #3800: Logstash doris output plugin

2020-06-08 Thread GitBox
wfjcmcb opened a new pull request #3800: URL: https://github.com/apache/incubator-doris/pull/3800 Logstash doris output plugin This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-doris] WingsGo opened a new pull request #3799: [Dynamic Partition] Use ZonedDateTime to support set timezone

2020-06-08 Thread GitBox
WingsGo opened a new pull request #3799: URL: https://github.com/apache/incubator-doris/pull/3799 This CL mainly support timezone in dynamic partition: 1. use new Java Time API to replace Calender. 2. support set time zone in dynamic partition parameters.

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #3677: Support materialized view load and insert

2020-06-08 Thread GitBox
EmmyMiao87 commented on a change in pull request #3677: URL: https://github.com/apache/incubator-doris/pull/3677#discussion_r436578172 ## File path: fe/src/main/java/org/apache/doris/load/Load.java ## @@ -1013,6 +1013,13 @@ public static void initColumns(Table tbl, List column

[GitHub] [incubator-doris] yangzhg opened a new pull request #3798: Fix error message not match of restore job when job is time out

2020-06-08 Thread GitBox
yangzhg opened a new pull request #3798: URL: https://github.com/apache/incubator-doris/pull/3798 For the current code if a restore job is time out it will be reported as user canceled. This error message is very misleading Fixes #3797 -

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #3739: [WIP] Support materialized view schema change

2020-06-08 Thread GitBox
EmmyMiao87 commented on a change in pull request #3739: URL: https://github.com/apache/incubator-doris/pull/3739#discussion_r436566495 ## File path: be/src/olap/schema_change.cpp ## @@ -1383,6 +1463,15 @@ OLAPStatus SchemaChangeHandler::_do_process_alter_tablet_v2(const TAlter

[GitHub] [incubator-doris] yangzhg opened a new issue #3797: Restore job timeout will be reported as user canceled

2020-06-08 Thread GitBox
yangzhg opened a new issue #3797: URL: https://github.com/apache/incubator-doris/issues/3797 **Describe the bug** if a restore job is timeout the timeout status will be reset to use canceled be cancel function ![image](https://user-images.githubusercontent.com/9098473/84014656-44fb

[GitHub] [incubator-doris] wuyunfeng commented on pull request #3774: [Doris On ES] [1/3] Add ES QueryBuilders for debug mode

2020-06-08 Thread GitBox
wuyunfeng commented on pull request #3774: URL: https://github.com/apache/incubator-doris/pull/3774#issuecomment-640479346 `EsStateStoreTest` do some test based on `cluster state`, `Doris On ES` will not request `_cluster/state` in the future -

[GitHub] [incubator-doris] wuyunfeng edited a comment on pull request #3774: [Doris On ES] [1/3] Add ES QueryBuilders for debug mode

2020-06-08 Thread GitBox
wuyunfeng edited a comment on pull request #3774: URL: https://github.com/apache/incubator-doris/pull/3774#issuecomment-640479346 `EsStateStoreTest` do some test based on `cluster state`, `Doris On ES` will not request `_cluster/state` in the future. Another PR work in this (WIP)

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #3796: Add some routine load docs

2020-06-08 Thread GitBox
kangkaisen commented on a change in pull request #3796: URL: https://github.com/apache/incubator-doris/pull/3796#discussion_r436552550 ## File path: docs/zh-CN/administrator-guide/load-data/routine-load-manual.md ## @@ -266,6 +266,8 @@ FE 中的 JobScheduler 根据汇报结果,继续生成后续新的 Task,或

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #3739: [WIP] Support materialized view schema change

2020-06-08 Thread GitBox
EmmyMiao87 commented on a change in pull request #3739: URL: https://github.com/apache/incubator-doris/pull/3739#discussion_r436519696 ## File path: be/src/olap/schema_change.cpp ## @@ -266,6 +260,92 @@ bool RowBlockChanger::change_row_block( int32_t ref_column = _sche

[GitHub] [incubator-doris] wuyunfeng edited a comment on pull request #3774: [Doris On ES] [1/3] Add ES QueryBuilders for debug mode

2020-06-08 Thread GitBox
wuyunfeng edited a comment on pull request #3774: URL: https://github.com/apache/incubator-doris/pull/3774#issuecomment-640437869 Sorry for leaving some file which use elasticsearch related still reference the before source file path. All related elasticsearch test file put in the same

[GitHub] [incubator-doris] wuyunfeng edited a comment on pull request #3774: [Doris On ES] [1/3] Add ES QueryBuilders for debug mode

2020-06-08 Thread GitBox
wuyunfeng edited a comment on pull request #3774: URL: https://github.com/apache/incubator-doris/pull/3774#issuecomment-640437869 Sorry for leave some file which use elasticsearch related still reference the before source file path. All related elasticsearch test file put in the same pa

[GitHub] [incubator-doris] wuyunfeng commented on pull request #3774: [Doris On ES] [1/3] Add ES QueryBuilders for debug mode

2020-06-08 Thread GitBox
wuyunfeng commented on pull request #3774: URL: https://github.com/apache/incubator-doris/pull/3774#issuecomment-640437869 Sorry for leave some file which use elasticsearch related still reference the before source file path

[GitHub] [incubator-doris] yangzhg opened a new pull request #3796: Add some routine load docs

2020-06-08 Thread GitBox
yangzhg opened a new pull request #3796: URL: https://github.com/apache/incubator-doris/pull/3796 Add some documentation about using routine load in the cloud environment This is an automated message from the Apache Git Servi