[GitHub] [incubator-doris] imay merged pull request #1537: Remove unused code

2019-07-23 Thread GitBox
imay merged pull request #1537: Remove unused code URL: https://github.com/apache/incubator-doris/pull/1537 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] worker24h opened a new pull request #1538: FixBug: Load fail when we don't specify format type.

2019-07-23 Thread GitBox
worker24h opened a new pull request #1538: FixBug: Load fail when we don't specify format type. URL: https://github.com/apache/incubator-doris/pull/1538 Fixup: https://github.com/apache/incubator-doris/issues/1534 This is an

[GitHub] [incubator-doris] worker24h commented on issue #1534: Parquet导入问题

2019-07-23 Thread GitBox
worker24h commented on issue #1534: Parquet导入问题 URL: https://github.com/apache/incubator-doris/issues/1534#issuecomment-514493056 Problem-1 and Problem-2,I had fix This is an automated message from the Apache Git Service. To

[GitHub] [incubator-doris] worker24h commented on issue #1534: Parquet导入问题

2019-07-23 Thread GitBox
worker24h commented on issue #1534: Parquet导入问题 URL: https://github.com/apache/incubator-doris/issues/1534#issuecomment-514487299 **Create External Table:** create external table t( k1 tinyint(4) NULL COMMENT "", v1 date NULL COMMENT "" ) ENGINE=broker properties("broker_n

[GitHub] [incubator-doris] morningman merged pull request #1531: Show load statement support offset

2019-07-23 Thread GitBox
morningman merged pull request #1531: Show load statement support offset URL: https://github.com/apache/incubator-doris/pull/1531 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-doris] imay opened a new pull request #1537: Remove unused code

2019-07-23 Thread GitBox
imay opened a new pull request #1537: Remove unused code URL: https://github.com/apache/incubator-doris/pull/1537 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

Podling Report Reminder - August 2019

2019-07-23 Thread jmclean
Dear podling, This email was sent by an automated system on behalf of the Apache Incubator PMC. It is an initial reminder to give you plenty of time to prepare your quarterly board report. The board meeting is scheduled for Wed, 21 August 2019, 10:30 am PDT. The report for your podling will form

[GitHub] [incubator-doris] chenhao7253886 opened a new issue #1536: Make the Cast compatible with mysql in Expr and Functions.

2019-07-23 Thread GitBox
chenhao7253886 opened a new issue #1536: Make the Cast compatible with mysql in Expr and Functions. URL: https://github.com/apache/incubator-doris/issues/1536 Cast is applied in many ways, such as Explicit cast in original SQL, or implicit cast added automatically by Analyzer for Exprs or

[GitHub] [incubator-doris] imay merged pull request #1535: Change RowsetWriter num_rows() return int64_t

2019-07-23 Thread GitBox
imay merged pull request #1535: Change RowsetWriter num_rows() return int64_t URL: https://github.com/apache/incubator-doris/pull/1535 This is an automated message from the Apache Git Service. To respond to the message, pleas

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

2019-07-23 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_r306603116 ## File path: be/src/service/backend_service.cpp ## @@ -245,4 +274,250 @@ void BackendService::submit_rou

[GitHub] [incubator-doris] imay merged pull request #1532: Fix rowset build validate failure

2019-07-23 Thread GitBox
imay merged pull request #1532: Fix rowset build validate failure URL: https://github.com/apache/incubator-doris/pull/1532 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-doris] imay merged pull request #1529: Refactor storage aggregate framework

2019-07-23 Thread GitBox
imay merged pull request #1529: Refactor storage aggregate framework URL: https://github.com/apache/incubator-doris/pull/1529 This is an automated message from the Apache Git Service. To respond to the message, please log on

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

2019-07-23 Thread GitBox
wuyunfeng commented on a change in pull request #1527: Expose data pruned-filter-scan ability URL: https://github.com/apache/incubator-doris/pull/1527#discussion_r306600593 ## File path: be/src/exec/data_sink.cpp ## @@ -69,7 +71,14 @@ Status DataSink::create_data_sink(

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

2019-07-23 Thread GitBox
wuyunfeng commented on a change in pull request #1527: Expose data pruned-filter-scan ability URL: https://github.com/apache/incubator-doris/pull/1527#discussion_r306600448 ## File path: be/src/common/config.h ## @@ -406,6 +406,14 @@ namespace config { // If this conf

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

2019-07-23 Thread GitBox
wuyunfeng commented on a change in pull request #1527: Expose data pruned-filter-scan ability URL: https://github.com/apache/incubator-doris/pull/1527#discussion_r306599329 ## File path: fe/src/main/java/org/apache/doris/http/rest/RestCountAction.java ## @@ -0,0 +1,141 @@

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

2019-07-23 Thread GitBox
wuyunfeng commented on a change in pull request #1527: Expose data pruned-filter-scan ability URL: https://github.com/apache/incubator-doris/pull/1527#discussion_r306600198 ## File path: be/src/service/backend_service.cpp ## @@ -245,4 +274,250 @@ void BackendService::submi

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

2019-07-23 Thread GitBox
wuyunfeng commented on a change in pull request #1527: Expose data pruned-filter-scan ability URL: https://github.com/apache/incubator-doris/pull/1527#discussion_r306599268 ## File path: fe/src/main/java/org/apache/doris/http/rest/RestCountAction.java ## @@ -0,0 +1,141 @@

[GitHub] [incubator-doris] imay opened a new pull request #1535: Change RowsetWriter num_rows() return int64_t

2019-07-23 Thread GitBox
imay opened a new pull request #1535: Change RowsetWriter num_rows() return int64_t URL: https://github.com/apache/incubator-doris/pull/1535 This is an automated message from the Apache Git Service. To respond to the message

[GitHub] [incubator-doris] imay merged pull request #1530: Add more logs and metrics to trace the broker load process

2019-07-23 Thread GitBox
imay merged pull request #1530: Add more logs and metrics to trace the broker load process URL: https://github.com/apache/incubator-doris/pull/1530 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-doris] imay commented on a change in pull request #1530: Add more logs and metrics to trace the broker load process

2019-07-23 Thread GitBox
imay commented on a change in pull request #1530: Add more logs and metrics to trace the broker load process URL: https://github.com/apache/incubator-doris/pull/1530#discussion_r306304630 ## File path: be/src/exec/tablet_sink.cpp ## @@ -612,8 +616,17 @@ Status OlapTableSin

[GitHub] [incubator-doris] zhangy5 opened a new issue #1534: Parquet导入问题

2019-07-23 Thread GitBox
zhangy5 opened a new issue #1534: Parquet导入问题 URL: https://github.com/apache/incubator-doris/issues/1534 1. help文档中说: 导入Parquet文件中数据 指定FORMAT 为parquet, 默认是通过文件后缀判断 我执行导入时,导入文件为 hdfs://host:port/data/d1.parquet 或 hdfs://host:port/data/d1.Parquet 导入该文件时,不指定format as,导入失败。看上去并不能通过文

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

2019-07-23 Thread GitBox
chenhao7253886 commented on a change in pull request #1527: Expose data pruned-filter-scan ability URL: https://github.com/apache/incubator-doris/pull/1527#discussion_r306281075 ## File path: fe/src/main/java/org/apache/doris/http/rest/RestQueryPlanAction.java ## @@ -0,0 +

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

2019-07-23 Thread GitBox
chenhao7253886 commented on a change in pull request #1527: Expose data pruned-filter-scan ability URL: https://github.com/apache/incubator-doris/pull/1527#discussion_r306275680 ## File path: fe/src/main/java/org/apache/doris/http/rest/RestQueryPlanAction.java ## @@ -0,0 +

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

2019-07-23 Thread GitBox
chenhao7253886 commented on a change in pull request #1527: Expose data pruned-filter-scan ability URL: https://github.com/apache/incubator-doris/pull/1527#discussion_r306280568 ## File path: fe/src/main/java/org/apache/doris/http/rest/RestQueryPlanAction.java ## @@ -0,0 +

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

2019-07-23 Thread GitBox
chenhao7253886 commented on a change in pull request #1527: Expose data pruned-filter-scan ability URL: https://github.com/apache/incubator-doris/pull/1527#discussion_r306276112 ## File path: fe/src/main/java/org/apache/doris/http/rest/RestQueryPlanAction.java ## @@ -0,0 +

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

2019-07-23 Thread GitBox
chenhao7253886 commented on a change in pull request #1527: Expose data pruned-filter-scan ability URL: https://github.com/apache/incubator-doris/pull/1527#discussion_r306276585 ## File path: fe/src/main/java/org/apache/doris/http/rest/RestQueryPlanAction.java ## @@ -0,0 +

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

2019-07-23 Thread GitBox
chenhao7253886 commented on a change in pull request #1527: Expose data pruned-filter-scan ability URL: https://github.com/apache/incubator-doris/pull/1527#discussion_r306287336 ## File path: fe/src/main/java/org/apache/doris/http/rest/RestTableSchemaAction.java ## @@ -0,

[GitHub] [incubator-doris] morningman commented on a change in pull request #1530: Add more logs and metrics to trace the broker load process

2019-07-23 Thread GitBox
morningman commented on a change in pull request #1530: Add more logs and metrics to trace the broker load process URL: https://github.com/apache/incubator-doris/pull/1530#discussion_r306288450 ## File path: be/src/exec/tablet_sink.cpp ## @@ -612,8 +616,17 @@ Status OlapTa

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #1409: Add dict page

2019-07-23 Thread GitBox
kangpinghuang commented on a change in pull request #1409: Add dict page URL: https://github.com/apache/incubator-doris/pull/1409#discussion_r306285655 ## File path: be/src/olap/rowset/segment_v2/binary_dict_page.cpp ## @@ -0,0 +1,223 @@ +// Licensed to the Apache Software

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #1409: Add dict page

2019-07-23 Thread GitBox
kangpinghuang commented on a change in pull request #1409: Add dict page URL: https://github.com/apache/incubator-doris/pull/1409#discussion_r306285694 ## File path: be/src/olap/rowset/segment_v2/binary_dict_page.cpp ## @@ -0,0 +1,223 @@ +// Licensed to the Apache Software

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #1409: Add dict page

2019-07-23 Thread GitBox
kangpinghuang commented on a change in pull request #1409: Add dict page URL: https://github.com/apache/incubator-doris/pull/1409#discussion_r306285289 ## File path: be/src/olap/rowset/segment_v2/binary_dict_page.cpp ## @@ -0,0 +1,223 @@ +// Licensed to the Apache Software

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #1409: Add dict page

2019-07-23 Thread GitBox
kangpinghuang commented on a change in pull request #1409: Add dict page URL: https://github.com/apache/incubator-doris/pull/1409#discussion_r306284422 ## File path: be/src/olap/rowset/segment_v2/binary_dict_page.cpp ## @@ -0,0 +1,223 @@ +// Licensed to the Apache Software

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #1409: Add dict page

2019-07-23 Thread GitBox
kangpinghuang commented on a change in pull request #1409: Add dict page URL: https://github.com/apache/incubator-doris/pull/1409#discussion_r306284125 ## File path: be/src/olap/rowset/segment_v2/binary_dict_page.cpp ## @@ -0,0 +1,223 @@ +// Licensed to the Apache Software

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #1409: Add dict page

2019-07-23 Thread GitBox
kangpinghuang commented on a change in pull request #1409: Add dict page URL: https://github.com/apache/incubator-doris/pull/1409#discussion_r306283793 ## File path: be/src/olap/rowset/segment_v2/binary_dict_page.cpp ## @@ -0,0 +1,223 @@ +// Licensed to the Apache Software

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #1409: Add dict page

2019-07-23 Thread GitBox
kangpinghuang commented on a change in pull request #1409: Add dict page URL: https://github.com/apache/incubator-doris/pull/1409#discussion_r306283872 ## File path: be/src/olap/rowset/segment_v2/binary_dict_page.cpp ## @@ -0,0 +1,223 @@ +// Licensed to the Apache Software

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #1409: Add dict page

2019-07-23 Thread GitBox
kangpinghuang commented on a change in pull request #1409: Add dict page URL: https://github.com/apache/incubator-doris/pull/1409#discussion_r306281246 ## File path: be/src/olap/rowset/segment_v2/options.h ## @@ -17,20 +17,21 @@ #pragma once -#include "gen_cpp/segment_

[GitHub] [incubator-doris] imay commented on a change in pull request #1409: Add dict page

2019-07-23 Thread GitBox
imay commented on a change in pull request #1409: Add dict page URL: https://github.com/apache/incubator-doris/pull/1409#discussion_r306265485 ## File path: be/src/olap/rowset/segment_v2/binary_dict_page.cpp ## @@ -0,0 +1,223 @@ +// Licensed to the Apache Software Foundatio

[GitHub] [incubator-doris] imay commented on a change in pull request #1409: Add dict page

2019-07-23 Thread GitBox
imay commented on a change in pull request #1409: Add dict page URL: https://github.com/apache/incubator-doris/pull/1409#discussion_r306267151 ## File path: be/src/olap/rowset/segment_v2/binary_dict_page.cpp ## @@ -0,0 +1,223 @@ +// Licensed to the Apache Software Foundatio

[GitHub] [incubator-doris] imay commented on a change in pull request #1409: Add dict page

2019-07-23 Thread GitBox
imay commented on a change in pull request #1409: Add dict page URL: https://github.com/apache/incubator-doris/pull/1409#discussion_r306260818 ## File path: be/src/olap/rowset/segment_v2/options.h ## @@ -17,20 +17,21 @@ #pragma once -#include "gen_cpp/segment_v2.pb.h"

[GitHub] [incubator-doris] imay commented on a change in pull request #1409: Add dict page

2019-07-23 Thread GitBox
imay commented on a change in pull request #1409: Add dict page URL: https://github.com/apache/incubator-doris/pull/1409#discussion_r306265081 ## File path: be/src/olap/rowset/segment_v2/binary_dict_page.cpp ## @@ -0,0 +1,223 @@ +// Licensed to the Apache Software Foundatio

[GitHub] [incubator-doris] imay commented on a change in pull request #1409: Add dict page

2019-07-23 Thread GitBox
imay commented on a change in pull request #1409: Add dict page URL: https://github.com/apache/incubator-doris/pull/1409#discussion_r306267641 ## File path: be/src/olap/rowset/segment_v2/binary_dict_page.cpp ## @@ -0,0 +1,223 @@ +// Licensed to the Apache Software Foundatio

[GitHub] [incubator-doris] imay commented on a change in pull request #1409: Add dict page

2019-07-23 Thread GitBox
imay commented on a change in pull request #1409: Add dict page URL: https://github.com/apache/incubator-doris/pull/1409#discussion_r306266881 ## File path: be/src/olap/rowset/segment_v2/binary_dict_page.cpp ## @@ -0,0 +1,223 @@ +// Licensed to the Apache Software Foundatio

[GitHub] [incubator-doris] imay commented on a change in pull request #1409: Add dict page

2019-07-23 Thread GitBox
imay commented on a change in pull request #1409: Add dict page URL: https://github.com/apache/incubator-doris/pull/1409#discussion_r306268046 ## File path: be/src/olap/rowset/segment_v2/binary_dict_page.cpp ## @@ -0,0 +1,223 @@ +// Licensed to the Apache Software Foundatio

[GitHub] [incubator-doris] imay commented on a change in pull request #1409: Add dict page

2019-07-23 Thread GitBox
imay commented on a change in pull request #1409: Add dict page URL: https://github.com/apache/incubator-doris/pull/1409#discussion_r306265357 ## File path: be/src/olap/rowset/segment_v2/binary_dict_page.cpp ## @@ -0,0 +1,223 @@ +// Licensed to the Apache Software Foundatio

[GitHub] [incubator-doris] imay commented on a change in pull request #1409: Add dict page

2019-07-23 Thread GitBox
imay commented on a change in pull request #1409: Add dict page URL: https://github.com/apache/incubator-doris/pull/1409#discussion_r306261145 ## File path: be/src/olap/rowset/segment_v2/encoding_info.h ## @@ -22,18 +22,16 @@ #include "common/status.h" #include "gen_cpp/s

[GitHub] [incubator-doris] imay commented on a change in pull request #1409: Add dict page

2019-07-23 Thread GitBox
imay commented on a change in pull request #1409: Add dict page URL: https://github.com/apache/incubator-doris/pull/1409#discussion_r306264602 ## File path: be/src/olap/rowset/segment_v2/binary_dict_page.cpp ## @@ -0,0 +1,223 @@ +// Licensed to the Apache Software Foundatio

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

2019-07-23 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_r306255587 ## File path: be/src/service/backend_service.cpp ## @@ -245,4 +274,250 @@ void BackendService::submit_rou

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

2019-07-23 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_r306253761 ## File path: be/src/common/config.h ## @@ -406,6 +406,14 @@ namespace config { // If this configura

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

2019-07-23 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_r306257269 ## File path: fe/src/main/java/org/apache/doris/http/rest/RestQueryPlanAction.java ## @@ -0,0 +1,310 @@ +

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

2019-07-23 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_r306254636 ## File path: be/src/runtime/exec_env.cpp ## @@ -18,13 +18,20 @@ #include "runtime/exec_env.h" #inclu

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

2019-07-23 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_r306253977 ## File path: be/src/exec/data_sink.cpp ## @@ -69,7 +71,14 @@ Status DataSink::create_data_sink(

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

2019-07-23 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_r306255085 ## File path: be/src/runtime/result_queue_mgr.cpp ## @@ -0,0 +1,81 @@ +// Licensed to the Apache Software

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

2019-07-23 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_r306258135 ## File path: fe/src/main/java/org/apache/doris/http/rest/RestCountAction.java ## @@ -0,0 +1,141 @@ +// L

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

2019-07-23 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_r306258215 ## File path: fe/src/main/java/org/apache/doris/http/rest/RestCountAction.java ## @@ -0,0 +1,141 @@ +// L

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

2019-07-23 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_r306257086 ## File path: fe/src/main/java/org/apache/doris/http/rest/RestCountAction.java ## @@ -0,0 +1,141 @@ +// L

[GitHub] [incubator-doris] imay commented on a change in pull request #1530: Add more logs and metrics to trace the broker load process

2019-07-23 Thread GitBox
imay commented on a change in pull request #1530: Add more logs and metrics to trace the broker load process URL: https://github.com/apache/incubator-doris/pull/1530#discussion_r306251583 ## File path: be/src/exec/tablet_sink.cpp ## @@ -612,8 +616,17 @@ Status OlapTableSin

[GitHub] [incubator-doris] imay commented on a change in pull request #1529: Refactor storage aggregate framework

2019-07-23 Thread GitBox
imay commented on a change in pull request #1529: Refactor storage aggregate framework URL: https://github.com/apache/incubator-doris/pull/1529#discussion_r306249503 ## File path: be/src/olap/aggregate_func.h ## @@ -15,221 +15,283 @@ // specific language governing permiss

[GitHub] [incubator-doris] imay commented on a change in pull request #1529: Refactor storage aggregate framework

2019-07-23 Thread GitBox
imay commented on a change in pull request #1529: Refactor storage aggregate framework URL: https://github.com/apache/incubator-doris/pull/1529#discussion_r306245720 ## File path: be/src/olap/aggregate_func.h ## @@ -15,221 +15,283 @@ // specific language governing permiss

[GitHub] [incubator-doris] imay commented on a change in pull request #1529: Refactor storage aggregate framework

2019-07-23 Thread GitBox
imay commented on a change in pull request #1529: Refactor storage aggregate framework URL: https://github.com/apache/incubator-doris/pull/1529#discussion_r306246635 ## File path: be/src/olap/aggregate_func.h ## @@ -15,221 +15,283 @@ // specific language governing permiss

[GitHub] [incubator-doris] imay commented on a change in pull request #1529: Refactor storage aggregate framework

2019-07-23 Thread GitBox
imay commented on a change in pull request #1529: Refactor storage aggregate framework URL: https://github.com/apache/incubator-doris/pull/1529#discussion_r306245720 ## File path: be/src/olap/aggregate_func.h ## @@ -15,221 +15,283 @@ // specific language governing permiss

[GitHub] [incubator-doris] imay commented on a change in pull request #1529: Refactor storage aggregate framework

2019-07-23 Thread GitBox
imay commented on a change in pull request #1529: Refactor storage aggregate framework URL: https://github.com/apache/incubator-doris/pull/1529#discussion_r306245676 ## File path: be/src/olap/aggregate_func.h ## @@ -15,221 +15,283 @@ // specific language governing permiss

[GitHub] [incubator-doris] imay commented on a change in pull request #1529: Refactor storage aggregate framework

2019-07-23 Thread GitBox
imay commented on a change in pull request #1529: Refactor storage aggregate framework URL: https://github.com/apache/incubator-doris/pull/1529#discussion_r306245059 ## File path: be/src/olap/aggregate_func.h ## @@ -15,221 +15,283 @@ // specific language governing permiss

[GitHub] [incubator-doris] imay commented on a change in pull request #1529: Refactor storage aggregate framework

2019-07-23 Thread GitBox
imay commented on a change in pull request #1529: Refactor storage aggregate framework URL: https://github.com/apache/incubator-doris/pull/1529#discussion_r306244425 ## File path: be/src/olap/aggregate_func.h ## @@ -15,221 +15,283 @@ // specific language governing permiss

[GitHub] [incubator-doris] chaoyli commented on a change in pull request #1529: Refactor storage aggregate framework

2019-07-23 Thread GitBox
chaoyli commented on a change in pull request #1529: Refactor storage aggregate framework URL: https://github.com/apache/incubator-doris/pull/1529#discussion_r306225679 ## File path: be/src/olap/aggregate_func.h ## @@ -15,221 +15,283 @@ // specific language governing perm

[GitHub] [incubator-doris] chaoyli commented on a change in pull request #1529: Refactor storage aggregate framework

2019-07-23 Thread GitBox
chaoyli commented on a change in pull request #1529: Refactor storage aggregate framework URL: https://github.com/apache/incubator-doris/pull/1529#discussion_r306226909 ## File path: be/src/olap/aggregate_func.h ## @@ -15,221 +15,283 @@ // specific language governing perm

[GitHub] [incubator-doris] chaoyli commented on a change in pull request #1529: Refactor storage aggregate framework

2019-07-23 Thread GitBox
chaoyli commented on a change in pull request #1529: Refactor storage aggregate framework URL: https://github.com/apache/incubator-doris/pull/1529#discussion_r306225950 ## File path: be/src/olap/aggregate_func.h ## @@ -15,221 +15,283 @@ // specific language governing perm

[GitHub] [incubator-doris] chaoyli commented on a change in pull request #1529: Refactor storage aggregate framework

2019-07-23 Thread GitBox
chaoyli commented on a change in pull request #1529: Refactor storage aggregate framework URL: https://github.com/apache/incubator-doris/pull/1529#discussion_r306226386 ## File path: be/src/olap/aggregate_func.h ## @@ -15,221 +15,283 @@ // specific language governing perm

[GitHub] [incubator-doris] chaoyli commented on a change in pull request #1529: Refactor storage aggregate framework

2019-07-23 Thread GitBox
chaoyli commented on a change in pull request #1529: Refactor storage aggregate framework URL: https://github.com/apache/incubator-doris/pull/1529#discussion_r30640 ## File path: be/src/olap/aggregate_func.h ## @@ -15,221 +15,283 @@ // specific language governing perm

[GitHub] [incubator-doris] chaoyli commented on a change in pull request #1529: Refactor storage aggregate framework

2019-07-23 Thread GitBox
chaoyli commented on a change in pull request #1529: Refactor storage aggregate framework URL: https://github.com/apache/incubator-doris/pull/1529#discussion_r306225251 ## File path: be/src/olap/aggregate_func.h ## @@ -15,221 +15,283 @@ // specific language governing perm

[GitHub] [incubator-doris] imay closed issue #1494: Refactor storage types

2019-07-23 Thread GitBox
imay closed issue #1494: Refactor storage types URL: https://github.com/apache/incubator-doris/issues/1494 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[GitHub] [incubator-doris] kangpinghuang opened a new issue #1533: to make rowset id global unique

2019-07-23 Thread GitBox
kangpinghuang opened a new issue #1533: to make rowset id global unique URL: https://github.com/apache/incubator-doris/issues/1533 Now file name may conflict because the rowset id is unique only in tablet scope. And file will be cached and open file may open wrong file. So it is meaningf

[GitHub] [incubator-doris] kangpinghuang opened a new pull request #1532: Fix rowset build validate failure

2019-07-23 Thread GitBox
kangpinghuang opened a new pull request #1532: Fix rowset build validate failure URL: https://github.com/apache/incubator-doris/pull/1532 The reason for validate failure is the cloned file's names may conflict and load segment read file througth cache and cache key is file name, so ind

[GitHub] [incubator-doris] HangyuanLiu commented on issue #1531: Show load statement support offset

2019-07-23 Thread GitBox
HangyuanLiu commented on issue #1531: Show load statement support offset URL: https://github.com/apache/incubator-doris/pull/1531#issuecomment-514112169 > Please add an example in SHOW LOAD help doc: > `docs/help/Contents/Data Manipulation/manipulation_stmt.md` OK

[GitHub] [incubator-doris] chaoyli merged pull request #1524: Use different ID instead of table ID for base index of an OLAP table

2019-07-23 Thread GitBox
chaoyli merged pull request #1524: Use different ID instead of table ID for base index of an OLAP table URL: https://github.com/apache/incubator-doris/pull/1524 This is an automated message from the Apache Git Service. To re

[GitHub] [incubator-doris] imay commented on a change in pull request #1531: Show load statement support offset

2019-07-23 Thread GitBox
imay commented on a change in pull request #1531: Show load statement support offset URL: https://github.com/apache/incubator-doris/pull/1531#discussion_r306167202 ## File path: fe/src/main/java/org/apache/doris/qe/ShowExecutor.java ## @@ -740,8 +740,15 @@ private void han

[GitHub] [incubator-doris] HangyuanLiu opened a new pull request #1531: add show load statement support offset

2019-07-23 Thread GitBox
HangyuanLiu opened a new pull request #1531: add show load statement support offset URL: https://github.com/apache/incubator-doris/pull/1531 add show load statement support offset such as `show load order by createtime desc limit 1,2` #1509 ---

[GitHub] [incubator-doris] morningman merged pull request #1497: Add ALTER_TABLET task in be

2019-07-23 Thread GitBox
morningman merged pull request #1497: Add ALTER_TABLET task in be URL: https://github.com/apache/incubator-doris/pull/1497 This is an automated message from the Apache Git Service. To respond to the message, please log on to