[GitHub] [incubator-doris] yiguolei commented on a change in pull request #1401: Add report version for publish task

2019-06-27 Thread GitBox
yiguolei commented on a change in pull request #1401: Add report version for publish task URL: https://github.com/apache/incubator-doris/pull/1401#discussion_r298472317 ## File path: fe/src/main/java/org/apache/doris/master/MasterImpl.java ## @@ -559,9 +559,17 @@ private v

[GitHub] [incubator-doris] kangpinghuang opened a new issue #1408: Add dict encoding page

2019-06-27 Thread GitBox
kangpinghuang opened a new issue #1408: Add dict encoding page URL: https://github.com/apache/incubator-doris/issues/1408 related to #1305 add dict encoding page for binary/string type data. This is an automated messag

[GitHub] [incubator-doris] kangpinghuang commented on issue #1382: Add StorageRowIterator to uniform read in storage

2019-06-27 Thread GitBox
kangpinghuang commented on issue #1382: Add StorageRowIterator to uniform read in storage URL: https://github.com/apache/incubator-doris/issues/1382#issuecomment-506594469 I think StorageRowwiseIterator is a better name because it returns RowBlock, not a row -

[GitHub] [incubator-doris] EmmyMiao87 edited a comment on issue #1407: The broker load is cancelled with error 'tablet writer writer failed'

2019-06-27 Thread GitBox
EmmyMiao87 edited a comment on issue #1407: The broker load is cancelled with error 'tablet writer writer failed' URL: https://github.com/apache/incubator-doris/issues/1407#issuecomment-506586717 Also, I close the compress of snappy. ---

[GitHub] [incubator-doris] EmmyMiao87 commented on issue #1407: The broker load is cancelled with error 'tablet writer writer failed'

2019-06-27 Thread GitBox
EmmyMiao87 commented on issue #1407: The broker load is cancelled with error 'tablet writer writer failed' URL: https://github.com/apache/incubator-doris/issues/1407#issuecomment-506586717 Also, I close the compross of snappy. --

[GitHub] [incubator-doris] EmmyMiao87 opened a new issue #1407: The broker load is cancelled with error 'tablet writer writer failed'

2019-06-27 Thread GitBox
EmmyMiao87 opened a new issue #1407: The broker load is cancelled with error 'tablet writer writer failed' URL: https://github.com/apache/incubator-doris/issues/1407 **Describe the bug** The broker load is cancelled with reason 'tablet writer writer failed'. The olap engine find the exi

[GitHub] [incubator-doris] wuyunfeng closed pull request #1406: Add schema_hash for TTabletVersionInfo and modify some field name

2019-06-27 Thread GitBox
wuyunfeng closed pull request #1406: Add schema_hash for TTabletVersionInfo and modify some field name URL: https://github.com/apache/incubator-doris/pull/1406 This is an automated message from the Apache Git Service. To res

[GitHub] [incubator-doris] wuyunfeng opened a new pull request #1406: Add schema_hash for TTabletVersionInfo and modify some field name

2019-06-27 Thread GitBox
wuyunfeng opened a new pull request #1406: Add schema_hash for TTabletVersionInfo and modify some field name URL: https://github.com/apache/incubator-doris/pull/1406 TScanRangeParams require the schema_hash This is an automat

[GitHub] [incubator-doris] imay merged pull request #1379: Add rle page

2019-06-27 Thread GitBox
imay merged pull request #1379: Add rle page URL: https://github.com/apache/incubator-doris/pull/1379 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

[GitHub] [incubator-doris] imay merged pull request #1403: Add some field for extrernal service

2019-06-27 Thread GitBox
imay merged pull request #1403: Add some field for extrernal service URL: https://github.com/apache/incubator-doris/pull/1403 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-doris] imay commented on a change in pull request #1404: Use load job v2 in default

2019-06-27 Thread GitBox
imay commented on a change in pull request #1404: Use load job v2 in default URL: https://github.com/apache/incubator-doris/pull/1404#discussion_r298196602 ## File path: fe/src/main/java/org/apache/doris/qe/DdlExecutor.java ## @@ -116,10 +116,10 @@ public static void execut

[GitHub] [incubator-doris] gaodayue commented on issue #1379: Add rle page

2019-06-27 Thread GitBox
gaodayue commented on issue #1379: Add rle page URL: https://github.com/apache/incubator-doris/pull/1379#issuecomment-506347272 LGTM This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [incubator-doris] EmmyMiao87 opened a new pull request #1405: Get table name from DataSourceInfo instead of DataDesc

2019-06-27 Thread GitBox
EmmyMiao87 opened a new pull request #1405: Get table name from DataSourceInfo instead of DataDesc URL: https://github.com/apache/incubator-doris/pull/1405 This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-doris] EmmyMiao87 opened a new pull request #1404: Use load job v2 in default

2019-06-27 Thread GitBox
EmmyMiao87 opened a new pull request #1404: Use load job v2 in default URL: https://github.com/apache/incubator-doris/pull/1404 This is an automated message from the Apache Git Service. To respond to the message, please log o

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

2019-06-27 Thread GitBox
kangpinghuang commented on a change in pull request #1379: Add rle page URL: https://github.com/apache/incubator-doris/pull/1379#discussion_r298140649 ## File path: be/src/olap/rowset/segment_v2/rle_page.h ## @@ -0,0 +1,255 @@ +// Licensed to the Apache Software Foundation

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

2019-06-27 Thread GitBox
kangpinghuang commented on a change in pull request #1379: Add rle page URL: https://github.com/apache/incubator-doris/pull/1379#discussion_r298140673 ## File path: be/src/olap/types.cpp ## @@ -62,6 +62,7 @@ TypeInfoResolver::TypeInfoResolver() { add_mapping(); ad

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

2019-06-27 Thread GitBox
kangpinghuang commented on a change in pull request #1379: Add rle page URL: https://github.com/apache/incubator-doris/pull/1379#discussion_r298135072 ## File path: be/src/olap/rowset/segment_v2/rle_page.h ## @@ -0,0 +1,255 @@ +// Licensed to the Apache Software Foundation

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

2019-06-27 Thread GitBox
kangpinghuang commented on a change in pull request #1379: Add rle page URL: https://github.com/apache/incubator-doris/pull/1379#discussion_r298135107 ## File path: be/src/olap/rowset/segment_v2/rle_page.h ## @@ -0,0 +1,255 @@ +// Licensed to the Apache Software Foundation

[GitHub] [incubator-doris] wuyunfeng opened a new pull request #1403: Add some field for extrernal service

2019-06-27 Thread GitBox
wuyunfeng opened a new pull request #1403: Add some field for extrernal service URL: https://github.com/apache/incubator-doris/pull/1403 This is an automated message from the Apache Git Service. To respond to the message, ple

[GitHub] [incubator-doris] kangpinghuang opened a new pull request #1402: Fix gc coredump

2019-06-27 Thread GitBox
kangpinghuang opened a new pull request #1402: Fix gc coredump URL: https://github.com/apache/incubator-doris/pull/1402 This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[GitHub] [incubator-doris] morningman opened a new pull request #1401: Add log for unstable table when doing alter job

2019-06-27 Thread GitBox
morningman opened a new pull request #1401: Add log for unstable table when doing alter job URL: https://github.com/apache/incubator-doris/pull/1401 Add a INFO level log when encountering unstable table in alter job This is a

[GitHub] [incubator-doris] chaoyli merged pull request #1397: fix garbage collect bug

2019-06-27 Thread GitBox
chaoyli merged pull request #1397: fix garbage collect bug URL: https://github.com/apache/incubator-doris/pull/1397 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 #1400: Acquire rs readers at the beginning of the olapscanner

2019-06-27 Thread GitBox
imay merged pull request #1400: Acquire rs readers at the beginning of the olapscanner URL: https://github.com/apache/incubator-doris/pull/1400 This is an automated message from the Apache Git Service. To respond to the mess