[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #1267: Add new file format design markdown

2019-06-09 Thread GitBox
kangpinghuang commented on a change in pull request #1267: Add new file format design markdown URL: https://github.com/apache/incubator-doris/pull/1267#discussion_r291893493 ## File path: docs/documentation/cn/extending-doris/doris_storage_optimization.md ## @@ -0,0 +1,198

[GitHub] [incubator-doris] imay merged pull request #1271: Set timeout configuration for stream load

2019-06-10 Thread GitBox
imay merged pull request #1271: Set timeout configuration for stream load URL: https://github.com/apache/incubator-doris/pull/1271 This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] [incubator-doris] EmmyMiao87 opened a new pull request #1272: Fix += decimal error

2019-06-10 Thread GitBox
EmmyMiao87 opened a new pull request #1272: Fix += decimal error URL: https://github.com/apache/incubator-doris/pull/1272 This change fix the +=decimal error when integer is zero or fraction is zero. In this situation, the += operator will make a mistake.

[GitHub] [incubator-doris] imay merged pull request #1272: Fix += decimal error

2019-06-10 Thread GitBox
imay merged pull request #1272: Fix += decimal error URL: https://github.com/apache/incubator-doris/pull/1272 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] EmmyMiao87 commented on issue #1225: The error result of decimal agg

2019-06-10 Thread GitBox
EmmyMiao87 commented on issue #1225: The error result of decimal agg URL: https://github.com/apache/incubator-doris/issues/1225#issuecomment-500339153 #1272 This is an automated message from the Apache Git Service. To respon

[GitHub] [incubator-doris] EmmyMiao87 closed issue #1225: The error result of decimal agg

2019-06-10 Thread GitBox
EmmyMiao87 closed issue #1225: The error result of decimal agg URL: https://github.com/apache/incubator-doris/issues/1225 This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [incubator-doris] EmmyMiao87 commented on issue #1272: Fix += decimal error

2019-06-10 Thread GitBox
EmmyMiao87 commented on issue #1272: Fix += decimal error URL: https://github.com/apache/incubator-doris/pull/1272#issuecomment-500339331 #1225 This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [incubator-doris] liuchengshishabi opened a new pull request #1273: Fix bug. For example, we start the process for the first time. The pi…

2019-06-10 Thread GitBox
liuchengshishabi opened a new pull request #1273: Fix bug. For example, we start the process for the first time. The pi… URL: https://github.com/apache/incubator-doris/pull/1273 …d is 12345. Due to the accident, the process is killed and the fe.pid exists. Then we start the process for the

[GitHub] [incubator-doris] liuchengshishabi commented on issue #1273: Fix bug. For example, we start the process for the first time. The pi…

2019-06-10 Thread GitBox
liuchengshishabi commented on issue #1273: Fix bug. For example, we start the process for the first time. The pi… URL: https://github.com/apache/incubator-doris/pull/1273#issuecomment-500340964 PR is commited now This is an a

[GitHub] [incubator-doris] imay commented on issue #1273: Fix bug. For example, we start the process for the first time. The pi…

2019-06-10 Thread GitBox
imay commented on issue #1273: Fix bug. For example, we start the process for the first time. The pi… URL: https://github.com/apache/incubator-doris/pull/1273#issuecomment-500341487 > PR is commited now Thanks for your contribution ---

[GitHub] [incubator-doris] imay merged pull request #1273: Fix bug. For example, we start the process for the first time. The pi…

2019-06-10 Thread GitBox
imay merged pull request #1273: Fix bug. For example, we start the process for the first time. The pi… URL: https://github.com/apache/incubator-doris/pull/1273 This is an automated message from the Apache Git Service. To res

[GitHub] [incubator-doris] imay closed issue #1246: Make MySQL support optional

2019-06-10 Thread GitBox
imay closed issue #1246: Make MySQL support optional URL: https://github.com/apache/incubator-doris/issues/1246 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 opened a new pull request #1274: Be refactor

2019-06-10 Thread GitBox
chaoyli opened a new pull request #1274: Be refactor URL: https://github.com/apache/incubator-doris/pull/1274 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] chaoyli closed pull request #1274: Be refactor

2019-06-10 Thread GitBox
chaoyli closed pull request #1274: Be refactor URL: https://github.com/apache/incubator-doris/pull/1274 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [incubator-doris] morningman opened a new issue #1275: Incorrect partition prune when querying with IsNull predicate

2019-06-10 Thread GitBox
morningman opened a new issue #1275: Incorrect partition prune when querying with IsNull predicate URL: https://github.com/apache/incubator-doris/issues/1275 **Describe the bug** `create table tbl1 (k1 date) partition by range(k1) (partition p1 values less than("2019-03-31"), partition

[GitHub] [incubator-doris] morningman opened a new pull request #1276: Fix bug that NullPredicate is not correctly handled by partition pruning

2019-06-10 Thread GitBox
morningman opened a new pull request #1276: Fix bug that NullPredicate is not correctly handled by partition pruning URL: https://github.com/apache/incubator-doris/pull/1276 ISSUE: #1275 This is an automated message from the

[GitHub] [incubator-doris] imay merged pull request #1276: Fix bug that NullPredicate is not correctly handled by partition pruning

2019-06-10 Thread GitBox
imay merged pull request #1276: Fix bug that NullPredicate is not correctly handled by partition pruning URL: https://github.com/apache/incubator-doris/pull/1276 This is an automated message from the Apache Git Service. To r

[GitHub] [incubator-doris] imay merged pull request #1255: Change strategy of incorrect data

2019-06-10 Thread GitBox
imay merged pull request #1255: Change strategy of incorrect data URL: https://github.com/apache/incubator-doris/pull/1255 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-doris] imay merged pull request #1233: Add optimization with cost and fix unit test

2019-06-10 Thread GitBox
imay merged pull request #1233: Add optimization with cost and fix unit test URL: https://github.com/apache/incubator-doris/pull/1233 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-doris] imay opened a new pull request #1277: Add BitMapIterator

2019-06-10 Thread GitBox
imay opened a new pull request #1277: Add BitMapIterator URL: https://github.com/apache/incubator-doris/pull/1277 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[GitHub] [incubator-doris] chaoyli merged pull request #1277: Add BitMapIterator

2019-06-10 Thread GitBox
chaoyli merged pull request #1277: Add BitMapIterator URL: https://github.com/apache/incubator-doris/pull/1277 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[GitHub] [incubator-doris] imay merged pull request #1267: Add new file format design markdown

2019-06-10 Thread GitBox
imay merged pull request #1267: Add new file format design markdown URL: https://github.com/apache/incubator-doris/pull/1267 This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [incubator-doris] imay merged pull request #1268: Add pb define for new format segment

2019-06-10 Thread GitBox
imay merged pull request #1268: Add pb define for new format segment URL: https://github.com/apache/incubator-doris/pull/1268 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 #1269: Add common and options for new format segment

2019-06-10 Thread GitBox
imay merged pull request #1269: Add common and options for new format segment URL: https://github.com/apache/incubator-doris/pull/1269 This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [incubator-doris] kangpinghuang opened a new pull request #1270: Add page api for new format segment

2019-06-10 Thread GitBox
kangpinghuang opened a new pull request #1270: Add page api for new format segment URL: https://github.com/apache/incubator-doris/pull/1270 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-doris] imay closed pull request #1270: Add page api for new format segment

2019-06-10 Thread GitBox
imay closed pull request #1270: Add page api for new format segment URL: https://github.com/apache/incubator-doris/pull/1270 This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [incubator-doris] imay merged pull request #1270: Add page api for new format segment

2019-06-10 Thread GitBox
imay merged pull request #1270: Add page api for new format segment URL: https://github.com/apache/incubator-doris/pull/1270 This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [incubator-doris] yiguolei opened a new pull request #1278: Call delete old files when all dir convert successfully

2019-06-11 Thread GitBox
yiguolei opened a new pull request #1278: Call delete old files when all dir convert successfully URL: https://github.com/apache/incubator-doris/pull/1278 This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #1278: Call delete old files when all dir convert successfully

2019-06-11 Thread GitBox
kangpinghuang commented on a change in pull request #1278: Call delete old files when all dir convert successfully URL: https://github.com/apache/incubator-doris/pull/1278#discussion_r292348581 ## File path: be/src/olap/rowset/segment_group.cpp ## @@ -895,4 +928,21 @@ std:

[GitHub] [incubator-doris] kangkaisen opened a new issue #1279: Create tablet hang when there is a broken disk

2019-06-11 Thread GitBox
kangkaisen opened a new issue #1279: Create tablet hang when there is a broken disk URL: https://github.com/apache/incubator-doris/issues/1279 **Describe the bug** 1 At Fri Jun 7 02:16:27 CST 2019. BE restart ``` terminate called after throwing an instance of 'boost::filesystem::

[GitHub] [incubator-doris] chaoyli merged pull request #1278: Call delete old files when all dir convert successfully

2019-06-11 Thread GitBox
chaoyli merged pull request #1278: Call delete old files when all dir convert successfully URL: https://github.com/apache/incubator-doris/pull/1278 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-doris] chaoyli opened a new pull request #1280: Support setting exec_mem_limit in ExportJob

2019-06-11 Thread GitBox
chaoyli opened a new pull request #1280: Support setting exec_mem_limit in ExportJob URL: https://github.com/apache/incubator-doris/pull/1280 This is an automated message from the Apache Git Service. To respond to the messag

[GitHub] [incubator-doris] imay commented on a change in pull request #1280: Support setting exec_mem_limit in ExportJob

2019-06-11 Thread GitBox
imay commented on a change in pull request #1280: Support setting exec_mem_limit in ExportJob URL: https://github.com/apache/incubator-doris/pull/1280#discussion_r292387423 ## File path: fe/src/main/java/org/apache/doris/load/ExportJob.java ## @@ -595,6 +605,10 @@ public v

[GitHub] [incubator-doris] imay commented on a change in pull request #1280: Support setting exec_mem_limit in ExportJob

2019-06-11 Thread GitBox
imay commented on a change in pull request #1280: Support setting exec_mem_limit in ExportJob URL: https://github.com/apache/incubator-doris/pull/1280#discussion_r292388106 ## File path: fe/src/main/java/org/apache/doris/analysis/ExportStmt.java ## @@ -221,10 +229,17 @@ pr

[GitHub] [incubator-doris] kangpinghuang opened a new pull request #1281: add faststring and cpu util

2019-06-11 Thread GitBox
kangpinghuang opened a new pull request #1281: add faststring and cpu util URL: https://github.com/apache/incubator-doris/pull/1281 1. add kudu's faststring 2. add gutil's cpu info This is an automated message from the Apa

[GitHub] [incubator-doris] chaoyli commented on a change in pull request #1280: Support setting exec_mem_limit in ExportJob

2019-06-11 Thread GitBox
chaoyli commented on a change in pull request #1280: Support setting exec_mem_limit in ExportJob URL: https://github.com/apache/incubator-doris/pull/1280#discussion_r292397658 ## File path: fe/src/main/java/org/apache/doris/analysis/ExportStmt.java ## @@ -221,10 +229,17 @@

[GitHub] [incubator-doris] chaoyli commented on a change in pull request #1280: Support setting exec_mem_limit in ExportJob

2019-06-11 Thread GitBox
chaoyli commented on a change in pull request #1280: Support setting exec_mem_limit in ExportJob URL: https://github.com/apache/incubator-doris/pull/1280#discussion_r292397692 ## File path: fe/src/main/java/org/apache/doris/load/ExportJob.java ## @@ -595,6 +605,10 @@ publi

[GitHub] [incubator-doris] chaoyli merged pull request #1280: Support setting exec_mem_limit in ExportJob

2019-06-11 Thread GitBox
chaoyli merged pull request #1280: Support setting exec_mem_limit in ExportJob URL: https://github.com/apache/incubator-doris/pull/1280 This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [incubator-doris] imay opened a new pull request #1282: Add OrdinalPageIndex and EncodingInfo

2019-06-11 Thread GitBox
imay opened a new pull request #1282: Add OrdinalPageIndex and EncodingInfo URL: https://github.com/apache/incubator-doris/pull/1282 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-doris] imay closed pull request #1282: Add OrdinalPageIndex and EncodingInfo

2019-06-11 Thread GitBox
imay closed pull request #1282: Add OrdinalPageIndex and EncodingInfo URL: https://github.com/apache/incubator-doris/pull/1282 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 pull request #1282: Add OrdinalPageIndex and EncodingInfo

2019-06-11 Thread GitBox
imay opened a new pull request #1282: Add OrdinalPageIndex and EncodingInfo URL: https://github.com/apache/incubator-doris/pull/1282 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-doris] morningman opened a new pull request #1283: Update README.md

2019-06-11 Thread GitBox
morningman opened a new pull request #1283: Update README.md URL: https://github.com/apache/incubator-doris/pull/1283 Update the docker dev images for 0.10 compilation This is an automated message from the Apache Git Service.

[GitHub] [incubator-doris] morningman closed pull request #1283: Update README.md

2019-06-11 Thread GitBox
morningman closed pull request #1283: Update README.md URL: https://github.com/apache/incubator-doris/pull/1283 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 #1284: Update README.md

2019-06-11 Thread GitBox
morningman opened a new pull request #1284: Update README.md URL: https://github.com/apache/incubator-doris/pull/1284 Update the docker dev env images version This is an automated message from the Apache Git Service. To respon

[GitHub] [incubator-doris] imay merged pull request #1284: Update README.md

2019-06-11 Thread GitBox
imay merged pull request #1284: Update README.md URL: https://github.com/apache/incubator-doris/pull/1284 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] kangpinghuang commented on a change in pull request #1282: Add OrdinalPageIndex and EncodingInfo

2019-06-11 Thread GitBox
kangpinghuang commented on a change in pull request #1282: Add OrdinalPageIndex and EncodingInfo URL: https://github.com/apache/incubator-doris/pull/1282#discussion_r292716814 ## File path: be/src/olap/rowset/segment_v2/ordinal_page_index.h ## @@ -0,0 +1,131 @@ +// License

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #1282: Add OrdinalPageIndex and EncodingInfo

2019-06-11 Thread GitBox
kangpinghuang commented on a change in pull request #1282: Add OrdinalPageIndex and EncodingInfo URL: https://github.com/apache/incubator-doris/pull/1282#discussion_r292716203 ## File path: be/src/olap/rowset/segment_v2/encoding_info.cpp ## @@ -0,0 +1,131 @@ +// Licensed t

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #1282: Add OrdinalPageIndex and EncodingInfo

2019-06-11 Thread GitBox
kangpinghuang commented on a change in pull request #1282: Add OrdinalPageIndex and EncodingInfo URL: https://github.com/apache/incubator-doris/pull/1282#discussion_r292713058 ## File path: be/src/olap/rowset/segment_v2/page_pointer.h ## @@ -0,0 +1,56 @@ +// Licensed to th

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #1282: Add OrdinalPageIndex and EncodingInfo

2019-06-11 Thread GitBox
kangpinghuang commented on a change in pull request #1282: Add OrdinalPageIndex and EncodingInfo URL: https://github.com/apache/incubator-doris/pull/1282#discussion_r292717650 ## File path: be/src/olap/rowset/segment_v2/ordinal_page_index.cpp ## @@ -0,0 +1,73 @@ +// Licens

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #1282: Add OrdinalPageIndex and EncodingInfo

2019-06-11 Thread GitBox
kangpinghuang commented on a change in pull request #1282: Add OrdinalPageIndex and EncodingInfo URL: https://github.com/apache/incubator-doris/pull/1282#discussion_r292716717 ## File path: be/src/olap/rowset/segment_v2/ordinal_page_index.h ## @@ -0,0 +1,131 @@ +// License

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #1282: Add OrdinalPageIndex and EncodingInfo

2019-06-11 Thread GitBox
kangpinghuang commented on a change in pull request #1282: Add OrdinalPageIndex and EncodingInfo URL: https://github.com/apache/incubator-doris/pull/1282#discussion_r292714823 ## File path: be/src/olap/rowset/segment_v2/encoding_info.h ## @@ -0,0 +1,64 @@ +// Licensed to t

[GitHub] [incubator-doris] imay commented on a change in pull request #1282: Add OrdinalPageIndex and EncodingInfo

2019-06-11 Thread GitBox
imay commented on a change in pull request #1282: Add OrdinalPageIndex and EncodingInfo URL: https://github.com/apache/incubator-doris/pull/1282#discussion_r292720367 ## File path: be/src/olap/rowset/segment_v2/encoding_info.cpp ## @@ -0,0 +1,131 @@ +// Licensed to the Apa

[GitHub] [incubator-doris] imay commented on a change in pull request #1282: Add OrdinalPageIndex and EncodingInfo

2019-06-11 Thread GitBox
imay commented on a change in pull request #1282: Add OrdinalPageIndex and EncodingInfo URL: https://github.com/apache/incubator-doris/pull/1282#discussion_r292720454 ## File path: be/src/olap/rowset/segment_v2/ordinal_page_index.cpp ## @@ -0,0 +1,73 @@ +// Licensed to the

[GitHub] [incubator-doris] imay commented on a change in pull request #1282: Add OrdinalPageIndex and EncodingInfo

2019-06-11 Thread GitBox
imay commented on a change in pull request #1282: Add OrdinalPageIndex and EncodingInfo URL: https://github.com/apache/incubator-doris/pull/1282#discussion_r292720483 ## File path: be/src/olap/rowset/segment_v2/ordinal_page_index.h ## @@ -0,0 +1,131 @@ +// Licensed to the

[GitHub] [incubator-doris] imay commented on a change in pull request #1282: Add OrdinalPageIndex and EncodingInfo

2019-06-11 Thread GitBox
imay commented on a change in pull request #1282: Add OrdinalPageIndex and EncodingInfo URL: https://github.com/apache/incubator-doris/pull/1282#discussion_r292720542 ## File path: be/src/olap/rowset/segment_v2/encoding_info.h ## @@ -0,0 +1,64 @@ +// Licensed to the Apache

[GitHub] [incubator-doris] imay commented on a change in pull request #1282: Add OrdinalPageIndex and EncodingInfo

2019-06-11 Thread GitBox
imay commented on a change in pull request #1282: Add OrdinalPageIndex and EncodingInfo URL: https://github.com/apache/incubator-doris/pull/1282#discussion_r292720552 ## File path: be/src/olap/rowset/segment_v2/page_pointer.h ## @@ -0,0 +1,56 @@ +// Licensed to the Apache

[GitHub] [incubator-doris] chaoyli merged pull request #1282: Add OrdinalPageIndex and EncodingInfo

2019-06-11 Thread GitBox
chaoyli merged pull request #1282: Add OrdinalPageIndex and EncodingInfo URL: https://github.com/apache/incubator-doris/pull/1282 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-doris] kangpinghuang opened a new pull request #1285: Optimize page interface

2019-06-11 Thread GitBox
kangpinghuang opened a new 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 o

[GitHub] [incubator-doris] imay merged pull request #1281: add faststring and cpu util

2019-06-11 Thread GitBox
imay merged pull request #1281: add faststring and cpu util URL: https://github.com/apache/incubator-doris/pull/1281 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [incubator-doris] kangpinghuang opened a new pull request #1286: Add thirdparty lib

2019-06-12 Thread GitBox
kangpinghuang opened a new pull request #1286: Add thirdparty lib URL: https://github.com/apache/incubator-doris/pull/1286 add bitshuffle and CRoaring Bitmap lib This is an automated message from the Apache Git Service. To res

[GitHub] [incubator-doris] chaoyli opened a new pull request #1287: Fix creating rollup bug from multi SegmentGroups generated streaming …

2019-06-12 Thread GitBox
chaoyli opened a new pull request #1287: Fix creating rollup bug from multi SegmentGroups generated streaming … URL: https://github.com/apache/incubator-doris/pull/1287 …load. In streaming load, one version will generate mutli SegmentGroups. Upon creating rollup, the previous code

[GitHub] [incubator-doris] EmmyMiao87 opened a new pull request #1288: Add description of strict mode in decimal type

2019-06-12 Thread GitBox
EmmyMiao87 opened a new pull request #1288: Add description of strict mode in decimal type URL: https://github.com/apache/incubator-doris/pull/1288 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-doris] morningman opened a new pull request #1289: Modify colocation

2019-06-12 Thread GitBox
morningman opened a new pull request #1289: Modify colocation URL: https://github.com/apache/incubator-doris/pull/1289 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[GitHub] [incubator-doris] morningman closed pull request #1289: Modify colocation

2019-06-12 Thread GitBox
morningman closed pull request #1289: Modify colocation URL: https://github.com/apache/incubator-doris/pull/1289 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [incubator-doris] imay commented on a change in pull request #1287: Fix creating rollup bug from multi SegmentGroups generated streaming …

2019-06-12 Thread GitBox
imay commented on a change in pull request #1287: Fix creating rollup bug from multi SegmentGroups generated streaming … URL: https://github.com/apache/incubator-doris/pull/1287#discussion_r292788549 ## File path: be/src/olap/olap_table.cpp ## @@ -1867,8 +1867,19 @@ void O

[GitHub] [incubator-doris] imay merged pull request #1288: Add description of strict mode in decimal type

2019-06-12 Thread GitBox
imay merged pull request #1288: Add description of strict mode in decimal type URL: https://github.com/apache/incubator-doris/pull/1288 This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [incubator-doris] chaoyli opened a new issue #1290: Rollup data is in chaos with base table

2019-06-12 Thread GitBox
chaoyli opened a new issue #1290: Rollup data is in chaos with base table URL: https://github.com/apache/incubator-doris/issues/1290 ``` CREATE TABLE IF NOT EXISTS test_db.user_log ( `phone` BIGINT NOT NULL , `dt` BIGINT NOT NULL , `pv` BIGINT , `rule_id` BIGINT , `theme

[GitHub] [incubator-doris] chaoyli commented on issue #1290: Rollup data is in chaos with base table

2019-06-12 Thread GitBox
chaoyli commented on issue #1290: Rollup data is in chaos with base table URL: https://github.com/apache/incubator-doris/issues/1290#issuecomment-501169225 The reproduce procedure: 1. Ingesting a file with large size in streaming load, which will be saved as many segments. 2. Create

[GitHub] [incubator-doris] chaoyli commented on issue #1290: Rollup data is in chaos with base table

2019-06-12 Thread GitBox
chaoyli commented on issue #1290: Rollup data is in chaos with base table URL: https://github.com/apache/incubator-doris/issues/1290#issuecomment-501170099 There is a bug when creating rollup from Delta generated by Streaming Load. If the delta includes many SegmentGroups, only last segm

[GitHub] [incubator-doris] chaoyli commented on issue #1290: Rollup data is in chaos with base table

2019-06-12 Thread GitBox
chaoyli commented on issue #1290: Rollup data is in chaos with base table URL: https://github.com/apache/incubator-doris/issues/1290#issuecomment-501170439 We should modify the check logic to handle SegmentGroups. This is an

[GitHub] [incubator-doris] chaoyli commented on issue #1287: Fix creating rollup bug from multi SegmentGroups generated streaming …

2019-06-12 Thread GitBox
chaoyli commented on issue #1287: Fix creating rollup bug from multi SegmentGroups generated streaming … URL: https://github.com/apache/incubator-doris/pull/1287#issuecomment-501170652 The related issue is #1290 This is an a

[GitHub] [incubator-doris] chaoyli commented on issue #1290: Rollup data is in chaos with base table

2019-06-12 Thread GitBox
chaoyli commented on issue #1290: Rollup data is in chaos with base table URL: https://github.com/apache/incubator-doris/issues/1290#issuecomment-501170905 The problem is address in #1287 This is an automated message from th

[GitHub] [incubator-doris] chaoyli edited a comment on issue #1290: Rollup data is in chaos with base table

2019-06-12 Thread GitBox
chaoyli edited a comment on issue #1290: Rollup data is in chaos with base table URL: https://github.com/apache/incubator-doris/issues/1290#issuecomment-501170905 The problem is addressed in #1287 This is an automated messag

[GitHub] [incubator-doris] chaoyli merged pull request #1287: Fix creating rollup bug from multi SegmentGroups generated streaming …

2019-06-12 Thread GitBox
chaoyli merged pull request #1287: Fix creating rollup bug from multi SegmentGroups generated streaming … URL: https://github.com/apache/incubator-doris/pull/1287 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-doris] chaoyli closed issue #1290: Rollup data is in chaos with base table

2019-06-12 Thread GitBox
chaoyli closed issue #1290: Rollup data is in chaos with base table URL: https://github.com/apache/incubator-doris/issues/1290 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-doris] morningman opened a new issue #1291: Modify colocation feature

2019-06-12 Thread GitBox
morningman opened a new issue #1291: Modify colocation feature URL: https://github.com/apache/incubator-doris/issues/1291 # 修改 Colocation 的创建逻辑 之前的实现中,用户需要先创建一个 parent table,然后在创建1个或多个 child table关联到 parent table。同时在 table 对象中记录了一个 colocateTable 对象,其中是 parent table 的名字。 这个实现有一些问题,

[GitHub] [incubator-doris] morningman opened a new pull request #1289: Modify colocation

2019-06-12 Thread GitBox
morningman opened a new pull request #1289: Modify colocation URL: https://github.com/apache/incubator-doris/pull/1289 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[GitHub] [incubator-doris] lide-reed opened a new pull request #1292: Support Grouping Sets, Rollup and Cube to extend group by statement

2019-06-12 Thread GitBox
lide-reed opened a new pull request #1292: Support Grouping Sets, Rollup and Cube to extend group by statement URL: https://github.com/apache/incubator-doris/pull/1292 This is an automated message from the Apache Git Service

[GitHub] [incubator-doris] morningman commented on a change in pull request #1286: Add thirdparty lib

2019-06-12 Thread GitBox
morningman commented on a change in pull request #1286: Add thirdparty lib URL: https://github.com/apache/incubator-doris/pull/1286#discussion_r292800117 ## File path: thirdparty/vars.sh ## @@ -247,6 +247,24 @@ S2_NAME=s2geometry-0.9.0.tar.gz S2_SOURCE=s2geometry-0.9.0 S2

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #1292: Support Grouping Sets, Rollup and Cube to extend group by statement

2019-06-12 Thread GitBox
EmmyMiao87 commented on a change in pull request #1292: Support Grouping Sets, Rollup and Cube to extend group by statement URL: https://github.com/apache/incubator-doris/pull/1292#discussion_r292802485 ## File path: fe/src/main/cup/sql_parser.cup ## @@ -194,12 +195,12 @@

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #1292: Support Grouping Sets, Rollup and Cube to extend group by statement

2019-06-12 Thread GitBox
EmmyMiao87 commented on a change in pull request #1292: Support Grouping Sets, Rollup and Cube to extend group by statement URL: https://github.com/apache/incubator-doris/pull/1292#discussion_r292804954 ## File path: fe/src/main/cup/sql_parser.cup ## @@ -3111,9 +3114,52 @@

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #1292: Support Grouping Sets, Rollup and Cube to extend group by statement

2019-06-12 Thread GitBox
EmmyMiao87 commented on a change in pull request #1292: Support Grouping Sets, Rollup and Cube to extend group by statement URL: https://github.com/apache/incubator-doris/pull/1292#discussion_r292803921 ## File path: fe/src/test/java/org/apache/doris/analysis/GroupByClauseTest.java

[GitHub] [incubator-doris] chenhao7253886 commented on a change in pull request #1292: Support Grouping Sets, Rollup and Cube to extend group by statement

2019-06-12 Thread GitBox
chenhao7253886 commented on a change in pull request #1292: Support Grouping Sets, Rollup and Cube to extend group by statement URL: https://github.com/apache/incubator-doris/pull/1292#discussion_r292805700 ## File path: fe/src/main/java/org/apache/doris/analysis/Analyzer.java

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #1292: Support Grouping Sets, Rollup and Cube to extend group by statement

2019-06-12 Thread GitBox
EmmyMiao87 commented on a change in pull request #1292: Support Grouping Sets, Rollup and Cube to extend group by statement URL: https://github.com/apache/incubator-doris/pull/1292#discussion_r292803477 ## File path: fe/src/main/java/org/apache/doris/planner/SingleNodePlanner.java

[GitHub] [incubator-doris] chenhao7253886 commented on a change in pull request #1292: Support Grouping Sets, Rollup and Cube to extend group by statement

2019-06-12 Thread GitBox
chenhao7253886 commented on a change in pull request #1292: Support Grouping Sets, Rollup and Cube to extend group by statement URL: https://github.com/apache/incubator-doris/pull/1292#discussion_r292810059 ## File path: fe/src/main/java/org/apache/doris/analysis/GroupByClause.java

[GitHub] [incubator-doris] chenhao7253886 commented on a change in pull request #1292: Support Grouping Sets, Rollup and Cube to extend group by statement

2019-06-12 Thread GitBox
chenhao7253886 commented on a change in pull request #1292: Support Grouping Sets, Rollup and Cube to extend group by statement URL: https://github.com/apache/incubator-doris/pull/1292#discussion_r292812477 ## File path: fe/src/main/java/org/apache/doris/analysis/GroupByClause.java

[GitHub] [incubator-doris] chaoyli opened a new pull request #1293: Change default value to NOT NULL when creating table

2019-06-12 Thread GitBox
chaoyli opened a new pull request #1293: Change default value to NOT NULL when creating table URL: https://github.com/apache/incubator-doris/pull/1293 This is an automated message from the Apache Git Service. To respond to t

[GitHub] [incubator-doris] chenhao7253886 commented on a change in pull request #1292: Support Grouping Sets, Rollup and Cube to extend group by statement

2019-06-12 Thread GitBox
chenhao7253886 commented on a change in pull request #1292: Support Grouping Sets, Rollup and Cube to extend group by statement URL: https://github.com/apache/incubator-doris/pull/1292#discussion_r292817997 ## File path: fe/src/main/java/org/apache/doris/analysis/VirtualSlotRef.java

[GitHub] [incubator-doris] chenhao7253886 commented on a change in pull request #1292: Support Grouping Sets, Rollup and Cube to extend group by statement

2019-06-12 Thread GitBox
chenhao7253886 commented on a change in pull request #1292: Support Grouping Sets, Rollup and Cube to extend group by statement URL: https://github.com/apache/incubator-doris/pull/1292#discussion_r292820315 ## File path: fe/src/main/java/org/apache/doris/planner/SingleNodePlanner.ja

[GitHub] [incubator-doris] chaoyli merged pull request #1293: Change default value to NOT NULL when creating table

2019-06-12 Thread GitBox
chaoyli merged pull request #1293: Change default value to NOT NULL when creating table URL: https://github.com/apache/incubator-doris/pull/1293 This is an automated message from the Apache Git Service. To respond to the mes

[GitHub] [incubator-doris] imay commented on a change in pull request #1289: Modify colocation creation logic

2019-06-12 Thread GitBox
imay commented on a change in pull request #1289: Modify colocation creation logic URL: https://github.com/apache/incubator-doris/pull/1289#discussion_r292979555 ## File path: fe/src/main/java/org/apache/doris/catalog/CatalogRecycleBin.java ## @@ -277,6 +284,12 @@ public s

[GitHub] [incubator-doris] imay commented on a change in pull request #1289: Modify colocation creation logic

2019-06-12 Thread GitBox
imay commented on a change in pull request #1289: Modify colocation creation logic URL: https://github.com/apache/incubator-doris/pull/1289#discussion_r292981569 ## File path: fe/src/main/java/org/apache/doris/rewrite/FEFunctions.java ## @@ -31,6 +31,8 @@ import org.apach

[GitHub] [incubator-doris] morningman opened a new issue #1294: Get json function returns unexpected result

2019-06-12 Thread GitBox
morningman opened a new issue #1294: Get json function returns unexpected result URL: https://github.com/apache/incubator-doris/issues/1294 **Describe the bug** `select get_json_int('{"123456789" : {"abcefg":6,"abc":10}}', "$.123456789.abcefg");` should return `6`, but actual is `NULL

[GitHub] [incubator-doris] morningman opened a new pull request #1295: Fix bug that get_json_function may not be able to get result

2019-06-12 Thread GitBox
morningman opened a new pull request #1295: Fix bug that get_json_function may not be able to get result URL: https://github.com/apache/incubator-doris/pull/1295 std::string object is unexpectedly deconstructed, cause invalid result. ISSUE: #1294 ---

[GitHub] [incubator-doris] morningman commented on a change in pull request #1289: Modify colocation creation logic

2019-06-12 Thread GitBox
morningman commented on a change in pull request #1289: Modify colocation creation logic URL: https://github.com/apache/incubator-doris/pull/1289#discussion_r293186541 ## File path: fe/src/main/java/org/apache/doris/catalog/CatalogRecycleBin.java ## @@ -277,6 +284,12 @@ pu

[GitHub] [incubator-doris] morningman commented on a change in pull request #1289: Modify colocation creation logic

2019-06-12 Thread GitBox
morningman commented on a change in pull request #1289: Modify colocation creation logic URL: https://github.com/apache/incubator-doris/pull/1289#discussion_r293186643 ## File path: fe/src/main/java/org/apache/doris/rewrite/FEFunctions.java ## @@ -31,6 +31,8 @@ import org

[GitHub] [incubator-doris] yiguolei opened a new pull request #1296: Check deserialize result when save meta

2019-06-12 Thread GitBox
yiguolei opened a new pull request #1296: Check deserialize result when save meta URL: https://github.com/apache/incubator-doris/pull/1296 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-doris] morningman closed pull request #1295: Fix bug that get_json_function may not be able to get result

2019-06-12 Thread GitBox
morningman closed pull request #1295: Fix bug that get_json_function may not be able to get result URL: https://github.com/apache/incubator-doris/pull/1295 This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-doris] morningman opened a new pull request #1295: Fix bug that get_json_function may not be able to get result

2019-06-12 Thread GitBox
morningman opened a new pull request #1295: Fix bug that get_json_function may not be able to get result URL: https://github.com/apache/incubator-doris/pull/1295 std::string object is unexpectedly deconstructed, cause invalid result. ISSUE: #1294 ---

[GitHub] [incubator-doris] imay merged pull request #1295: Fix bug that get_json_function may not be able to get result

2019-06-12 Thread GitBox
imay merged pull request #1295: Fix bug that get_json_function may not be able to get result URL: https://github.com/apache/incubator-doris/pull/1295 This is an automated message from the Apache Git Service. To respond to th

<    2   3   4   5   6   7   8   9   10   11   >