[GitHub] [incubator-doris] wutiangan commented on a change in pull request #3561: [Bug] generate exceptions to avoid mulitDistinctAggregation produce wrong result #3492

2020-05-13 Thread GitBox
wutiangan commented on a change in pull request #3561: URL: https://github.com/apache/incubator-doris/pull/3561#discussion_r424901255 ## File path: fe/src/test/java/org/apache/doris/analysis/AggregateTest.java ## @@ -0,0 +1,102 @@ +// Licensed to the Apache Software Foundation

[GitHub] [incubator-doris] blackfox1983 commented on issue #3585: [Proposal]独立于Base表的Rollup用于提供历史不可变数据的聚合能力

2020-05-13 Thread GitBox
blackfox1983 commented on issue #3585: URL: https://github.com/apache/incubator-doris/issues/3585#issuecomment-628414241 > > > Why not use aggregate key model? 明细使用的是“aggregate key”,但是数据量上升,这部分本身就占用资源。独立的rollup,就是为了可用删除这部分资源,而保留rollup ---

[GitHub] [incubator-doris] wutiangan opened a new issue #3586: [MySQL compatibility] Naviate query with hints throw null exception

2020-05-13 Thread GitBox
wutiangan opened a new issue #3586: URL: https://github.com/apache/incubator-doris/issues/3586 This phenomenon only occur when using Navicat to query with hints, But It doesn't happen when you query with MySQL client。 ### The Query: select /*+ FULL(t1)*/ * from t t1, t t2;

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #3571: Support bitmap_intersect

2020-05-13 Thread GitBox
EmmyMiao87 commented on a change in pull request #3571: URL: https://github.com/apache/incubator-doris/pull/3571#discussion_r424859796 ## File path: be/src/exprs/bitmap_function.cpp ## @@ -343,14 +367,19 @@ StringVal BitmapFunctions::bitmap_hash(doris_udf::FunctionContext* ctx

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #3571: Support bitmap_intersect

2020-05-13 Thread GitBox
EmmyMiao87 commented on a change in pull request #3571: URL: https://github.com/apache/incubator-doris/pull/3571#discussion_r424859624 ## File path: be/src/exprs/bitmap_function.cpp ## @@ -343,14 +367,19 @@ StringVal BitmapFunctions::bitmap_hash(doris_udf::FunctionContext* ctx

[GitHub] [incubator-doris] morningman commented on a change in pull request #3531: Remove unreasonable DCHECK for mem_tracker

2020-05-13 Thread GitBox
morningman commented on a change in pull request #3531: URL: https://github.com/apache/incubator-doris/pull/3531#discussion_r424854581 ## File path: be/src/runtime/bufferpool/reservation_tracker.cc ## @@ -281,14 +281,11 @@ bool ReservationTracker::TransferReservationTo(Reserva

[GitHub] [incubator-doris] morningman merged pull request #3476: [Bug] Fix bug of Partition prune of constant in predicate

2020-05-13 Thread GitBox
morningman merged pull request #3476: URL: https://github.com/apache/incubator-doris/pull/3476 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: [Bug] Fix bug of Partition prune of constant in predicate (#3476)

2020-05-13 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 9f224cd [Bug] Fix bug of Partition

[GitHub] [incubator-doris] morningman merged pull request #3544: [FIX] fix some doris web page dispaly error

2020-05-13 Thread GitBox
morningman merged pull request #3544: URL: https://github.com/apache/incubator-doris/pull/3544 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: [FIX] fix some doris web page dispaly error (#3544)

2020-05-13 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 d9e4551 [FIX] fix some doris web p

[GitHub] [incubator-doris] yangzhg commented on a change in pull request #3424: allow delete duplicated non-key column using delete from

2020-05-13 Thread GitBox
yangzhg commented on a change in pull request #3424: URL: https://github.com/apache/incubator-doris/pull/3424#discussion_r424850252 ## File path: be/src/olap/rowset/segment_group.cpp ## @@ -249,13 +249,13 @@ OLAPStatus SegmentGroup::add_zone_maps_for_linked_schema_change(

[GitHub] [incubator-doris] yiguolei commented on issue #3585: [Proposal]独立于Base表的Rollup用于提供历史不可变数据的聚合能力

2020-05-13 Thread GitBox
yiguolei commented on issue #3585: URL: https://github.com/apache/incubator-doris/issues/3585#issuecomment-628363790 Why not use aggregate key model? This is an automated message from the Apache Git Service. To respond to th

[GitHub] [incubator-doris] acelyc111 commented on pull request #3572: [trace] Introduce trace util to BE

2020-05-13 Thread GitBox
acelyc111 commented on pull request #3572: URL: https://github.com/apache/incubator-doris/pull/3572#issuecomment-628347005 > better to add document first to explain: > > 1. how it works > 2. What problems can it solve(better to give some best practice) > 3. How to use it.

[GitHub] [incubator-doris] yangzhg commented on a change in pull request #3424: allow delete duplicated non-key column using delete from

2020-05-13 Thread GitBox
yangzhg commented on a change in pull request #3424: URL: https://github.com/apache/incubator-doris/pull/3424#discussion_r424833528 ## File path: fe/src/main/java/org/apache/doris/alter/MaterializedViewHandler.java ## @@ -549,7 +548,10 @@ private RollupJobV2 createMaterializedV

[GitHub] [incubator-doris] morningman commented on issue #3549: [Proposal] Support `SELECT INTO OUTFILE` feature.

2020-05-13 Thread GitBox
morningman commented on issue #3549: URL: https://github.com/apache/incubator-doris/issues/3549#issuecomment-628343679 > For the updated proposal, lack naming rule for the exported files. Hi @imay , for the new design, the export file name depends on user's specification in `OUTFILE

[GitHub] [incubator-doris] imay commented on issue #3549: [Proposal] Support `SELECT INTO OUTFILE` feature.

2020-05-13 Thread GitBox
imay commented on issue #3549: URL: https://github.com/apache/incubator-doris/issues/3549#issuecomment-628339079 For the updated proposal, lack naming rule for the exported files. This is an automated message from the Apache

[GitHub] [incubator-doris] blackfox1983 opened a new issue #3585: [Rollup]独立于Base表的Rollup用于提供历史不可变数据的聚合能力

2020-05-13 Thread GitBox
blackfox1983 opened a new issue #3585: URL: https://github.com/apache/incubator-doris/issues/3585 **Is your feature request related to a problem? Please describe.** 在实际的场景中,RollUp在加速数据查询方面起到了很大的作用。但是目前的实现强依赖Base表,当Base表删除时,Rollup表也随之删除。 当数据量很大时,存储成本逐渐上升,在实际的业务场景中,对于历史数据的明细很多时候不再读取

[incubator-doris] branch branch-0.11 updated: [website] Support documents' fulltext searching (branch-0.11) (#3537we

2020-05-13 Thread zhaoc
This is an automated email from the ASF dual-hosted git repository. zhaoc pushed a commit to branch branch-0.11 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/branch-0.11 by this push: new 8232996 [website] Support doc

[incubator-doris] branch branch-0.12 updated: [website] Support documents' fulltext searching (branch-0.12) (#3536)

2020-05-13 Thread zhaoc
This is an automated email from the ASF dual-hosted git repository. zhaoc pushed a commit to branch branch-0.12 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git The following commit(s) were added to refs/heads/branch-0.12 by this push: new 5d59d50 [website] Support doc

[incubator-doris] branch master updated: [website] Support documents' fulltext searching (master) (#3535)

2020-05-13 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 47bce08 [website] Support documents' fu

[incubator-doris] branch master updated: [community] Add Committer Guide (#3522)

2020-05-13 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 95c67db [community] Add Committer Guide

[incubator-doris] branch master updated: [Memory Engine] add core column related classes (#3508)

2020-05-13 Thread lichaoyong
This is an automated email from the ASF dual-hosted git repository. lichaoyong 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 a7cfafe [Memory Engine] add core c

[incubator-doris] branch master updated (ca7c071 -> 54e38ec)

2020-05-13 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 ca7c071 Fix compile bug (#3557) add 54e38ec [Bug] Fix bug of transaction manager (#3565) No new