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
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
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"
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 @
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 @
33 matches
Mail list logo