[GitHub] [incubator-doris] yiguolei opened a new pull request #1619: Check all tablet using partition tablet map during publish version

2019-08-08 Thread GitBox
yiguolei opened a new pull request #1619: Check all tablet using partition tablet map during publish version URL: https://github.com/apache/incubator-doris/pull/1619 1. Check all tablet using partition tablet map during publish version. 2. Add eco mode meta sync interface. -

[GitHub] [incubator-doris] imay opened a new pull request #1607: Add page cache for column page in BetaRowset

2019-08-08 Thread GitBox
imay opened a new pull request #1607: Add page cache for column page in BetaRowset URL: https://github.com/apache/incubator-doris/pull/1607 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-doris] imay closed pull request #1607: Add page cache for column page in BetaRowset

2019-08-08 Thread GitBox
imay closed pull request #1607: Add page cache for column page in BetaRowset URL: https://github.com/apache/incubator-doris/pull/1607 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-doris] gaodayue commented on a change in pull request #1590: Implement BetaRowsetWriter

2019-08-08 Thread GitBox
gaodayue commented on a change in pull request #1590: Implement BetaRowsetWriter URL: https://github.com/apache/incubator-doris/pull/1590#discussion_r312333472 ## File path: be/src/olap/schema_change.cpp ## @@ -771,6 +779,8 @@ bool SchemaChangeDirectly::process(RowsetReader

[GitHub] [incubator-doris] morningman merged pull request #1592: Broker load supports function

2019-08-08 Thread GitBox
morningman merged pull request #1592: Broker load supports function URL: https://github.com/apache/incubator-doris/pull/1592 This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [incubator-doris] EmmyMiao87 opened a new pull request #1592: Broker load supports function

2019-08-08 Thread GitBox
EmmyMiao87 opened a new pull request #1592: Broker load supports function URL: https://github.com/apache/incubator-doris/pull/1592 The commit support the column function in broker load. The grammar of LoadStmt has not been changed. Example: columns terminated by ',' (tmp_c1, tmp_c2)

[GitHub] [incubator-doris] EmmyMiao87 closed pull request #1592: Broker load supports function

2019-08-08 Thread GitBox
EmmyMiao87 closed pull request #1592: Broker load supports function URL: https://github.com/apache/incubator-doris/pull/1592 This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [incubator-doris] morningman closed pull request #1592: Broker load supports function

2019-08-08 Thread GitBox
morningman closed pull request #1592: Broker load supports function URL: https://github.com/apache/incubator-doris/pull/1592 This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [incubator-doris] EmmyMiao87 opened a new pull request #1592: Broker load supports function

2019-08-08 Thread GitBox
EmmyMiao87 opened a new pull request #1592: Broker load supports function URL: https://github.com/apache/incubator-doris/pull/1592 The commit support the column function in broker load. The grammar of LoadStmt has not been changed. Example: columns terminated by ',' (tmp_c1, tmp_c2)

[GitHub] [incubator-doris] morningman opened a new pull request #1618: Avoid load or query failed when doing alter job

2019-08-08 Thread GitBox
morningman opened a new pull request #1618: Avoid load or query failed when doing alter job URL: https://github.com/apache/incubator-doris/pull/1618 2 cases: 1. Sometimes a missing version replica can not be repaired. Which may cause query failed with error: `failed to initialize

[GitHub] [incubator-doris] worker24h opened a new pull request #1617: Add PreAgg Hint

2019-08-08 Thread GitBox
worker24h opened a new pull request #1617: Add PreAgg Hint URL: https://github.com/apache/incubator-doris/pull/1617 We can force open PreAgg function if it has'nt aggregation information in SQL. This is an automated message f

[GitHub] [incubator-doris] imay commented on a change in pull request #1607: Add page cache for column page in BetaRowset

2019-08-08 Thread GitBox
imay commented on a change in pull request #1607: Add page cache for column page in BetaRowset URL: https://github.com/apache/incubator-doris/pull/1607#discussion_r312308940 ## File path: be/src/runtime/exec_env_init.cpp ## @@ -178,6 +180,18 @@ Status ExecEnv::_init_mem_tr

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #1613: Refactor alter job process

2019-08-08 Thread GitBox
kangkaisen commented on a change in pull request #1613: Refactor alter job process URL: https://github.com/apache/incubator-doris/pull/1613#discussion_r312308181 ## File path: fe/src/main/java/org/apache/doris/alter/RollupJobV2.java ## @@ -0,0 +1,736 @@ +// Licensed to the

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #1613: Refactor alter job process

2019-08-08 Thread GitBox
kangkaisen commented on a change in pull request #1613: Refactor alter job process URL: https://github.com/apache/incubator-doris/pull/1613#discussion_r312308216 ## File path: fe/src/main/java/org/apache/doris/alter/AlterJobV2.java ## @@ -0,0 +1,220 @@ +// Licensed to the

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #1610: Add bitmap agg type and udaf

2019-08-08 Thread GitBox
kangkaisen commented on a change in pull request #1610: Add bitmap agg type and udaf URL: https://github.com/apache/incubator-doris/pull/1610#discussion_r312307862 ## File path: fe/src/main/java/org/apache/doris/analysis/CreateTableStmt.java ## @@ -263,6 +266,15 @@ public

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #1610: Add bitmap agg type and udaf

2019-08-08 Thread GitBox
kangkaisen commented on a change in pull request #1610: Add bitmap agg type and udaf URL: https://github.com/apache/incubator-doris/pull/1610#discussion_r312307839 ## File path: fe/src/main/java/org/apache/doris/alter/SchemaChangeHandler.java ## @@ -521,6 +523,10 @@ privat

[GitHub] [incubator-doris] imay commented on a change in pull request #1527: Expose data pruned-filter-scan ability

2019-08-08 Thread GitBox
imay commented on a change in pull request #1527: Expose data pruned-filter-scan ability URL: https://github.com/apache/incubator-doris/pull/1527#discussion_r312306712 ## File path: be/src/runtime/external_scan_context_mgr.h ## @@ -0,0 +1,76 @@ +// Licensed to the Apache S

[GitHub] [incubator-doris] imay commented on a change in pull request #1527: Expose data pruned-filter-scan ability

2019-08-08 Thread GitBox
imay commented on a change in pull request #1527: Expose data pruned-filter-scan ability URL: https://github.com/apache/incubator-doris/pull/1527#discussion_r312306560 ## File path: be/src/runtime/external_scan_context_mgr.cpp ## @@ -0,0 +1,116 @@ +// Licensed to the Apach

[GitHub] [incubator-doris] imay commented on a change in pull request #1527: Expose data pruned-filter-scan ability

2019-08-08 Thread GitBox
imay commented on a change in pull request #1527: Expose data pruned-filter-scan ability URL: https://github.com/apache/incubator-doris/pull/1527#discussion_r312307037 ## File path: be/src/runtime/memory_scratch_sink.cpp ## @@ -0,0 +1,233 @@ +// Licensed to the Apache Soft

[GitHub] [incubator-doris] imay commented on a change in pull request #1527: Expose data pruned-filter-scan ability

2019-08-08 Thread GitBox
imay commented on a change in pull request #1527: Expose data pruned-filter-scan ability URL: https://github.com/apache/incubator-doris/pull/1527#discussion_r312300371 ## File path: run-ut.sh ## @@ -189,6 +189,7 @@ ${DORIS_TEST_BINARY_DIR}/exec/tablet_info_test ${DORIS_TE

[GitHub] [incubator-doris] imay commented on a change in pull request #1527: Expose data pruned-filter-scan ability

2019-08-08 Thread GitBox
imay commented on a change in pull request #1527: Expose data pruned-filter-scan ability URL: https://github.com/apache/incubator-doris/pull/1527#discussion_r312306259 ## File path: be/src/runtime/external_scan_context_mgr.cpp ## @@ -0,0 +1,116 @@ +// Licensed to the Apach

[GitHub] [incubator-doris] morningman commented on a change in pull request #1607: Add page cache for column page in BetaRowset

2019-08-08 Thread GitBox
morningman commented on a change in pull request #1607: Add page cache for column page in BetaRowset URL: https://github.com/apache/incubator-doris/pull/1607#discussion_r312301542 ## File path: be/src/olap/page_cache.h ## @@ -0,0 +1,121 @@ +// Licensed to the Apache Softwa

[GitHub] [incubator-doris] morningman commented on a change in pull request #1607: Add page cache for column page in BetaRowset

2019-08-08 Thread GitBox
morningman commented on a change in pull request #1607: Add page cache for column page in BetaRowset URL: https://github.com/apache/incubator-doris/pull/1607#discussion_r312303087 ## File path: be/src/runtime/exec_env_init.cpp ## @@ -178,6 +180,18 @@ Status ExecEnv::_init_

[GitHub] [incubator-doris] imay opened a new issue #1616: Unify two versions of compress and decompress

2019-08-08 Thread GitBox
imay opened a new issue #1616: Unify two versions of compress and decompress URL: https://github.com/apache/incubator-doris/issues/1616 Now, in our code base, there are two versions compressors and decompressors. which has most of common code. one in be/src/util/ and the other in be/src/ex

[GitHub] [incubator-doris] morningman commented on a change in pull request #1610: Add bitmap agg type and udaf

2019-08-08 Thread GitBox
morningman commented on a change in pull request #1610: Add bitmap agg type and udaf URL: https://github.com/apache/incubator-doris/pull/1610#discussion_r312078558 ## File path: fe/src/main/java/org/apache/doris/analysis/CreateTableStmt.java ## @@ -263,6 +266,15 @@ public

[GitHub] [incubator-doris] morningman commented on a change in pull request #1610: Add bitmap agg type and udaf

2019-08-08 Thread GitBox
morningman commented on a change in pull request #1610: Add bitmap agg type and udaf URL: https://github.com/apache/incubator-doris/pull/1610#discussion_r312077196 ## File path: fe/src/main/java/org/apache/doris/alter/SchemaChangeHandler.java ## @@ -521,6 +523,10 @@ privat

[GitHub] [incubator-doris] morningman commented on a change in pull request #1613: Refactor alter job process

2019-08-08 Thread GitBox
morningman commented on a change in pull request #1613: Refactor alter job process URL: https://github.com/apache/incubator-doris/pull/1613#discussion_r312069924 ## File path: fe/src/main/java/org/apache/doris/alter/RollupJobV2.java ## @@ -0,0 +1,736 @@ +// Licensed to the

[GitHub] [incubator-doris] morningman commented on a change in pull request #1613: Refactor alter job process

2019-08-08 Thread GitBox
morningman commented on a change in pull request #1613: Refactor alter job process URL: https://github.com/apache/incubator-doris/pull/1613#discussion_r312067204 ## File path: fe/src/main/java/org/apache/doris/alter/AlterJobV2.java ## @@ -0,0 +1,220 @@ +// Licensed to the

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #1613: Refactor alter job process

2019-08-08 Thread GitBox
kangkaisen commented on a change in pull request #1613: Refactor alter job process URL: https://github.com/apache/incubator-doris/pull/1613#discussion_r312039401 ## File path: fe/src/main/java/org/apache/doris/alter/RollupJobV2.java ## @@ -0,0 +1,736 @@ +// Licensed to the

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #1613: Refactor alter job process

2019-08-08 Thread GitBox
kangkaisen commented on a change in pull request #1613: Refactor alter job process URL: https://github.com/apache/incubator-doris/pull/1613#discussion_r312053102 ## File path: fe/src/main/java/org/apache/doris/task/AgentBatchTask.java ## @@ -101,6 +104,47 @@ public int get

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #1613: Refactor alter job process

2019-08-08 Thread GitBox
kangkaisen commented on a change in pull request #1613: Refactor alter job process URL: https://github.com/apache/incubator-doris/pull/1613#discussion_r312042719 ## File path: fe/src/main/java/org/apache/doris/alter/SchemaChangeHandler.java ## @@ -143,14 +139,15 @@ private

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #1613: Refactor alter job process

2019-08-08 Thread GitBox
kangkaisen commented on a change in pull request #1613: Refactor alter job process URL: https://github.com/apache/incubator-doris/pull/1613#discussion_r312018777 ## File path: fe/src/main/java/org/apache/doris/load/Load.java ## @@ -750,24 +741,43 @@ public static void chec

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #1613: Refactor alter job process

2019-08-08 Thread GitBox
kangkaisen commented on a change in pull request #1613: Refactor alter job process URL: https://github.com/apache/incubator-doris/pull/1613#discussion_r312022021 ## File path: fe/src/main/java/org/apache/doris/planner/StreamLoadScanNode.java ## @@ -123,67 +125,85 @@ public

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #1613: Refactor alter job process

2019-08-08 Thread GitBox
kangkaisen commented on a change in pull request #1613: Refactor alter job process URL: https://github.com/apache/incubator-doris/pull/1613#discussion_r312036083 ## File path: fe/src/main/java/org/apache/doris/alter/AlterJobV2.java ## @@ -0,0 +1,220 @@ +// Licensed to the

[GitHub] [incubator-doris] imay merged pull request #1614: Fix bug: localtime is not thread-safe, then changed to localtime_r.

2019-08-08 Thread GitBox
imay merged pull request #1614: Fix bug: localtime is not thread-safe,then changed to localtime_r. URL: https://github.com/apache/incubator-doris/pull/1614 This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-doris] imay commented on a change in pull request #1576: Change cumulative compaction for decoupling storage from compution

2019-08-08 Thread GitBox
imay commented on a change in pull request #1576: Change cumulative compaction for decoupling storage from compution URL: https://github.com/apache/incubator-doris/pull/1576#discussion_r312043258 ## File path: be/src/olap/base_compaction.cpp ## @@ -16,511 +16,151 @@ // un

[GitHub] [incubator-doris] chaoyli commented on a change in pull request #1576: Change cumulative compaction for decoupling storage from compution

2019-08-08 Thread GitBox
chaoyli commented on a change in pull request #1576: Change cumulative compaction for decoupling storage from compution URL: https://github.com/apache/incubator-doris/pull/1576#discussion_r312039878 ## File path: be/src/olap/base_compaction.cpp ## @@ -16,511 +16,151 @@ //

[GitHub] [incubator-doris] imay commented on a change in pull request #1576: Change cumulative compaction for decoupling storage from compution

2019-08-08 Thread GitBox
imay commented on a change in pull request #1576: Change cumulative compaction for decoupling storage from compution URL: https://github.com/apache/incubator-doris/pull/1576#discussion_r312039251 ## File path: be/src/olap/base_compaction.cpp ## @@ -16,511 +16,151 @@ // un

[GitHub] [incubator-doris] chaoyli commented on a change in pull request #1576: Change cumulative compaction for decoupling storage from compution

2019-08-08 Thread GitBox
chaoyli commented on a change in pull request #1576: Change cumulative compaction for decoupling storage from compution URL: https://github.com/apache/incubator-doris/pull/1576#discussion_r312037099 ## File path: be/src/olap/base_compaction.cpp ## @@ -16,511 +16,151 @@ //

[GitHub] [incubator-doris] imay commented on a change in pull request #1576: Change cumulative compaction for decoupling storage from compution

2019-08-08 Thread GitBox
imay commented on a change in pull request #1576: Change cumulative compaction for decoupling storage from compution URL: https://github.com/apache/incubator-doris/pull/1576#discussion_r312030975 ## File path: be/src/olap/base_compaction.cpp ## @@ -16,511 +16,151 @@ // un

[GitHub] [incubator-doris] imay commented on a change in pull request #1576: Change cumulative compaction for decoupling storage from compution

2019-08-08 Thread GitBox
imay commented on a change in pull request #1576: Change cumulative compaction for decoupling storage from compution URL: https://github.com/apache/incubator-doris/pull/1576#discussion_r312029008 ## File path: be/src/olap/base_compaction.cpp ## @@ -16,511 +16,151 @@ // un

[GitHub] [incubator-doris] imay commented on a change in pull request #1576: Change cumulative compaction for decoupling storage from compution

2019-08-08 Thread GitBox
imay commented on a change in pull request #1576: Change cumulative compaction for decoupling storage from compution URL: https://github.com/apache/incubator-doris/pull/1576#discussion_r312027219 ## File path: be/src/olap/base_compaction.cpp ## @@ -16,511 +16,151 @@ // un

[GitHub] [incubator-doris] imay commented on a change in pull request #1576: Change cumulative compaction for decoupling storage from compution

2019-08-08 Thread GitBox
imay commented on a change in pull request #1576: Change cumulative compaction for decoupling storage from compution URL: https://github.com/apache/incubator-doris/pull/1576#discussion_r312031427 ## File path: be/src/olap/base_compaction.cpp ## @@ -16,511 +16,151 @@ // un

[GitHub] [incubator-doris] worker24h commented on a change in pull request #1614: Fix bug: localtime is not thread-safe, then changed to localtime_r.

2019-08-08 Thread GitBox
worker24h commented on a change in pull request #1614: Fix bug: localtime is not thread-safe,then changed to localtime_r. URL: https://github.com/apache/incubator-doris/pull/1614#discussion_r312019438 ## File path: be/src/exec/base_scanner.cpp ## @@ -144,12 +145,21 @@ bool

[GitHub] [incubator-doris] worker24h commented on a change in pull request #1614: Fix bug: localtime is not thread-safe, then changed to localtime_r.

2019-08-08 Thread GitBox
worker24h commented on a change in pull request #1614: Fix bug: localtime is not thread-safe,then changed to localtime_r. URL: https://github.com/apache/incubator-doris/pull/1614#discussion_r312019372 ## File path: be/src/exec/base_scanner.cpp ## @@ -144,12 +145,21 @@ bool

[GitHub] [incubator-doris] worker24h commented on a change in pull request #1614: Fix bug: localtime is not thread-safe, then changed to localtime_r.

2019-08-08 Thread GitBox
worker24h commented on a change in pull request #1614: Fix bug: localtime is not thread-safe,then changed to localtime_r. URL: https://github.com/apache/incubator-doris/pull/1614#discussion_r312019386 ## File path: be/src/exec/base_scanner.cpp ## @@ -144,12 +145,21 @@ bool

[GitHub] [incubator-doris] worker24h commented on a change in pull request #1614: Fix bug: localtime is not thread-safe, then changed to localtime_r.

2019-08-08 Thread GitBox
worker24h commented on a change in pull request #1614: Fix bug: localtime is not thread-safe,then changed to localtime_r. URL: https://github.com/apache/incubator-doris/pull/1614#discussion_r312019453 ## File path: be/src/exec/base_scanner.cpp ## @@ -144,12 +145,21 @@ bool

[GitHub] [incubator-doris] worker24h commented on a change in pull request #1614: Fix bug: localtime is not thread-safe, then changed to localtime_r.

2019-08-08 Thread GitBox
worker24h commented on a change in pull request #1614: Fix bug: localtime is not thread-safe,then changed to localtime_r. URL: https://github.com/apache/incubator-doris/pull/1614#discussion_r312019301 ## File path: be/src/exec/base_scanner.cpp ## @@ -144,12 +145,21 @@ bool

[GitHub] [incubator-doris] worker24h opened a new issue #1615: Cast String Multi Load Task

2019-08-08 Thread GitBox
worker24h opened a new issue #1615: Cast String Multi Load Task URL: https://github.com/apache/incubator-doris/issues/1615 **Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on

[GitHub] [incubator-doris] imay commented on a change in pull request #1614: Fix bug: localtime is not thread-safe, then changed to localtime_r.

2019-08-08 Thread GitBox
imay commented on a change in pull request #1614: Fix bug: localtime is not thread-safe,then changed to localtime_r. URL: https://github.com/apache/incubator-doris/pull/1614#discussion_r312002886 ## File path: be/src/exec/base_scanner.cpp ## @@ -144,12 +145,21 @@ bool Base

[GitHub] [incubator-doris] imay commented on a change in pull request #1614: Fix bug: localtime is not thread-safe, then changed to localtime_r.

2019-08-08 Thread GitBox
imay commented on a change in pull request #1614: Fix bug: localtime is not thread-safe,then changed to localtime_r. URL: https://github.com/apache/incubator-doris/pull/1614#discussion_r312001335 ## File path: be/src/exec/base_scanner.cpp ## @@ -144,12 +145,21 @@ bool Base

[GitHub] [incubator-doris] imay commented on a change in pull request #1614: Fix bug: localtime is not thread-safe, then changed to localtime_r.

2019-08-08 Thread GitBox
imay commented on a change in pull request #1614: Fix bug: localtime is not thread-safe,then changed to localtime_r. URL: https://github.com/apache/incubator-doris/pull/1614#discussion_r312001825 ## File path: be/src/exec/base_scanner.cpp ## @@ -144,12 +145,21 @@ bool Base

[GitHub] [incubator-doris] imay commented on a change in pull request #1614: Fix bug: localtime is not thread-safe, then changed to localtime_r.

2019-08-08 Thread GitBox
imay commented on a change in pull request #1614: Fix bug: localtime is not thread-safe,then changed to localtime_r. URL: https://github.com/apache/incubator-doris/pull/1614#discussion_r312002929 ## File path: be/src/exec/base_scanner.cpp ## @@ -144,12 +145,21 @@ bool Base

[GitHub] [incubator-doris] imay commented on a change in pull request #1614: Fix bug: localtime is not thread-safe, then changed to localtime_r.

2019-08-08 Thread GitBox
imay commented on a change in pull request #1614: Fix bug: localtime is not thread-safe,then changed to localtime_r. URL: https://github.com/apache/incubator-doris/pull/1614#discussion_r312002831 ## File path: be/src/exec/base_scanner.cpp ## @@ -144,12 +145,21 @@ bool Base

[GitHub] [incubator-doris] worker24h opened a new pull request #1614: Fix bug: localtime is not thread-safe, then changed to localtime_r.

2019-08-08 Thread GitBox
worker24h opened a new pull request #1614: Fix bug: localtime is not thread-safe,then changed to localtime_r. URL: https://github.com/apache/incubator-doris/pull/1614 Fix bug: function localtime is not thread-safe,then changed to localtime_r. ---

[GitHub] [incubator-doris] kangkaisen commented on issue #1607: Add page cache for column page in BetaRowset

2019-08-08 Thread GitBox
kangkaisen commented on issue #1607: Add page cache for column page in BetaRowset URL: https://github.com/apache/incubator-doris/pull/1607#issuecomment-519472065 +1. LGTM. This is an automated message from the Apache Git Serv

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #1607: Add page cache for column page in BetaRowset

2019-08-08 Thread GitBox
kangkaisen commented on a change in pull request #1607: Add page cache for column page in BetaRowset URL: https://github.com/apache/incubator-doris/pull/1607#discussion_r311975913 ## File path: be/src/olap/page_cache.cpp ## @@ -0,0 +1,53 @@ +// Licensed to the Apache Softw

[GitHub] [incubator-doris] imay closed issue #1387: Add new SegmentGroupWriter

2019-08-08 Thread GitBox
imay closed issue #1387: Add new SegmentGroupWriter URL: https://github.com/apache/incubator-doris/issues/1387 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] imay closed issue #1382: Add StorageRowIterator to uniform read in storage

2019-08-08 Thread GitBox
imay closed issue #1382: Add StorageRowIterator to uniform read in storage URL: https://github.com/apache/incubator-doris/issues/1382 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-doris] imay closed issue #1386: Add new SegmentGroupIterator

2019-08-08 Thread GitBox
imay closed issue #1386: Add new SegmentGroupIterator URL: https://github.com/apache/incubator-doris/issues/1386 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [incubator-doris] imay closed issue #1384: Add new SegmentIterator

2019-08-08 Thread GitBox
imay closed issue #1384: Add new SegmentIterator URL: https://github.com/apache/incubator-doris/issues/1384 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] imay closed issue #1388: Add new ShortKeyIndexBuilder

2019-08-08 Thread GitBox
imay closed issue #1388: Add new ShortKeyIndexBuilder URL: https://github.com/apache/incubator-doris/issues/1388 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [incubator-doris] morningman merged pull request #1581: Fix bug that cluster balance may cause load job failed

2019-08-08 Thread GitBox
morningman merged pull request #1581: Fix bug that cluster balance may cause load job failed URL: https://github.com/apache/incubator-doris/pull/1581 This is an automated message from the Apache Git Service. To respond to th

[GitHub] [incubator-doris] imay commented on a change in pull request #1607: Add page cache for column page in BetaRowset

2019-08-08 Thread GitBox
imay commented on a change in pull request #1607: Add page cache for column page in BetaRowset URL: https://github.com/apache/incubator-doris/pull/1607#discussion_r311967958 ## File path: be/src/olap/page_cache.cpp ## @@ -0,0 +1,53 @@ +// Licensed to the Apache Software Fo

[GitHub] [incubator-doris] kangkaisen commented on a change in pull request #1607: Add page cache for column page in BetaRowset

2019-08-08 Thread GitBox
kangkaisen commented on a change in pull request #1607: Add page cache for column page in BetaRowset URL: https://github.com/apache/incubator-doris/pull/1607#discussion_r311963160 ## File path: be/src/olap/page_cache.cpp ## @@ -0,0 +1,53 @@ +// Licensed to the Apache Softw

[GitHub] [incubator-doris] morningman opened a new pull request #1613: Refactor alter job process

2019-08-08 Thread GitBox
morningman opened a new pull request #1613: Refactor alter job process URL: https://github.com/apache/incubator-doris/pull/1613 ISSUE: #1429 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-doris] morningman opened a new issue #1612: Forbid loading when disk's usage percent is larger than 95%

2019-08-08 Thread GitBox
morningman opened a new issue #1612: Forbid loading when disk's usage percent is larger than 95% URL: https://github.com/apache/incubator-doris/issues/1612 We may meet a situation that when a disk is full, the BE process will crash. And we have to delete file manually. So I think

[GitHub] [incubator-doris] morningman merged pull request #1611: Add modify replication num upon partition

2019-08-08 Thread GitBox
morningman merged pull request #1611: Add modify replication num upon partition URL: https://github.com/apache/incubator-doris/pull/1611 This is an automated message from the Apache Git Service. To respond to the message, ple

[GitHub] [incubator-doris] chaoyli opened a new pull request #1611: Add modify replication num upon partition

2019-08-08 Thread GitBox
chaoyli opened a new pull request #1611: Add modify replication num upon partition URL: https://github.com/apache/incubator-doris/pull/1611 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-doris] imay closed issue #1470: SQL Statement SELECT * FROM TABLE LIMIT 1 may cause BE crash when table datas is large.

2019-08-08 Thread GitBox
imay closed issue #1470: SQL Statement SELECT * FROM TABLE LIMIT 1 may cause BE crash when table datas is large. URL: https://github.com/apache/incubator-doris/issues/1470 This is an automated message from the Apache Git Ser

[GitHub] [incubator-doris] morningman merged pull request #1606: Fix error DCHECK for partition_columns

2019-08-08 Thread GitBox
morningman merged pull request #1606: Fix error DCHECK for partition_columns URL: https://github.com/apache/incubator-doris/pull/1606 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-doris] kangkaisen opened a new pull request #1610: Add bitmap agg type and udaf

2019-08-08 Thread GitBox
kangkaisen opened a new pull request #1610: Add bitmap agg type and udaf URL: https://github.com/apache/incubator-doris/pull/1610 for https://github.com/apache/incubator-doris/issues/1486 and https://github.com/apache/incubator-doris/issues/1485 **The change for this PR:** 1 A

[GitHub] [incubator-doris] manannan2017 opened a new issue #1609: POLYGON function:when 2 pairs of data is different,the result is NULL always

2019-08-08 Thread GitBox
manannan2017 opened a new issue #1609: POLYGON function:when 2 pairs of data is different,the result is NULL always URL: https://github.com/apache/incubator-doris/issues/1609 steps: 1、doris 1》 2 pairs of data is different SELECT ST_AsText(ST_Polygon('POLYGON ((0 0, 0 10, 10 10, 10

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #1592: Broker load supports function

2019-08-08 Thread GitBox
EmmyMiao87 commented on a change in pull request #1592: Broker load supports function URL: https://github.com/apache/incubator-doris/pull/1592#discussion_r311909986 ## File path: fe/src/main/java/org/apache/doris/analysis/DataDescription.java ## @@ -189,92 +186,100 @@ publ

[GitHub] [incubator-doris] jiangshouzhuang opened a new issue #1608: Backend's disks statistics (UsedPct and MaxDiskUsedPct) is incorrect

2019-08-08 Thread GitBox
jiangshouzhuang opened a new issue #1608: Backend's disks statistics (UsedPct and MaxDiskUsedPct) is incorrect URL: https://github.com/apache/incubator-doris/issues/1608 **Describe the bug** When executing the command "show backends; ",the UsedPct metric is found to have a negative

[GitHub] [incubator-doris] imay commented on a change in pull request #1592: Broker load supports function

2019-08-08 Thread GitBox
imay commented on a change in pull request #1592: Broker load supports function URL: https://github.com/apache/incubator-doris/pull/1592#discussion_r311886597 ## File path: fe/src/main/java/org/apache/doris/analysis/DataDescription.java ## @@ -189,92 +186,100 @@ public bool

[GitHub] [incubator-doris] imay commented on a change in pull request #1592: Broker load supports function

2019-08-08 Thread GitBox
imay commented on a change in pull request #1592: Broker load supports function URL: https://github.com/apache/incubator-doris/pull/1592#discussion_r311885591 ## File path: fe/src/main/java/org/apache/doris/analysis/DataDescription.java ## @@ -189,92 +186,100 @@ public bool

[GitHub] [incubator-doris] imay commented on a change in pull request #1592: Broker load supports function

2019-08-08 Thread GitBox
imay commented on a change in pull request #1592: Broker load supports function URL: https://github.com/apache/incubator-doris/pull/1592#discussion_r311884671 ## File path: fe/src/main/java/org/apache/doris/analysis/DataDescription.java ## @@ -189,92 +186,100 @@ public bool

[GitHub] [incubator-doris] imay commented on a change in pull request #1592: Broker load supports function

2019-08-08 Thread GitBox
imay commented on a change in pull request #1592: Broker load supports function URL: https://github.com/apache/incubator-doris/pull/1592#discussion_r311893980 ## File path: fe/src/main/java/org/apache/doris/planner/BrokerScanNode.java ## @@ -339,75 +239,207 @@ private void