[GitHub] [incubator-doris] HangyuanLiu opened a new pull request #2309: Date format support java date style "yyyy-MM-dd HH:mm:ss"

2019-11-26 Thread GitBox
HangyuanLiu opened a new pull request #2309: Date format support java date style "-MM-dd HH:mm:ss" URL: https://github.com/apache/incubator-doris/pull/2309 Date format support java date style "-MM-dd HH:mm:ss" This is

[GitHub] [incubator-doris] zhangy5 closed issue #430: Replica deleted cause job failed

2019-11-26 Thread GitBox
zhangy5 closed issue #430: Replica deleted cause job failed URL: https://github.com/apache/incubator-doris/issues/430 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [incubator-doris] kangkaisen opened a new pull request #2308: Add BinaryPrefixPage

2019-11-26 Thread GitBox
kangkaisen opened a new pull request #2308: Add BinaryPrefixPage URL: https://github.com/apache/incubator-doris/pull/2308 For https://github.com/apache/incubator-doris/issues/2307 1. Add a BinaryPrefixPage 2. Add `get_first_value` and `get_last_value` for all page 3. FrameOfRefe

[GitHub] [incubator-doris] kangkaisen opened a new issue #2307: Segement V2: Add a BinaryPrefixPage

2019-11-26 Thread GitBox
kangkaisen opened a new issue #2307: Segement V2: Add a BinaryPrefixPage URL: https://github.com/apache/incubator-doris/issues/2307 For https://github.com/apache/incubator-doris/issues/1684 This is an automated message from th

[GitHub] [incubator-doris] imay commented on a change in pull request #2305: Add a variable to specifically limit the memory usage of the load part in the insert operation

2019-11-26 Thread GitBox
imay commented on a change in pull request #2305: Add a variable to specifically limit the memory usage of the load part in the insert operation URL: https://github.com/apache/incubator-doris/pull/2305#discussion_r351097762 ## File path: be/src/runtime/runtime_state.cpp ##

[incubator-doris] branch master updated: Add a tool to show segment status (#2260)

2019-11-26 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 036ef5b Add a tool to show segment

[GitHub] [incubator-doris] morningman merged pull request #2260: Add a tool to show segment status

2019-11-26 Thread GitBox
morningman merged pull request #2260: Add a tool to show segment status URL: https://github.com/apache/incubator-doris/pull/2260 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-doris] morningman commented on a change in pull request #2305: Add a variable to specifically limit the memory usage of the load part in the insert operation

2019-11-26 Thread GitBox
morningman commented on a change in pull request #2305: Add a variable to specifically limit the memory usage of the load part in the insert operation URL: https://github.com/apache/incubator-doris/pull/2305#discussion_r351063600 ## File path: be/src/runtime/runtime_state.cpp #

[GitHub] [incubator-doris] imay commented on a change in pull request #2305: Add a variable to specifically limit the memory usage of the load part in the insert operation

2019-11-26 Thread GitBox
imay commented on a change in pull request #2305: Add a variable to specifically limit the memory usage of the load part in the insert operation URL: https://github.com/apache/incubator-doris/pull/2305#discussion_r350822678 ## File path: be/src/runtime/runtime_state.cpp ##

[GitHub] [incubator-doris] lingbin opened a new pull request #2260: Add a tool to show segment status

2019-11-26 Thread GitBox
lingbin opened a new pull request #2260: Add a tool to show segment status URL: https://github.com/apache/incubator-doris/pull/2260 #2249 This is an automated message from the Apache Git Service. To respond to the message, pl

[GitHub] [incubator-doris] lingbin closed pull request #2260: Add a tool to show segment status

2019-11-26 Thread GitBox
lingbin closed pull request #2260: Add a tool to show segment status URL: https://github.com/apache/incubator-doris/pull/2260 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-doris] morningman merged pull request #2303: ensure es endpoint without http prefix can work

2019-11-26 Thread GitBox
morningman merged pull request #2303: ensure es endpoint without http prefix can work URL: https://github.com/apache/incubator-doris/pull/2303 This is an automated message from the Apache Git Service. To respond to the messa

[incubator-doris] branch master updated (569d0bb -> ccbd65d)

2019-11-26 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 569d0bb Replace all remaining boost::split() with strings::split() (#2302) add ccbd65d Ensure ES

[GitHub] [incubator-doris] wuyunfeng commented on issue #2303: ensure es endpoint without http prefix can work

2019-11-26 Thread GitBox
wuyunfeng commented on issue #2303: ensure es endpoint without http prefix can work URL: https://github.com/apache/incubator-doris/pull/2303#issuecomment-558663274 https://github.com/apache/incubator-doris/issues/2306 This is

[GitHub] [incubator-doris] wuyunfeng opened a new issue #2306: External elasticsearch table does not work when set hosts without http schema

2019-11-26 Thread GitBox
wuyunfeng opened a new issue #2306: External elasticsearch table does not work when set hosts without http schema URL: https://github.com/apache/incubator-doris/issues/2306 When create table statement, such as: ``` CREATE EXTERNAL TABLE `es_table` ( `id` bigint(20) COMMENT ""

[GitHub] [incubator-doris] morningman commented on issue #2256: Create table with nullable column for default

2019-11-26 Thread GitBox
morningman commented on issue #2256: Create table with nullable column for default URL: https://github.com/apache/incubator-doris/pull/2256#issuecomment-558661930 @caiconghui Hi, you need to fix the unit test failure. (May be just rebase the master) ---

[GitHub] [incubator-doris] morningman commented on a change in pull request #2293: Support Grouping Sets, Rollup and Cube to extend group by statement

2019-11-26 Thread GitBox
morningman commented on a change in pull request #2293: Support Grouping Sets, Rollup and Cube to extend group by statement URL: https://github.com/apache/incubator-doris/pull/2293#discussion_r350774303 ## File path: fe/src/main/java/org/apache/doris/analysis/GroupingFunctionCallEx

[GitHub] [incubator-doris] morningman commented on a change in pull request #2293: Support Grouping Sets, Rollup and Cube to extend group by statement

2019-11-26 Thread GitBox
morningman commented on a change in pull request #2293: Support Grouping Sets, Rollup and Cube to extend group by statement URL: https://github.com/apache/incubator-doris/pull/2293#discussion_r350773553 ## File path: fe/src/main/java/org/apache/doris/analysis/FunctionCallExpr.java

[GitHub] [incubator-doris] morningman commented on a change in pull request #2293: Support Grouping Sets, Rollup and Cube to extend group by statement

2019-11-26 Thread GitBox
morningman commented on a change in pull request #2293: Support Grouping Sets, Rollup and Cube to extend group by statement URL: https://github.com/apache/incubator-doris/pull/2293#discussion_r350773910 ## File path: fe/src/main/java/org/apache/doris/analysis/FunctionCallExpr.java

[GitHub] [incubator-doris] morningman commented on a change in pull request #2293: Support Grouping Sets, Rollup and Cube to extend group by statement

2019-11-26 Thread GitBox
morningman commented on a change in pull request #2293: Support Grouping Sets, Rollup and Cube to extend group by statement URL: https://github.com/apache/incubator-doris/pull/2293#discussion_r350776730 ## File path: fe/src/main/java/org/apache/doris/analysis/GroupingFunctionCallEx

[GitHub] [incubator-doris] morningman commented on a change in pull request #2293: Support Grouping Sets, Rollup and Cube to extend group by statement

2019-11-26 Thread GitBox
morningman commented on a change in pull request #2293: Support Grouping Sets, Rollup and Cube to extend group by statement URL: https://github.com/apache/incubator-doris/pull/2293#discussion_r350742961 ## File path: be/src/exec/repeat_node.cpp ## @@ -0,0 +1,212 @@ +// Lic

[GitHub] [incubator-doris] morningman commented on a change in pull request #2293: Support Grouping Sets, Rollup and Cube to extend group by statement

2019-11-26 Thread GitBox
morningman commented on a change in pull request #2293: Support Grouping Sets, Rollup and Cube to extend group by statement URL: https://github.com/apache/incubator-doris/pull/2293#discussion_r350779391 ## File path: fe/src/main/java/org/apache/doris/analysis/VirtualSlotRef.java ##

[GitHub] [incubator-doris] morningman commented on a change in pull request #2293: Support Grouping Sets, Rollup and Cube to extend group by statement

2019-11-26 Thread GitBox
morningman commented on a change in pull request #2293: Support Grouping Sets, Rollup and Cube to extend group by statement URL: https://github.com/apache/incubator-doris/pull/2293#discussion_r350776782 ## File path: fe/src/main/java/org/apache/doris/analysis/GroupingFunctionCallEx

[GitHub] [incubator-doris] lingbin closed issue #2239: Add gutil split and strip tool

2019-11-26 Thread GitBox
lingbin closed issue #2239: Add gutil split and strip tool URL: https://github.com/apache/incubator-doris/issues/2239 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[GitHub] [incubator-doris] lingbin closed issue #2300: Should not return if tablet is no longer exist in `StorageEngine::clear_transaction_task()`

2019-11-26 Thread GitBox
lingbin closed issue #2300: Should not return if tablet is no longer exist in `StorageEngine::clear_transaction_task()` URL: https://github.com/apache/incubator-doris/issues/2300 This is an automated message from the Apache

[GitHub] [incubator-doris] imay closed issue #2301: Replace boost::split() with strings::Split()

2019-11-26 Thread GitBox
imay closed issue #2301: Replace boost::split() with strings::Split() URL: https://github.com/apache/incubator-doris/issues/2301 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-doris] imay merged pull request #2302: Replace all remaining boost::split() with strings::split()

2019-11-26 Thread GitBox
imay merged pull request #2302: Replace all remaining boost::split() with strings::split() URL: https://github.com/apache/incubator-doris/pull/2302 This is an automated message from the Apache Git Service. To respond to the

[incubator-doris] branch master updated (f716fd2 -> 569d0bb)

2019-11-26 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 f716fd2 Ignore non-existent tablet in clear_transaction_task() (#2296) add 569d0bb Replace all remaini

[incubator-doris] branch master updated (a465b38 -> f716fd2)

2019-11-26 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 a465b38 Enhance doris on es error message (#2297) add f716fd2 Ignore non-existent tablet in clear_t

[GitHub] [incubator-doris] lingbin merged pull request #2296: Ignore non-existent tablet in clear_transaction_task()

2019-11-26 Thread GitBox
lingbin merged pull request #2296: Ignore non-existent tablet in clear_transaction_task() URL: https://github.com/apache/incubator-doris/pull/2296 This is an automated message from the Apache Git Service. To respond to the m

[GitHub] [incubator-doris] morningman opened a new pull request #2305: Add a variable to specifically limit the memory usage of the load part in the insert operation

2019-11-26 Thread GitBox
morningman opened a new pull request #2305: Add a variable to specifically limit the memory usage of the load part in the insert operation URL: https://github.com/apache/incubator-doris/pull/2305 The insert operation is divided into two parts, query and import. Currently, only one variable

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

2019-11-26 Thread GitBox
morningman opened a new 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 The insert operation is divided into two parts, query and import. Currently, only one variable of

[GitHub] [incubator-doris] imay commented on a change in pull request #2294: Add convert tablet rowset type

2019-11-26 Thread GitBox
imay commented on a change in pull request #2294: Add convert tablet rowset type URL: https://github.com/apache/incubator-doris/pull/2294#discussion_r350670703 ## File path: fe/src/main/java/org/apache/doris/planner/RollupSelector.java ## @@ -95,6 +95,20 @@ private long sel

[GitHub] [incubator-doris] imay commented on a change in pull request #2294: Add convert tablet rowset type

2019-11-26 Thread GitBox
imay commented on a change in pull request #2294: Add convert tablet rowset type URL: https://github.com/apache/incubator-doris/pull/2294#discussion_r350666888 ## File path: gensrc/thrift/AgentService.thrift ## @@ -71,6 +71,17 @@ struct TAlterTabletReq { 3: required TC

[GitHub] [incubator-doris] imay commented on a change in pull request #2294: Add convert tablet rowset type

2019-11-26 Thread GitBox
imay commented on a change in pull request #2294: Add convert tablet rowset type URL: https://github.com/apache/incubator-doris/pull/2294#discussion_r350669115 ## File path: fe/src/main/java/org/apache/doris/common/util/PropertyAnalyzer.java ## @@ -73,6 +73,13 @@ publi

[GitHub] [incubator-doris] imay commented on a change in pull request #2294: Add convert tablet rowset type

2019-11-26 Thread GitBox
imay commented on a change in pull request #2294: Add convert tablet rowset type URL: https://github.com/apache/incubator-doris/pull/2294#discussion_r350670561 ## File path: fe/src/main/java/org/apache/doris/planner/RollupSelector.java ## @@ -95,6 +95,20 @@ private long sel

[GitHub] [incubator-doris] lingbin commented on a change in pull request #2296: Ignore non-existent tablet in clear_transaction_task()

2019-11-26 Thread GitBox
lingbin commented on a change in pull request #2296: Ignore non-existent tablet in clear_transaction_task() URL: https://github.com/apache/incubator-doris/pull/2296#discussion_r350700931 ## File path: be/src/olap/storage_engine.cpp ## @@ -495,10 +491,12 @@ void StorageEngi

[GitHub] [incubator-doris] wuyunfeng opened a new pull request #2303: ensure es endpoint without http prefix can work

2019-11-26 Thread GitBox
wuyunfeng opened a new pull request #2303: ensure es endpoint without http prefix can work URL: https://github.com/apache/incubator-doris/pull/2303 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-doris] lingbin opened a new pull request #2302: Replace all remaining boost::split() with strings::split()

2019-11-26 Thread GitBox
lingbin opened a new pull request #2302: Replace all remaining boost::split() with strings::split() URL: https://github.com/apache/incubator-doris/pull/2302 #2301 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-doris] imay commented on a change in pull request #2296: Ignore non-existent tablet in clear_transaction_task()

2019-11-26 Thread GitBox
imay commented on a change in pull request #2296: Ignore non-existent tablet in clear_transaction_task() URL: https://github.com/apache/incubator-doris/pull/2296#discussion_r350663052 ## File path: be/src/olap/storage_engine.cpp ## @@ -495,10 +491,12 @@ void StorageEngine:

[incubator-doris] branch master updated (78cee00 -> a465b38)

2019-11-26 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 78cee00 Fix IFNULL constants compute error (#2290) (#2291) add a465b38 Enhance doris on es error messa

[GitHub] [incubator-doris] lingbin opened a new issue #2301: Replace boost::split() with strings::Split()

2019-11-26 Thread GitBox
lingbin opened a new issue #2301: Replace boost::split() with strings::Split() URL: https://github.com/apache/incubator-doris/issues/2301 As #2238 said, all boost::split() should be replaced for performance and convenience. --

[GitHub] [incubator-doris] lingbin commented on issue #2296: Ignore non-existent tablet in clear_transaction_task()

2019-11-26 Thread GitBox
lingbin commented on issue #2296: Ignore non-existent tablet in clear_transaction_task() URL: https://github.com/apache/incubator-doris/pull/2296#issuecomment-558545151 > @lingbin > Better to add an issue to record what is problem this patch intents to fix. Is it a bug or just an enhenc

[GitHub] [incubator-doris] lingbin opened a new issue #2300: Should not return if tablet is no longer exist in `StorageEngine::clear_transaction_task()`

2019-11-26 Thread GitBox
lingbin opened a new issue #2300: Should not return if tablet is no longer exist in `StorageEngine::clear_transaction_task()` URL: https://github.com/apache/incubator-doris/issues/2300 https://github.com/apache/incubator-doris/blob/78cee0050d2c689b418324aed415daca0453c3f4/be/src/olap/stora

[GitHub] [incubator-doris] wubiaoi commented on issue #1917: Support specifying inverted index columns when creating table

2019-11-26 Thread GitBox
wubiaoi commented on issue #1917: Support specifying inverted index columns when creating table URL: https://github.com/apache/incubator-doris/pull/1917#issuecomment-558538350 `CREATE INDEX` and `DROP INDEX` are more reasonable -

[GitHub] [incubator-doris] wubiaoi closed pull request #1917: Support specifying inverted index columns when creating table

2019-11-26 Thread GitBox
wubiaoi closed pull request #1917: Support specifying inverted index columns when creating table URL: https://github.com/apache/incubator-doris/pull/1917 This is an automated message from the Apache Git Service. To respond t

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #1917: Support specifying inverted index columns when creating table

2019-11-26 Thread GitBox
kangpinghuang commented on a change in pull request #1917: Support specifying inverted index columns when creating table URL: https://github.com/apache/incubator-doris/pull/1917#discussion_r350603603 ## File path: fe/src/main/java/org/apache/doris/catalog/Catalog.java ## @

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #1917: Support specifying inverted index columns when creating table

2019-11-26 Thread GitBox
kangpinghuang commented on a change in pull request #1917: Support specifying inverted index columns when creating table URL: https://github.com/apache/incubator-doris/pull/1917#discussion_r350600678 ## File path: fe/src/main/java/org/apache/doris/common/util/PropertyAnalyzer.java

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #1917: Support specifying inverted index columns when creating table

2019-11-26 Thread GitBox
kangpinghuang commented on a change in pull request #1917: Support specifying inverted index columns when creating table URL: https://github.com/apache/incubator-doris/pull/1917#discussion_r350602783 ## File path: fe/src/main/java/org/apache/doris/common/util/PropertyAnalyzer.java

[GitHub] [incubator-doris] kangpinghuang closed issue #1325: Add rle encoding

2019-11-26 Thread GitBox
kangpinghuang closed issue #1325: Add rle encoding URL: https://github.com/apache/incubator-doris/issues/1325 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[GitHub] [incubator-doris] kangpinghuang closed issue #1315: Add bit-shuffle encoding page

2019-11-26 Thread GitBox
kangpinghuang closed issue #1315: Add bit-shuffle encoding page URL: https://github.com/apache/incubator-doris/issues/1315 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-doris] kangpinghuang closed issue #1316: Add rle encoding page

2019-11-26 Thread GitBox
kangpinghuang closed issue #1316: Add rle encoding page URL: https://github.com/apache/incubator-doris/issues/1316 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a