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
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 #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
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
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
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
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
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
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
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
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 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
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
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 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
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"
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
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
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
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
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
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
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
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
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
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
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() {
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
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
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
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() {
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() {
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
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
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
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
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
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
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
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.
---
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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,最后
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
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/
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
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
--
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
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
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
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.
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
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
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
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
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
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.
-
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
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
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
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
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
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
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
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`
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
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
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
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
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
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
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
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
1401 - 1500 of 7706 matches
Mail list logo