[GitHub] [incubator-doris] HangyuanLiu opened a new pull request #2759: Support decimal and timestamp type in orc broke load

2020-01-14 Thread GitBox
HangyuanLiu opened a new pull request #2759: Support decimal and timestamp type in orc broke load URL: https://github.com/apache/incubator-doris/pull/2759 Support decimal and timestamp type in orc broke load #2554 #2741 --

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #2718: [Insert] Return more info of insert operation

2020-01-14 Thread GitBox
EmmyMiao87 commented on a change in pull request #2718: [Insert] Return more info of insert operation URL: https://github.com/apache/incubator-doris/pull/2718#discussion_r366212205 ## File path: fe/src/main/java/org/apache/doris/qe/StmtExecutor.java ## @@ -692,37 +697,36 @

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #2718: [Insert] Return more info of insert operation

2020-01-14 Thread GitBox
EmmyMiao87 commented on a change in pull request #2718: [Insert] Return more info of insert operation URL: https://github.com/apache/incubator-doris/pull/2718#discussion_r366213292 ## File path: fe/src/main/java/org/apache/doris/transaction/GlobalTransactionMgr.java ## @@

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #2718: [Insert] Return more info of insert operation

2020-01-14 Thread GitBox
EmmyMiao87 commented on a change in pull request #2718: [Insert] Return more info of insert operation URL: https://github.com/apache/incubator-doris/pull/2718#discussion_r366211905 ## File path: fe/src/main/java/org/apache/doris/analysis/ShowTransactionStmt.java ## @@ -0,0

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #2718: [Insert] Return more info of insert operation

2020-01-14 Thread GitBox
EmmyMiao87 commented on a change in pull request #2718: [Insert] Return more info of insert operation URL: https://github.com/apache/incubator-doris/pull/2718#discussion_r366208864 ## File path: fe/src/main/java/org/apache/doris/analysis/ShowTransactionStmt.java ## @@ -0,0

[GitHub] [incubator-doris] jmk1011 opened a new issue #2760: be exit when select bitmap_count(bitmap_and(column, to_bitmap(NULL)))

2020-01-14 Thread GitBox
jmk1011 opened a new issue #2760: be exit when select bitmap_count(bitmap_and(column, to_bitmap(NULL))) URL: https://github.com/apache/incubator-doris/issues/2760 **Describe the bug** be exit when select bitmap_count(bitmap_and(column, to_bitmap(NULL))) **To Reproduce** CREATE

[GitHub] [incubator-doris] jmk1011 opened a new issue #2761: default value of bitmap column is wrong

2020-01-14 Thread GitBox
jmk1011 opened a new issue #2761: default value of bitmap column is wrong URL: https://github.com/apache/incubator-doris/issues/2761 **Describe the bug** default value of bitmap column is empty string, not N/A This will case the desc and create table statement is wrong, and when use c

[GitHub] [incubator-doris] jmk1011 opened a new issue #2762: select bitmap_count(to_bitmap(NULL)) is NULL, not 0

2020-01-14 Thread GitBox
jmk1011 opened a new issue #2762: select bitmap_count(to_bitmap(NULL)) is NULL, not 0 URL: https://github.com/apache/incubator-doris/issues/2762 **Describe the bug** select bitmap_count(to_bitmap(NULL)) is NULL, not 0 mysql> select bitmap_count(to_bitmap(NULL));

[GitHub] [incubator-doris] caiconghui commented on a change in pull request #2737: Support replication_num setting for table level

2020-01-14 Thread GitBox
caiconghui commented on a change in pull request #2737: Support replication_num setting for table level URL: https://github.com/apache/incubator-doris/pull/2737#discussion_r366287489 ## File path: fe/src/main/java/org/apache/doris/catalog/OlapTable.java ## @@ -1203,4 +1203

[GitHub] [incubator-doris] WingsGo opened a new pull request #2763: [Alter]Add wait time while doing alter options

2020-01-14 Thread GitBox
WingsGo opened a new pull request #2763: [Alter]Add wait time while doing alter options URL: https://github.com/apache/incubator-doris/pull/2763 #2637 This is an automated message from the Apache Git Service. To respond to t

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #2630: Support bitmap index for more type

2020-01-14 Thread GitBox
kangkaisen commented on a change in pull request #2630: Support bitmap index for more type URL: https://github.com/apache/incubator-doris/pull/2630#discussion_r366303123 ## File path: be/src/util/frame_of_reference_coding.cpp ## @@ -25,10 +25,32 @@ namespace doris { -

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #2630: Support bitmap index for more type

2020-01-14 Thread GitBox
kangkaisen commented on a change in pull request #2630: Support bitmap index for more type URL: https://github.com/apache/incubator-doris/pull/2630#discussion_r366301765 ## File path: be/src/util/coding.h ## @@ -51,6 +53,15 @@ inline void encode_fixed64_le(uint8_t* buf, ui

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #2630: Support bitmap index for more type

2020-01-14 Thread GitBox
kangkaisen commented on a change in pull request #2630: Support bitmap index for more type URL: https://github.com/apache/incubator-doris/pull/2630#discussion_r366303831 ## File path: be/src/util/frame_of_reference_coding.cpp ## @@ -109,13 +131,20 @@ void ForEncoder::bit_p

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #2630: Support bitmap index for more type

2020-01-14 Thread GitBox
kangkaisen commented on a change in pull request #2630: Support bitmap index for more type URL: https://github.com/apache/incubator-doris/pull/2630#discussion_r366310190 ## File path: be/src/util/frame_of_reference_coding.h ## @@ -37,16 +41,23 @@ namespace doris { // 1. B

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #2630: Support bitmap index for more type

2020-01-14 Thread GitBox
kangkaisen commented on a change in pull request #2630: Support bitmap index for more type URL: https://github.com/apache/incubator-doris/pull/2630#discussion_r366300521 ## File path: be/src/olap/rowset/segment_v2/plain_page.h ## @@ -157,6 +157,44 @@ class PlainPageDecoder

[GitHub] [incubator-doris] WingsGo opened a new pull request #2764: [Doc] Add en doc for dynamic partition feature

2020-01-14 Thread GitBox
WingsGo opened a new pull request #2764: [Doc] Add en doc for dynamic partition feature URL: https://github.com/apache/incubator-doris/pull/2764 This is an automated message from the Apache Git Service. To respond to the mes

[GitHub] [incubator-doris] morningman commented on a change in pull request #2718: [Insert] Return more info of insert operation

2020-01-14 Thread GitBox
morningman commented on a change in pull request #2718: [Insert] Return more info of insert operation URL: https://github.com/apache/incubator-doris/pull/2718#discussion_r366344824 ## File path: fe/src/main/java/org/apache/doris/analysis/ShowTransactionStmt.java ## @@ -0,0

[GitHub] [incubator-doris] morningman commented on a change in pull request #2718: [Insert] Return more info of insert operation

2020-01-14 Thread GitBox
morningman commented on a change in pull request #2718: [Insert] Return more info of insert operation URL: https://github.com/apache/incubator-doris/pull/2718#discussion_r366345023 ## File path: fe/src/main/java/org/apache/doris/analysis/ShowTransactionStmt.java ## @@ -0,0

[GitHub] [incubator-doris] morningman commented on a change in pull request #2718: [Insert] Return more info of insert operation

2020-01-14 Thread GitBox
morningman commented on a change in pull request #2718: [Insert] Return more info of insert operation URL: https://github.com/apache/incubator-doris/pull/2718#discussion_r366345755 ## File path: fe/src/main/java/org/apache/doris/qe/StmtExecutor.java ## @@ -692,37 +697,36 @

[GitHub] [incubator-doris] morningman commented on a change in pull request #2718: [Insert] Return more info of insert operation

2020-01-14 Thread GitBox
morningman commented on a change in pull request #2718: [Insert] Return more info of insert operation URL: https://github.com/apache/incubator-doris/pull/2718#discussion_r366346293 ## File path: fe/src/main/java/org/apache/doris/transaction/GlobalTransactionMgr.java ## @@

[GitHub] [incubator-doris] imay merged pull request #2758: Update the doc of doris to fix some mistakes

2020-01-14 Thread GitBox
imay merged pull request #2758: Update the doc of doris to fix some mistakes URL: https://github.com/apache/incubator-doris/pull/2758 This is an automated message from the Apache Git Service. To respond to the message, please

[incubator-doris] branch master updated (fafc684 -> e5197ef)

2020-01-14 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 fafc684 [External Table] Fix bug that query external hdfs table throw NPE. (#2756) add e5197ef Update

[GitHub] [incubator-doris] imay merged pull request #2753: Add files to gitignore

2020-01-14 Thread GitBox
imay merged pull request #2753: Add files to gitignore URL: https://github.com/apache/incubator-doris/pull/2753 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[incubator-doris] branch master updated (e5197ef -> ef6cd9a)

2020-01-14 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 e5197ef Update the doc of doris to fix some mistakes (#2758) add ef6cd9a Add files to gitignore (#2753

[GitHub] [incubator-doris] imay merged pull request #2746: Support ends_with function

2020-01-14 Thread GitBox
imay merged pull request #2746: Support ends_with function URL: https://github.com/apache/incubator-doris/pull/2746 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[incubator-doris] branch master updated (ef6cd9a -> f071d5a)

2020-01-14 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 ef6cd9a Add files to gitignore (#2753) add f071d5a Support ends_with function (#2746) No new revision

[GitHub] [incubator-doris] imay closed issue #2599: Support ends_with(s, suffix) function

2020-01-14 Thread GitBox
imay closed issue #2599: Support ends_with(s, suffix) function URL: https://github.com/apache/incubator-doris/issues/2599 This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [incubator-doris] morningman commented on a change in pull request #2763: [Alter]Add wait time while doing alter options

2020-01-14 Thread GitBox
morningman commented on a change in pull request #2763: [Alter]Add wait time while doing alter options URL: https://github.com/apache/incubator-doris/pull/2763#discussion_r366373998 ## File path: fe/src/main/java/org/apache/doris/alter/Alter.java ## @@ -273,6 +276,18 @@ pu

[incubator-doris] branch master updated (f071d5a -> 64b2291)

2020-01-14 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 f071d5a Support ends_with function (#2746) add 64b2291 Allow user to ignore the broken disk (#275

[GitHub] [incubator-doris] morningman merged pull request #2755: Allow user to ignore the broken disk

2020-01-14 Thread GitBox
morningman merged pull request #2755: Allow user to ignore the broken disk URL: https://github.com/apache/incubator-doris/pull/2755 This is an automated message from the Apache Git Service. To respond to the message, please l

[incubator-doris] branch master updated (f071d5a -> 64b2291)

2020-01-14 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 f071d5a Support ends_with function (#2746) add 64b2291 Allow user to ignore the broken disk (#275

[GitHub] [incubator-doris] morningman closed issue #2051: FE Startup Logic Optimization

2020-01-14 Thread GitBox
morningman closed issue #2051: FE Startup Logic Optimization URL: https://github.com/apache/incubator-doris/issues/2051 This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[GitHub] [incubator-doris] morningman closed issue #2053: Return error when adding bloom filter columns

2020-01-14 Thread GitBox
morningman closed issue #2053: Return error when adding bloom filter columns URL: https://github.com/apache/incubator-doris/issues/2053 This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [incubator-doris] morningman closed issue #2063: Tablet failed to be committed when there is no data loaded for it.

2020-01-14 Thread GitBox
morningman closed issue #2063: Tablet failed to be committed when there is no data loaded for it. URL: https://github.com/apache/incubator-doris/issues/2063 This is an automated message from the Apache Git Service. To respon

[GitHub] [incubator-doris] morningman closed issue #2065: Routine Load may takes too many FE memory

2020-01-14 Thread GitBox
morningman closed issue #2065: Routine Load may takes too many FE memory URL: https://github.com/apache/incubator-doris/issues/2065 This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [incubator-doris] morningman closed issue #2149: Union node is not executed distributedly

2020-01-14 Thread GitBox
morningman closed issue #2149: Union node is not executed distributedly URL: https://github.com/apache/incubator-doris/issues/2149 This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] [incubator-doris] morningman closed issue #2158: restart FE with --helper failed

2020-01-14 Thread GitBox
morningman closed issue #2158: restart FE with --helper failed URL: https://github.com/apache/incubator-doris/issues/2158 This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [incubator-doris] morningman closed issue #2172: FE output lib dir contains old version of log4j jars

2020-01-14 Thread GitBox
morningman closed issue #2172: FE output lib dir contains old version of log4j jars URL: https://github.com/apache/incubator-doris/issues/2172 This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [incubator-doris] morningman closed issue #2181: Too many transaction waiting to be cleared on BE

2020-01-14 Thread GitBox
morningman closed issue #2181: Too many transaction waiting to be cleared on BE URL: https://github.com/apache/incubator-doris/issues/2181 This is an automated message from the Apache Git Service. To respond to the message, p

[GitHub] [incubator-doris] morningman closed issue #2205: Modify the password and Permission checking logic

2020-01-14 Thread GitBox
morningman closed issue #2205: Modify the password and Permission checking logic URL: https://github.com/apache/incubator-doris/issues/2205 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-doris] morningman closed issue #2214: Too many expired transaction on BE which cause BE no responding

2020-01-14 Thread GitBox
morningman closed issue #2214: Too many expired transaction on BE which cause BE no responding URL: https://github.com/apache/incubator-doris/issues/2214 This is an automated message from the Apache Git Service. To respond t

[GitHub] [incubator-doris] morningman closed issue #2267: Delay start master only daemon threads

2020-01-14 Thread GitBox
morningman closed issue #2267: Delay start master only daemon threads URL: https://github.com/apache/incubator-doris/issues/2267 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-doris] morningman closed issue #2240: Fix some bugs about load label

2020-01-14 Thread GitBox
morningman closed issue #2240: Fix some bugs about load label URL: https://github.com/apache/incubator-doris/issues/2240 This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

[GitHub] [incubator-doris] morningman closed issue #2243: FE failed to restart: self host null is not in electable fe service group FE. Exit now.

2020-01-14 Thread GitBox
morningman closed issue #2243: FE failed to restart: self host null is not in electable fe service group FE. Exit now. URL: https://github.com/apache/incubator-doris/issues/2243 This is an automated message from the Apache G

[GitHub] [incubator-doris] morningman closed issue #2283: Add session variables document

2020-01-14 Thread GitBox
morningman closed issue #2283: Add session variables document URL: https://github.com/apache/incubator-doris/issues/2283 This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

[GitHub] [incubator-doris] morningman closed issue #2304: Add a variable to specifically limit the memory usage of the load part in the insert operation.

2020-01-14 Thread GitBox
morningman closed issue #2304: Add a variable to specifically limit the memory usage of the load part in the insert operation. URL: https://github.com/apache/incubator-doris/issues/2304 This is an automated message from the

[GitHub] [incubator-doris] morningman closed issue #2325: Remove old decommission job

2020-01-14 Thread GitBox
morningman closed issue #2325: Remove old decommission job URL: https://github.com/apache/incubator-doris/issues/2325 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [incubator-doris] morningman closed issue #2527: Commit has already been successful, but doris consider it didn't

2020-01-14 Thread GitBox
morningman closed issue #2527: Commit has already been successful,but doris consider it didn't URL: https://github.com/apache/incubator-doris/issues/2527 This is an automated message from the Apache Git Service. To respond t

[GitHub] [incubator-doris] morningman closed issue #2708: [Meta Serialization] Support GSON serialization for class "Type"

2020-01-14 Thread GitBox
morningman closed issue #2708: [Meta Serialization] Support GSON serialization for class "Type" URL: https://github.com/apache/incubator-doris/issues/2708 This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-doris] morningman closed issue #2686: add samples

2020-01-14 Thread GitBox
morningman closed issue #2686: add samples URL: https://github.com/apache/incubator-doris/issues/2686 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [incubator-doris] morningman commented on a change in pull request #2764: [Doc] Add en doc for dynamic partition feature

2020-01-14 Thread GitBox
morningman commented on a change in pull request #2764: [Doc] Add en doc for dynamic partition feature URL: https://github.com/apache/incubator-doris/pull/2764#discussion_r366408158 ## File path: docs/documentation/en/administrator-guide/dynamic-partition_EN.md ## @@ -0,0

[GitHub] [incubator-doris] morningman commented on a change in pull request #2764: [Doc] Add en doc for dynamic partition feature

2020-01-14 Thread GitBox
morningman commented on a change in pull request #2764: [Doc] Add en doc for dynamic partition feature URL: https://github.com/apache/incubator-doris/pull/2764#discussion_r366418806 ## File path: docs/documentation/en/administrator-guide/dynamic-partition_EN.md ## @@ -0,0

[GitHub] [incubator-doris] morningman commented on a change in pull request #2764: [Doc] Add en doc for dynamic partition feature

2020-01-14 Thread GitBox
morningman commented on a change in pull request #2764: [Doc] Add en doc for dynamic partition feature URL: https://github.com/apache/incubator-doris/pull/2764#discussion_r366410342 ## File path: docs/documentation/en/administrator-guide/dynamic-partition_EN.md ## @@ -0,0

[GitHub] [incubator-doris] morningman commented on a change in pull request #2764: [Doc] Add en doc for dynamic partition feature

2020-01-14 Thread GitBox
morningman commented on a change in pull request #2764: [Doc] Add en doc for dynamic partition feature URL: https://github.com/apache/incubator-doris/pull/2764#discussion_r366409068 ## File path: docs/documentation/en/administrator-guide/dynamic-partition_EN.md ## @@ -0,0

[GitHub] [incubator-doris] morningman commented on a change in pull request #2764: [Doc] Add en doc for dynamic partition feature

2020-01-14 Thread GitBox
morningman commented on a change in pull request #2764: [Doc] Add en doc for dynamic partition feature URL: https://github.com/apache/incubator-doris/pull/2764#discussion_r366407692 ## File path: docs/documentation/en/administrator-guide/dynamic-partition_EN.md ## @@ -0,0

[GitHub] [incubator-doris] imay merged pull request #2759: Support decimal and timestamp type in orc broke load

2020-01-14 Thread GitBox
imay merged pull request #2759: Support decimal and timestamp type in orc broke load URL: https://github.com/apache/incubator-doris/pull/2759 This is an automated message from the Apache Git Service. To respond to the messag

[incubator-doris] branch master updated: Support decimal and timestamp type in orc load (#2759)

2020-01-14 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 a36193d Support decimal and timestamp t

[GitHub] [incubator-doris] imay commented on a change in pull request #2752: Add be bitmap udf

2020-01-14 Thread GitBox
imay commented on a change in pull request #2752: Add be bitmap udf URL: https://github.com/apache/incubator-doris/pull/2752#discussion_r366652566 ## File path: be/src/exprs/bitmap_function.cpp ## @@ -465,6 +465,44 @@ StringVal BitmapFunctions::bitmap_from_string(Function

[incubator-doris] branch master updated (a36193d -> 9bafcc9)

2020-01-14 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 a36193d Support decimal and timestamp type in orc load (#2759) add 9bafcc9 Don't balance when Ava

[GitHub] [incubator-doris] morningman merged pull request #2718: [Insert] Return more info of insert operation

2020-01-14 Thread GitBox
morningman merged pull request #2718: [Insert] Return more info of insert operation URL: https://github.com/apache/incubator-doris/pull/2718 This is an automated message from the Apache Git Service. To respond to the message

[GitHub] [incubator-doris] morningman merged pull request #2740: Don't balance when Available BE num less then tablet Replica num

2020-01-14 Thread GitBox
morningman merged pull request #2740: Don't balance when Available BE num less then tablet Replica num URL: https://github.com/apache/incubator-doris/pull/2740 This is an automated message from the Apache Git Service. To res

[incubator-doris] branch master updated (9bafcc9 -> e5717ef)

2020-01-14 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 9bafcc9 Don't balance when Available BE num equals or less then tablet Replica num (#2740) add e5

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #2748: [Snapshot] Modify the prefer snapshot version

2020-01-14 Thread GitBox
kangpinghuang commented on a change in pull request #2748: [Snapshot] Modify the prefer snapshot version URL: https://github.com/apache/incubator-doris/pull/2748#discussion_r366674809 ## File path: gensrc/thrift/Types.thrift ## @@ -380,3 +380,7 @@ struct TUserIdentity {

[GitHub] [incubator-doris] morningman commented on a change in pull request #2748: [Snapshot] Modify the prefer snapshot version

2020-01-14 Thread GitBox
morningman commented on a change in pull request #2748: [Snapshot] Modify the prefer snapshot version URL: https://github.com/apache/incubator-doris/pull/2748#discussion_r366676035 ## File path: gensrc/thrift/Types.thrift ## @@ -380,3 +380,7 @@ struct TUserIdentity {

[GitHub] [incubator-doris] DanyBin commented on a change in pull request #2752: Add be bitmap udf

2020-01-14 Thread GitBox
DanyBin commented on a change in pull request #2752: Add be bitmap udf URL: https://github.com/apache/incubator-doris/pull/2752#discussion_r366676104 ## File path: be/src/exprs/bitmap_function.cpp ## @@ -465,6 +465,44 @@ StringVal BitmapFunctions::bitmap_from_string(Funct

[GitHub] [incubator-doris] morningman opened a new pull request #2765: [Routine Load] Fix bug that history routine load jobs are cleaned prematurely

2020-01-14 Thread GitBox
morningman opened a new pull request #2765: [Routine Load] Fix bug that history routine load jobs are cleaned prematurely URL: https://github.com/apache/incubator-doris/pull/2765 This is an automated message from the Apache

[GitHub] [incubator-doris] EmmyMiao87 merged pull request #2765: [Routine Load] Fix bug that history routine load jobs are cleaned prematurely

2020-01-14 Thread GitBox
EmmyMiao87 merged pull request #2765: [Routine Load] Fix bug that history routine load jobs are cleaned prematurely URL: https://github.com/apache/incubator-doris/pull/2765 This is an automated message from the Apache Git Se

[incubator-doris] branch master updated: [Routine Load] Fix bug that history routine load jobs are cleaned prematurely

2020-01-14 Thread lingmiao
This is an automated email from the ASF dual-hosted git repository. lingmiao 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 70c7281 [Routine Load] Fix bug that

[incubator-doris] branch master updated: Add bitmap_contains and bitmap_has_any functions (#2752)

2020-01-14 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 7768629 Add bitmap_contains and bitmap_

[GitHub] [incubator-doris] imay merged pull request #2752: Add be bitmap udf

2020-01-14 Thread GitBox
imay merged pull request #2752: Add be bitmap udf URL: https://github.com/apache/incubator-doris/pull/2752 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [incubator-doris] kangkaisen opened a new pull request #2766: Minor, Remove and comment some FE code

2020-01-14 Thread GitBox
kangkaisen opened a new pull request #2766: Minor, Remove and comment some FE code URL: https://github.com/apache/incubator-doris/pull/2766 Remove and comment some FE code This is an automated message from the Apache Git Ser

[GitHub] [incubator-doris] kangpinghuang opened a new pull request #2767: fix delete handler init when schema change

2020-01-14 Thread GitBox
kangpinghuang opened a new pull request #2767: fix delete handler init when schema change URL: https://github.com/apache/incubator-doris/pull/2767 delete handler init failed because there are missed version. Schema change should return failure when get version failed.

[GitHub] [incubator-doris] imay merged pull request #2748: [Snapshot] Modify the prefer snapshot version

2020-01-14 Thread GitBox
imay merged pull request #2748: [Snapshot] Modify the prefer snapshot version URL: https://github.com/apache/incubator-doris/pull/2748 This is an automated message from the Apache Git Service. To respond to the message, pleas

[incubator-doris] branch master updated (7768629 -> 9e54751)

2020-01-14 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 7768629 Add bitmap_contains and bitmap_has_any functions (#2752) add 9e54751 [Snapshot] Modify the pr

[GitHub] [incubator-doris] imay merged pull request #2766: Minor, Remove and comment some FE code

2020-01-14 Thread GitBox
imay merged pull request #2766: Minor, Remove and comment some FE code URL: https://github.com/apache/incubator-doris/pull/2766 This is an automated message from the Apache Git Service. To respond to the message, please log o

[incubator-doris] branch master updated: Remove and comment some FE code (#2766)

2020-01-14 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 54952a2 Remove and comment some FE code

[GitHub] [incubator-doris] imay merged pull request #2767: fix delete handler init when schema change

2020-01-14 Thread GitBox
imay merged pull request #2767: fix delete handler init when schema change URL: https://github.com/apache/incubator-doris/pull/2767 This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [incubator-doris] vinson0526 opened a new issue #2768: spark-doris-connector cannot work after doris update arrow to 0.15.1

2020-01-14 Thread GitBox
vinson0526 opened a new issue #2768: spark-doris-connector cannot work after doris update arrow to 0.15.1 URL: https://github.com/apache/incubator-doris/issues/2768 **Describe the bug** arrow version in spark is 0.8.0. this version of arrow could not read data generate by arrow-0.15.1

[incubator-doris] branch master updated (54952a2 -> 7fe6431)

2020-01-14 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 54952a2 Remove and comment some FE code (#2766) add 7fe6431 Fix delete handler init when schema change

[GitHub] [incubator-doris] vinson0526 opened a new pull request #2769: update arrow's version to 0.15.1 and shaded it in spark-doris-connector

2020-01-14 Thread GitBox
vinson0526 opened a new pull request #2769: update arrow's version to 0.15.1 and shaded it in spark-doris-connector URL: https://github.com/apache/incubator-doris/pull/2769 update arrow's version to 0.15.1 which is the version used in doris. see more detail in: https://github.com/apache/