[GitHub] [incubator-doris] imay commented on issue #911: Support Parquet In Broker

2019-04-11 Thread GitBox
imay commented on issue #911: Support Parquet In Broker URL: https://github.com/apache/incubator-doris/issues/911#issuecomment-482422540 Looking forward to your PR. And you can add more details here before you start to work on it. -

[GitHub] [incubator-doris] zhaidongbo opened a new issue #911: Support Parquet In Broker

2019-04-11 Thread GitBox
zhaidongbo opened a new issue #911: Support Parquet In Broker URL: https://github.com/apache/incubator-doris/issues/911 Doris needs support to read Parquet file format, so the parquet file can be load from HDFS, or the external tables which need to read parquet file in HDFS can be created

[GitHub] [incubator-doris] kangpinghuang closed issue #897: AlphaRowsetWriter's add_rowset api will failed when the rowset added has more than one SegmentGroup

2019-04-11 Thread GitBox
kangpinghuang closed issue #897: AlphaRowsetWriter's add_rowset api will failed when the rowset added has more than one SegmentGroup URL: https://github.com/apache/incubator-doris/issues/897 This is an automated message from

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #909: Fix wrong version set in TabletMeta and rowset null pointer

2019-04-11 Thread GitBox
kangpinghuang commented on a change in pull request #909: Fix wrong version set in TabletMeta and rowset null pointer URL: https://github.com/apache/incubator-doris/pull/909#discussion_r274734093 ## File path: be/src/olap/push_handler.cpp ## @@ -241,175 +241,174 @@ void Pu

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #909: Fix wrong version set in TabletMeta and rowset null pointer

2019-04-11 Thread GitBox
kangpinghuang commented on a change in pull request #909: Fix wrong version set in TabletMeta and rowset null pointer URL: https://github.com/apache/incubator-doris/pull/909#discussion_r274735628 ## File path: be/src/olap/push_handler.cpp ## @@ -241,175 +241,174 @@ void Pu

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #909: Fix wrong version set in TabletMeta and rowset null pointer

2019-04-11 Thread GitBox
kangpinghuang commented on a change in pull request #909: Fix wrong version set in TabletMeta and rowset null pointer URL: https://github.com/apache/incubator-doris/pull/909#discussion_r274733949 ## File path: be/src/olap/push_handler.cpp ## @@ -241,175 +241,174 @@ void Pu

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #909: Fix wrong version set in TabletMeta and rowset null pointer

2019-04-11 Thread GitBox
kangpinghuang commented on a change in pull request #909: Fix wrong version set in TabletMeta and rowset null pointer URL: https://github.com/apache/incubator-doris/pull/909#discussion_r274734303 ## File path: be/src/olap/snapshot_manager.cpp ## @@ -279,7 +279,7 @@ string

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #909: Fix wrong version set in TabletMeta and rowset null pointer

2019-04-11 Thread GitBox
kangpinghuang commented on a change in pull request #909: Fix wrong version set in TabletMeta and rowset null pointer URL: https://github.com/apache/incubator-doris/pull/909#discussion_r274734680 ## File path: be/src/olap/tablet.cpp ## @@ -177,19 +173,19 @@ OLAPStatus Tabl

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #909: Fix wrong version set in TabletMeta and rowset null pointer

2019-04-11 Thread GitBox
kangpinghuang commented on a change in pull request #909: Fix wrong version set in TabletMeta and rowset null pointer URL: https://github.com/apache/incubator-doris/pull/909#discussion_r274735113 ## File path: be/src/olap/task/engine_storage_migration_task.cpp ## @@ -127,8

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #909: Fix wrong version set in TabletMeta and rowset null pointer

2019-04-11 Thread GitBox
kangpinghuang commented on a change in pull request #909: Fix wrong version set in TabletMeta and rowset null pointer URL: https://github.com/apache/incubator-doris/pull/909#discussion_r274733969 ## File path: be/src/olap/push_handler.cpp ## @@ -241,175 +241,174 @@ void Pu

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #909: Fix wrong version set in TabletMeta and rowset null pointer

2019-04-11 Thread GitBox
kangpinghuang commented on a change in pull request #909: Fix wrong version set in TabletMeta and rowset null pointer URL: https://github.com/apache/incubator-doris/pull/909#discussion_r274734911 ## File path: be/src/olap/tablet_meta.cpp ## @@ -54,11 +54,11 @@ OLAPStatus T

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #909: Fix wrong version set in TabletMeta and rowset null pointer

2019-04-11 Thread GitBox
kangpinghuang commented on a change in pull request #909: Fix wrong version set in TabletMeta and rowset null pointer URL: https://github.com/apache/incubator-doris/pull/909#discussion_r274734875 ## File path: be/src/olap/tablet_manager.cpp ## @@ -686,16 +686,15 @@ TabletS

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #909: Fix wrong version set in TabletMeta and rowset null pointer

2019-04-11 Thread GitBox
kangpinghuang commented on a change in pull request #909: Fix wrong version set in TabletMeta and rowset null pointer URL: https://github.com/apache/incubator-doris/pull/909#discussion_r274735239 ## File path: gensrc/proto/olap_file.proto ## @@ -270,7 +270,7 @@ message Tab

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #909: Fix wrong version set in TabletMeta and rowset null pointer

2019-04-11 Thread GitBox
kangpinghuang commented on a change in pull request #909: Fix wrong version set in TabletMeta and rowset null pointer URL: https://github.com/apache/incubator-doris/pull/909#discussion_r274734804 ## File path: be/src/olap/tablet.h ## @@ -214,7 +214,7 @@ class Tablet : publ

[GitHub] [incubator-doris] yiguolei opened a new pull request #910: Rowset maybe nullptr when pulish version

2019-04-11 Thread GitBox
yiguolei opened a new pull request #910: Rowset maybe nullptr when pulish version URL: https://github.com/apache/incubator-doris/pull/910 1. remove some compaction related header lock 2. Fix bug: rowset maybe nullptr when publish version -

[DISCUSS]We should improve our docs

2019-04-11 Thread Zhao Chun
Hi, all Many users tell us that our documents are not detailed enough. So I think we should improve our documents. I think the first thing we should do is to construct our document framework. We need to build a framework so that other people can add new documents easily. And I want to discuss ab

[GitHub] [incubator-doris] chaoyli commented on a change in pull request #906: Remove alter task related header lock

2019-04-11 Thread GitBox
chaoyli commented on a change in pull request #906: Remove alter task related header lock URL: https://github.com/apache/incubator-doris/pull/906#discussion_r274406504 ## File path: be/src/olap/tablet_meta.cpp ## @@ -580,16 +582,26 @@ bool TabletMeta::version_for_delete_pr

[GitHub] [incubator-doris] chaoyli commented on a change in pull request #906: Remove alter task related header lock

2019-04-11 Thread GitBox
chaoyli commented on a change in pull request #906: Remove alter task related header lock URL: https://github.com/apache/incubator-doris/pull/906#discussion_r274407501 ## File path: be/src/olap/delta_writer.cpp ## @@ -81,24 +81,22 @@ OLAPStatus DeltaWriter::init() {

[GitHub] [incubator-doris] chaoyli opened a new pull request #909: Fix wrong version set in TabletMeta and rowset null pointer

2019-04-11 Thread GitBox
chaoyli opened a new pull request #909: Fix wrong version set in TabletMeta and rowset null pointer URL: https://github.com/apache/incubator-doris/pull/909 This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-doris] lide-reed merged pull request #908: Modify FE request logic and resolve http 401 problem

2019-04-11 Thread GitBox
lide-reed merged pull request #908: Modify FE request logic and resolve http 401 problem URL: https://github.com/apache/incubator-doris/pull/908 This is an automated message from the Apache Git Service. To respond to the mes

[GitHub] [incubator-doris] wuyunfeng opened a new pull request #908: Palo on es

2019-04-11 Thread GitBox
wuyunfeng opened a new pull request #908: Palo on es URL: https://github.com/apache/incubator-doris/pull/908 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 merged pull request #907: Fix bug in create table with BF

2019-04-11 Thread GitBox
imay merged pull request #907: Fix bug in create table with BF URL: https://github.com/apache/incubator-doris/pull/907 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[GitHub] [incubator-doris] imay edited a comment on issue #907: Fixed a bug where the column name could not be found because of a space when the Bloom filter was included in the create table statement

2019-04-11 Thread GitBox
imay edited a comment on issue #907: Fixed a bug where the column name could not be found because of a space when the Bloom filter was included in the create table statement URL: https://github.com/apache/incubator-doris/pull/907#issuecomment-482015878 @HangyuanLiu you should make you comm

[GitHub] [incubator-doris] imay commented on issue #907: Fixed a bug where the column name could not be found because of a space when the Bloom filter was included in the create table statement

2019-04-11 Thread GitBox
imay commented on issue #907: Fixed a bug where the column name could not be found because of a space when the Bloom filter was included in the create table statement URL: https://github.com/apache/incubator-doris/pull/907#issuecomment-482015878 @HangyuanLiu -

[GitHub] [incubator-doris] HangyuanLiu opened a new pull request #907: Fixed a bug where the column name could not be found because of a space when the Bloom filter was included in the create table st

2019-04-11 Thread GitBox
HangyuanLiu opened a new pull request #907: Fixed a bug where the column name could not be found because of a space when the Bloom filter was included in the create table statement URL: https://github.com/apache/incubator-doris/pull/907 Fixed a bug where the column name could not be found

[GitHub] [incubator-doris] yiguolei opened a new pull request #906: Remove alter task related header lock

2019-04-11 Thread GitBox
yiguolei opened a new pull request #906: Remove alter task related header lock URL: https://github.com/apache/incubator-doris/pull/906 - Fix snapshot load unit test bug. - Remove alter task related header lock. This is an a