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

[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] 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 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 #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] 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 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

[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] 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] 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 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] 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] imay closed pull request #1474: Add segment iterator

2019-07-24 Thread GitBox
imay closed pull request #1474: Add segment iterator URL: https://github.com/apache/incubator-doris/pull/1474 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] imay merged pull request #1538: FixBug: Load fail when we don't specify format type.

2019-07-24 Thread GitBox
imay merged pull request #1538: FixBug: Load fail when we don't specify format type. URL: https://github.com/apache/incubator-doris/pull/1538 This is an automated message from the Apache Git Service. To respond to the messag

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

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

[GitHub] [incubator-doris] kangpinghuang opened a new issue #1539: delete predicate property is missed when clone from remote

2019-07-24 Thread GitBox
kangpinghuang opened a new issue #1539: delete predicate property is missed when clone from remote URL: https://github.com/apache/incubator-doris/issues/1539 Now, when Tablet clone from remote be, the delete predicate property is missed when create new rowset in local. The reason is AlphaR

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

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

[GitHub] [incubator-doris] kangpinghuang opened a new pull request #1541: Fix miss delete predicate when clone

2019-07-24 Thread GitBox
kangpinghuang opened a new pull request #1541: Fix miss delete predicate when clone URL: https://github.com/apache/incubator-doris/pull/1541 related issue #1539 This is an automated message from the Apache Git Service. To res

[GitHub] [incubator-doris] zhangy5 opened a new issue #1542: Session variable enable_insert_strict doesn't work in fe follower

2019-07-24 Thread GitBox
zhangy5 opened a new issue #1542: Session variable enable_insert_strict doesn't work in fe follower URL: https://github.com/apache/incubator-doris/issues/1542 **Describe the bug** When I connect to fe master, set enable_insert_strict and the result is like ![master](https://user-ima

[GitHub] [incubator-doris] imay merged pull request #1540: Remove unused FieldInfo

2019-07-24 Thread GitBox
imay merged pull request #1540: Remove unused FieldInfo URL: https://github.com/apache/incubator-doris/pull/1540 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [incubator-doris] chaoyli commented on a change in pull request #1541: Fix miss delete predicate when clone

2019-07-24 Thread GitBox
chaoyli commented on a change in pull request #1541: Fix miss delete predicate when clone URL: https://github.com/apache/incubator-doris/pull/1541#discussion_r306766377 ## File path: be/src/olap/rowset/alpha_rowset_writer.cpp ## @@ -116,6 +114,10 @@ OLAPStatus AlphaRowsetW

[GitHub] [incubator-doris] EmmyMiao87 opened a new pull request #1543: Fix the null pointer exception when ReplayOnAborted of txn in broker load

2019-07-24 Thread GitBox
EmmyMiao87 opened a new pull request #1543: Fix the null pointer exception when ReplayOnAborted of txn in broker load URL: https://github.com/apache/incubator-doris/pull/1543 The txn attachment maybe null when broker load has been cancelled without attachment. The end log of broker load

[GitHub] [incubator-doris] chenhao7253886 opened a new pull request #1544: Fix bug that getting compatible type for TIME with other types fails

2019-07-24 Thread GitBox
chenhao7253886 opened a new pull request #1544: Fix bug that getting compatible type for TIME with other types fails URL: https://github.com/apache/incubator-doris/pull/1544 This is an automated message from the Apache Git S

[GitHub] [incubator-doris] imay merged pull request #1543: Fix the null pointer exception when ReplayOnAborted of txn in broker load

2019-07-24 Thread GitBox
imay merged pull request #1543: Fix the null pointer exception when ReplayOnAborted of txn in broker load URL: https://github.com/apache/incubator-doris/pull/1543 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-doris] imay commented on a change in pull request #1544: Fix bug that getting compatible type for TIME with other types fails

2019-07-24 Thread GitBox
imay commented on a change in pull request #1544: Fix bug that getting compatible type for TIME with other types fails URL: https://github.com/apache/incubator-doris/pull/1544#discussion_r306838777 ## File path: fe/src/main/java/org/apache/doris/catalog/Type.java ## @@ -82

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #1541: Fix miss delete predicate when clone

2019-07-24 Thread GitBox
kangpinghuang commented on a change in pull request #1541: Fix miss delete predicate when clone URL: https://github.com/apache/incubator-doris/pull/1541#discussion_r307077574 ## File path: be/src/olap/rowset/alpha_rowset_writer.cpp ## @@ -116,6 +114,10 @@ OLAPStatus AlphaR

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #1541: Fix miss delete predicate when clone

2019-07-24 Thread GitBox
kangpinghuang commented on a change in pull request #1541: Fix miss delete predicate when clone URL: https://github.com/apache/incubator-doris/pull/1541#discussion_r307077860 ## File path: be/src/olap/rowset/alpha_rowset_writer.cpp ## @@ -116,6 +114,10 @@ OLAPStatus AlphaR

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #1541: Fix miss delete predicate when clone

2019-07-24 Thread GitBox
kangpinghuang commented on a change in pull request #1541: Fix miss delete predicate when clone URL: https://github.com/apache/incubator-doris/pull/1541#discussion_r307077860 ## File path: be/src/olap/rowset/alpha_rowset_writer.cpp ## @@ -116,6 +114,10 @@ OLAPStatus AlphaR

[GitHub] [incubator-doris] chaoyli merged pull request #1541: Fix miss delete predicate when clone

2019-07-24 Thread GitBox
chaoyli merged pull request #1541: Fix miss delete predicate when clone URL: https://github.com/apache/incubator-doris/pull/1541 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 #1545: Unify ColumnSchemaV2 and ColumnSchema to one

2019-07-24 Thread GitBox
imay opened a new pull request #1545: Unify ColumnSchemaV2 and ColumnSchema to one URL: https://github.com/apache/incubator-doris/pull/1545 Currently, we have two versions of ColumnSchema, in this patch, we unify these two classes to one class. --

[GitHub] [incubator-doris] imay merged pull request #1545: Unify ColumnSchemaV2 and ColumnSchema to one

2019-07-24 Thread GitBox
imay merged pull request #1545: Unify ColumnSchemaV2 and ColumnSchema to one URL: https://github.com/apache/incubator-doris/pull/1545 This is an automated message from the Apache Git Service. To respond to the message, please

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

2019-07-24 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_r307094042 ## File path: fe/src/main/java/org/apache/doris/http/rest/TableRowCountAction.java ## @@ -0,0 +1,137 @@ +

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

2019-07-24 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_r307092897 ## File path: be/src/runtime/exec_env.cpp ## @@ -18,7 +18,8 @@ #include "runtime/exec_env.h" #include

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

2019-07-24 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_r307096251 ## File path: be/src/runtime/memory_scratch_sink.cpp ## @@ -0,0 +1,258 @@ +// Licensed to the Apache Soft

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

2019-07-24 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_r307096178 ## File path: be/src/service/backend_service.h ## @@ -148,11 +166,32 @@ class BackendService : public Bac

[GitHub] [incubator-doris] morningman opened a new pull request #1546: Fix bugs of Broker load

2019-07-24 Thread GitBox
morningman opened a new pull request #1546: Fix bugs of Broker load URL: https://github.com/apache/incubator-doris/pull/1546 1. Use same UUID as query ID and load ID of a load execution plan. Each load execution plan has a load ID, and as a plan, there is also a query ID. We can use s

[GitHub] [incubator-doris] imay commented on a change in pull request #1546: Fix bugs of Broker load

2019-07-24 Thread GitBox
imay commented on a change in pull request #1546: Fix bugs of Broker load URL: https://github.com/apache/incubator-doris/pull/1546#discussion_r307112713 ## File path: fe/src/main/java/org/apache/doris/load/loadv2/LoadingTaskPlanner.java ## @@ -201,4 +200,17 @@ private Stri

[GitHub] [incubator-doris] imay commented on a change in pull request #1546: Fix bugs of Broker load

2019-07-24 Thread GitBox
imay commented on a change in pull request #1546: Fix bugs of Broker load URL: https://github.com/apache/incubator-doris/pull/1546#discussion_r307112319 ## File path: fe/src/main/java/org/apache/doris/load/loadv2/LoadJob.java ## @@ -682,7 +697,7 @@ public void afterAborted(

[GitHub] [incubator-doris] imay commented on a change in pull request #1546: Fix bugs of Broker load

2019-07-24 Thread GitBox
imay commented on a change in pull request #1546: Fix bugs of Broker load URL: https://github.com/apache/incubator-doris/pull/1546#discussion_r307111281 ## File path: be/src/exec/tablet_sink.h ## @@ -263,6 +266,8 @@ class OlapTableSink : public DataSink { // BE id ->

[GitHub] [incubator-doris] imay commented on a change in pull request #1546: Fix bugs of Broker load

2019-07-24 Thread GitBox
imay commented on a change in pull request #1546: Fix bugs of Broker load URL: https://github.com/apache/incubator-doris/pull/1546#discussion_r307111651 ## File path: be/src/runtime/tablet_writer_mgr.cpp ## @@ -309,7 +312,9 @@ Status TabletWriterMgr::add_batch(

[GitHub] [incubator-doris] kangpinghuang opened a new issue #1547: add limit to show tablet from table

2019-07-24 Thread GitBox
kangpinghuang opened a new issue #1547: add limit to show tablet from table URL: https://github.com/apache/incubator-doris/issues/1547 Now show tablet from table will list all tablets of the table. If the tablets is to many, it will print too many contents to flush the screen, which will w

[GitHub] [incubator-doris] imay opened a new issue #1548: Unify Storage Field and ColumnSchema

2019-07-24 Thread GitBox
imay opened a new issue #1548: Unify Storage Field and ColumnSchema URL: https://github.com/apache/incubator-doris/issues/1548 Currently, Field and ColumnSchema has most the same function. For make our code clean and easy to master. I want to unify these two classes into one class. ---

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #1546: Fix bugs of Broker load

2019-07-25 Thread GitBox
EmmyMiao87 commented on a change in pull request #1546: Fix bugs of Broker load URL: https://github.com/apache/incubator-doris/pull/1546#discussion_r307155644 ## File path: fe/src/main/java/org/apache/doris/load/loadv2/LoadingTaskPlanner.java ## @@ -201,4 +200,17 @@ privat

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #1546: Fix bugs of Broker load

2019-07-25 Thread GitBox
EmmyMiao87 commented on a change in pull request #1546: Fix bugs of Broker load URL: https://github.com/apache/incubator-doris/pull/1546#discussion_r307152877 ## File path: fe/src/main/java/org/apache/doris/load/routineload/KafkaTaskInfo.java ## @@ -99,16 +99,11 @@ protect

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #1546: Fix bugs of Broker load

2019-07-25 Thread GitBox
EmmyMiao87 commented on a change in pull request #1546: Fix bugs of Broker load URL: https://github.com/apache/incubator-doris/pull/1546#discussion_r307132959 ## File path: fe/src/main/java/org/apache/doris/load/loadv2/BrokerLoadPendingTask.java ## @@ -65,24 +65,33 @@ priv

[GitHub] [incubator-doris] kangpinghuang opened a new issue #1549: deadlock when segment group load failed because io error

2019-07-25 Thread GitBox
kangpinghuang opened a new issue #1549: deadlock when segment group load failed because io error URL: https://github.com/apache/incubator-doris/issues/1549 in branch-0.10, when segment group load failed or validate failed, it will call _check_io_error, and then call OlapEngine::set_store_u

[GitHub] [incubator-doris] kangpinghuang opened a new pull request #1550: Fix deadlock when io error, Issue:1549

2019-07-25 Thread GitBox
kangpinghuang opened a new pull request #1550: Fix deadlock when io error, Issue:1549 URL: https://github.com/apache/incubator-doris/pull/1550 This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [incubator-doris] morningman commented on a change in pull request #1546: Fix bugs of Broker load

2019-07-25 Thread GitBox
morningman commented on a change in pull request #1546: Fix bugs of Broker load URL: https://github.com/apache/incubator-doris/pull/1546#discussion_r307172635 ## File path: be/src/exec/tablet_sink.h ## @@ -263,6 +266,8 @@ class OlapTableSink : public DataSink { // BE

[GitHub] [incubator-doris] morningman commented on a change in pull request #1546: Fix bugs of Broker load

2019-07-25 Thread GitBox
morningman commented on a change in pull request #1546: Fix bugs of Broker load URL: https://github.com/apache/incubator-doris/pull/1546#discussion_r307172883 ## File path: be/src/runtime/tablet_writer_mgr.cpp ## @@ -309,7 +312,9 @@ Status TabletWriterMgr::add_batch(

[GitHub] [incubator-doris] morningman commented on a change in pull request #1546: Fix bugs of Broker load

2019-07-25 Thread GitBox
morningman commented on a change in pull request #1546: Fix bugs of Broker load URL: https://github.com/apache/incubator-doris/pull/1546#discussion_r307173660 ## File path: fe/src/main/java/org/apache/doris/load/loadv2/LoadingTaskPlanner.java ## @@ -201,4 +200,17 @@ privat

[GitHub] [incubator-doris] morningman commented on a change in pull request #1546: Fix bugs of Broker load

2019-07-25 Thread GitBox
morningman commented on a change in pull request #1546: Fix bugs of Broker load URL: https://github.com/apache/incubator-doris/pull/1546#discussion_r307174462 ## File path: fe/src/main/java/org/apache/doris/load/loadv2/BrokerLoadPendingTask.java ## @@ -65,24 +65,33 @@ priv

[GitHub] [incubator-doris] morningman commented on a change in pull request #1546: Fix bugs of Broker load

2019-07-25 Thread GitBox
morningman commented on a change in pull request #1546: Fix bugs of Broker load URL: https://github.com/apache/incubator-doris/pull/1546#discussion_r307174944 ## File path: fe/src/main/java/org/apache/doris/load/routineload/KafkaTaskInfo.java ## @@ -99,16 +99,11 @@ protect

[GitHub] [incubator-doris] EmmyMiao87 opened a new pull request #1551: Fix the mistake in docs of rollup

2019-07-25 Thread GitBox
EmmyMiao87 opened a new pull request #1551: Fix the mistake in docs of rollup URL: https://github.com/apache/incubator-doris/pull/1551 This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [incubator-doris] morningman merged pull request #1551: Fix the mistake in docs of rollup

2019-07-25 Thread GitBox
morningman merged pull request #1551: Fix the mistake in docs of rollup URL: https://github.com/apache/incubator-doris/pull/1551 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-doris] morningman merged pull request #1488: Add administrator guide of load

2019-07-25 Thread GitBox
morningman merged pull request #1488: Add administrator guide of load URL: https://github.com/apache/incubator-doris/pull/1488 This is an automated message from the Apache Git Service. To respond to the message, please log o

[GitHub] [incubator-doris] imay commented on a change in pull request #1546: Fix bugs of Broker load

2019-07-25 Thread GitBox
imay commented on a change in pull request #1546: Fix bugs of Broker load URL: https://github.com/apache/incubator-doris/pull/1546#discussion_r307558609 ## File path: be/test/exec/tablet_sink_test.cpp ## @@ -935,6 +935,11 @@ TEST_F(OlapTableSinkTest, decimal) { } int ma

[GitHub] [incubator-doris] morningman merged pull request #1409: Add dict page

2019-07-25 Thread GitBox
morningman merged pull request #1409: Add dict page URL: https://github.com/apache/incubator-doris/pull/1409 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 opened a new pull request #1552: Fix bug which make BE crash when load HLL type

2019-07-25 Thread GitBox
imay opened a new pull request #1552: Fix bug which make BE crash when load HLL type URL: https://github.com/apache/incubator-doris/pull/1552 This is an automated message from the Apache Git Service. To respond to the messag

[GitHub] [incubator-doris] kangpinghuang closed issue #1408: Add dict encoding page

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

[GitHub] [incubator-doris] imay merged pull request #1552: Fix bug which make BE crash when load HLL type

2019-07-25 Thread GitBox
imay merged pull request #1552: Fix bug which make BE crash when load HLL type URL: https://github.com/apache/incubator-doris/pull/1552 This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [incubator-doris] zhangy5 opened a new issue #1553: The result of count_distinc() is wrong

2019-07-25 Thread GitBox
zhangy5 opened a new issue #1553: The result of count_distinc() is wrong URL: https://github.com/apache/incubator-doris/issues/1553 **Describe the bug** The result of count_distinct() is wrong. The count_distinct result is different from count distinct. ![count_distinct](https://user

[GitHub] [incubator-doris] zhangy5 opened a new issue #1554: Insert default value failed when column is nullable and do not set default value

2019-07-26 Thread GitBox
zhangy5 opened a new issue #1554: Insert default value failed when column is nullable and do not set default value URL: https://github.com/apache/incubator-doris/issues/1554 **Describe the bug** Create table like CREATE TABLE `d` ( `k1` int(11) NULL COMMENT "", `k2` int(

[GitHub] [incubator-doris] zhangy5 opened a new issue #1555: Insert default value failed when column is nullable and do not set default value explicitly

2019-07-26 Thread GitBox
zhangy5 opened a new issue #1555: Insert default value failed when column is nullable and do not set default value explicitly URL: https://github.com/apache/incubator-doris/issues/1555 **Describe the bug** Create table like CREATE TABLE `d` ( `k1` int(11) NULL COMMENT "",

[GitHub] [incubator-doris] zhangy5 commented on issue #1554: Insert default value failed when column is nullable and do not set default value

2019-07-26 Thread GitBox
zhangy5 commented on issue #1554: Insert default value failed when column is nullable and do not set default value URL: https://github.com/apache/incubator-doris/issues/1554#issuecomment-515381526 duplicate issue #1555 This

[GitHub] [incubator-doris] EmmyMiao87 opened a new pull request #1556: Allow the null default in insert into stmt

2019-07-26 Thread GitBox
EmmyMiao87 opened a new pull request #1556: Allow the null default in insert into stmt URL: https://github.com/apache/incubator-doris/pull/1556 The default value of null is forbidden in insert into stmt while null column has not been mentioned in stmt. This is a bug because the unmentio

[GitHub] [incubator-doris] imay merged pull request #1544: Fix bug that getting compatible type for TIME with other types fails

2019-07-26 Thread GitBox
imay merged pull request #1544: Fix bug that getting compatible type for TIME with other types fails URL: https://github.com/apache/incubator-doris/pull/1544 This is an automated message from the Apache Git Service. To respo

[GitHub] [incubator-doris] morningman opened a new issue #1557: Support loading data into mutil tables in one load execution plan

2019-07-26 Thread GitBox
morningman opened a new issue #1557: Support loading data into mutil tables in one load execution plan URL: https://github.com/apache/incubator-doris/issues/1557 Currently, Doris only supports loading data into one table in a load execution plan. Which means if user want to load the dat

[GitHub] [incubator-doris] imay merged pull request #1556: Allow the null default in insert into stmt

2019-07-26 Thread GitBox
imay merged pull request #1556: Allow the null default in insert into stmt URL: https://github.com/apache/incubator-doris/pull/1556 This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [incubator-doris] morningman opened a new pull request #1546: Fix bugs of Broker load

2019-07-26 Thread GitBox
morningman opened a new pull request #1546: Fix bugs of Broker load URL: https://github.com/apache/incubator-doris/pull/1546 1. Use same UUID as query ID and load ID of a load execution plan. Each load execution plan has a load ID, and as a plan, there is also a query ID. We can use s

[GitHub] [incubator-doris] morningman closed pull request #1546: Fix bugs of Broker load

2019-07-26 Thread GitBox
morningman closed pull request #1546: Fix bugs of Broker load URL: https://github.com/apache/incubator-doris/pull/1546 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[GitHub] [incubator-doris] morningman opened a new pull request #1558: Modify load docs

2019-07-27 Thread GitBox
morningman opened a new pull request #1558: Modify load docs URL: https://github.com/apache/incubator-doris/pull/1558 Make it work with documentation website This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-doris] imay merged pull request #1546: Fix bugs of Broker load

2019-07-27 Thread GitBox
imay merged pull request #1546: Fix bugs of Broker load URL: https://github.com/apache/incubator-doris/pull/1546 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 closed pull request #1558: Modify load docs

2019-07-27 Thread GitBox
morningman closed pull request #1558: Modify load docs URL: https://github.com/apache/incubator-doris/pull/1558 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 opened a new pull request #1558: Modify load docs

2019-07-27 Thread GitBox
morningman opened a new pull request #1558: Modify load docs URL: https://github.com/apache/incubator-doris/pull/1558 Make it work with documentation website This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #1558: Modify load docs

2019-07-27 Thread GitBox
EmmyMiao87 commented on a change in pull request #1558: Modify load docs URL: https://github.com/apache/incubator-doris/pull/1558#discussion_r307964867 ## File path: docs/documentation/cn/administrator-guide/load-data/broker-load-manual.md ## @@ -1,386 +1,451 @@ # Broker

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #1558: Modify load docs

2019-07-27 Thread GitBox
EmmyMiao87 commented on a change in pull request #1558: Modify load docs URL: https://github.com/apache/incubator-doris/pull/1558#discussion_r307964959 ## File path: docs/documentation/cn/administrator-guide/load-data/broker-load-manual.md ## @@ -1,386 +1,451 @@ # Broker

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #1558: Modify load docs

2019-07-27 Thread GitBox
EmmyMiao87 commented on a change in pull request #1558: Modify load docs URL: https://github.com/apache/incubator-doris/pull/1558#discussion_r307965409 ## File path: docs/documentation/cn/administrator-guide/load-data/insert-into-manual.md ## @@ -1,98 +1,104 @@ -# Insert i

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #1558: Modify load docs

2019-07-27 Thread GitBox
EmmyMiao87 commented on a change in pull request #1558: Modify load docs URL: https://github.com/apache/incubator-doris/pull/1558#discussion_r307965054 ## File path: docs/documentation/cn/administrator-guide/load-data/index.rst ## @@ -4,6 +4,9 @@ .. toctree:: :maxde

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #1558: Modify load docs

2019-07-27 Thread GitBox
EmmyMiao87 commented on a change in pull request #1558: Modify load docs URL: https://github.com/apache/incubator-doris/pull/1558#discussion_r307964761 ## File path: docs/documentation/cn/administrator-guide/load-data/broker-load-manual.md ## @@ -1,386 +1,451 @@ # Broker

[GitHub] [incubator-doris] morningman commented on a change in pull request #1558: Modify load docs

2019-07-27 Thread GitBox
morningman commented on a change in pull request #1558: Modify load docs URL: https://github.com/apache/incubator-doris/pull/1558#discussion_r307968036 ## File path: docs/documentation/cn/administrator-guide/load-data/broker-load-manual.md ## @@ -1,386 +1,451 @@ # Broker

[GitHub] [incubator-doris] morningman commented on a change in pull request #1558: Modify load docs

2019-07-27 Thread GitBox
morningman commented on a change in pull request #1558: Modify load docs URL: https://github.com/apache/incubator-doris/pull/1558#discussion_r307968046 ## File path: docs/documentation/cn/administrator-guide/load-data/broker-load-manual.md ## @@ -1,386 +1,451 @@ # Broker

[GitHub] [incubator-doris] morningman commented on a change in pull request #1558: Modify load docs

2019-07-27 Thread GitBox
morningman commented on a change in pull request #1558: Modify load docs URL: https://github.com/apache/incubator-doris/pull/1558#discussion_r307968059 ## File path: docs/documentation/cn/administrator-guide/load-data/index.rst ## @@ -4,6 +4,9 @@ .. toctree:: :maxde

[GitHub] [incubator-doris] morningman commented on a change in pull request #1558: Modify load docs

2019-07-27 Thread GitBox
morningman commented on a change in pull request #1558: Modify load docs URL: https://github.com/apache/incubator-doris/pull/1558#discussion_r307968294 ## File path: docs/documentation/cn/administrator-guide/load-data/broker-load-manual.md ## @@ -1,386 +1,451 @@ # Broker

[GitHub] [incubator-doris] acelyc111 opened a new pull request #1559: thirdparty: bump bzip version to 1.0.8

2019-07-28 Thread GitBox
acelyc111 opened a new pull request #1559: thirdparty: bump bzip version to 1.0.8 URL: https://github.com/apache/incubator-doris/pull/1559 bzip2-1.0.6 is outdated, and the latest version is bzip2-1.0.8. This is an automated m

[GitHub] [incubator-doris] morningman commented on issue #1559: thirdparty: bump bzip version to 1.0.8

2019-07-28 Thread GitBox
morningman commented on issue #1559: thirdparty: bump bzip version to 1.0.8 URL: https://github.com/apache/incubator-doris/pull/1559#issuecomment-515762472 Is there any new features or bugs fixed in new version 1.0.8. Could you show use the change log? ---

[GitHub] [incubator-doris] morningman opened a new pull request #1560: Do not get file size in Broker openReader() method

2019-07-28 Thread GitBox
morningman opened a new pull request #1560: Do not get file size in Broker openReader() method URL: https://github.com/apache/incubator-doris/pull/1560 The file is already got when listing files. Get file size in openReader() again is unnecessary and inefficient. --

[GitHub] [incubator-doris] acelyc111 commented on issue #1559: thirdparty: bump bzip version to 1.0.8

2019-07-28 Thread GitBox
acelyc111 commented on issue #1559: thirdparty: bump bzip version to 1.0.8 URL: https://github.com/apache/incubator-doris/pull/1559#issuecomment-515763623 I submmit this PR just because I can't build thirdparties, seems bzip2 1.0.6 download url is outdated, and the latest released stable ve

[GitHub] [incubator-doris] acelyc111 edited a comment on issue #1559: thirdparty: bump bzip version to 1.0.8

2019-07-28 Thread GitBox
acelyc111 edited a comment on issue #1559: thirdparty: bump bzip version to 1.0.8 URL: https://github.com/apache/incubator-doris/pull/1559#issuecomment-515763623 I submmit this PR just because I can't build thirdparties, seems bzip2 1.0.6 download url is outdated, and the latest released s

<    14   15   16   17   18   19   20   21   22   23   >