[GitHub] [incubator-doris] morningman opened a new pull request #1453: Fix bug that user can set null default value to non-nullable column in create table stmt

2019-07-09 Thread GitBox
morningman opened a new pull request #1453: Fix bug that user can set null default value to non-nullable column in create table stmt URL: https://github.com/apache/incubator-doris/pull/1453 Column definition like `k1 INT NOT NULL DEFAULT NULL` should not be allowed. I add a new class Def

[GitHub] [incubator-doris] chenhao7253886 commented on issue #1411: can't connect doris by metabse

2019-07-09 Thread GitBox
chenhao7253886 commented on issue #1411: can't connect doris by metabse URL: https://github.com/apache/incubator-doris/issues/1411#issuecomment-509920240 Fixed in https://github.com/apache/incubator-doris/pull/1418/files This

[GitHub] [incubator-doris] ltylty opened a new issue #1452: 如何比较方便地按天分区建表

2019-07-09 Thread GitBox
ltylty opened a new issue #1452: 如何比较方便地按天分区建表 URL: https://github.com/apache/incubator-doris/issues/1452 在文档中看到如下建表语句 CREATE TABLE example_db.table_range ( k1 DATE, k2 INT, k3 SMALLINT, v1 VARCHAR(2048), v2 DATETIME DEFAULT "2014-02-04 15:36:00"

[GitHub] [incubator-doris] HangyuanLiu commented on a change in pull request #1432: Add percentile_approx aggregate function

2019-07-09 Thread GitBox
HangyuanLiu commented on a change in pull request #1432: Add percentile_approx aggregate function URL: https://github.com/apache/incubator-doris/pull/1432#discussion_r301869495 ## File path: be/src/exprs/aggregate_functions.cpp ## @@ -231,6 +232,84 @@ void AggregateFunctio

[GitHub] [incubator-doris] HangyuanLiu opened a new pull request #1432: Add percentile_approx aggregate function

2019-07-09 Thread GitBox
HangyuanLiu opened a new pull request #1432: Add percentile_approx aggregate function URL: https://github.com/apache/incubator-doris/pull/1432 Add the percentile_approx function 1. Using the T-Digest algorithm to calculate the quantile calculation 2. The function is an approximation f

[GitHub] [incubator-doris] HangyuanLiu closed pull request #1432: Add percentile_approx aggregate function

2019-07-09 Thread GitBox
HangyuanLiu closed pull request #1432: Add percentile_approx aggregate function URL: https://github.com/apache/incubator-doris/pull/1432 This is an automated message from the Apache Git Service. To respond to the message, ple

[GitHub] [incubator-doris] imay merged pull request #1451: Add string function split_part

2019-07-09 Thread GitBox
imay merged pull request #1451: Add string function split_part URL: https://github.com/apache/incubator-doris/pull/1451 This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

[GitHub] [incubator-doris] morningman merged pull request #1447: Fix bug that BE crashes when inserting null value to non-nullable columns

2019-07-09 Thread GitBox
morningman merged pull request #1447: Fix bug that BE crashes when inserting null value to non-nullable columns URL: https://github.com/apache/incubator-doris/pull/1447 This is an automated message from the Apache Git Servic

[GitHub] [incubator-doris] imay commented on a change in pull request #1451: Add string function split_part

2019-07-09 Thread GitBox
imay commented on a change in pull request #1451: Add string function split_part URL: https://github.com/apache/incubator-doris/pull/1451#discussion_r301610045 ## File path: be/src/exprs/string_functions.cpp ## @@ -761,4 +761,63 @@ StringVal StringFunctions::money_format(Fu

[GitHub] [incubator-doris] imay commented on a change in pull request #1451: Add string function split_part

2019-07-09 Thread GitBox
imay commented on a change in pull request #1451: Add string function split_part URL: https://github.com/apache/incubator-doris/pull/1451#discussion_r301608329 ## File path: be/src/exprs/string_functions.cpp ## @@ -761,4 +761,63 @@ StringVal StringFunctions::money_format(Fu

[GitHub] [incubator-doris] imay commented on a change in pull request #1451: Add string function split_part

2019-07-09 Thread GitBox
imay commented on a change in pull request #1451: Add string function split_part URL: https://github.com/apache/incubator-doris/pull/1451#discussion_r301613106 ## File path: be/src/exprs/string_functions.cpp ## @@ -761,4 +761,63 @@ StringVal StringFunctions::money_format(Fu

[GitHub] [incubator-doris] chenhao7253886 closed pull request #1447: Fix bug that BE crashes when inserting null value to non-nullable columns

2019-07-09 Thread GitBox
chenhao7253886 closed pull request #1447: Fix bug that BE crashes when inserting null value to non-nullable columns URL: https://github.com/apache/incubator-doris/pull/1447 This is an automated message from the Apache Git Se

[GitHub] [incubator-doris] chenhao7253886 opened a new pull request #1447: Fix bug that BE crashes when inserting null value to non-nullable columns

2019-07-09 Thread GitBox
chenhao7253886 opened a new pull request #1447: Fix bug that BE crashes when inserting null value to non-nullable columns URL: https://github.com/apache/incubator-doris/pull/1447 This is an automated message from the Apache

[GitHub] [incubator-doris] chaoyli merged pull request #1450: Add ColumnBlock

2019-07-09 Thread GitBox
chaoyli merged pull request #1450: Add ColumnBlock URL: https://github.com/apache/incubator-doris/pull/1450 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] Xuxue1 opened a new pull request #1451: Add string function split_part

2019-07-09 Thread GitBox
Xuxue1 opened a new pull request #1451: Add string function split_part URL: https://github.com/apache/incubator-doris/pull/1451 Add string function split_part. Just like postgresql This is an automated message from the Apache

[GitHub] [incubator-doris] morningman merged pull request #1443: Persist auth info in LoadJob

2019-07-09 Thread GitBox
morningman merged pull request #1443: Persist auth info in LoadJob URL: https://github.com/apache/incubator-doris/pull/1443 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-doris] imay opened a new pull request #1450: Add ColumnBlock

2019-07-09 Thread GitBox
imay opened a new pull request #1450: Add ColumnBlock URL: https://github.com/apache/incubator-doris/pull/1450 Use ColumnBlock to read data from Page. This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-doris] imay commented on a change in pull request #1432: Add percentile_approx aggregate function

2019-07-09 Thread GitBox
imay commented on a change in pull request #1432: Add percentile_approx aggregate function URL: https://github.com/apache/incubator-doris/pull/1432#discussion_r301528961 ## File path: be/src/exprs/aggregate_functions.cpp ## @@ -231,6 +232,84 @@ void AggregateFunctions::avg

[GitHub] [incubator-doris] imay commented on a change in pull request #1432: Add percentile_approx aggregate function

2019-07-09 Thread GitBox
imay commented on a change in pull request #1432: Add percentile_approx aggregate function URL: https://github.com/apache/incubator-doris/pull/1432#discussion_r301531431 ## File path: be/src/util/tdigest.h ## @@ -0,0 +1,728 @@ +// Licensed to the Apache Software Foundation

[GitHub] [incubator-doris] imay commented on a change in pull request #1432: Add percentile_approx aggregate function

2019-07-09 Thread GitBox
imay commented on a change in pull request #1432: Add percentile_approx aggregate function URL: https://github.com/apache/incubator-doris/pull/1432#discussion_r301528332 ## File path: be/src/exprs/aggregate_functions.cpp ## @@ -231,6 +232,84 @@ void AggregateFunctions::avg

[GitHub] [incubator-doris] imay commented on a change in pull request #1432: Add percentile_approx aggregate function

2019-07-09 Thread GitBox
imay commented on a change in pull request #1432: Add percentile_approx aggregate function URL: https://github.com/apache/incubator-doris/pull/1432#discussion_r301529949 ## File path: be/src/exprs/aggregate_functions.cpp ## @@ -231,6 +232,84 @@ void AggregateFunctions::avg

[GitHub] [incubator-doris] imay commented on a change in pull request #1432: Add percentile_approx aggregate function

2019-07-09 Thread GitBox
imay commented on a change in pull request #1432: Add percentile_approx aggregate function URL: https://github.com/apache/incubator-doris/pull/1432#discussion_r301531168 ## File path: be/src/util/tdigest.h ## @@ -0,0 +1,728 @@ +// Licensed to the Apache Software Foundation

[GitHub] [incubator-doris] imay commented on a change in pull request #1432: Add percentile_approx aggregate function

2019-07-09 Thread GitBox
imay commented on a change in pull request #1432: Add percentile_approx aggregate function URL: https://github.com/apache/incubator-doris/pull/1432#discussion_r301530202 ## File path: be/src/exprs/aggregate_functions.cpp ## @@ -231,6 +232,84 @@ void AggregateFunctions::avg

[GitHub] [incubator-doris] imay commented on a change in pull request #1432: Add percentile_approx aggregate function

2019-07-09 Thread GitBox
imay commented on a change in pull request #1432: Add percentile_approx aggregate function URL: https://github.com/apache/incubator-doris/pull/1432#discussion_r301530690 ## File path: be/src/exprs/aggregate_functions.cpp ## @@ -231,6 +232,84 @@ void AggregateFunctions::avg

[GitHub] [incubator-doris] chaoyli merged pull request #1449: Add closedir() after opendir()

2019-07-09 Thread GitBox
chaoyli merged pull request #1449: Add closedir() after opendir() URL: https://github.com/apache/incubator-doris/pull/1449 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 #1449: Add closedir() after opendir()

2019-07-09 Thread GitBox
chaoyli opened a new pull request #1449: Add closedir() after opendir() URL: https://github.com/apache/incubator-doris/pull/1449 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-doris] chaoyli merged pull request #1448: Remove log in tablet management

2019-07-09 Thread GitBox
chaoyli merged pull request #1448: Remove log in tablet management URL: https://github.com/apache/incubator-doris/pull/1448 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-doris] yiguolei opened a new pull request #1448: Remove log in tablet management

2019-07-09 Thread GitBox
yiguolei opened a new pull request #1448: Remove log in tablet management URL: https://github.com/apache/incubator-doris/pull/1448 It costs a lot of time to print log when be restarts so that remove these logs. This is an aut

[GitHub] [incubator-doris] chenhao7253886 commented on a change in pull request #1447: Fix bug that BE crashes when inserting null value to non-nullable columns

2019-07-09 Thread GitBox
chenhao7253886 commented on a change in pull request #1447: Fix bug that BE crashes when inserting null value to non-nullable columns URL: https://github.com/apache/incubator-doris/pull/1447#discussion_r301444866 ## File path: be/src/exec/olap_table_sink.cpp ## @@ -640,14

[GitHub] [incubator-doris] EmmyMiao87 commented on a change in pull request #1447: Fix bug that BE crashes when inserting null value to non-nullable columns

2019-07-09 Thread GitBox
EmmyMiao87 commented on a change in pull request #1447: Fix bug that BE crashes when inserting null value to non-nullable columns URL: https://github.com/apache/incubator-doris/pull/1447#discussion_r301443551 ## File path: be/src/exec/olap_table_sink.cpp ## @@ -640,14 +640

[GitHub] [incubator-doris] imay commented on a change in pull request #1447: Fix bug that BE crashs when insert null value to the not null column

2019-07-09 Thread GitBox
imay commented on a change in pull request #1447: Fix bug that BE crashs when insert null value to the not null column URL: https://github.com/apache/incubator-doris/pull/1447#discussion_r301428707 ## File path: be/src/exec/olap_table_sink.cpp ## @@ -640,14 +640,25 @@ void

[GitHub] [incubator-doris] morningman commented on a change in pull request #1447: Fix bug that BE crashs when insert null value to the not null column

2019-07-09 Thread GitBox
morningman commented on a change in pull request #1447: Fix bug that BE crashs when insert null value to the not null column URL: https://github.com/apache/incubator-doris/pull/1447#discussion_r301424891 ## File path: be/src/exec/olap_table_sink.cpp ## @@ -640,14 +640,25 @

[GitHub] [incubator-doris] morningman commented on a change in pull request #1447: Fix bug that BE crashs when insert null value to the not null column

2019-07-09 Thread GitBox
morningman commented on a change in pull request #1447: Fix bug that BE crashs when insert null value to the not null column URL: https://github.com/apache/incubator-doris/pull/1447#discussion_r301426993 ## File path: be/src/exec/olap_table_sink.cpp ## @@ -640,14 +640,25 @