[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] 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 #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] 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] 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] 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] 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] 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] 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] 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] 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 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] 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] 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 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] 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] 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] 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] HangyuanLiu opened a new pull request #1454: Fix parquet load bug

2019-07-10 Thread GitBox
HangyuanLiu opened a new pull request #1454: Fix parquet load bug URL: https://github.com/apache/incubator-doris/pull/1454 1、fix the problem of importing non-parquet format file causing be crash 2、ignore the empty files under the folder (such as _SUCCESS generated by spark) 3、fix the

[GitHub] [incubator-doris] wuyunfeng opened a new pull request #1455: Bug-fix: Query ES table would fail when thrift_port not set

2019-07-10 Thread GitBox
wuyunfeng opened a new pull request #1455: Bug-fix: Query ES table would fail when thrift_port not set URL: https://github.com/apache/incubator-doris/pull/1455 # Problem When create Elasticsearch external table without the thrift_port not configure, query the es table using HTTP Trans

[GitHub] [incubator-doris] HangyuanLiu opened a new pull request #1456: Add utc_timestamp function

2019-07-10 Thread GitBox
HangyuanLiu opened a new pull request #1456: Add utc_timestamp function URL: https://github.com/apache/incubator-doris/pull/1456 Add utc_timestamp function #1428 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-doris] HangyuanLiu closed pull request #1456: Add utc_timestamp function

2019-07-10 Thread GitBox
HangyuanLiu closed pull request #1456: Add utc_timestamp function URL: https://github.com/apache/incubator-doris/pull/1456 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-doris] HangyuanLiu opened a new pull request #1456: Add utc_timestamp function

2019-07-10 Thread GitBox
HangyuanLiu opened a new pull request #1456: Add utc_timestamp function URL: https://github.com/apache/incubator-doris/pull/1456 Add utc_timestamp function #1428 This is an automated message from the Apache Git Service. To

[GitHub] [incubator-doris] HangyuanLiu commented on issue #1428: 使用Power BI连接到doris时提示:MySQL: No matching function with signature:utc_timestamp().

2019-07-10 Thread GitBox
HangyuanLiu commented on issue #1428: 使用Power BI连接到doris时提示:MySQL: No matching function with signature:utc_timestamp(). URL: https://github.com/apache/incubator-doris/issues/1428#issuecomment-510062955 This new utc_timestamp function does not support timezone as usual, but I will modif

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

2019-07-10 Thread GitBox
imay commented on a change in 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#discussion_r302088419 ## File path: fe/src/main/java/org/apache/doris/analysis/ColumnDe

[GitHub] [incubator-doris] imay commented on a change in pull request #1456: Add utc_timestamp function

2019-07-10 Thread GitBox
imay commented on a change in pull request #1456: Add utc_timestamp function URL: https://github.com/apache/incubator-doris/pull/1456#discussion_r302093156 ## File path: be/src/exprs/timestamp_functions.cpp ## @@ -243,6 +243,17 @@ DateTimeVal TimestampFunctions::curtime(Fun

[GitHub] [incubator-doris] imay commented on a change in pull request #1454: Fix parquet load bug

2019-07-10 Thread GitBox
imay commented on a change in pull request #1454: Fix parquet load bug URL: https://github.com/apache/incubator-doris/pull/1454#discussion_r302098511 ## File path: be/src/exec/parquet_scanner.cpp ## @@ -108,22 +98,26 @@ Status ParquetScanner::open_file_reader() {

[GitHub] [incubator-doris] imay commented on a change in pull request #1454: Fix parquet load bug

2019-07-10 Thread GitBox
imay commented on a change in pull request #1454: Fix parquet load bug URL: https://github.com/apache/incubator-doris/pull/1454#discussion_r302096762 ## File path: be/src/exec/parquet_reader.cpp ## @@ -47,38 +47,45 @@ ParquetReaderWrap::~ParquetReaderWrap() { } Status

[GitHub] [incubator-doris] imay commented on a change in pull request #1454: Fix parquet load bug

2019-07-10 Thread GitBox
imay commented on a change in pull request #1454: Fix parquet load bug URL: https://github.com/apache/incubator-doris/pull/1454#discussion_r302096240 ## File path: be/src/exec/parquet_reader.cpp ## @@ -47,38 +47,45 @@ ParquetReaderWrap::~ParquetReaderWrap() { } Status

[GitHub] [incubator-doris] imay commented on a change in pull request #1454: Fix parquet load bug

2019-07-10 Thread GitBox
imay commented on a change in pull request #1454: Fix parquet load bug URL: https://github.com/apache/incubator-doris/pull/1454#discussion_r302095968 ## File path: be/src/exec/parquet_reader.cpp ## @@ -47,38 +47,45 @@ ParquetReaderWrap::~ParquetReaderWrap() { } Status

[GitHub] [incubator-doris] imay commented on a change in pull request #1454: Fix parquet load bug

2019-07-10 Thread GitBox
imay commented on a change in pull request #1454: Fix parquet load bug URL: https://github.com/apache/incubator-doris/pull/1454#discussion_r302098415 ## File path: be/src/exec/parquet_scanner.cpp ## @@ -108,22 +98,26 @@ Status ParquetScanner::open_file_reader() {

[GitHub] [incubator-doris] imay commented on a change in pull request #1454: Fix parquet load bug

2019-07-10 Thread GitBox
imay commented on a change in pull request #1454: Fix parquet load bug URL: https://github.com/apache/incubator-doris/pull/1454#discussion_r302099099 ## File path: be/src/exec/parquet_scanner.cpp ## @@ -133,13 +127,21 @@ Status ParquetScanner::open_file_reader() {

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

2019-07-10 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_r302101016 ## File path: be/src/exprs/aggregate_functions.cpp ## @@ -231,6 +232,81 @@ void AggregateFunctions::avg

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

2019-07-10 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_r302100579 ## File path: be/src/exprs/aggregate_functions.cpp ## @@ -231,6 +232,81 @@ void AggregateFunctions::avg

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

2019-07-10 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_r302101549 ## File path: be/src/exprs/aggregate_functions.cpp ## @@ -231,6 +232,81 @@ void AggregateFunctions::avg

[GitHub] [incubator-doris] morningman opened a new pull request #1457: Validate the UTF-8 encode of loading data

2019-07-10 Thread GitBox
morningman opened a new pull request #1457: Validate the UTF-8 encode of loading data URL: https://github.com/apache/incubator-doris/pull/1457 Currently, Doris only support UTF-8 encoded data. All data will be shown to user in UTF-8 format. So if data loaded in Doris does not UTF-8 en

[GitHub] [incubator-doris] imay commented on a change in pull request #1457: Validate the UTF-8 encode of loading data

2019-07-10 Thread GitBox
imay commented on a change in pull request #1457: Validate the UTF-8 encode of loading data URL: https://github.com/apache/incubator-doris/pull/1457#discussion_r302138372 ## File path: be/src/exec/broker_scanner.cpp ## @@ -453,6 +454,16 @@ bool BrokerScanner::convert_one_r

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

2019-07-10 Thread GitBox
imay merged 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 This is an automated message from the Apache G

[GitHub] [incubator-doris] morningman commented on a change in pull request #1457: Validate the UTF-8 encode of loading data

2019-07-10 Thread GitBox
morningman commented on a change in pull request #1457: Validate the UTF-8 encode of loading data URL: https://github.com/apache/incubator-doris/pull/1457#discussion_r302328757 ## File path: be/src/exec/broker_scanner.cpp ## @@ -453,6 +454,16 @@ bool BrokerScanner::convert

[GitHub] [incubator-doris] morningman opened a new pull request #1458: Fix bug of wrong judgement for Hll type column's default value

2019-07-10 Thread GitBox
morningman opened a new pull request #1458: Fix bug of wrong judgement for Hll type column's default value URL: https://github.com/apache/incubator-doris/pull/1458 Fix the bug that user may receive '"Hll can not set default value' error when creating table with Hll type columns. ---

[GitHub] [incubator-doris] morningman commented on a change in pull request #1457: Validate the UTF-8 encode of loading data

2019-07-10 Thread GitBox
morningman commented on a change in pull request #1457: Validate the UTF-8 encode of loading data URL: https://github.com/apache/incubator-doris/pull/1457#discussion_r302328757 ## File path: be/src/exec/broker_scanner.cpp ## @@ -453,6 +454,16 @@ bool BrokerScanner::convert

[GitHub] [incubator-doris] imay merged pull request #1457: Validate the UTF-8 encode of loading data

2019-07-10 Thread GitBox
imay merged pull request #1457: Validate the UTF-8 encode of loading data URL: https://github.com/apache/incubator-doris/pull/1457 This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] [incubator-doris] imay merged pull request #1458: Fix bug of wrong judgement for Hll type column's default value

2019-07-10 Thread GitBox
imay merged pull request #1458: Fix bug of wrong judgement for Hll type column's default value URL: https://github.com/apache/incubator-doris/pull/1458 This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-doris] wuyunfeng opened a new pull request #1455: Bug-fix: Query ES table would fail when thrift_port not set

2019-07-10 Thread GitBox
wuyunfeng opened a new pull request #1455: Bug-fix: Query ES table would fail when thrift_port not set URL: https://github.com/apache/incubator-doris/pull/1455 When create ES external table without the thrift_port not configure, query ES external table using HTTP Transport Mode would f

[GitHub] [incubator-doris] wuyunfeng closed pull request #1455: Bug-fix: Query ES table would fail when thrift_port not set

2019-07-10 Thread GitBox
wuyunfeng closed pull request #1455: Bug-fix: Query ES table would fail when thrift_port not set URL: https://github.com/apache/incubator-doris/pull/1455 This is an automated message from the Apache Git Service. To respond t

[GitHub] [incubator-doris] morningman opened a new pull request #1459: Add new CreateTabletReq and AlterTabletReqV2 thrift struct

2019-07-10 Thread GitBox
morningman opened a new pull request #1459: Add new CreateTabletReq and AlterTabletReqV2 thrift struct URL: https://github.com/apache/incubator-doris/pull/1459 This is for developing new alter table process. This is an automa

[GitHub] [incubator-doris] imay merged pull request #1456: Add utc_timestamp function

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

[GitHub] [incubator-doris] yiguolei commented on a change in pull request #1459: Add new CreateTabletReq and AlterTabletReqV2 thrift struct

2019-07-10 Thread GitBox
yiguolei commented on a change in pull request #1459: Add new CreateTabletReq and AlterTabletReqV2 thrift struct URL: https://github.com/apache/incubator-doris/pull/1459#discussion_r302349176 ## File path: gensrc/thrift/AgentService.thrift ## @@ -48,6 +48,8 @@ struct TCrea

[GitHub] [incubator-doris] yiguolei commented on a change in pull request #1459: Add new CreateTabletReq and AlterTabletReqV2 thrift struct

2019-07-10 Thread GitBox
yiguolei commented on a change in pull request #1459: Add new CreateTabletReq and AlterTabletReqV2 thrift struct URL: https://github.com/apache/incubator-doris/pull/1459#discussion_r302349411 ## File path: gensrc/thrift/AgentService.thrift ## @@ -61,6 +63,18 @@ struct TAlt

[GitHub] [incubator-doris] imay merged pull request #1455: Bug-fix: Query ES table would fail when thrift_port not set

2019-07-10 Thread GitBox
imay merged pull request #1455: Bug-fix: Query ES table would fail when thrift_port not set URL: https://github.com/apache/incubator-doris/pull/1455 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-doris] imay merged pull request #1454: Fix importing non-parquet format file causing be crash

2019-07-11 Thread GitBox
imay merged pull request #1454: Fix importing non-parquet format file causing be crash URL: https://github.com/apache/incubator-doris/pull/1454 This is an automated message from the Apache Git Service. To respond to the mess

[GitHub] [incubator-doris] imay merged pull request #1459: Add new CreateTabletReq and AlterTabletReqV2 thrift struct

2019-07-11 Thread GitBox
imay merged pull request #1459: Add new CreateTabletReq and AlterTabletReqV2 thrift struct URL: https://github.com/apache/incubator-doris/pull/1459 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-doris] morningman merged pull request #1432: Add percentile_approx aggregate function

2019-07-11 Thread GitBox
morningman merged 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, plea

[GitHub] [incubator-doris] morningman merged pull request #1434: Add aggregate function doc

2019-07-11 Thread GitBox
morningman merged pull request #1434: Add aggregate function doc URL: https://github.com/apache/incubator-doris/pull/1434 This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [incubator-doris] EmmyMiao87 opened a new pull request #1460: Fix the error unit of create timestamp in mini load

2019-07-11 Thread GitBox
EmmyMiao87 opened a new pull request #1460: Fix the error unit of create timestamp in mini load URL: https://github.com/apache/incubator-doris/pull/1460 The unit of old create timestamp is micros while the unit of create timestamp in fe is millisecond.

[GitHub] [incubator-doris] imay merged pull request #1460: Fix the error unit of create timestamp in mini load

2019-07-11 Thread GitBox
imay merged pull request #1460: Fix the error unit of create timestamp in mini load URL: https://github.com/apache/incubator-doris/pull/1460 This is an automated message from the Apache Git Service. To respond to the message

[GitHub] [incubator-doris] chenhao7253886 opened a new issue #1461: Scale does't work when cast other type to Decimal

2019-07-11 Thread GitBox
chenhao7253886 opened a new issue #1461: Scale does't work when cast other type to Decimal URL: https://github.com/apache/incubator-doris/issues/1461 This is an automated message from the Apache Git Service. To respond to th

[GitHub] [incubator-doris] chaoyli opened a new pull request #1462: Fix memory leak in streaming load

2019-07-11 Thread GitBox
chaoyli opened a new pull request #1462: Fix memory leak in streaming load URL: https://github.com/apache/incubator-doris/pull/1462 Upon streaming load, init() in ColumnDataWriter has been called twice. When calling init() secondly, allocated memory address of RowBlock will be covered

[GitHub] [incubator-doris] chaoyli merged pull request #1462: Fix memory leak in streaming load

2019-07-11 Thread GitBox
chaoyli merged pull request #1462: Fix memory leak in streaming load URL: https://github.com/apache/incubator-doris/pull/1462 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-doris] bd7ce commented on issue #1428: 使用Power BI连接到doris时提示:MySQL: No matching function with signature:utc_timestamp().

2019-07-11 Thread GitBox
bd7ce commented on issue #1428: 使用Power BI连接到doris时提示:MySQL: No matching function with signature:utc_timestamp(). URL: https://github.com/apache/incubator-doris/issues/1428#issuecomment-510524852 更新后验证,utc_timestamp()函数已经正常了,但连接时继续报错: “从提供程序读取数据时出错:输入字符串的格式不正确”。 检查fe.audio.log,最后

[GitHub] [incubator-doris] bd7ce edited a comment on issue #1428: 使用Power BI连接到doris时提示:MySQL: No matching function with signature:utc_timestamp().

2019-07-11 Thread GitBox
bd7ce edited a comment on issue #1428: 使用Power BI连接到doris时提示:MySQL: No matching function with signature:utc_timestamp(). URL: https://github.com/apache/incubator-doris/issues/1428#issuecomment-510524852 更新后验证,utc_timestamp()函数已经正常了,但连接时继续报错: “从提供程序读取数据时出错:输入字符串的格式不正确”。 检查fe.audit

[GitHub] [incubator-doris] morningman opened a new pull request #1463: Delete deprecated code in Frontend

2019-07-11 Thread GitBox
morningman opened a new pull request #1463: Delete deprecated code in Frontend URL: https://github.com/apache/incubator-doris/pull/1463 1. Delete Clone/CloneJob/CloneChecker The old clone framework is deprecated, using TabletChecker/TabletScheduler instead 2. Delete old BackupJob/

[GitHub] [incubator-doris] morningman merged pull request #1463: Delete deprecated code in Frontend

2019-07-11 Thread GitBox
morningman merged pull request #1463: Delete deprecated code in Frontend URL: https://github.com/apache/incubator-doris/pull/1463 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-doris] worker24h opened a new pull request #1464: FixBug: if columns of doris table less than parquet file columns , BE will be crash

2019-07-11 Thread GitBox
worker24h opened a new pull request #1464: FixBug: if columns of doris table less than parquet file columns , BE will be crash URL: https://github.com/apache/incubator-doris/pull/1464 if columns of doris table less than parquet file columns , BE will be crash --

[GitHub] [incubator-doris] zttaotao2013 commented on issue #1416: ETL_SUBMIT_FAIL problem

2019-07-11 Thread GitBox
zttaotao2013 commented on issue #1416: ETL_SUBMIT_FAIL problem URL: https://github.com/apache/incubator-doris/issues/1416#issuecomment-510764972 master上的版本 This is an automated message from the Apache Git Service. To respond

[GitHub] [incubator-doris] chenhao7253886 opened a new pull request #1465: Optimizer support push down predicates past

2019-07-12 Thread GitBox
chenhao7253886 opened a new pull request #1465: Optimizer support push down predicates past URL: https://github.com/apache/incubator-doris/pull/1465 Optimizer support push down predicates past aggregation, windows and sort。 T

[GitHub] [incubator-doris] imay merged pull request #1464: FixBug: if columns of doris table less than parquet file columns , BE will be crash

2019-07-12 Thread GitBox
imay merged pull request #1464: FixBug: if columns of doris table less than parquet file columns , BE will be crash URL: https://github.com/apache/incubator-doris/pull/1464 This is an automated message from the Apache Git Se

[GitHub] [incubator-doris] chenhao7253886 closed pull request #1465: Optimizer support push down predicates past AGG, SORT AND WINDOWS

2019-07-12 Thread GitBox
chenhao7253886 closed pull request #1465: Optimizer support push down predicates past AGG, SORT AND WINDOWS URL: https://github.com/apache/incubator-doris/pull/1465 This is an automated message from the Apache Git Service.

[GitHub] [incubator-doris] zhongyun2019 opened a new issue #1466: doris thirdparty snappy build without Optimize-Options

2019-07-13 Thread GitBox
zhongyun2019 opened a new issue #1466: doris thirdparty snappy build without Optimize-Options URL: https://github.com/apache/incubator-doris/issues/1466 When i do some sql optimization, I found snappy compress cost 40% in pprof svg image. After i rebuilt doris with snappy thirdparty

[GitHub] [incubator-doris] zhongyun2019 opened a new pull request #1467: doris snappy thirdparty build with optimize-options

2019-07-13 Thread GitBox
zhongyun2019 opened a new pull request #1467: doris snappy thirdparty build with optimize-options URL: https://github.com/apache/incubator-doris/pull/1467 #1466Add doris snappy thirdparty build optimize-options This is an

[GitHub] [incubator-doris] imay closed pull request #1467: doris snappy thirdparty build with optimize-options

2019-07-13 Thread GitBox
imay closed pull request #1467: doris snappy thirdparty build with optimize-options URL: https://github.com/apache/incubator-doris/pull/1467 This is an automated message from the Apache Git Service. To respond to the message

[GitHub] [incubator-doris] zhongyun2019 opened a new pull request #1467: doris snappy thirdparty build with optimize-options

2019-07-13 Thread GitBox
zhongyun2019 opened a new pull request #1467: doris snappy thirdparty build with optimize-options URL: https://github.com/apache/incubator-doris/pull/1467 #1466Add doris snappy thirdparty build optimize-options This is an

[GitHub] [incubator-doris] imay merged pull request #1467: doris snappy thirdparty build with optimize-options

2019-07-13 Thread GitBox
imay merged pull request #1467: doris snappy thirdparty build with optimize-options URL: https://github.com/apache/incubator-doris/pull/1467 This is an automated message from the Apache Git Service. To respond to the message

[GitHub] [incubator-doris] WingsGo opened a new pull request #1468: Fix bug when use SQL Statement SELECT * FROM TABLE LIMIT 1

2019-07-13 Thread GitBox
WingsGo opened a new pull request #1468: Fix bug when use SQL Statement SELECT * FROM TABLE LIMIT 1 URL: https://github.com/apache/incubator-doris/pull/1468 When I use SQL Statement SELECT * FROM TABLE LIMIT 1, I found that it will scan more rows which will cost more query time. -

[GitHub] [incubator-doris] morningman commented on a change in pull request #1468: Fix bug when use SQL Statement SELECT * FROM TABLE LIMIT 1

2019-07-13 Thread GitBox
morningman commented on a change in pull request #1468: Fix bug when use SQL Statement SELECT * FROM TABLE LIMIT 1 URL: https://github.com/apache/incubator-doris/pull/1468#discussion_r303207082 ## File path: be/src/exec/olap_scanner.cpp ## @@ -467,6 +468,7 @@ void OlapScan

[GitHub] [incubator-doris] WingsGo closed pull request #1468: Fix bug when use SQL Statement SELECT * FROM TABLE LIMIT 1

2019-07-13 Thread GitBox
WingsGo closed pull request #1468: Fix bug when use SQL Statement SELECT * FROM TABLE LIMIT 1 URL: https://github.com/apache/incubator-doris/pull/1468 This is an automated message from the Apache Git Service. To respond to t

[GitHub] [incubator-doris] WingsGo opened a new pull request #1469: Fix bug when use SELECT * FROM TABLE LIMIT 1

2019-07-13 Thread GitBox
WingsGo opened a new pull request #1469: Fix bug when use SELECT * FROM TABLE LIMIT 1 URL: https://github.com/apache/incubator-doris/pull/1469 When I use SQL Statement SELECT * FROM TABLE LIMIT 1 in a table with large datas, the query statement will cause BE crash.The profile shows that th

[GitHub] [incubator-doris] imay merged pull request #1469: Fix bug when use SELECT * FROM TABLE LIMIT 1

2019-07-13 Thread GitBox
imay merged pull request #1469: Fix bug when use SELECT * FROM TABLE LIMIT 1 URL: https://github.com/apache/incubator-doris/pull/1469 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-doris] WingsGo opened a new issue #1470: SQL Statement SELECT * FROM TABLE LIMIT 1 may cause BE crash when table datas is large.

2019-07-13 Thread GitBox
WingsGo opened a new issue #1470: SQL Statement SELECT * FROM TABLE LIMIT 1 may cause BE crash when table datas is large. URL: https://github.com/apache/incubator-doris/issues/1470 **Describe the bug** When I use SQL Statement SELECT * FROM TABLE LIMIT 1 in a table with large datas, the

[GitHub] [incubator-doris] imay commented on issue #1469: Fix bug when use SELECT * FROM TABLE LIMIT 1

2019-07-13 Thread GitBox
imay commented on issue #1469: Fix bug when use SELECT * FROM TABLE LIMIT 1 URL: https://github.com/apache/incubator-doris/pull/1469#issuecomment-511168038 #1470 This is an automated message from the Apache Git Service. To re

[GitHub] [incubator-doris] chenhao7253886 opened a new pull request #1471: Planner support push down predicates past agg, win and sort

2019-07-13 Thread GitBox
chenhao7253886 opened a new pull request #1471: Planner support push down predicates past agg, win and sort URL: https://github.com/apache/incubator-doris/pull/1471 …sort This is an automated message from the Apache Git Servi

[GitHub] [incubator-doris] morningman opened a new pull request #1472: Support grant GRANT_PRIV on database or table level

2019-07-14 Thread GitBox
morningman opened a new pull request #1472: Support grant GRANT_PRIV on database or table level URL: https://github.com/apache/incubator-doris/pull/1472 Currently, GRANT_PRIV can only be granted on global level, which means it can only be granted on `*.*`. Grant it on `db.*` or `db.tbl`

[GitHub] [incubator-doris] morningman opened a new issue #1473: Support grant GRANT_PRIV on database or table level

2019-07-14 Thread GitBox
morningman opened a new issue #1473: Support grant GRANT_PRIV on database or table level URL: https://github.com/apache/incubator-doris/issues/1473 Currently, GRANT_PRIV can only be granted on global level, which means it can only be granted on `*.*`. Grant it on `db.*` or `db.tbl` are n

[GitHub] [incubator-doris] imay opened a new pull request #1474: Add segment iterator

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

[GitHub] [incubator-doris] chaoyli opened a new pull request #1475: Fix bug when doing linked schema change.

2019-07-14 Thread GitBox
chaoyli opened a new pull request #1475: Fix bug when doing linked schema change. URL: https://github.com/apache/incubator-doris/pull/1475 1. rollup will create table with num_key_columns is less than base table. 2. adding column to existed table, num_key_columns is larger than base tabl

[GitHub] [incubator-doris] morningman commented on a change in pull request #1471: Planner support push down predicates past agg, win and sort

2019-07-14 Thread GitBox
morningman commented on a change in pull request #1471: Planner support push down predicates past agg, win and sort URL: https://github.com/apache/incubator-doris/pull/1471#discussion_r303278309 ## File path: fe/src/main/java/org/apache/doris/analysis/Expr.java ## @@ -1084

[GitHub] [incubator-doris] morningman commented on a change in pull request #1471: Planner support push down predicates past agg, win and sort

2019-07-14 Thread GitBox
morningman commented on a change in pull request #1471: Planner support push down predicates past agg, win and sort URL: https://github.com/apache/incubator-doris/pull/1471#discussion_r303291320 ## File path: fe/src/main/java/org/apache/doris/planner/SingleNodePlanner.java

[GitHub] [incubator-doris] imay commented on a change in pull request #1475: Fix bug when doing linked schema change.

2019-07-14 Thread GitBox
imay commented on a change in pull request #1475: Fix bug when doing linked schema change. URL: https://github.com/apache/incubator-doris/pull/1475#discussion_r303292905 ## File path: be/src/olap/rowset/segment_group.cpp ## @@ -234,27 +235,42 @@ bool SegmentGroup::delete_a

[GitHub] [incubator-doris] imay commented on a change in pull request #1475: Fix bug when doing linked schema change.

2019-07-14 Thread GitBox
imay commented on a change in pull request #1475: Fix bug when doing linked schema change. URL: https://github.com/apache/incubator-doris/pull/1475#discussion_r303292928 ## File path: be/src/olap/rowset/segment_group.cpp ## @@ -234,27 +235,42 @@ bool SegmentGroup::delete_a

[GitHub] [incubator-doris] imay commented on a change in pull request #1475: Fix bug when doing linked schema change.

2019-07-14 Thread GitBox
imay commented on a change in pull request #1475: Fix bug when doing linked schema change. URL: https://github.com/apache/incubator-doris/pull/1475#discussion_r303292495 ## File path: be/src/olap/rowset/alpha_rowset_writer.cpp ## @@ -129,7 +129,28 @@ OLAPStatus AlphaRowset

<    10   11   12   13   14   15   16   17   18   19   >