[GitHub] [incubator-doris] lingbin opened a new pull request #2704: Remove resource_info related members from TaskWorkerPool

2020-01-07 Thread GitBox
lingbin opened a new pull request #2704: Remove resource_info related members from TaskWorkerPool URL: https://github.com/apache/incubator-doris/pull/2704 The `TResourceInfo` was used to help `cgruops` to isolate resources, but it is no longer used. In fact, the `TResourceInfo` in

[GitHub] [incubator-doris] DanyBin edited a comment on issue #2674: ADD BE UDF bitmap_and and bitmap_or

2020-01-07 Thread GitBox
DanyBin edited a comment on issue #2674: ADD BE UDF bitmap_and and bitmap_or URL: https://github.com/apache/incubator-doris/pull/2674#issuecomment-571932595 > @DanyBin Hi, refer to https://github.com/apache/incubator-doris/pull/2690/files, please update the return type to bitmap in gensrc

[GitHub] [incubator-doris] DanyBin commented on issue #2674: ADD BE UDF bitmap_and and bitmap_or

2020-01-07 Thread GitBox
DanyBin commented on issue #2674: ADD BE UDF bitmap_and and bitmap_or URL: https://github.com/apache/incubator-doris/pull/2674#issuecomment-571932595 ok > @DanyBin Hi, refer to https://github.com/apache/incubator-doris/pull/2690/files, please update the return type to bitmap in ge

[incubator-doris] branch master updated: Fix roles typo in privilege document (#2702)

2020-01-07 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 e94d465 Fix roles typo in privilege doc

[GitHub] [incubator-doris] imay merged pull request #2702: Fix the roles typo in privilege document

2020-01-07 Thread GitBox
imay merged pull request #2702: Fix the roles typo in privilege document URL: https://github.com/apache/incubator-doris/pull/2702 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-doris] lshmouse closed issue #2701: Fix roles typo in privilege document

2020-01-07 Thread GitBox
lshmouse closed issue #2701: Fix roles typo in privilege document URL: https://github.com/apache/incubator-doris/issues/2701 This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [incubator-doris] chorylee001 opened a new issue #2703: The date function cannot calculate the month in which the two dates differ

2020-01-07 Thread GitBox
chorylee001 opened a new issue #2703: The date function cannot calculate the month in which the two dates differ URL: https://github.com/apache/incubator-doris/issues/2703 The date function cannot calculate the MONTH in which there is a difference between two dates, such as in mysql TIME

[GitHub] [incubator-doris] lshmouse opened a new pull request #2702: Fix the roles typo in privilege document

2020-01-07 Thread GitBox
lshmouse opened a new pull request #2702: Fix the roles typo in privilege document URL: https://github.com/apache/incubator-doris/pull/2702 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-doris] lshmouse opened a new issue #2701: Fix roles typo in privilege document

2020-01-07 Thread GitBox
lshmouse opened a new issue #2701: Fix roles typo in privilege document URL: https://github.com/apache/incubator-doris/issues/2701 This a typo: ROELS in privilege document. This is an automated message from the Apache Git Serv

[GitHub] [incubator-doris] vagetablechicken edited a comment on issue #2697: Using a range for loop and erasing an item may cause mem error

2020-01-07 Thread GitBox
vagetablechicken edited a comment on issue #2697: Using a range for loop and erasing an item may cause mem error URL: https://github.com/apache/incubator-doris/issues/2697#issuecomment-571913539 Based on https://en.cppreference.com/w/cpp/language/range-for, I produce code equivalent to th

[GitHub] [incubator-doris] vagetablechicken commented on issue #2697: Using a range for loop and erasing an item may cause mem error

2020-01-07 Thread GitBox
vagetablechicken commented on issue #2697: Using a range for loop and erasing an item may cause mem error URL: https://github.com/apache/incubator-doris/issues/2697#issuecomment-571914805 @imay OK, I will fix it. This is an

[GitHub] [incubator-doris] imay commented on issue #2697: Using a range for loop and erasing an item may cause mem error

2020-01-07 Thread GitBox
imay commented on issue #2697: Using a range for loop and erasing an item may cause mem error URL: https://github.com/apache/incubator-doris/issues/2697#issuecomment-571914565 @vagetablechicken You're right, this is a bug. Could you please help us fix it. -

[GitHub] [incubator-doris] vagetablechicken commented on issue #2697: Using a range for loop and erasing an item may cause mem error

2020-01-07 Thread GitBox
vagetablechicken commented on issue #2697: Using a range for loop and erasing an item may cause mem error URL: https://github.com/apache/incubator-doris/issues/2697#issuecomment-571913539 Based on https://en.cppreference.com/w/cpp/language/range-for, I produce code equivalent to the follo

[GitHub] [incubator-doris] jmk1011 commented on issue #2699: insert select into bitmap column with negative number may be filtered

2020-01-07 Thread GitBox
jmk1011 commented on issue #2699: insert select into bitmap column with negative number may be filtered URL: https://github.com/apache/incubator-doris/issues/2699#issuecomment-571905194 but be will core. and in https://github.com/apache/incubator-doris/issues/2678, insert with the same v

[GitHub] [incubator-doris] kangkaisen commented on issue #2679: insert into bitmap column with null value will return error

2020-01-07 Thread GitBox
kangkaisen commented on issue #2679: insert into bitmap column with null value will return error URL: https://github.com/apache/incubator-doris/issues/2679#issuecomment-571904522 I think this is not a issue, I don't see any reason to support bitmap_hash(null), If you want insert empty bit

[GitHub] [incubator-doris] kangkaisen commented on issue #2699: insert select into bitmap column with negative number may be filtered

2020-01-07 Thread GitBox
kangkaisen commented on issue #2699: insert select into bitmap column with negative number may be filtered URL: https://github.com/apache/incubator-doris/issues/2699#issuecomment-571904022 `The to_bitmap function argument: -2147483647 type isn't integer family or exceed unsigned integer m

[GitHub] [incubator-doris] gaodayue opened a new pull request #2700: Rowset with only one segment should be considered as non-overlapping

2020-01-07 Thread GitBox
gaodayue opened a new pull request #2700: Rowset with only one segment should be considered as non-overlapping URL: https://github.com/apache/incubator-doris/pull/2700 Currently all singleton rowsets with data are considered overlapping upon construction, even when the rowset contains only

[GitHub] [incubator-doris] jmk1011 opened a new issue #2699: insert select into bitmap column with negative number may be filtered

2020-01-07 Thread GitBox
jmk1011 opened a new issue #2699: insert select into bitmap column with negative number may be filtered URL: https://github.com/apache/incubator-doris/issues/2699 **Describe the bug** insert select into bitmap column with negative number may be filtered filter reson: Reason: The to

[GitHub] [incubator-doris] kangkaisen commented on issue #2674: ADD BE UDF bitmap_and and bitmap_or

2020-01-07 Thread GitBox
kangkaisen commented on issue #2674: ADD BE UDF bitmap_and and bitmap_or URL: https://github.com/apache/incubator-doris/pull/2674#issuecomment-571891263 @DanyBin Hi, refer to https://github.com/apache/incubator-doris/pull/2690/files, please update the return type to bitmap in gensrc/sc

[incubator-doris] branch master updated (367b4c0 -> b2b2b66)

2020-01-07 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 367b4c0 [Doc]Remove used doc content about be_rpc_port (#2694) add b2b2b66 Update notice year to

[GitHub] [incubator-doris] kangkaisen merged pull request #2696: Update notice year to 2020

2020-01-07 Thread GitBox
kangkaisen merged pull request #2696: Update notice year to 2020 URL: https://github.com/apache/incubator-doris/pull/2696 This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [incubator-doris] blackfox1983 opened a new issue #2698: sync meta failed in doris-on-es

2020-01-07 Thread GitBox
blackfox1983 opened a new issue #2698: sync meta failed in doris-on-es URL: https://github.com/apache/incubator-doris/issues/2698 **Describe the bug** A clear and concise description of what the bug is. **To Reproduce** DDL: create external table ... "hosts" = "htt

[GitHub] [incubator-doris] vagetablechicken opened a new issue #2697: Using a range for loop and erasing an item may cause mem error

2020-01-07 Thread GitBox
vagetablechicken opened a new issue #2697: Using a range for loop and erasing an item may cause mem error URL: https://github.com/apache/incubator-doris/issues/2697 **Describe the bug** https://github.com/apache/incubator-doris/blob/367b4c058c2c2c5da921f7227b83f0abb95a9198/be/src/olap/t

[GitHub] [incubator-doris] chaoyli commented on a change in pull request #2685: add cpp connect sample

2020-01-07 Thread GitBox
chaoyli commented on a change in pull request #2685: add cpp connect sample URL: https://github.com/apache/incubator-doris/pull/2685#discussion_r364031592 ## File path: samples/connect/cpp/doris.h ## @@ -15,24 +15,26 @@ // specific language governing permissions and limita

[GitHub] [incubator-doris] chaoyli commented on a change in pull request #2685: add cpp connect sample

2020-01-07 Thread GitBox
chaoyli commented on a change in pull request #2685: add cpp connect sample URL: https://github.com/apache/incubator-doris/pull/2685#discussion_r364031505 ## File path: samples/connect/cpp/my_doris.cpp ## @@ -17,82 +17,84 @@ /*

[GitHub] [incubator-doris] imay opened a new pull request #2696: Update notice year to 2020

2020-01-07 Thread GitBox
imay opened a new pull request #2696: Update notice year to 2020 URL: https://github.com/apache/incubator-doris/pull/2696 This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [incubator-doris] imay closed issue #1583: Support multiple time zone

2020-01-07 Thread GitBox
imay closed issue #1583: Support multiple time zone URL: https://github.com/apache/incubator-doris/issues/1583 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] morningman closed issue #2357: Fe will notify new FE type transfer and quit unexpected

2020-01-07 Thread GitBox
morningman closed issue #2357: Fe will notify new FE type transfer and quit unexpected URL: https://github.com/apache/incubator-doris/issues/2357 This is an automated message from the Apache Git Service. To respond to the me

[GitHub] [incubator-doris] morningman closed issue #2338: FE config 'async_load_task_pool_size' is not configurable

2020-01-07 Thread GitBox
morningman closed issue #2338: FE config 'async_load_task_pool_size' is not configurable URL: https://github.com/apache/incubator-doris/issues/2338 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-doris] morningman closed issue #2354: Load job's state is incorrect when upgrading from 0.10.x to 0.11.x

2020-01-07 Thread GitBox
morningman closed issue #2354: Load job's state is incorrect when upgrading from 0.10.x to 0.11.x URL: https://github.com/apache/incubator-doris/issues/2354 This is an automated message from the Apache Git Service. To respon

[GitHub] [incubator-doris] morningman closed issue #2389: [DISCUSS] Remove the `readFields()` method from the Writable interface class.

2020-01-07 Thread GitBox
morningman closed issue #2389: [DISCUSS] Remove the `readFields()` method from the Writable interface class. URL: https://github.com/apache/incubator-doris/issues/2389 This is an automated message from the Apache Git Service

[GitHub] [incubator-doris] morningman closed issue #2383: Lots of COMMITTED transactions of routine load tasks

2020-01-07 Thread GitBox
morningman closed issue #2383: Lots of COMMITTED transactions of routine load tasks URL: https://github.com/apache/incubator-doris/issues/2383 This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [incubator-doris] morningman closed issue #2426: [Metric] Add compaction score metrics

2020-01-07 Thread GitBox
morningman closed issue #2426: [Metric] Add compaction score metrics URL: https://github.com/apache/incubator-doris/issues/2426 This is an automated message from the Apache Git Service. To respond to the message, please log o

[GitHub] [incubator-doris] morningman closed issue #2415: [Proposal] Use json as the main serialization method of metadata

2020-01-07 Thread GitBox
morningman closed issue #2415: [Proposal] Use json as the main serialization method of metadata URL: https://github.com/apache/incubator-doris/issues/2415 This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-doris] morningman closed issue #2474: Cumulative compaction no longer works after BE starts for a while

2020-01-07 Thread GitBox
morningman closed issue #2474: Cumulative compaction no longer works after BE starts for a while URL: https://github.com/apache/incubator-doris/issues/2474 This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-doris] morningman closed issue #2631: [Rowset Reader] Rowset reader is too slow for merge reading

2020-01-07 Thread GitBox
morningman closed issue #2631: [Rowset Reader] Rowset reader is too slow for merge reading URL: https://github.com/apache/incubator-doris/issues/2631 This is an automated message from the Apache Git Service. To respond to th

[GitHub] [incubator-doris] morningman closed issue #2551: [Compaction] Support compact only one rowset

2020-01-07 Thread GitBox
morningman closed issue #2551: [Compaction] Support compact only one rowset URL: https://github.com/apache/incubator-doris/issues/2551 This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [incubator-doris] morningman closed issue #2656: [AlphaRowset] num_segments field is not set

2020-01-07 Thread GitBox
morningman closed issue #2656: [AlphaRowset] num_segments field is not set URL: https://github.com/apache/incubator-doris/issues/2656 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-doris] morningman closed issue #2633: [Compaction] Too many compaction tasks run out of memory

2020-01-07 Thread GitBox
morningman closed issue #2633: [Compaction] Too many compaction tasks run out of memory URL: https://github.com/apache/incubator-doris/issues/2633 This is an automated message from the Apache Git Service. To respond to the m

[incubator-doris] branch master updated (13e5fdd -> 367b4c0)

2020-01-07 Thread zhaoc
This is an automated email from the ASF dual-hosted git repository. zhaoc pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from 13e5fdd [AlphaRowset] set num_segments field in rowset meta if missing (#2658) add 367b4c0 [Doc]Remov

[GitHub] [incubator-doris] imay merged pull request #2694: Remove used doc content about be_rpc_port

2020-01-07 Thread GitBox
imay merged pull request #2694: Remove used doc content about be_rpc_port URL: https://github.com/apache/incubator-doris/pull/2694 This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] [incubator-doris] caiconghui opened a new issue #2695: Remove used doc content about be_rpc_port

2020-01-07 Thread GitBox
caiconghui opened a new issue #2695: Remove used doc content about be_rpc_port URL: https://github.com/apache/incubator-doris/issues/2695 For current or later version of doris, the be_rpc_port is not used any more, so remove the doc content about be_rpc_port to escape confused

[GitHub] [incubator-doris] caiconghui commented on issue #2694: Remove used doc content about be_rpc_port

2020-01-07 Thread GitBox
caiconghui commented on issue #2694: Remove used doc content about be_rpc_port URL: https://github.com/apache/incubator-doris/pull/2694#issuecomment-571603359 #2695 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-doris] caiconghui opened a new pull request #2694: Remove used doc content about be_rpc_port

2020-01-07 Thread GitBox
caiconghui opened a new pull request #2694: Remove used doc content about be_rpc_port URL: https://github.com/apache/incubator-doris/pull/2694 Remove used doc content about be_rpc_port This is an automated message from the Ap

[GitHub] [incubator-doris] morningman commented on a change in pull request #2685: add cpp connect sample

2020-01-07 Thread GitBox
morningman commented on a change in pull request #2685: add cpp connect sample URL: https://github.com/apache/incubator-doris/pull/2685#discussion_r363759910 ## File path: samples/connect/cpp/my_doris.cpp ## @@ -0,0 +1,156 @@ +// Licensed to the Apache Software Foundation (

[incubator-doris] branch master updated (4e2f01a -> 13e5fdd)

2020-01-07 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 4e2f01a [Compaction] Fix a bug that CumulativeCompaction compares time of different precision (#2693)

[GitHub] [incubator-doris] morningman merged pull request #2658: [AlphaRowset] set num_segments field in rowset meta if missing

2020-01-07 Thread GitBox
morningman merged pull request #2658: [AlphaRowset] set num_segments field in rowset meta if missing URL: https://github.com/apache/incubator-doris/pull/2658 This is an automated message from the Apache Git Service. To respo

[incubator-doris] branch master updated (844ccaa -> 4e2f01a)

2020-01-07 Thread zhaoc
This is an automated email from the ASF dual-hosted git repository. zhaoc pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from 844ccaa Remove boost filesystem exception in FileUtils (#2692) add 4e2f01a [Compaction] Fix a bug that

[GitHub] [incubator-doris] imay merged pull request #2693: Fix a bug that CumulativeCompaction compares time of different precision

2020-01-07 Thread GitBox
imay merged pull request #2693: Fix a bug that CumulativeCompaction compares time of different precision URL: https://github.com/apache/incubator-doris/pull/2693 This is an automated message from the Apache Git Service. To r

[incubator-doris] branch master updated (7d2610d -> 844ccaa)

2020-01-07 Thread lingbin
This is an automated email from the ASF dual-hosted git repository. lingbin pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from 7d2610d Change bitmap functions return type to BITMAP (#2690) add 844ccaa Remove boost filesystem ex

[GitHub] [incubator-doris] lingbin merged pull request #2692: Remove boost filesystem exception in FileUtils

2020-01-07 Thread GitBox
lingbin merged pull request #2692: Remove boost filesystem exception in FileUtils URL: https://github.com/apache/incubator-doris/pull/2692 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-doris] gaodayue opened a new pull request #2693: Fix a bug that CumulativeCompaction compares time of different precision

2020-01-07 Thread GitBox
gaodayue opened a new pull request #2693: Fix a bug that CumulativeCompaction compares time of different precision URL: https://github.com/apache/incubator-doris/pull/2693 Related to #2473 and #2558 . `time(NULL)` returns second-resolution timestamp, however all compaction related t

[GitHub] [incubator-doris] lingbin closed pull request #2692: Remove boost filesystem exception in FileUtils

2020-01-07 Thread GitBox
lingbin closed pull request #2692: Remove boost filesystem exception in FileUtils URL: https://github.com/apache/incubator-doris/pull/2692 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-doris] lingbin opened a new pull request #2692: Remove boost filesystem exception in FileUtils

2020-01-07 Thread GitBox
lingbin opened a new pull request #2692: Remove boost filesystem exception in FileUtils URL: https://github.com/apache/incubator-doris/pull/2692 If `errer_code` is provided, then the `boost::filesystem` functions will not throw an exception, so we do not need to catch it. --

[GitHub] [incubator-doris] lingbin opened a new pull request #2692: Remove boost filesystem exception in FileUtils

2020-01-07 Thread GitBox
lingbin opened a new pull request #2692: Remove boost filesystem exception in FileUtils URL: https://github.com/apache/incubator-doris/pull/2692 If `errer_code` is provided, then the `boost::filesystem` functions will not throw an exception, so we do not need to catch it. --

[GitHub] [incubator-doris] DanyBin commented on a change in pull request #2674: ADD BE UDF bitmap_and and bitmap_or

2020-01-07 Thread GitBox
DanyBin commented on a change in pull request #2674: ADD BE UDF bitmap_and and bitmap_or URL: https://github.com/apache/incubator-doris/pull/2674#discussion_r363714786 ## File path: be/src/exprs/bitmap_function.cpp ## @@ -388,6 +388,54 @@ BigIntVal BitmapFunctions::bitma

[GitHub] [incubator-doris] DanyBin commented on a change in pull request #2674: ADD BE UDF bitmap_and and bitmap_or

2020-01-07 Thread GitBox
DanyBin commented on a change in pull request #2674: ADD BE UDF bitmap_and and bitmap_or URL: https://github.com/apache/incubator-doris/pull/2674#discussion_r363714786 ## File path: be/src/exprs/bitmap_function.cpp ## @@ -388,6 +388,54 @@ BigIntVal BitmapFunctions::bitma

[GitHub] [incubator-doris] DanyBin commented on a change in pull request #2674: ADD BE UDF bitmap_and and bitmap_or

2020-01-07 Thread GitBox
DanyBin commented on a change in pull request #2674: ADD BE UDF bitmap_and and bitmap_or URL: https://github.com/apache/incubator-doris/pull/2674#discussion_r363714582 ## File path: be/src/exprs/bitmap_function.cpp ## @@ -388,6 +388,54 @@ BigIntVal BitmapFunctions::bitma

[GitHub] [incubator-doris] kangpinghuang opened a new pull request #2691: add rowset state

2020-01-07 Thread GitBox
kangpinghuang opened a new pull request #2691: add rowset state URL: https://github.com/apache/incubator-doris/pull/2691 1. add rowset state to rowset 2. add close api to rowset to release resources issue: #2665 This is

[incubator-doris] branch master updated (852046d -> 7d2610d)

2020-01-07 Thread zhaoc
This is an automated email from the ASF dual-hosted git repository. zhaoc pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from 852046d Fix incompatibility with arm architecture in olap #2645 (#2682) add 7d2610d Change bitmap fun

[GitHub] [incubator-doris] imay merged pull request #2690: Change bitmap functions return type to BITMAP

2020-01-07 Thread GitBox
imay merged pull request #2690: Change bitmap functions return type to BITMAP URL: https://github.com/apache/incubator-doris/pull/2690 This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [incubator-doris] imay merged pull request #2682: Fix incompatibility with arm architecture in olap #2645

2020-01-07 Thread GitBox
imay merged pull request #2682: Fix incompatibility with arm architecture in olap #2645 URL: https://github.com/apache/incubator-doris/pull/2682 This is an automated message from the Apache Git Service. To respond to the mes

[incubator-doris] branch master updated (72fd745 -> 852046d)

2020-01-07 Thread zhaoc
This is an automated email from the ASF dual-hosted git repository. zhaoc pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git. from 72fd745 [Load] Fix broker load's file format npe bug (#2689) add 852046d Fix incompatibility with arm

[GitHub] [incubator-doris] kangkaisen closed issue #2669: We need balance more faster when BE Decommission or Added

2020-01-07 Thread GitBox
kangkaisen closed issue #2669: We need balance more faster when BE Decommission or Added URL: https://github.com/apache/incubator-doris/issues/2669 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-doris] kangkaisen closed issue #2675: A lot of `LockTimeoutException` in FE warn log

2020-01-07 Thread GitBox
kangkaisen closed issue #2675: A lot of `LockTimeoutException` in FE warn log URL: https://github.com/apache/incubator-doris/issues/2675 This is an automated message from the Apache Git Service. To respond to the message, ple

[GitHub] [incubator-doris] kangkaisen opened a new pull request #2690: Change bitmap functions return type to BITMAP

2020-01-07 Thread GitBox
kangkaisen opened a new pull request #2690: Change bitmap functions return type to BITMAP URL: https://github.com/apache/incubator-doris/pull/2690 For https://github.com/apache/incubator-doris/issues/2533 Change bitmap functions return type to BITMAP, to make other use add a bitmap

[GitHub] [incubator-doris] morningman merged pull request #2689: fix broker load's file format npe bug

2020-01-07 Thread GitBox
morningman merged pull request #2689: fix broker load's file format npe bug URL: https://github.com/apache/incubator-doris/pull/2689 This is an automated message from the Apache Git Service. To respond to the message, please

[incubator-doris] branch master updated: [Load] Fix broker load's file format npe bug (#2689)

2020-01-07 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 72fd745 [Load] Fix broker load's f

[GitHub] [incubator-doris] kangpinghuang opened a new pull request #2689: fix broker load's file format npe bug

2020-01-07 Thread GitBox
kangpinghuang opened a new pull request #2689: fix broker load's file format npe bug URL: https://github.com/apache/incubator-doris/pull/2689 fix broker load failure without specifying file format This is an automated message

[GitHub] [incubator-doris] chaoyli commented on a change in pull request #2685: add cpp connect sample

2020-01-07 Thread GitBox
chaoyli commented on a change in pull request #2685: add cpp connect sample URL: https://github.com/apache/incubator-doris/pull/2685#discussion_r363625467 ## File path: samples/connect/cpp/MyDB.cpp ## @@ -0,0 +1,154 @@ +// Licensed to the Apache Software Foundation (ASF) un

[GitHub] [incubator-doris] chaoyli commented on a change in pull request #2685: add cpp connect sample

2020-01-07 Thread GitBox
chaoyli commented on a change in pull request #2685: add cpp connect sample URL: https://github.com/apache/incubator-doris/pull/2685#discussion_r363626207 ## File path: samples/connect/cpp/MyDB.cpp ## @@ -0,0 +1,154 @@ +// Licensed to the Apache Software Foundation (ASF) un

[GitHub] [incubator-doris] chaoyli commented on a change in pull request #2685: add cpp connect sample

2020-01-07 Thread GitBox
chaoyli commented on a change in pull request #2685: add cpp connect sample URL: https://github.com/apache/incubator-doris/pull/2685#discussion_r363626528 ## File path: samples/connect/cpp/MyDB.h ## @@ -0,0 +1,38 @@ +// Licensed to the Apache Software Foundation (ASF) under

[GitHub] [incubator-doris] chaoyli commented on a change in pull request #2685: add cpp connect sample

2020-01-07 Thread GitBox
chaoyli commented on a change in pull request #2685: add cpp connect sample URL: https://github.com/apache/incubator-doris/pull/2685#discussion_r363624901 ## File path: samples/connect/cpp/MyDB.cpp ## @@ -0,0 +1,154 @@ +// Licensed to the Apache Software Foundation (ASF) un

[GitHub] [incubator-doris] chaoyli commented on a change in pull request #2685: add cpp connect sample

2020-01-07 Thread GitBox
chaoyli commented on a change in pull request #2685: add cpp connect sample URL: https://github.com/apache/incubator-doris/pull/2685#discussion_r363624947 ## File path: samples/connect/cpp/MyDB.cpp ## @@ -0,0 +1,154 @@ +// Licensed to the Apache Software Foundation (ASF) un

[GitHub] [incubator-doris] chaoyli commented on a change in pull request #2685: add cpp connect sample

2020-01-07 Thread GitBox
chaoyli commented on a change in pull request #2685: add cpp connect sample URL: https://github.com/apache/incubator-doris/pull/2685#discussion_r363624824 ## File path: samples/connect/cpp/MyDB.h ## @@ -0,0 +1,38 @@ +// Licensed to the Apache Software Foundation (ASF) under

[GitHub] [incubator-doris] chaoyli commented on a change in pull request #2685: add cpp connect sample

2020-01-07 Thread GitBox
chaoyli commented on a change in pull request #2685: add cpp connect sample URL: https://github.com/apache/incubator-doris/pull/2685#discussion_r363626484 ## File path: samples/connect/cpp/MyDB.h ## @@ -0,0 +1,38 @@ +// Licensed to the Apache Software Foundation (ASF) under