[incubator-doris] branch master updated (b4cb8fb -> e605934)

2020-07-29 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 b4cb8fb [Feature][Cache]Add interface, metric, variable and config for query cache (#4159) add e6

[incubator-doris] branch master updated (b4cb8fb -> e605934)

2020-07-29 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 b4cb8fb [Feature][Cache]Add interface, metric, variable and config for query cache (#4159) add e6

[incubator-doris] branch master updated (fdcc223 -> b4cb8fb)

2020-07-29 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 fdcc223 [Bug][Json] Refactor the json load logic to fix some bug add b4cb8fb [Feature][Cache]Add

[incubator-doris] branch master updated (594e53e -> fdcc223)

2020-07-29 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 594e53e [Spill To Disk][1/6] The adjustment of the basic BufferedBlockMgr includes the following chang

[incubator-doris] branch master updated: [Spill To Disk][1/6] The adjustment of the basic BufferedBlockMgr includes the following change (#4151)

2020-07-29 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 594e53e [Spill To Disk][1/6] The a

[incubator-doris] branch branch-0.13 created (now 237271c)

2020-07-29 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch branch-0.13 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. at 237271c [Bug] Fix fe meta version problem, make drop meta check code easy to read and add doc con

[incubator-doris] branch master updated (08403ee -> 237271c)

2020-07-29 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 08403ee [Bug]#4181 Let linked-schema change work for BETA tablet (#4182) add 237271c [Bug] Fix f

[incubator-doris] branch master updated (8a16998 -> 08403ee)

2020-07-29 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 8a16998 [Bug][TabletRepair] Fix bug that too many replicas generated when decommission BE (#4148)

[incubator-doris] branch master updated (abeb25d -> 8a16998)

2020-07-29 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 abeb25d Fx large int literal (#4168) add 8a16998 [Bug][TabletRepair] Fix bug that too many replic

[GitHub] [incubator-doris] kangkaisen opened a new issue #4206: Window function with limit 0 will get a error

2020-07-29 Thread GitBox
kangkaisen opened a new issue #4206: URL: https://github.com/apache/incubator-doris/issues/4206 For SQL: ``` SELECT id_int, dense_rank() OVER (partition by id_int order by id_int) AS sum FROM test_window limit 0; ``` will get a error: ``` couldn't resolve slo

[GitHub] [incubator-doris] EmmyMiao87 opened a new issue #4208: Create materialized view failed after fe restarted

2020-07-29 Thread GitBox
EmmyMiao87 opened a new issue #4208: URL: https://github.com/apache/incubator-doris/issues/4208 **Describe the bug** The job of creating materialized view is failed when fe restarted. ``` | 12002 | mv_test | 2020-07-29 14:59:05 | 2020-07-29 15:12:11 | mv_test | mv_3

[GitHub] [incubator-doris] imay commented on a change in pull request #4136: Fixbug: json load

2020-07-29 Thread GitBox
imay commented on a change in pull request #4136: URL: https://github.com/apache/incubator-doris/pull/4136#discussion_r462260814 ## File path: docs/en/sql-reference/sql-statements/Data Manipulation/ROUTINE LOAD.md ## @@ -178,6 +178,9 @@ FROM data_source 8. `strip_outer_ar

[GitHub] [incubator-doris] morningman commented on a change in pull request #4148: [Bug][TabletRepair] Fix bug that too many replicas generated when decommission BE

2020-07-29 Thread GitBox
morningman commented on a change in pull request #4148: URL: https://github.com/apache/incubator-doris/pull/4148#discussion_r462139372 ## File path: fe/fe-core/src/main/java/org/apache/doris/master/ReportHandler.java ## @@ -481,7 +481,6 @@ private static void sync(Map backendTa

[GitHub] [incubator-doris] caiconghui commented on a change in pull request #4006: [Feature] Support InPredicate in delete statement

2020-07-29 Thread GitBox
caiconghui commented on a change in pull request #4006: URL: https://github.com/apache/incubator-doris/pull/4006#discussion_r462418665 ## File path: be/src/olap/olap_cond.cpp ## @@ -176,6 +150,14 @@ OLAPStatus Cond::init(const TCondition& tcond, const TabletColumn& column) {

[GitHub] [incubator-doris] morningman commented on a change in pull request #4205: [Bug] Fix fe meta version problem, make drop meta check code easy to read and add doc content for drop meta check

2020-07-29 Thread GitBox
morningman commented on a change in pull request #4205: URL: https://github.com/apache/incubator-doris/pull/4205#discussion_r462247082 ## File path: fe/fe-core/src/main/java/org/apache/doris/catalog/Catalog.java ## @@ -2733,12 +2733,12 @@ public void dropDb(DropDbStmt stmt) thr

[GitHub] [incubator-doris] HangyuanLiu closed issue #4167: [Bug] LargeIntLiteral is not analyze

2020-07-29 Thread GitBox
HangyuanLiu closed issue #4167: URL: https://github.com/apache/incubator-doris/issues/4167 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] liutang123 opened a new pull request #4201: Rewrite count(distinct if(bool, bitmap, null)) to bitmap_union_count

2020-07-29 Thread GitBox
liutang123 opened a new pull request #4201: URL: https://github.com/apache/incubator-doris/pull/4201 For #4200 Add IF(BOOL, BITMAP, BITMAP) function. Add UT. This is an automated message from the Apache Git Service.

[GitHub] [incubator-doris] wutiangan commented on a change in pull request #4209: Analyze define expr after replay Rollup job

2020-07-29 Thread GitBox
wutiangan commented on a change in pull request #4209: URL: https://github.com/apache/incubator-doris/pull/4209#discussion_r462365309 ## File path: fe/fe-core/src/main/java/org/apache/doris/alter/MaterializedViewHandler.java ## @@ -102,6 +102,20 @@ public MaterializedViewHandl

[GitHub] [incubator-doris] liutang123 opened a new issue #4200: Rewrite count(distinct if(bool, bitmap, null)) to bitmap_union_count

2020-07-29 Thread GitBox
liutang123 opened a new issue #4200: URL: https://github.com/apache/incubator-doris/issues/4200 Some time, users want to execute a sql like follows: ``` select count(distinct if(id = 1, id2, null)) , count(distinct id2) from test.bitmap_table ``` Now, `IF` Expr will return decim

[GitHub] [incubator-doris] caiconghui opened a new issue #4204: [Bug] Wrong fe meta version check for DropDbInfo and doc content for drop meta check is needed

2020-07-29 Thread GitBox
caiconghui opened a new issue #4204: URL: https://github.com/apache/incubator-doris/issues/4204 1.There is a fe meta version bug introduced by #4029 when fix conflict with #4086 2. Doc content for drop meta check is needed -

[GitHub] [incubator-doris] HangyuanLiu opened a new pull request #4211: Fix multi predicate in correlation subquery analyze fail

2020-07-29 Thread GitBox
HangyuanLiu opened a new pull request #4211: URL: https://github.com/apache/incubator-doris/pull/4211 FIX: #4210 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[GitHub] [incubator-doris] HangyuanLiu closed pull request #4140: Add materialized view related syntax

2020-07-29 Thread GitBox
HangyuanLiu closed pull request #4140: URL: https://github.com/apache/incubator-doris/pull/4140 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [incubator-doris] caiconghui commented on a change in pull request #4205: [Bug] Fix fe meta version problem, make drop meta check code easy to read and add doc content for drop meta check

2020-07-29 Thread GitBox
caiconghui commented on a change in pull request #4205: URL: https://github.com/apache/incubator-doris/pull/4205#discussion_r462250949 ## File path: fe/fe-core/src/main/java/org/apache/doris/catalog/Catalog.java ## @@ -2733,12 +2733,12 @@ public void dropDb(DropDbStmt stmt) thr

[GitHub] [incubator-doris] HangyuanLiu opened a new issue #4210: [BUG] multi predicate in correlation subquery analyze fail

2020-07-29 Thread GitBox
HangyuanLiu opened a new issue #4210: URL: https://github.com/apache/incubator-doris/issues/4210 **Describe the bug** multi group by in correlation subquery analyze fail mysql> select * from t1 where v1 = (select min(v1) from t2 where t2.v1 = t1.v1 and t2.v2=t1.v2); ERROR 1064

[GitHub] [incubator-doris] morningman merged pull request #4146: [CodeRefactor] Modify FE modules

2020-07-29 Thread GitBox
morningman merged pull request #4146: URL: https://github.com/apache/incubator-doris/pull/4146 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 commented on a change in pull request #4006: [Feature] Support InPredicate in delete statement

2020-07-29 Thread GitBox
morningman commented on a change in pull request #4006: URL: https://github.com/apache/incubator-doris/pull/4006#discussion_r462319981 ## File path: fe/fe-core/src/main/java/org/apache/doris/analysis/DeleteStmt.java ## @@ -119,11 +120,29 @@ private void analyzePredicate(Expr pr

[GitHub] [incubator-doris] wangbo opened a new issue #4202: [BUG Report] Schema Change Job may failed When Tablet Balance Happended

2020-07-29 Thread GitBox
wangbo opened a new issue #4202: URL: https://github.com/apache/incubator-doris/issues/4202 **Describe the bug** alter table job failed ``` JobId: 14779188 TableName: x CreateTime: 2020-07-28 15:39:14 FinishTime: 2020-07-28 15:45:09 IndexName: x

[GitHub] [incubator-doris] kangkaisen commented on pull request #4201: Rewrite count(distinct if(bool, bitmap, null)) to bitmap_union_count

2020-07-29 Thread GitBox
kangkaisen commented on pull request #4201: URL: https://github.com/apache/incubator-doris/pull/4201#issuecomment-665529213 nullif, ifnull, coalesce function should also update. This is an automated message from the Apache Gi

[GitHub] [incubator-doris] morningman commented on a change in pull request #4136: Fixbug: json load

2020-07-29 Thread GitBox
morningman commented on a change in pull request #4136: URL: https://github.com/apache/incubator-doris/pull/4136#discussion_r462211888 ## File path: be/src/exec/json_scanner.h ## @@ -143,10 +140,12 @@ class JsonReader { bool _strip_outer_array; RuntimeProfile::Counter

[GitHub] [incubator-doris] chaoyli commented on pull request #4182: #4181 Let linked-schema change work for BETA tablet

2020-07-29 Thread GitBox
chaoyli commented on pull request #4182: URL: https://github.com/apache/incubator-doris/pull/4182#issuecomment-665626104 LGTM This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-doris] worker24h commented on a change in pull request #4136: Fixbug: json load

2020-07-29 Thread GitBox
worker24h commented on a change in pull request #4136: URL: https://github.com/apache/incubator-doris/pull/4136#discussion_r462255743 ## File path: be/src/exec/json_scanner.h ## @@ -143,10 +140,12 @@ class JsonReader { bool _strip_outer_array; RuntimeProfile::Counter*

[GitHub] [incubator-doris] xy720 opened a new issue #4203: [Bug][Spark load] Cancel spark load will throw YarnException

2020-07-29 Thread GitBox
xy720 opened a new issue #4203: URL: https://github.com/apache/incubator-doris/issues/4203 **Describe the bug** When user want to cancel spark load, it may throw a exception because of failing to kill yarn application. **To Reproduce** Steps to reproduce the behavior: 1. Sub

[GitHub] [incubator-doris] EmmyMiao87 opened a new pull request #4209: Analyze define expr after replay Rollup job

2020-07-29 Thread GitBox
EmmyMiao87 opened a new pull request #4209: URL: https://github.com/apache/incubator-doris/pull/4209 ## Proposed changes Fixed.#4208 The define expr should be analyzed after replay RollupJob. The slot desc of define expr is used to transform to thrift and send to backend.

[GitHub] [incubator-doris] caiconghui opened a new pull request #4205: [Bug] Fix Fe meta problem, make drop meta check code easy to read and add doc content for drop meta check

2020-07-29 Thread GitBox
caiconghui opened a new pull request #4205: URL: https://github.com/apache/incubator-doris/pull/4205 ## Proposed changes This PR is mainly do three things: 1. Fix bug introduced by #4029 , when fix conflict with #4086 2. Make drop check code easy to read 3. Add doc content for d

[GitHub] [incubator-doris] HangyuanLiu merged pull request #4168: Fix large int literal analyze

2020-07-29 Thread GitBox
HangyuanLiu merged pull request #4168: URL: https://github.com/apache/incubator-doris/pull/4168 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [incubator-doris] zhbinbin commented on a change in pull request #4198: Add bitmap longitudinal cutting udaf

2020-07-29 Thread GitBox
zhbinbin commented on a change in pull request #4198: URL: https://github.com/apache/incubator-doris/pull/4198#discussion_r462151435 ## File path: contrib/udf/src/udaf_bitmap/bitmap_value.h ## @@ -0,0 +1,1326 @@ +// Licensed to the Apache Software Foundation (ASF) under one +//

[GitHub] [incubator-doris] kangkaisen opened a new pull request #4207: Fix window function with limit zero bug

2020-07-29 Thread GitBox
kangkaisen opened a new pull request #4207: URL: https://github.com/apache/incubator-doris/pull/4207 ## Proposed changes For #4206 ## Types of changes What types of changes does your code introduce to Doris? _Put an `x` in the boxes that apply_ - [x] Bugfix (n

[incubator-doris] branch master updated (0e79f69 -> abeb25d)

2020-07-29 Thread liuhangyuan
This is an automated email from the ASF dual-hosted git repository. liuhangyuan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from 0e79f69 [CodeRefactor] Modify FE modules (#4146) add abeb25d Fx large int literal (#4168) No ne

[GitHub] [incubator-doris] francisoliverlee commented on issue #4120: [Enhancement] Add HTTP RestFul interface to get QueryPlan by QueryID

2020-07-29 Thread GitBox
francisoliverlee commented on issue #4120: URL: https://github.com/apache/incubator-doris/issues/4120#issuecomment-665110731 nice! This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [incubator-doris] chaoyli commented on issue #4120: [Enhancement] Add HTTP RestFul interface to get QueryPlan by QueryID

2020-07-29 Thread GitBox
chaoyli commented on issue #4120: URL: https://github.com/apache/incubator-doris/issues/4120#issuecomment-664822816 @francisoliverlee This PR's purpose is to following analysis. This is an automated message from the Apache G

[GitHub] [incubator-doris] morningman closed issue #4194: [Bug]Broker may fail to write file when fe uploads spark archive

2020-07-29 Thread GitBox
morningman closed issue #4194: URL: https://github.com/apache/incubator-doris/issues/4194 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] zhbinbin opened a new pull request #4198: Add bitmap longitudinal cutting udaf

2020-07-29 Thread GitBox
zhbinbin opened a new pull request #4198: URL: https://github.com/apache/incubator-doris/pull/4198 The original Doris bitmap aggregation function has poor performance on the intersection and union set of bitmap cardinality of more than one billion. There are two reasons for this. The first

[GitHub] [incubator-doris] morningman merged pull request #4177: Reduce conflict of sql_parser.cup

2020-07-29 Thread GitBox
morningman merged pull request #4177: URL: https://github.com/apache/incubator-doris/pull/4177 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] xy720 commented on pull request #4146: [CodeRefactor] Modify FE modules

2020-07-29 Thread GitBox
xy720 commented on pull request #4146: URL: https://github.com/apache/incubator-doris/pull/4146#issuecomment-665477663 LGTM This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-doris] kangkaisen commented on pull request #4197: Rewrite GroupByClause.oriGroupingExprs

2020-07-29 Thread GitBox
kangkaisen commented on pull request #4197: URL: https://github.com/apache/incubator-doris/pull/4197#issuecomment-664728528 @liutang123 Hi, Please add a UT to cover this bug. Thanks. This is an automated message from the Apac

[GitHub] [incubator-doris] kangkaisen commented on pull request #4199: Change type of sum, min, max function column in mv

2020-07-29 Thread GitBox
kangkaisen commented on pull request #4199: URL: https://github.com/apache/incubator-doris/pull/4199#issuecomment-664767149 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-doris] kangkaisen closed issue #4149: [BUG] choose broadcastjoin first when cardinality cannot be estimated

2020-07-29 Thread GitBox
kangkaisen closed issue #4149: URL: https://github.com/apache/incubator-doris/issues/4149 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 #4197: Rewrite GroupByClause.oriGroupingExprs

2020-07-29 Thread GitBox
kangkaisen merged pull request #4197: URL: https://github.com/apache/incubator-doris/pull/4197 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 #4191: [Bug] NIO Mysql Server is leaking sockets

2020-07-29 Thread GitBox
morningman closed issue #4191: URL: https://github.com/apache/incubator-doris/issues/4191 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

[incubator-doris] branch master updated (1b3af78 -> 0e79f69)

2020-07-29 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 1b3af78 [Plugin] Add properties grammar in InstallPluginStmt (#4173) add 0e79f69 [CodeRefactor]

[GitHub] [incubator-doris] morningman commented on a change in pull request #4146: [CodeRefactor] Modify FE modules

2020-07-29 Thread GitBox
morningman commented on a change in pull request #4146: URL: https://github.com/apache/incubator-doris/pull/4146#discussion_r462054508 ## File path: fe/spark-dpp/pom.xml ## @@ -0,0 +1,430 @@ + + + + +http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSche

[GitHub] [incubator-doris] EmmyMiao87 commented on pull request #4198: Add bitmap longitudinal cutting udaf

2020-07-29 Thread GitBox
EmmyMiao87 commented on pull request #4198: URL: https://github.com/apache/incubator-doris/pull/4198#issuecomment-664978435 This name of udaf is not accurate. Maybe 'udaf_orthogonal_bitmap' is better? Or? This is an automate

[GitHub] [incubator-doris] EmmyMiao87 opened a new pull request #4199: Change type of sum, min, max function column in mv

2020-07-29 Thread GitBox
EmmyMiao87 opened a new pull request #4199: URL: https://github.com/apache/incubator-doris/pull/4199 ## Proposed changes If the agg function is sum, the type of mv column will be bigint. The only exception is that if the base column is largeint, the type of mv column will be largeint.

[GitHub] [incubator-doris] kangkaisen closed issue #4196: [BUG] Constants fold fail in group by

2020-07-29 Thread GitBox
kangkaisen closed issue #4196: URL: https://github.com/apache/incubator-doris/issues/4196 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 commented on a change in pull request #4199: Change type of sum, min, max function column in mv

2020-07-29 Thread GitBox
kangkaisen commented on a change in pull request #4199: URL: https://github.com/apache/incubator-doris/pull/4199#discussion_r461353389 ## File path: fe/fe-core/src/main/java/org/apache/doris/analysis/CreateMaterializedViewStmt.java ## @@ -30,11 +34,6 @@ import org.apache.dori

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #4199: Change type of sum, min, max function column in mv

2020-07-29 Thread GitBox
EmmyMiao87 commented on a change in pull request #4199: URL: https://github.com/apache/incubator-doris/pull/4199#discussion_r461472382 ## File path: fe/fe-core/src/main/java/org/apache/doris/analysis/CreateMaterializedViewStmt.java ## @@ -30,11 +34,6 @@ import org.apache.dori

[GitHub] [incubator-doris] HangyuanLiu commented on a change in pull request #4187: [TimeZone]Set UTC to defult timezone

2020-07-29 Thread GitBox
HangyuanLiu commented on a change in pull request #4187: URL: https://github.com/apache/incubator-doris/pull/4187#discussion_r461542445 ## File path: fe/fe-core/src/main/java/org/apache/doris/common/util/TimeUtils.java ## @@ -256,7 +256,7 @@ public static String checkTimeZoneV

[GitHub] [incubator-doris] morningman merged pull request #4192: [Bug][Socket Leak] Fix bug that Mysql NIO server is leaking sockets

2020-07-29 Thread GitBox
morningman merged pull request #4192: URL: https://github.com/apache/incubator-doris/pull/4192 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] acelyc111 commented on pull request #4115: [metrics] Redesign metrics to 3 layers

2020-07-29 Thread GitBox
acelyc111 commented on pull request #4115: URL: https://github.com/apache/incubator-doris/pull/4115#issuecomment-665470640 > I took a cursory look at the code and found no problems. > This CL is too big and involves too many modules... > Have you run it in your product env yet?

[GitHub] [incubator-doris] kangkaisen merged pull request #4150: [BUG] fix 4149, add sessionVariable to choose broadcastjoin first when cardinality cannot be estimated

2020-07-29 Thread GitBox
kangkaisen merged pull request #4150: URL: https://github.com/apache/incubator-doris/pull/4150 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 merged pull request #4029: Support check committed txns before catalog drop meta, like db, table, partition etc

2020-07-29 Thread GitBox
chaoyli merged pull request #4029: URL: https://github.com/apache/incubator-doris/pull/4029 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] kangkaisen commented on a change in pull request #4146: [CodeRefactor] Modify FE modules

2020-07-29 Thread GitBox
kangkaisen commented on a change in pull request #4146: URL: https://github.com/apache/incubator-doris/pull/4146#discussion_r462066841 ## File path: build.sh ## @@ -50,20 +50,22 @@ usage() { Usage: $0 Optional options: --be build Backend - --fe

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #4198: Add bitmap longitudinal cutting udaf

2020-07-29 Thread GitBox
EmmyMiao87 commented on a change in pull request #4198: URL: https://github.com/apache/incubator-doris/pull/4198#discussion_r461494011 ## File path: docs/.vuepress/sidebar/zh-CN.js ## @@ -159,7 +159,9 @@ module.exports = [ { title: "用户贡献的 UDF",

[GitHub] [incubator-doris] morningman merged pull request #4143: Fix alter schema add key column bug in agg model

2020-07-29 Thread GitBox
morningman merged pull request #4143: URL: https://github.com/apache/incubator-doris/pull/4143 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] yangzhg commented on a change in pull request #4141: Support batch delete syntax in fe and add pass the delete infomation to be

2020-07-29 Thread GitBox
yangzhg commented on a change in pull request #4141: URL: https://github.com/apache/incubator-doris/pull/4141#discussion_r461267976 ## File path: be/src/exec/broker_scan_node.cpp ## @@ -71,6 +71,18 @@ Status BrokerScanNode::init(const TPlanNode& tnode, RuntimeState* state) {

[GitHub] [incubator-doris] morningman merged pull request #4195: [Bug] Divide the upload in spark repository into two steps

2020-07-29 Thread GitBox
morningman merged pull request #4195: URL: https://github.com/apache/incubator-doris/pull/4195 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] wutiangan commented on a change in pull request #4199: Change type of sum, min, max function column in mv

2020-07-29 Thread GitBox
wutiangan commented on a change in pull request #4199: URL: https://github.com/apache/incubator-doris/pull/4199#discussion_r461342283 ## File path: fe/fe-core/src/main/java/org/apache/doris/analysis/CreateMaterializedViewStmt.java ## @@ -30,11 +34,6 @@ import org.apache.doris

[GitHub] [incubator-doris] morningman merged pull request #4173: [Plugin] Add properties grammar in InstallPluginStmt

2020-07-29 Thread GitBox
morningman merged pull request #4173: URL: https://github.com/apache/incubator-doris/pull/4173 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 issue #4193: Unified the grammer style of create/drop bitmap and bloomfilter index

2020-07-29 Thread GitBox
imay commented on issue #4193: URL: https://github.com/apache/incubator-doris/issues/4193#issuecomment-664731064 It looks good to me This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-doris] EmmyMiao87 commented on pull request #4199: Change type of sum, min, max function column in mv

2020-07-29 Thread GitBox
EmmyMiao87 commented on pull request #4199: URL: https://github.com/apache/incubator-doris/pull/4199#issuecomment-664955319 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[incubator-doris] branch master updated (83a7514 -> 1b3af78)

2020-07-29 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 83a7514 [Bug][Socket Leak] Fix bug that Mysql NIO server is leaking sockets (#4192) add 1b3af78

[incubator-doris] branch master updated (59676a1 -> 83a7514)

2020-07-29 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 59676a1 [BUG] fix 4149, add sessionVariable to choose broadcastjoin first when cardinality cannot be e