[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 invalid, and the latest released st

[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-515765405 OK, Thanks. This is an automated message from the Apache Git Service.

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

2019-07-28 Thread GitBox
morningman edited a comment on issue #1559: thirdparty: bump bzip version to 1.0.8 URL: https://github.com/apache/incubator-doris/pull/1559#issuecomment-515765405 OK, Thanks. And maybe you can try our docker dev environment, which already contains all thirdparties installed. `docker

[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-515768700 > OK, Thanks. > And maybe you can try our docker dev environment, which already contains all thirdparties installed. > `docker pul

[GitHub] [incubator-doris] imay merged pull request #1559: thirdparty: bump bzip version to 1.0.8

2019-07-28 Thread GitBox
imay merged pull request #1559: thirdparty: bump bzip version to 1.0.8 URL: https://github.com/apache/incubator-doris/pull/1559 This is an automated message from the Apache Git Service. To respond to the message, please log o

[GitHub] [incubator-doris] imay opened a new pull request #1561: Unify Field and ColumnSchema in Storage

2019-07-28 Thread GitBox
imay opened a new pull request #1561: Unify Field and ColumnSchema in Storage URL: https://github.com/apache/incubator-doris/pull/1561 Currently, we have Field and ColumnSchema to access column data in a row. These two classes are mostly the same. So we should unify these to one class.

[GitHub] [incubator-doris] imay merged pull request #1558: Modify load docs

2019-07-29 Thread GitBox
imay merged 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 use th

[GitHub] [incubator-doris] imay commented on a change in pull request #1560: Do not get file size in Broker openReader() method

2019-07-29 Thread GitBox
imay commented on a change in pull request #1560: Do not get file size in Broker openReader() method URL: https://github.com/apache/incubator-doris/pull/1560#discussion_r308095991 ## File path: be/src/exec/broker_reader.cpp ## @@ -112,6 +113,9 @@ Status BrokerReader::open

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

2019-07-29 Thread GitBox
morningman commented on a change in pull request #1560: Do not get file size in Broker openReader() method URL: https://github.com/apache/incubator-doris/pull/1560#discussion_r308103420 ## File path: be/src/exec/broker_reader.cpp ## @@ -112,6 +113,9 @@ Status BrokerReader

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

2019-07-29 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_r308103696 ## File path: be/src/runtime/external_scan_context_mgr.h ## @@ -0,0 +1,83 @@ +// Licensed to the Apache S

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

2019-07-29 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_r308118834 ## File path: be/src/runtime/fragment_mgr.cpp ## @@ -547,5 +551,109 @@ void FragmentMgr::debug(std::strin

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

2019-07-29 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_r308106652 ## File path: be/src/runtime/external_scan_context_mgr.h ## @@ -0,0 +1,83 @@ +// Licensed to the Apache S

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

2019-07-29 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_r308102293 ## File path: be/src/runtime/fragment_mgr.cpp ## @@ -547,5 +551,109 @@ void FragmentMgr::debug(std::strin

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

2019-07-29 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_r308102076 ## File path: be/src/runtime/fragment_mgr.cpp ## @@ -547,5 +551,109 @@ void FragmentMgr::debug(std::strin

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

2019-07-29 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_r308103965 ## File path: be/src/runtime/external_scan_context_mgr.h ## @@ -0,0 +1,83 @@ +// Licensed to the Apache S

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

2019-07-29 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_r308102664 ## File path: be/src/runtime/result_queue_mgr.cpp ## @@ -0,0 +1,80 @@ +// 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-29 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_r308103439 ## File path: be/src/runtime/external_scan_context_mgr.cpp ## @@ -0,0 +1,115 @@ +// Licensed to the Apach

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

2019-07-29 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_r308102831 ## File path: be/src/runtime/result_queue_mgr.cpp ## @@ -0,0 +1,80 @@ +// 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-29 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_r308103896 ## File path: be/src/runtime/external_scan_context_mgr.h ## @@ -0,0 +1,83 @@ +// Licensed to the Apache S

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

2019-07-29 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_r308118791 ## File path: be/src/runtime/fragment_mgr.cpp ## @@ -547,5 +551,109 @@ void FragmentMgr::debug(std::strin

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

2019-07-29 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_r308102756 ## File path: be/src/runtime/result_queue_mgr.cpp ## @@ -0,0 +1,80 @@ +// 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-29 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_r308106775 ## File path: be/src/runtime/external_scan_context_mgr.h ## @@ -0,0 +1,83 @@ +// Licensed to the Apache S

[GitHub] [incubator-doris] wuyunfeng opened a new pull request #1527: Expose data pruned-filter-scan ability

2019-07-29 Thread GitBox
wuyunfeng opened a new pull request #1527: Expose data pruned-filter-scan ability URL: https://github.com/apache/incubator-doris/pull/1527 This PR is related with [Spark-Doris-Connector](https://github.com/apache/incubator-doris/issues/1525). First step is exposing data pruned-fil

[GitHub] [incubator-doris] wuyunfeng closed pull request #1527: Expose data pruned-filter-scan ability

2019-07-29 Thread GitBox
wuyunfeng closed pull request #1527: Expose data pruned-filter-scan ability URL: https://github.com/apache/incubator-doris/pull/1527 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-doris] gaodayue opened a new pull request #1562: EnginePublishVersionTask: remove unreachable code

2019-07-29 Thread GitBox
gaodayue opened a new pull request #1562: EnginePublishVersionTask: remove unreachable code URL: https://github.com/apache/incubator-doris/pull/1562 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-doris] yiguolei commented on a change in pull request #1562: EnginePublishVersionTask: remove unreachable code

2019-07-29 Thread GitBox
yiguolei commented on a change in pull request #1562: EnginePublishVersionTask: remove unreachable code URL: https://github.com/apache/incubator-doris/pull/1562#discussion_r308185821 ## File path: be/src/olap/task/engine_publish_version_task.cpp ## @@ -104,21 +104,11 @@ OL

[GitHub] [incubator-doris] kangkaisen commented on issue #1561: Unify Field and ColumnSchema in Storage

2019-07-29 Thread GitBox
kangkaisen commented on issue #1561: Unify Field and ColumnSchema in Storage URL: https://github.com/apache/incubator-doris/pull/1561#issuecomment-515982775 @imay Hi. Why introduce the new concept `ContiguousRow` and `RowCursorCell`? Are they necessary? I think we should keep core concepts

[GitHub] [incubator-doris] imay commented on issue #1561: Unify Field and ColumnSchema in Storage

2019-07-29 Thread GitBox
imay commented on issue #1561: Unify Field and ColumnSchema in Storage URL: https://github.com/apache/incubator-doris/pull/1561#issuecomment-515987932 > @imay Hi. Why introduce the new concept `ContiguousRow` and `RowCursorCell`? Are they necessary? I think we should keep core concepts as

[GitHub] [incubator-doris] imay merged pull request #1560: Do not get file size in Broker openReader() method

2019-07-29 Thread GitBox
imay merged pull request #1560: Do not get file size in Broker openReader() method URL: https://github.com/apache/incubator-doris/pull/1560 This is an automated message from the Apache Git Service. To respond to the message

[GitHub] [incubator-doris] chaoyli commented on a change in pull request #1561: Unify Field and ColumnSchema in Storage

2019-07-29 Thread GitBox
chaoyli commented on a change in pull request #1561: Unify Field and ColumnSchema in Storage URL: https://github.com/apache/incubator-doris/pull/1561#discussion_r308288000 ## File path: be/src/olap/schema.h ## @@ -143,24 +154,30 @@ class Schema { *reinterpret_cast

[GitHub] [incubator-doris] chaoyli commented on a change in pull request #1561: Unify Field and ColumnSchema in Storage

2019-07-29 Thread GitBox
chaoyli commented on a change in pull request #1561: Unify Field and ColumnSchema in Storage URL: https://github.com/apache/incubator-doris/pull/1561#discussion_r308289751 ## File path: be/src/olap/wrapper_field.h ## @@ -83,65 +78,58 @@ class WrapperField { } b

[GitHub] [incubator-doris] chaoyli commented on a change in pull request #1561: Unify Field and ColumnSchema in Storage

2019-07-29 Thread GitBox
chaoyli commented on a change in pull request #1561: Unify Field and ColumnSchema in Storage URL: https://github.com/apache/incubator-doris/pull/1561#discussion_r308297293 ## File path: be/src/olap/row_cursor.h ## @@ -160,28 +115,44 @@ class RowCursor { inline size_t

[GitHub] [incubator-doris] chaoyli commented on a change in pull request #1561: Unify Field and ColumnSchema in Storage

2019-07-29 Thread GitBox
chaoyli commented on a change in pull request #1561: Unify Field and ColumnSchema in Storage URL: https://github.com/apache/incubator-doris/pull/1561#discussion_r308224221 ## File path: be/src/olap/row_cursor_cell.h ## @@ -0,0 +1,33 @@ +// Licensed to the Apache Software F

[GitHub] [incubator-doris] chaoyli commented on a change in pull request #1561: Unify Field and ColumnSchema in Storage

2019-07-29 Thread GitBox
chaoyli commented on a change in pull request #1561: Unify Field and ColumnSchema in Storage URL: https://github.com/apache/incubator-doris/pull/1561#discussion_r308290412 ## File path: be/src/olap/schema.h ## @@ -81,58 +99,51 @@ class Schema { reset(cols, num_key

[GitHub] [incubator-doris] imay commented on a change in pull request #1561: Unify Field and ColumnSchema in Storage

2019-07-29 Thread GitBox
imay commented on a change in pull request #1561: Unify Field and ColumnSchema in Storage URL: https://github.com/apache/incubator-doris/pull/1561#discussion_r308488353 ## File path: be/src/olap/row_cursor_cell.h ## @@ -0,0 +1,33 @@ +// Licensed to the Apache Software Foun

[GitHub] [incubator-doris] imay commented on a change in pull request #1561: Unify Field and ColumnSchema in Storage

2019-07-29 Thread GitBox
imay commented on a change in pull request #1561: Unify Field and ColumnSchema in Storage URL: https://github.com/apache/incubator-doris/pull/1561#discussion_r308488666 ## File path: be/src/olap/row_cursor.h ## @@ -160,28 +115,44 @@ class RowCursor { inline size_t get

[GitHub] [incubator-doris] imay commented on a change in pull request #1561: Unify Field and ColumnSchema in Storage

2019-07-29 Thread GitBox
imay commented on a change in pull request #1561: Unify Field and ColumnSchema in Storage URL: https://github.com/apache/incubator-doris/pull/1561#discussion_r308496749 ## File path: be/src/olap/schema.h ## @@ -143,24 +154,30 @@ class Schema { *reinterpret_cast(ro

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

2019-07-29 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_r308499925 ## File path: be/src/runtime/result_queue_mgr.h ## @@ -0,0 +1,62 @@ +// Licensed to the Apache Software F

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

2019-07-29 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_r308498964 ## File path: be/src/runtime/memory_scratch_sink.cpp ## @@ -0,0 +1,264 @@ +// 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-29 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_r308497228 ## File path: be/src/runtime/external_scan_context_mgr.cpp ## @@ -0,0 +1,115 @@ +// Licensed to the Apach

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

2019-07-29 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_r308499544 ## File path: be/src/runtime/result_queue_mgr.cpp ## @@ -0,0 +1,79 @@ +// 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-29 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_r308497573 ## File path: be/src/runtime/external_scan_context_mgr.cpp ## @@ -0,0 +1,115 @@ +// Licensed to the Apach

[GitHub] [incubator-doris] kangkaisen commented on issue #1561: Unify Field and ColumnSchema in Storage

2019-07-29 Thread GitBox
kangkaisen commented on issue #1561: Unify Field and ColumnSchema in Storage URL: https://github.com/apache/incubator-doris/pull/1561#issuecomment-516225931 > > @imay Hi. Why introduce the new concept `ContiguousRow` and `RowCursorCell`? Are they necessary? I think we should keep core conce

[GitHub] [incubator-doris] morningman commented on a change in pull request #1516: Fix bug that <=> operator and in operator get wrong result

2019-07-29 Thread GitBox
morningman commented on a change in pull request #1516: Fix bug that <=> operator and in operator get wrong result URL: https://github.com/apache/incubator-doris/pull/1516#discussion_r308506428 ## File path: be/src/exprs/binary_predicate.cpp ## @@ -511,6 +543,114 @@ Status

[GitHub] [incubator-doris] chenhao7253886 commented on a change in pull request #1516: Fix bug that <=> operator and in operator get wrong result

2019-07-29 Thread GitBox
chenhao7253886 commented on a change in pull request #1516: Fix bug that <=> operator and in operator get wrong result URL: https://github.com/apache/incubator-doris/pull/1516#discussion_r308509064 ## File path: be/src/exprs/binary_predicate.cpp ## @@ -511,6 +543,114 @@ St

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

2019-07-29 Thread GitBox
zhangy5 closed issue #1534: Parquet导入问题 URL: https://github.com/apache/incubator-doris/issues/1534 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

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

2019-07-29 Thread GitBox
EmmyMiao87 commented on 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#issuecomment-516234902 #1556 This i

[GitHub] [incubator-doris] EmmyMiao87 commented on issue #1556: Allow the null default in insert into stmt

2019-07-29 Thread GitBox
EmmyMiao87 commented on issue #1556: Allow the null default in insert into stmt URL: https://github.com/apache/incubator-doris/pull/1556#issuecomment-516234953 #1555 This is an automated message from the Apache Git Service. T

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

2019-07-29 Thread GitBox
morningman closed 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 This is an automated message from the Apache Git Serv

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

2019-07-29 Thread GitBox
zhangy5 closed 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 This is an automated message from the Apache

[GitHub] [incubator-doris] gaodayue commented on a change in pull request #1562: EnginePublishVersionTask: remove unreachable code

2019-07-29 Thread GitBox
gaodayue commented on a change in pull request #1562: EnginePublishVersionTask: remove unreachable code URL: https://github.com/apache/incubator-doris/pull/1562#discussion_r308515164 ## File path: be/src/olap/task/engine_publish_version_task.cpp ## @@ -104,21 +104,11 @@ OL

[GitHub] [incubator-doris] chenhao7253886 merged pull request #1516: Fix bug that <=> operator and in operator get wrong result

2019-07-29 Thread GitBox
chenhao7253886 merged pull request #1516: Fix bug that <=> operator and in operator get wrong result URL: https://github.com/apache/incubator-doris/pull/1516 This is an automated message from the Apache Git Service. To respo

[GitHub] [incubator-doris] chenhao7253886 opened a new pull request #1563: Add log for tables order

2019-07-29 Thread GitBox
chenhao7253886 opened a new pull request #1563: Add log for tables order URL: https://github.com/apache/incubator-doris/pull/1563 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-doris] yiguolei commented on a change in pull request #1562: EnginePublishVersionTask: remove unreachable code

2019-07-29 Thread GitBox
yiguolei commented on a change in pull request #1562: EnginePublishVersionTask: remove unreachable code URL: https://github.com/apache/incubator-doris/pull/1562#discussion_r308519975 ## File path: be/src/olap/task/engine_publish_version_task.cpp ## @@ -104,21 +104,11 @@ OL

[GitHub] [incubator-doris] manannan2017 opened a new issue #1564: the

2019-07-29 Thread GitBox
manannan2017 opened a new issue #1564: the URL: https://github.com/apache/incubator-doris/issues/1564 **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 '' 3. Scroll d

[GitHub] [incubator-doris] imay merged pull request #1562: EnginePublishVersionTask: remove unreachable code

2019-07-29 Thread GitBox
imay merged pull request #1562: EnginePublishVersionTask: remove unreachable code URL: https://github.com/apache/incubator-doris/pull/1562 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-doris] EmmyMiao87 opened a new pull request #1565: Fix NullPointerException when creating mini load in LoadManager

2019-07-29 Thread GitBox
EmmyMiao87 opened a new pull request #1565: Fix NullPointerException when creating mini load in LoadManager URL: https://github.com/apache/incubator-doris/pull/1565 The catch statement cancel the load job in the function named createMiniLoad. But sometimes, the load job hasn't been creat

[GitHub] [incubator-doris] morningman merged pull request #1565: Fix NullPointerException when creating mini load in LoadManager

2019-07-29 Thread GitBox
morningman merged pull request #1565: Fix NullPointerException when creating mini load in LoadManager URL: https://github.com/apache/incubator-doris/pull/1565 This is an automated message from the Apache Git Service. To resp

[GitHub] [incubator-doris] imay merged pull request #1561: Unify Field and ColumnSchema in Storage

2019-07-29 Thread GitBox
imay merged pull request #1561: Unify Field and ColumnSchema in Storage URL: https://github.com/apache/incubator-doris/pull/1561 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-doris] chenhao7253886 closed pull request #1563: Add log for tables order

2019-07-30 Thread GitBox
chenhao7253886 closed pull request #1563: Add log for tables order URL: https://github.com/apache/incubator-doris/pull/1563 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-doris] chenhao7253886 opened a new pull request #1566: Add switch for cost optimization

2019-07-30 Thread GitBox
chenhao7253886 opened a new pull request #1566: Add switch for cost optimization URL: https://github.com/apache/incubator-doris/pull/1566 This is an automated message from the Apache Git Service. To respond to the message, pl

[GitHub] [incubator-doris] EmmyMiao87 opened a new pull request #1567: Broker load hang when rpc failed

2019-07-31 Thread GitBox
EmmyMiao87 opened a new pull request #1567: Broker load hang when rpc failed URL: https://github.com/apache/incubator-doris/pull/1567 Broker load hang on broker reader when the thrift request between broker and be is failed.

[GitHub] [incubator-doris] imay merged pull request #1567: Broker load hang when rpc failed

2019-07-31 Thread GitBox
imay merged pull request #1567: Broker load hang when rpc failed URL: https://github.com/apache/incubator-doris/pull/1567 This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [incubator-doris] gaodayue opened a new pull request #1568: initial implementation of BetaRowset

2019-07-31 Thread GitBox
gaodayue opened a new pull request #1568: initial implementation of BetaRowset URL: https://github.com/apache/incubator-doris/pull/1568 During the impls, I extracted several common fields and methods from AlphaRowset to Rowset base class. ---

[GitHub] [incubator-doris] yuanlihan opened a new pull request #1569: Enable Partition Discovery When Loading Data from Parquet File

2019-07-31 Thread GitBox
yuanlihan opened a new pull request #1569: Enable Partition Discovery When Loading Data from Parquet File URL: https://github.com/apache/incubator-doris/pull/1569 Currently, we support loading data from parquet file, but can not parse partition columns in the path of parquet file and can n

[GitHub] [incubator-doris] morningman merged pull request #1517: Fix bug that replicas of a tablet may be located on same host

2019-07-31 Thread GitBox
morningman merged pull request #1517: Fix bug that replicas of a tablet may be located on same host URL: https://github.com/apache/incubator-doris/pull/1517 This is an automated message from the Apache Git Service. To respon

[GitHub] [incubator-doris] imay commented on issue #1569: Enable Partition Discovery When Loading Data from Parquet File

2019-07-31 Thread GitBox
imay commented on issue #1569: Enable Partition Discovery When Loading Data from Parquet File URL: https://github.com/apache/incubator-doris/pull/1569#issuecomment-517094930 @yuanlihan Firstly, thanks for your improvement. I have some questions about this PR. 1. Should we add

[GitHub] [incubator-doris] yuanlihan commented on issue #1569: Enable Partition Discovery When Loading Data from Parquet File

2019-07-31 Thread GitBox
yuanlihan commented on issue #1569: Enable Partition Discovery When Loading Data from Parquet File URL: https://github.com/apache/incubator-doris/pull/1569#issuecomment-517104868 > @yuanlihan > > Firstly, thanks for your improvement. I have some questions about this PR. > > 1.

[GitHub] [incubator-doris] manannan2017 opened a new issue #1570: the function of timediff has errors in boundary and type

2019-07-31 Thread GitBox
manannan2017 opened a new issue #1570: the function of timediff has errors in boundary and type URL: https://github.com/apache/incubator-doris/issues/1570 the function of timediff has errors,such as boundary and type the list of errors is: 1、select timediff(CAST('1944-02-25 00:00:

[GitHub] [incubator-doris] zhangy5 opened a new issue #1571: data overflow when insert value

2019-07-31 Thread GitBox
zhangy5 opened a new issue #1571: data overflow when insert value URL: https://github.com/apache/incubator-doris/issues/1571 Tinyint type data overflow when insert value ![insert_overflow](https://user-images.githubusercontent.com/10826066/62267804-12fde500-b460-11e9--602afda45745.p

[GitHub] [incubator-doris] imay opened a new pull request #1572: Add new format short key index

2019-08-01 Thread GitBox
imay opened a new pull request #1572: Add new format short key index URL: https://github.com/apache/incubator-doris/pull/1572 In this patch, we create a new format for short key index. In orgin code index is stored in format like RowCusor which is not effecient to compare. Now we encod

[GitHub] [incubator-doris] gaodayue commented on a change in pull request #1572: Add new format short key index

2019-08-01 Thread GitBox
gaodayue commented on a change in pull request #1572: Add new format short key index URL: https://github.com/apache/incubator-doris/pull/1572#discussion_r309671954 ## File path: be/test/olap/key_coder_test.cpp ## @@ -0,0 +1,287 @@ +// Licensed to the Apache Software Founda

[GitHub] [incubator-doris] gaodayue commented on a change in pull request #1572: Add new format short key index

2019-08-01 Thread GitBox
gaodayue commented on a change in pull request #1572: Add new format short key index URL: https://github.com/apache/incubator-doris/pull/1572#discussion_r309667102 ## File path: gensrc/proto/segment_v2.proto ## @@ -117,3 +117,21 @@ message FileFooterPB { repeated Meta

[GitHub] [incubator-doris] gaodayue commented on a change in pull request #1572: Add new format short key index

2019-08-01 Thread GitBox
gaodayue commented on a change in pull request #1572: Add new format short key index URL: https://github.com/apache/incubator-doris/pull/1572#discussion_r309663697 ## File path: be/src/olap/short_key_index.cpp ## @@ -0,0 +1,116 @@ +// Licensed to the Apache Software Founda

[GitHub] [incubator-doris] gaodayue commented on a change in pull request #1572: Add new format short key index

2019-08-01 Thread GitBox
gaodayue commented on a change in pull request #1572: Add new format short key index URL: https://github.com/apache/incubator-doris/pull/1572#discussion_r309671287 ## File path: be/test/olap/key_coder_test.cpp ## @@ -0,0 +1,287 @@ +// Licensed to the Apache Software Founda

[GitHub] [incubator-doris] gaodayue commented on a change in pull request #1572: Add new format short key index

2019-08-01 Thread GitBox
gaodayue commented on a change in pull request #1572: Add new format short key index URL: https://github.com/apache/incubator-doris/pull/1572#discussion_r309664107 ## File path: be/src/olap/short_key_index.h ## @@ -0,0 +1,197 @@ +// Licensed to the Apache Software Foundati

[GitHub] [incubator-doris] gaodayue commented on a change in pull request #1572: Add new format short key index

2019-08-01 Thread GitBox
gaodayue commented on a change in pull request #1572: Add new format short key index URL: https://github.com/apache/incubator-doris/pull/1572#discussion_r309682706 ## File path: be/src/olap/key_coder.h ## @@ -0,0 +1,221 @@ +// Licensed to the Apache Software Foundation (AS

[GitHub] [incubator-doris] gaodayue commented on a change in pull request #1572: Add new format short key index

2019-08-01 Thread GitBox
gaodayue commented on a change in pull request #1572: Add new format short key index URL: https://github.com/apache/incubator-doris/pull/1572#discussion_r309683536 ## File path: be/src/olap/short_key_index.h ## @@ -0,0 +1,197 @@ +// Licensed to the Apache Software Foundati

[GitHub] [incubator-doris] morningman opened a new issue #1573: Support partition with multi columns

2019-08-01 Thread GitBox
morningman opened a new issue #1573: Support partition with multi columns URL: https://github.com/apache/incubator-doris/issues/1573 Support multi partition column when creating table When creating table with OLAP engine, use can specify multi parition columns. eg: PARTITION

[GitHub] [incubator-doris] morningman opened a new pull request #1574: Support multi partition column when creating table

2019-08-01 Thread GitBox
morningman opened a new pull request #1574: Support multi partition column when creating table URL: https://github.com/apache/incubator-doris/pull/1574 When creating table with OLAP engine, use can specify multi parition columns. eg: PARTITION BY RANGE(`date`, `id`) ( P

[GitHub] [incubator-doris] EmmyMiao87 opened a new pull request #1575: Thrown TabletQuorumFailedException in commitTxn

2019-08-02 Thread GitBox
EmmyMiao87 opened a new pull request #1575: Thrown TabletQuorumFailedException in commitTxn URL: https://github.com/apache/incubator-doris/pull/1575 The TabletQuorumFailedException will be thrown in commitTxn while the success replica num of tablet is less then quorom replica num. The H

[GitHub] [incubator-doris] chaoyli opened a new pull request #1576: Change cumulative compaction for decoupling storage from compution

2019-08-02 Thread GitBox
chaoyli opened a new pull request #1576: Change cumulative compaction for decoupling storage from compution URL: https://github.com/apache/incubator-doris/pull/1576 1. Calculate cumulative point when loading tablet first time. 2. Simplify pick rowsets logic upon delete predicate. 3. S

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #1572: Add new format short key index

2019-08-02 Thread GitBox
kangpinghuang commented on a change in pull request #1572: Add new format short key index URL: https://github.com/apache/incubator-doris/pull/1572#discussion_r310025240 ## File path: be/src/olap/short_key_index.h ## @@ -0,0 +1,197 @@ +// Licensed to the Apache Software Fou

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #1572: Add new format short key index

2019-08-02 Thread GitBox
kangpinghuang commented on a change in pull request #1572: Add new format short key index URL: https://github.com/apache/incubator-doris/pull/1572#discussion_r310020386 ## File path: be/src/olap/short_key_index.h ## @@ -0,0 +1,197 @@ +// Licensed to the Apache Software Fou

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #1572: Add new format short key index

2019-08-02 Thread GitBox
kangpinghuang commented on a change in pull request #1572: Add new format short key index URL: https://github.com/apache/incubator-doris/pull/1572#discussion_r310021203 ## File path: be/src/olap/short_key_index.h ## @@ -0,0 +1,197 @@ +// Licensed to the Apache Software Fou

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #1572: Add new format short key index

2019-08-02 Thread GitBox
kangpinghuang commented on a change in pull request #1572: Add new format short key index URL: https://github.com/apache/incubator-doris/pull/1572#discussion_r310024330 ## File path: be/src/olap/short_key_index.h ## @@ -0,0 +1,197 @@ +// Licensed to the Apache Software Fou

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #1572: Add new format short key index

2019-08-02 Thread GitBox
kangpinghuang commented on a change in pull request #1572: Add new format short key index URL: https://github.com/apache/incubator-doris/pull/1572#discussion_r310014596 ## File path: gensrc/proto/segment_v2.proto ## @@ -117,3 +117,21 @@ message FileFooterPB { repeated

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #1572: Add new format short key index

2019-08-02 Thread GitBox
kangpinghuang commented on a change in pull request #1572: Add new format short key index URL: https://github.com/apache/incubator-doris/pull/1572#discussion_r310027271 ## File path: be/src/olap/key_coder.h ## @@ -0,0 +1,221 @@ +// Licensed to the Apache Software Foundatio

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #1572: Add new format short key index

2019-08-02 Thread GitBox
kangpinghuang commented on a change in pull request #1572: Add new format short key index URL: https://github.com/apache/incubator-doris/pull/1572#discussion_r310022895 ## File path: be/src/olap/short_key_index.h ## @@ -0,0 +1,197 @@ +// Licensed to the Apache Software Fou

[GitHub] [incubator-doris] gaodayue commented on a change in pull request #1572: Add new format short key index

2019-08-02 Thread GitBox
gaodayue commented on a change in pull request #1572: Add new format short key index URL: https://github.com/apache/incubator-doris/pull/1572#discussion_r310029920 ## File path: gensrc/proto/segment_v2.proto ## @@ -117,3 +117,21 @@ message FileFooterPB { repeated Meta

[GitHub] [incubator-doris] morningman commented on a change in pull request #1575: Thrown TabletQuorumFailedException in commitTxn

2019-08-02 Thread GitBox
morningman commented on a change in pull request #1575: Thrown TabletQuorumFailedException in commitTxn URL: https://github.com/apache/incubator-doris/pull/1575#discussion_r310038618 ## File path: fe/src/main/java/org/apache/doris/transaction/TabletQuorumFailedException.java #

[GitHub] [incubator-doris] imay opened a new pull request #1577: Support Segment for BetaRowset

2019-08-02 Thread GitBox
imay opened a new pull request #1577: Support Segment for BetaRowset URL: https://github.com/apache/incubator-doris/pull/1577 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-doris] imay opened a new issue #1578: Compile BE with right MACRO after run-ut.sh

2019-08-02 Thread GitBox
imay opened a new issue #1578: Compile BE with right MACRO after run-ut.sh URL: https://github.com/apache/incubator-doris/issues/1578 Currently, if we compile BE after running run-ut.sh, we will get a compiled BE with BE_TEST enable. In that BE, some code can't run correctly because it is

[GitHub] [incubator-doris] imay opened a new pull request #1579: Switch MAKE_TEST off in build.sh

2019-08-02 Thread GitBox
imay opened a new pull request #1579: Switch MAKE_TEST off in build.sh URL: https://github.com/apache/incubator-doris/pull/1579 This is an automated message from the Apache Git Service. To respond to the message, please log o

[GitHub] [incubator-doris] imay opened a new pull request #1579: Switch MAKE_TEST off in build.sh

2019-08-03 Thread GitBox
imay opened a new pull request #1579: Switch MAKE_TEST off in build.sh URL: https://github.com/apache/incubator-doris/pull/1579 #1578 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-doris] imay closed pull request #1579: Switch MAKE_TEST off in build.sh

2019-08-03 Thread GitBox
imay closed pull request #1579: Switch MAKE_TEST off in build.sh URL: https://github.com/apache/incubator-doris/pull/1579 This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [incubator-doris] imay commented on a change in pull request #1572: Add new format short key index

2019-08-03 Thread GitBox
imay commented on a change in pull request #1572: Add new format short key index URL: https://github.com/apache/incubator-doris/pull/1572#discussion_r310343433 ## File path: be/src/olap/short_key_index.cpp ## @@ -0,0 +1,116 @@ +// Licensed to the Apache Software Foundation

[GitHub] [incubator-doris] imay commented on a change in pull request #1572: Add new format short key index

2019-08-03 Thread GitBox
imay commented on a change in pull request #1572: Add new format short key index URL: https://github.com/apache/incubator-doris/pull/1572#discussion_r310343446 ## File path: be/src/olap/short_key_index.h ## @@ -0,0 +1,197 @@ +// Licensed to the Apache Software Foundation (A

[GitHub] [incubator-doris] imay commented on a change in pull request #1572: Add new format short key index

2019-08-03 Thread GitBox
imay commented on a change in pull request #1572: Add new format short key index URL: https://github.com/apache/incubator-doris/pull/1572#discussion_r310348827 ## File path: gensrc/proto/segment_v2.proto ## @@ -117,3 +117,21 @@ message FileFooterPB { repeated MetadataP

[GitHub] [incubator-doris] imay closed pull request #1579: Switch MAKE_TEST off in build.sh

2019-08-03 Thread GitBox
imay closed pull request #1579: Switch MAKE_TEST off in build.sh URL: https://github.com/apache/incubator-doris/pull/1579 This is an automated message from the Apache Git Service. To respond to the message, please log on to G

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