[incubator-doris] branch master updated: Fix compile bug (#3557)

2020-05-11 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 ca7c071 Fix compile bug (#3557) ca

[incubator-doris] branch master updated: Throw DdlException when use `admin set frontend config` (#3539)

2020-05-11 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 4294301 Throw DdlException when us

[incubator-doris] branch master updated (4294301 -> b648734)

2020-05-11 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 4294301 Throw DdlException when use `admin set frontend config` (#3539) add b648734 [TxxMgr] Sup

[incubator-doris] 01/01: [Doc] Update table-restore-tool.md

2020-05-11 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch update-tablet-restore-doc in repository https://gitbox.apache.org/repos/asf/incubator-doris.git commit 121f4a76fa318beb4fb47934c00ae78f22d20bb1 Author: Mingyu Chen AuthorDate: Mon May 11 23:4

[incubator-doris] branch update-tablet-restore-doc created (now 121f4a7)

2020-05-11 Thread morningman
This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch update-tablet-restore-doc in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. at 121f4a7 [Doc] Update table-restore-tool.md This branch includes the following new c

[GitHub] [incubator-doris] EmmyMiao87 commented on issue #3552: Support Bitmap Intersect

2020-05-11 Thread GitBox
EmmyMiao87 commented on issue #3552: URL: https://github.com/apache/incubator-doris/issues/3552#issuecomment-626659278 > And one thing should be kept in mind, when this function is applied to bitmap_union column directly, pre-aggregate will switch off. Yes, It should be ensure.

[GitHub] [incubator-doris] imay commented on issue #3552: Support Bitmap Intersect

2020-05-11 Thread GitBox
imay commented on issue #3552: URL: https://github.com/apache/incubator-doris/issues/3552#issuecomment-626656305 That is a good job. Looking forward to your PR. > FunctionName: bitmap_union, bitmap_intersect > Directly replace the current bitmap serialization fun

[GitHub] [incubator-doris] EmmyMiao87 opened a new issue #3552: Support Bitmap Intersect

2020-05-11 Thread GitBox
EmmyMiao87 opened a new issue #3552: URL: https://github.com/apache/incubator-doris/issues/3552 # Support Bitmap Intersect Support aggregate function Bitmap Intersect, it is mainly used to take intersection of grouped data. # bitmap_intersect Calculates the intersection

[incubator-doris] branch master updated (5a57ecc -> 63fecc7)

2020-05-11 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 5a57ecc [Doris On ES]fix bug of query failed in doc_value_mode when fields have none value (#3513)

[GitHub] [incubator-doris] decster commented on issue #3469: [Memory Engine] Write Pipeline: internal data processing and storage

2020-05-11 Thread GitBox
decster commented on issue #3469: URL: https://github.com/apache/incubator-doris/issues/3469#issuecomment-626622345 I think we can attach a set of default values to each writetx, so if update became insert, we can fillin default value automatically. The default value can come from c

[GitHub] [incubator-doris] gaodayue opened a new pull request #3551: [Bug] restore tablet action not working because tablet status is shutdown

2020-05-11 Thread GitBox
gaodayue opened a new pull request #3551: URL: https://github.com/apache/incubator-doris/pull/3551 Fixes #3550 When restoring tablet, its status should be changed from SHUTDOWN back to RUNNING. This is an automated m

[GitHub] [incubator-doris] gaodayue opened a new issue #3550: Restore tablet action not working

2020-05-11 Thread GitBox
gaodayue opened a new issue #3550: URL: https://github.com/apache/incubator-doris/issues/3550 **Describe the bug** Part of #3545 When we're restoring a tablet from BE trash, it can't success with the following logs ``` I0507 22:49:03.298763 30398 restore_tablet_action.c

[GitHub] [incubator-doris] vagetablechicken edited a comment on issue #3469: [Memory Engine] Write Pipeline: internal data processing and storage

2020-05-11 Thread GitBox
vagetablechicken edited a comment on issue #3469: URL: https://github.com/apache/incubator-doris/issues/3469#issuecomment-626553115 ### Data Flow 1. User data(json format) -> PartialRow 1. PartialRow(Type,...), Type: INSERT/UPSERT/DELETE/UPDATE 1. In POC: PartialRow(cells[

[GitHub] [incubator-doris] vagetablechicken commented on issue #3469: [Memory Engine] Write Pipeline: internal data processing and storage

2020-05-11 Thread GitBox
vagetablechicken commented on issue #3469: URL: https://github.com/apache/incubator-doris/issues/3469#issuecomment-626553115 ### Data Flow 1. User data(json format) -> PartialRow 1. PartialRow(Type,...), Type: INSERT/UPSERT/DELETE/UPDATE 1. In POC: PartialRow(cells[0],...)

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

2020-05-11 Thread GitBox
imay commented on issue #3549: URL: https://github.com/apache/incubator-doris/issues/3549#issuecomment-626551767 It is OK for test, and remember to disable it when releasing. Better to update proposal for others to review it. --

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

2020-05-11 Thread GitBox
morningman commented on issue #3549: URL: https://github.com/apache/incubator-doris/issues/3549#issuecomment-626531960 Hi @imay, actually, I totally agree your consideration about the local file upload. We have to care about all messy things, such as the authentication, GC, disk space, e

[incubator-doris] branch master updated: [Doris On ES]fix bug of query failed in doc_value_mode when fields have none value (#3513)

2020-05-11 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 5a57ecc [Doris On ES]fix bug of query

[incubator-doris] branch master updated: Throw a UserException when miss plugin's md5 file (#3542)

2020-05-11 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 edbeaf8 Throw a UserException when miss

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

2020-05-11 Thread GitBox
imay commented on issue #3549: URL: https://github.com/apache/incubator-doris/issues/3549#issuecomment-626520097 @morningman Wonderful proposal. I have some questions about this. > Write the result to the local file system of a BE. And provide users with an http connection fo