[GitHub] [incubator-doris] imay merged pull request #1366: Add varchar column name to stream load error msg

2019-06-23 Thread GitBox
imay merged pull request #1366: Add varchar column name to stream load error msg URL: https://github.com/apache/incubator-doris/pull/1366 This is an automated message from the Apache Git Service. To respond to the message, pl

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #1346: Add column reader writer for segment V2

2019-06-23 Thread GitBox
kangpinghuang commented on a change in pull request #1346: Add column reader writer for segment V2 URL: https://github.com/apache/incubator-doris/pull/1346#discussion_r296561838 ## File path: be/src/olap/rowset/segment_v2/column_reader.cpp ## @@ -0,0 +1,330 @@ +// Licensed

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #1346: Add column reader writer for segment V2

2019-06-23 Thread GitBox
kangpinghuang commented on a change in pull request #1346: Add column reader writer for segment V2 URL: https://github.com/apache/incubator-doris/pull/1346#discussion_r296565655 ## File path: be/src/olap/rowset/segment_v2/column_reader.cpp ## @@ -0,0 +1,330 @@ +// Licensed

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #1346: Add column reader writer for segment V2

2019-06-23 Thread GitBox
kangpinghuang commented on a change in pull request #1346: Add column reader writer for segment V2 URL: https://github.com/apache/incubator-doris/pull/1346#discussion_r296076918 ## File path: be/src/olap/rowset/segment_v2/encoding_info.h ## @@ -40,23 +42,28 @@ class Encodi

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #1346: Add column reader writer for segment V2

2019-06-23 Thread GitBox
kangpinghuang commented on a change in pull request #1346: Add column reader writer for segment V2 URL: https://github.com/apache/incubator-doris/pull/1346#discussion_r296565161 ## File path: be/src/olap/rowset/segment_v2/column_reader.cpp ## @@ -0,0 +1,330 @@ +// Licensed

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #1346: Add column reader writer for segment V2

2019-06-23 Thread GitBox
kangpinghuang commented on a change in pull request #1346: Add column reader writer for segment V2 URL: https://github.com/apache/incubator-doris/pull/1346#discussion_r296076877 ## File path: be/src/olap/rowset/segment_v2/encoding_info.h ## @@ -40,23 +42,28 @@ class Encodi

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #1346: Add column reader writer for segment V2

2019-06-23 Thread GitBox
kangpinghuang commented on a change in pull request #1346: Add column reader writer for segment V2 URL: https://github.com/apache/incubator-doris/pull/1346#discussion_r296077079 ## File path: be/src/runtime/vectorized_row_batch.h ## @@ -91,10 +93,26 @@ class ColumnVectorVi

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #1346: Add column reader writer for segment V2

2019-06-23 Thread GitBox
kangpinghuang commented on a change in pull request #1346: Add column reader writer for segment V2 URL: https://github.com/apache/incubator-doris/pull/1346#discussion_r296560240 ## File path: be/src/olap/rowset/segment_v2/column_reader.cpp ## @@ -0,0 +1,330 @@ +// Licensed

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #1346: Add column reader writer for segment V2

2019-06-23 Thread GitBox
kangpinghuang commented on a change in pull request #1346: Add column reader writer for segment V2 URL: https://github.com/apache/incubator-doris/pull/1346#discussion_r296570993 ## File path: be/src/olap/rowset/segment_v2/encoding_info.cpp ## @@ -33,14 +34,33 @@ struct Typ

[GitHub] [incubator-doris] kangkaisen opened a new pull request #1366: Add varchar column name to stream load error msg

2019-06-23 Thread GitBox
kangkaisen opened a new pull request #1366: Add varchar column name to stream load error msg URL: https://github.com/apache/incubator-doris/pull/1366 For https://github.com/apache/incubator-doris/issues/1365 This is an automa

[GitHub] [incubator-doris] kangkaisen opened a new issue #1365: Stream Load error msg no column name

2019-06-23 Thread GitBox
kangkaisen opened a new issue #1365: Stream Load error msg no column name URL: https://github.com/apache/incubator-doris/issues/1365 **Describe the bug** ``` Reason: the length of input is too long than schema. input_str: [onekkk] schema length: 8; actual length: 14; . src lin

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

2019-06-23 Thread GitBox
kangpinghuang commented on a change in pull request #1341: Add plain page URL: https://github.com/apache/incubator-doris/pull/1341#discussion_r295869905 ## File path: be/src/olap/rowset/segment_v2/plain_page.h ## @@ -0,0 +1,170 @@ +#pragma once + +#include "util/coding.h" +

Re: [VOTE] Release Apache Doris 0.10.0-incubating-rc04

2019-06-23 Thread 德 李
+1 I have checked: 1. Download links are valid. 2. Checksums and PGP signatures are OK. 3. LICENSE and NOTICE files are corrected. 4. All source files have license headers. 5. Build from source are OK in Docker environment. Best Regards, Reed On 2019/6/23 下午10:26, "Zhao Chun" wrote: >+1 > >

[GitHub] [incubator-doris] imay merged pull request #1364: Fix bug that cast DateLiteral to other types

2019-06-23 Thread GitBox
imay merged pull request #1364: Fix bug that cast DateLiteral to other types URL: https://github.com/apache/incubator-doris/pull/1364 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-doris] chaoyli merged pull request #1350: Release schema change lock when get migration lock failed

2019-06-23 Thread GitBox
chaoyli merged pull request #1350: Release schema change lock when get migration lock failed URL: https://github.com/apache/incubator-doris/pull/1350 This is an automated message from the Apache Git Service. To respond to th

[GitHub] [incubator-doris] chenhao7253886 opened a new pull request #1364: Fix bug that cast DateLiteral to other types

2019-06-23 Thread GitBox
chenhao7253886 opened a new pull request #1364: Fix bug that cast DateLiteral to other types URL: https://github.com/apache/incubator-doris/pull/1364 This is an automated message from the Apache Git Service. To respond to th

[GitHub] [incubator-doris] imay closed issue #1318: BE crash when Loading data to unpartitioned table with specified partition

2019-06-23 Thread GitBox
imay closed issue #1318: BE crash when Loading data to unpartitioned table with specified partition URL: https://github.com/apache/incubator-doris/issues/1318 This is an automated message from the Apache Git Service. To resp

[GitHub] [incubator-doris] imay closed pull request #1247: Add segment v2 api

2019-06-23 Thread GitBox
imay closed pull request #1247: Add segment v2 api URL: https://github.com/apache/incubator-doris/pull/1247 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 #1285: Optimize page interface

2019-06-23 Thread GitBox
imay closed pull request #1285: Optimize page interface URL: https://github.com/apache/incubator-doris/pull/1285 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [VOTE] Release Apache Doris 0.10.0-incubating-rc04

2019-06-23 Thread Zhao Chun
+1 I have checked: downloading is OK has incubating in name signature and hash is OK DISCLAIMER file exists LICENSE and NOTICE files exist LICENSE file is OK NOTCIE year is OK all source files has ASF headers build successfully in docker environment Thanks, ZHAO Chun 陈明雨 于2019年6月16日周日 下午7:30

[GitHub] [incubator-doris] chaoyli merged pull request #1363: Check get_meta status returned

2019-06-23 Thread GitBox
chaoyli merged pull request #1363: Check get_meta status returned URL: https://github.com/apache/incubator-doris/pull/1363 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-doris] chaoyli opened a new pull request #1363: Check get_meta status returned

2019-06-23 Thread GitBox
chaoyli opened a new pull request #1363: Check get_meta status returned URL: https://github.com/apache/incubator-doris/pull/1363 When performing storage_medium_migration, the header may be already droped. In this scenario, tablet_meta returned will be null pointer. Saving data to a nul

[GitHub] [incubator-doris] morningman opened a new issue #1362: Follower FE restart failed

2019-06-23 Thread GitBox
morningman opened a new issue #1362: Follower FE restart failed URL: https://github.com/apache/incubator-doris/issues/1362 **Describe the bug** Restore a follower FE, throw exception: 2019-06-23 17:49:06,546 ERROR 1 [BDBEnvironment.setup():195] error to open replicated environmen

[GitHub] [incubator-doris] imay merged pull request #1361: Check get_header status returned

2019-06-23 Thread GitBox
imay merged pull request #1361: Check get_header status returned URL: https://github.com/apache/incubator-doris/pull/1361 This is an automated message from the Apache Git Service. To respond to the message, please log on to G