[GitHub] [incubator-doris] gaodayue opened a new pull request #3830: [Bug] Fix a bug that insert null bitmap crashes BE

2020-06-10 Thread GitBox
gaodayue opened a new pull request #3830: URL: https://github.com/apache/incubator-doris/pull/3830 Fixes #3828 `INSERT INTO VALUES` may insert null into bitmap column, which may cause dirty data to be written. This i

[GitHub] [incubator-doris] gaodayue opened a new issue #3828: BE cores when insert null into bitmap column

2020-06-10 Thread GitBox
gaodayue opened a new issue #3828: URL: https://github.com/apache/incubator-doris/issues/3828 **Describe the bug** BE cores when doing compaction with the following stacktrace. ``` *** SIGSEGV (@0x0) received by PID 112258 (TID 0x7f8dce949700) from PID 0; stack trace: *** @

[GitHub] [incubator-doris] vagetablechicken opened a new issue #3829: [FE] SimpleDateFormat needs to set timezone

2020-06-10 Thread GitBox
vagetablechicken opened a new issue #3829: URL: https://github.com/apache/incubator-doris/issues/3829 **Describe the bug** In UT `DynamicPartitionUtilTest`, we set calendar timezone by `TimeUtils.getDefaultTimeZone()`. https://github.com/apache/incubator-doris/blob/2ce2cf78acc29

[GitHub] [incubator-doris] morningman opened a new issue #3827: [Metric] Add new metrics to monitor TCP status

2020-06-10 Thread GitBox
morningman opened a new issue #3827: URL: https://github.com/apache/incubator-doris/issues/3827 **Motivation** When we operate and maintain the cluster ourselves, we have encountered many times that the state of the Doris cluster is abnormal due to machine network failures, such as

[GitHub] [incubator-doris] stalary commented on issue #3824: BE crashed when using Broker Load to import tables containing bitmap BITMAP_UNION

2020-06-10 Thread GitBox
stalary commented on issue #3824: URL: https://github.com/apache/incubator-doris/issues/3824#issuecomment-642398664 ` *** Aborted at 1591843669 (unix time) try "date -d @1591843669" if you are using GNU date *** PC: @ 0xea4411 doris::AggregateFuncTraits<>::init() *** SIG

[incubator-doris] branch master updated (8d11ad3 -> 2ce2cf7)

2020-06-10 Thread lingmiao
This is an automated email from the ASF dual-hosted git repository. lingmiao pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from 8d11ad3 [Doc] Fix website doc error (#3823) add 2ce2cf7 Remove unused import (#3826) No new revisi

[incubator-doris] branch master updated (8d11ad3 -> 2ce2cf7)

2020-06-10 Thread lingmiao
This is an automated email from the ASF dual-hosted git repository. lingmiao pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from 8d11ad3 [Doc] Fix website doc error (#3823) add 2ce2cf7 Remove unused import (#3826) No new revisi

[GitHub] [incubator-doris] EmmyMiao87 merged pull request #3826: Remove unused import

2020-06-10 Thread GitBox
EmmyMiao87 merged pull request #3826: URL: https://github.com/apache/incubator-doris/pull/3826 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] EmmyMiao87 opened a new pull request #3826: Remove unused import

2020-06-10 Thread GitBox
EmmyMiao87 opened a new pull request #3826: URL: https://github.com/apache/incubator-doris/pull/3826 Change-Id: Ic6ef5a0d372a9b17ffa21cffb9027d2d7e856474 This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-doris] stalary opened a new pull request #3825: FIX: remove unused_import, this caused fe compile failed

2020-06-10 Thread GitBox
stalary opened a new pull request #3825: URL: https://github.com/apache/incubator-doris/pull/3825 remove unused_import, this caused fe compile failed This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-doris] wuyunfeng commented on issue #3306: [Doris On Elasticsearch] 2020 Develop Roadmap

2020-06-10 Thread GitBox
wuyunfeng commented on issue #3306: URL: https://github.com/apache/incubator-doris/issues/3306#issuecomment-642380906 @ColinVon 目前重构的部分还没有合入,此前的版本也是不支持sometable-*匹配的。因为一旦涉及到多个index,目前的分区拆分会有问题 。你提到的 `add ability for processing wildcard index ` 目前还没有做。

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

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

[GitHub] [incubator-doris] ColinVon commented on issue #3306: [Doris On Elasticsearch] 2020 Develop Roadmap

2020-06-10 Thread GitBox
ColinVon commented on issue #3306: URL: https://github.com/apache/incubator-doris/issues/3306#issuecomment-642378114 @wuyunfeng add ability for processing wildcard index ? 由于涉及中文字段的长度加工与计算(char_length, strleft与strright)的使用,近期将Doris升级到最新版本(2020-06-11 Git Clone),但造成了通配符指定index的Ta

[GitHub] [incubator-doris] HappenLee commented on a change in pull request #3820: [Spill To Disk] Analytic_Eval_Node Support Spill Disk and Del Some Unless Code

2020-06-10 Thread GitBox
HappenLee commented on a change in pull request #3820: URL: https://github.com/apache/incubator-doris/pull/3820#discussion_r438515596 ## File path: be/src/runtime/buffered_block_mgr2.cc ## @@ -210,8 +210,7 @@ BufferedBlockMgr2::BufferedBlockMgr2(RuntimeState* state, TmpFileMgr

[GitHub] [incubator-doris] stalary opened a new issue #3824: BE crashed when using Broker Load to import tables containing bitmap BITMAP_UNION

2020-06-10 Thread GitBox
stalary opened a new issue #3824: URL: https://github.com/apache/incubator-doris/issues/3824 **Describe the bug** BE crashed when using Broker Load to import tables containing bitmap BITMAP_UNION I used the latest master complie. -

[GitHub] [incubator-doris] HangyuanLiu closed issue #3769: bitmap and hll type with incorrect agg-type

2020-06-10 Thread GitBox
HangyuanLiu closed issue #3769: URL: https://github.com/apache/incubator-doris/issues/3769 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] kangkaisen merged pull request #3823: [Doc] Fix website doc error

2020-06-10 Thread GitBox
kangkaisen merged pull request #3823: URL: https://github.com/apache/incubator-doris/pull/3823 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

[incubator-doris] branch master updated: [Doc] Fix website doc error (#3823)

2020-06-10 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 8d11ad3 [Doc] Fix website doc erro

[GitHub] [incubator-doris] morningman opened a new pull request #3823: [Doc] Fix website doc error

2020-06-10 Thread GitBox
morningman opened a new pull request #3823: URL: https://github.com/apache/incubator-doris/pull/3823 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[incubator-doris] branch master updated: [Extension] Logstash Doris output plugin (#3800)

2020-06-10 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 86d235a [Extension] Logstash Doris

[GitHub] [incubator-doris] morningman merged pull request #3800: Logstash doris output plugin

2020-06-10 Thread GitBox
morningman merged pull request #3800: URL: https://github.com/apache/incubator-doris/pull/3800 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] chaoyli commented on a change in pull request #3820: [Spill To Disk] Analytic_Eval_Node Support Spill Disk and Del Some Unless Code

2020-06-10 Thread GitBox
chaoyli commented on a change in pull request #3820: URL: https://github.com/apache/incubator-doris/pull/3820#discussion_r438238608 ## File path: be/src/runtime/buffered_block_mgr2.cc ## @@ -210,8 +210,7 @@ BufferedBlockMgr2::BufferedBlockMgr2(RuntimeState* state, TmpFileMgr*

[GitHub] [incubator-doris] chaoyli commented on a change in pull request #3822: Add segment v2 footer meta viewer

2020-06-10 Thread GitBox
chaoyli commented on a change in pull request #3822: URL: https://github.com/apache/incubator-doris/pull/3822#discussion_r438237646 ## File path: be/src/tools/meta_tool.cpp ## @@ -34,6 +34,13 @@ #include "json2pb/pb_to_json.h" #include "gutil/strings/split.h" #include "gutil

[GitHub] [incubator-doris] morningman commented on a change in pull request #3744: [Feature] Add QueryDetail to store query statistics.

2020-06-10 Thread GitBox
morningman commented on a change in pull request #3744: URL: https://github.com/apache/incubator-doris/pull/3744#discussion_r438226057 ## File path: fe/src/main/java/org/apache/doris/qe/QueryDetail.java ## @@ -0,0 +1,125 @@ +// Licensed to the Apache Software Foundation (ASF) u

[GitHub] [incubator-doris] chaoyli commented on pull request #3806: Add a session variable allow remove order by for subquery in set opertion clause

2020-06-10 Thread GitBox
chaoyli commented on pull request #3806: URL: https://github.com/apache/incubator-doris/pull/3806#issuecomment-642100021 why it has much of uncorrelated code. This is an automated message from the Apache Git Service. To respo

[incubator-doris] branch master updated (cd402a6 -> 8caedad)

2020-06-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 cd402a6 [Restore] Fix error message not match of restore job when job is time out (#3798) add 8ca

[GitHub] [incubator-doris] chaoyli merged pull request #3818: [UT] hash_index_test: use scoped_refptr to new HashIndex

2020-06-10 Thread GitBox
chaoyli merged pull request #3818: URL: https://github.com/apache/incubator-doris/pull/3818 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 t

[GitHub] [incubator-doris] chaoyli commented on pull request #3814: [trace] Adapt trace util to compaction module

2020-06-10 Thread GitBox
chaoyli commented on pull request #3814: URL: https://github.com/apache/incubator-doris/pull/3814#issuecomment-642095658 It's a good job. You can add related issue about it. This is an automated message from the Apache Git Se

[GitHub] [incubator-doris] morningman commented on a change in pull request #3819: [Spark load][Fe 4/6] Add hive external table and update hive table syntax in loadstmt

2020-06-10 Thread GitBox
morningman commented on a change in pull request #3819: URL: https://github.com/apache/incubator-doris/pull/3819#discussion_r438202036 ## File path: docs/zh-CN/sql-reference/sql-statements/Data Definition/CREATE TABLE.md ## @@ -152,6 +152,18 @@ under the License. "pat

[GitHub] [incubator-doris] HappenLee commented on a change in pull request #3820: [Spill To Disk] Analytic_Eval_Node Support Spill Disk and Del Some Unless Code

2020-06-10 Thread GitBox
HappenLee commented on a change in pull request #3820: URL: https://github.com/apache/incubator-doris/pull/3820#discussion_r438215037 ## File path: be/src/runtime/data_stream_recvr.cc ## @@ -360,9 +360,14 @@ DataStreamRecvr::DataStreamRecvr( _row_desc(row_desc),

[GitHub] [incubator-doris] HappenLee commented on a change in pull request #3820: [Spill To Disk] Analytic_Eval_Node Support Spill Disk and Del Some Unless Code

2020-06-10 Thread GitBox
HappenLee commented on a change in pull request #3820: URL: https://github.com/apache/incubator-doris/pull/3820#discussion_r438215037 ## File path: be/src/runtime/data_stream_recvr.cc ## @@ -360,9 +360,14 @@ DataStreamRecvr::DataStreamRecvr( _row_desc(row_desc),

[incubator-doris] branch master updated (ef94c25 -> cd402a6)

2020-06-10 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 ef94c25 [Bug]fix the crash of checksum task #3735 (#3738) add cd402a6 [Restore] Fix error message

[GitHub] [incubator-doris] morningman merged pull request #3798: Fix error message not match of restore job when job is time out

2020-06-10 Thread GitBox
morningman merged pull request #3798: URL: https://github.com/apache/incubator-doris/pull/3798 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] morningman closed issue #3797: Restore job timeout will be reported as user canceled

2020-06-10 Thread GitBox
morningman closed issue #3797: URL: https://github.com/apache/incubator-doris/issues/3797 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] morningman commented on a change in pull request #3812: Forbidden float column in short key

2020-06-10 Thread GitBox
morningman commented on a change in pull request #3812: URL: https://github.com/apache/incubator-doris/pull/3812#discussion_r438196277 ## File path: fe/src/main/java/org/apache/doris/analysis/CreateMaterializedViewStmt.java ## @@ -68,9 +69,9 @@ private String baseIndexNam

[incubator-doris] branch master updated (4adc9d4 -> ef94c25)

2020-06-10 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 4adc9d4 [Doc] Update ALTER TABLE.md add ef94c25 [Bug]fix the crash of checksum task #3735 (#3738)

[GitHub] [incubator-doris] morningman merged pull request #3738: [Bug]fix the crash of checksum task #3735

2020-06-10 Thread GitBox
morningman merged pull request #3738: URL: https://github.com/apache/incubator-doris/pull/3738 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

[incubator-doris] branch master updated (de91037 -> 4adc9d4)

2020-06-10 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 de91037 [Doc]Add some routine load docs (#3796) add 4adc9d4 [Doc] Update ALTER TABLE.md No new r

[GitHub] [incubator-doris] morningman merged pull request #3807: Update ALTER TABLE.md

2020-06-10 Thread GitBox
morningman merged pull request #3807: URL: https://github.com/apache/incubator-doris/pull/3807 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] imay commented on a change in pull request #3819: [Spark load][Fe 4/6] Add hive external table and update hive table syntax in loadstmt

2020-06-10 Thread GitBox
imay commented on a change in pull request #3819: URL: https://github.com/apache/incubator-doris/pull/3819#discussion_r438178208 ## File path: docs/zh-CN/sql-reference/sql-statements/Data Definition/CREATE TABLE.md ## @@ -131,7 +131,7 @@ under the License. 在 Palo 创建

[incubator-doris] branch master updated (4cb5f7a -> de91037)

2020-06-10 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 4cb5f7a [Config]Remove max_user_connections from config (#3805) add de91037 [Doc]Add some routine

[GitHub] [incubator-doris] morningman merged pull request #3796: Add some routine load docs

2020-06-10 Thread GitBox
morningman merged pull request #3796: URL: https://github.com/apache/incubator-doris/pull/3796 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] morningman merged pull request #3805: Remove max_user_connections from config

2020-06-10 Thread GitBox
morningman merged pull request #3805: URL: https://github.com/apache/incubator-doris/pull/3805 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

[incubator-doris] branch master updated (8c608bb -> 4cb5f7a)

2020-06-10 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 8c608bb [Doris On ES] Skip function_call expr when process predicate (#3813) add 4cb5f7a [Config

[GitHub] [incubator-doris] morningman commented on a change in pull request #3814: [trace] Adapt trace util to compaction module

2020-06-10 Thread GitBox
morningman commented on a change in pull request #3814: URL: https://github.com/apache/incubator-doris/pull/3814#discussion_r438186596 ## File path: be/src/common/config.h ## @@ -281,6 +281,10 @@ namespace config { // This config can be set to 0, which means to forbid any

[GitHub] [incubator-doris] imay commented on issue #3787: [Spark load] Update hive table syntax in loadstmt

2020-06-10 Thread GitBox
imay commented on issue #3787: URL: https://github.com/apache/incubator-doris/issues/3787#issuecomment-642054740 LGTM This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[GitHub] [incubator-doris] wutiangan commented on a change in pull request #3820: [Spill To Disk] Analytic_Eval_Node Support Spill Disk and Del Some Unless Code

2020-06-10 Thread GitBox
wutiangan commented on a change in pull request #3820: URL: https://github.com/apache/incubator-doris/pull/3820#discussion_r438169214 ## File path: be/src/runtime/data_stream_recvr.cc ## @@ -360,9 +360,14 @@ DataStreamRecvr::DataStreamRecvr( _row_desc(row_desc),

[GitHub] [incubator-doris] wangbo commented on pull request #3063: (#3061) [Spark Load] Doris Support Using Hive Table to Build Global Dict

2020-06-10 Thread GitBox
wangbo commented on pull request #3063: URL: https://github.com/apache/incubator-doris/pull/3063#issuecomment-642018644 1 add dict resue to reduce shuffle times This is an automated message from the Apache Git Service. To res

[GitHub] [incubator-doris] yangzhg opened a new pull request #3822: Add segment v2 footer meta viewer

2020-06-10 Thread GitBox
yangzhg opened a new pull request #3822: URL: https://github.com/apache/incubator-doris/pull/3822 Add segment v2 footer meta viewer tool This is an automated message from the Apache Git Service. To respond to the message, pl

[GitHub] [incubator-doris] caiconghui commented on a change in pull request #3815: Optimize the logic for getting TabletMeta from TabletInvertedIndex to reduce frequency of getting read lock

2020-06-10 Thread GitBox
caiconghui commented on a change in pull request #3815: URL: https://github.com/apache/incubator-doris/pull/3815#discussion_r438057994 ## File path: fe/src/main/java/org/apache/doris/master/ReportHandler.java ## @@ -388,21 +389,26 @@ private static void sync(Map backendTablets

[GitHub] [incubator-doris] caiconghui commented on a change in pull request #3815: Optimize the logic for getting TabletMeta from TabletInvertedIndex to reduce frequency of getting read lock

2020-06-10 Thread GitBox
caiconghui commented on a change in pull request #3815: URL: https://github.com/apache/incubator-doris/pull/3815#discussion_r438057994 ## File path: fe/src/main/java/org/apache/doris/master/ReportHandler.java ## @@ -388,21 +389,26 @@ private static void sync(Map backendTablets

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

2020-06-10 Thread GitBox
HangyuanLiu commented on a change in pull request #3739: URL: https://github.com/apache/incubator-doris/pull/3739#discussion_r438037946 ## File path: be/src/olap/schema_change.cpp ## @@ -1810,10 +1902,26 @@ OLAPStatus SchemaChangeHandler::_parse_request(TabletSharedPtr base_ta

[GitHub] [incubator-doris] morningman commented on a change in pull request #3815: Optimize the logic for getting TabletMeta from TabletInvertedIndex to reduce frequency of getting read lock

2020-06-10 Thread GitBox
morningman commented on a change in pull request #3815: URL: https://github.com/apache/incubator-doris/pull/3815#discussion_r438034697 ## File path: fe/src/main/java/org/apache/doris/master/ReportHandler.java ## @@ -388,21 +389,26 @@ private static void sync(Map backendTablets

[GitHub] [incubator-doris] chaoyli commented on a change in pull request #3762: [Memory Engine] MemTablet creation and compatibility handling in BE

2020-06-10 Thread GitBox
chaoyli commented on a change in pull request #3762: URL: https://github.com/apache/incubator-doris/pull/3762#discussion_r437093426 ## File path: be/src/olap/tablet_manager.cpp ## @@ -1374,16 +1482,29 @@ TabletSharedPtr TabletManager::_get_tablet_unlocked(TTabletId tablet_id,

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

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

[GitHub] [incubator-doris] vagetablechicken opened a new issue #3821: [Bug] uninitialized member vars

2020-06-10 Thread GitBox
vagetablechicken opened a new issue #3821: URL: https://github.com/apache/incubator-doris/issues/3821 **Describe the bug** There are some ctors which have uninitialized member vars. And we do miss set value to them. e.g. https://github.com/apache/incubator-doris/pull/3750 Bec

[GitHub] [incubator-doris] HappenLee opened a new pull request #3820: [Spill To Disk] Analytic_Eval_Node Support Spill Disk and Del Some Unless Code

2020-06-10 Thread GitBox
HappenLee opened a new pull request #3820: URL: https://github.com/apache/incubator-doris/pull/3820 1. Add enable spilling in query option, upport spill disk in Analytic_Eval_Node, FE can open enable spilling by set enable_spilling = true; Now, Sort Node and Analytic_

[GitHub] [incubator-doris] wyb edited a comment on issue #3787: [Spark load] Update hive table syntax in loadstmt

2020-06-10 Thread GitBox
wyb edited a comment on issue #3787: URL: https://github.com/apache/incubator-doris/issues/3787#issuecomment-641852155 > Can it support visit hive metastore by `hive-site.xml`? Also support now. > We submit a Spark Job and upload hive-site.xml to visit hive. > For the case

[GitHub] [incubator-doris] wyb commented on issue #3787: [Spark load] Update hive table syntax in loadstmt

2020-06-10 Thread GitBox
wyb commented on issue #3787: URL: https://github.com/apache/incubator-doris/issues/3787#issuecomment-641852155 > Can it support visit hive metastore by `hive-site.xml`? Also support now. > We submit a Spark Job and upload hive-site.xml to visit hive. > For the case that we only ne

[GitHub] [incubator-doris] wyb edited a comment on issue #3433: [Spark load] Doris support Spark load

2020-06-10 Thread GitBox
wyb edited a comment on issue #3433: URL: https://github.com/apache/incubator-doris/issues/3433#issuecomment-635180109 **Resource manager** #3418 [Spark load] Add resource manager (Merged) **Fe schedule job execution** #3712 [Spark load][Fe 1/6] Add spark etl job config (Merged

[GitHub] [incubator-doris] wyb edited a comment on issue #3433: [Spark load] Doris support Spark load

2020-06-10 Thread GitBox
wyb edited a comment on issue #3433: URL: https://github.com/apache/incubator-doris/issues/3433#issuecomment-635180109 **Resource manager** #3418 [Spark load] Add resource manager (Merged) **Fe schedule job execution** #3712 [Spark load][Fe 1/6] Add spark etl job config (Merged

[GitHub] [incubator-doris] wyb opened a new pull request #3819: [Spark load][4/6] Add hive external table and update hive table syntax in loadstmt

2020-06-10 Thread GitBox
wyb opened a new pull request #3819: URL: https://github.com/apache/incubator-doris/pull/3819 #3787 #3433 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[GitHub] [incubator-doris] vagetablechicken opened a new pull request #3818: [UT] hash_index_test: use scoped_refptr to new HashIndex

2020-06-10 Thread GitBox
vagetablechicken opened a new pull request #3818: URL: https://github.com/apache/incubator-doris/pull/3818 Ref https://github.com/apache/incubator-doris/issues/3817 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-doris] vagetablechicken opened a new issue #3817: [UT] hash_index_test: HashIndex should use ptr

2020-06-10 Thread GitBox
vagetablechicken opened a new issue #3817: URL: https://github.com/apache/incubator-doris/issues/3817 HashIndex is derived from RefCountedThreadSafe<>. So here https://github.com/apache/incubator-doris/blob/8c608bbad55911505411151522e6a1ceb7512cc0/be/test/olap/memory/hash_index_test.c