eldenmoon commented on PR #39022:
URL: https://github.com/apache/doris/pull/39022#issuecomment-2295820284
run buildall
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To un
eldenmoon commented on code in PR #39022:
URL: https://github.com/apache/doris/pull/39022#discussion_r1721185333
##
be/src/olap/rowset/segment_v2/segment.cpp:
##
@@ -599,6 +604,44 @@ Status Segment::new_column_iterator_with_path(const
TabletColumn& tablet_column,
eldenmoon commented on code in PR #39022:
URL: https://github.com/apache/doris/pull/39022#discussion_r1721178154
##
be/src/olap/rowset/segment_v2/column_reader.cpp:
##
@@ -1663,4 +1663,58 @@ Status VariantRootColumnIterator::read_by_rowids(const
rowid_t* rowids, const si
r
eldenmoon commented on code in PR #39022:
URL: https://github.com/apache/doris/pull/39022#discussion_r1721177930
##
be/src/olap/rowset/segment_v2/column_reader.cpp:
##
@@ -1663,4 +1663,58 @@ Status VariantRootColumnIterator::read_by_rowids(const
rowid_t* rowids, const si
r
eldenmoon commented on code in PR #39022:
URL: https://github.com/apache/doris/pull/39022#discussion_r1721173526
##
be/src/olap/rowset/segment_v2/column_reader.cpp:
##
@@ -1663,4 +1663,58 @@ Status VariantRootColumnIterator::read_by_rowids(const
rowid_t* rowids, const si
r
eldenmoon commented on code in PR #39022:
URL: https://github.com/apache/doris/pull/39022#discussion_r1721173331
##
be/src/olap/rowset/segment_v2/hierarchical_data_reader.cpp:
##
@@ -51,12 +52,15 @@ Status
HierarchicalDataReader::create(std::unique_ptr* reader,
// Eg. {"a"
eldenmoon commented on code in PR #39022:
URL: https://github.com/apache/doris/pull/39022#discussion_r1721173163
##
be/src/olap/rowset/segment_v2/hierarchical_data_reader.h:
##
@@ -168,26 +220,34 @@ class HierarchicalDataReader : public ColumnIterator {
return Statu
eldenmoon commented on code in PR #39022:
URL: https://github.com/apache/doris/pull/39022#discussion_r1721172395
##
be/src/olap/rowset/segment_v2/hierarchical_data_reader.h:
##
@@ -123,35 +113,97 @@ class HierarchicalDataReader : public ColumnIterator {
}));
eldenmoon commented on code in PR #39022:
URL: https://github.com/apache/doris/pull/39022#discussion_r1721171203
##
be/src/olap/rowset/segment_v2/hierarchical_data_reader.h:
##
@@ -123,35 +113,97 @@ class HierarchicalDataReader : public ColumnIterator {
}));
eldenmoon commented on code in PR #39022:
URL: https://github.com/apache/doris/pull/39022#discussion_r1721170672
##
be/src/olap/rowset/segment_v2/hierarchical_data_reader.h:
##
@@ -123,35 +113,97 @@ class HierarchicalDataReader : public ColumnIterator {
}));
eldenmoon commented on code in PR #39022:
URL: https://github.com/apache/doris/pull/39022#discussion_r1721170031
##
be/src/olap/rowset/segment_v2/hierarchical_data_reader.h:
##
@@ -123,35 +113,97 @@ class HierarchicalDataReader : public ColumnIterator {
}));
eldenmoon commented on code in PR #39022:
URL: https://github.com/apache/doris/pull/39022#discussion_r1721168475
##
be/src/olap/rowset/segment_v2/stream_reader.h:
##
@@ -0,0 +1,47 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license a
eldenmoon commented on code in PR #39022:
URL: https://github.com/apache/doris/pull/39022#discussion_r1721167088
##
be/src/olap/rowset/segment_v2/stream_reader.h:
##
@@ -0,0 +1,47 @@
+// Licensed to the Apache Software Foundation (ASF) under one
+// or more contributor license a
eldenmoon commented on code in PR #39022:
URL: https://github.com/apache/doris/pull/39022#discussion_r1721164204
##
be/src/vec/functions/function_cast.h:
##
@@ -810,6 +810,20 @@ struct ConvertImplGenericToJsonb {
}
};
+struct ConvertNothingToJsonb {
+static Status ex
eldenmoon commented on code in PR #39022:
URL: https://github.com/apache/doris/pull/39022#discussion_r1721162070
##
be/src/vec/columns/column_object.cpp:
##
@@ -1381,34 +1585,72 @@ Status ColumnObject::merge_sparse_to_root_column() {
return Status::OK();
}
-void ColumnOb
eldenmoon commented on code in PR #39022:
URL: https://github.com/apache/doris/pull/39022#discussion_r1721160998
##
be/src/vec/columns/column_object.cpp:
##
@@ -1132,6 +1298,44 @@ rapidjson::Value*
find_leaf_node_by_path(rapidjson::Value& json, const PathInDat
return find_
eldenmoon commented on code in PR #39022:
URL: https://github.com/apache/doris/pull/39022#discussion_r1721156376
##
be/src/vec/columns/column_object.cpp:
##
@@ -896,18 +1062,28 @@ void ColumnObject::insert_range_from(const IColumn& src,
size_t start, size_t le
const auto&
eldenmoon commented on code in PR #39022:
URL: https://github.com/apache/doris/pull/39022#discussion_r1721156376
##
be/src/vec/columns/column_object.cpp:
##
@@ -896,18 +1062,28 @@ void ColumnObject::insert_range_from(const IColumn& src,
size_t start, size_t le
const auto&
eldenmoon commented on code in PR #39022:
URL: https://github.com/apache/doris/pull/39022#discussion_r1721153598
##
fe/fe-core/src/test/java/org/apache/doris/task/AgentTaskTest.java:
##
@@ -108,7 +108,7 @@ public void setUp() throws AnalysisException {
createReplicaTask
eldenmoon commented on code in PR #39022:
URL: https://github.com/apache/doris/pull/39022#discussion_r1721150088
##
be/src/vec/columns/column_object.cpp:
##
@@ -884,8 +996,62 @@ void ColumnObject::get(size_t n, Field& res) const {
auto& object = res.get();
for (const
eldenmoon commented on code in PR #39022:
URL: https://github.com/apache/doris/pull/39022#discussion_r1721149521
##
be/src/vec/columns/column_object.cpp:
##
@@ -415,11 +456,77 @@ void ColumnObject::Subcolumn::insert(Field field,
FieldInfo info) {
data.back()->insert(field)
eldenmoon commented on code in PR #39022:
URL: https://github.com/apache/doris/pull/39022#discussion_r1721149211
##
be/src/vec/columns/column_object.cpp:
##
@@ -415,11 +456,77 @@ void ColumnObject::Subcolumn::insert(Field field,
FieldInfo info) {
data.back()->insert(field)
eldenmoon commented on code in PR #39022:
URL: https://github.com/apache/doris/pull/39022#discussion_r1721148798
##
be/src/vec/columns/column_object.h:
##
@@ -125,27 +131,33 @@ class ColumnObject final : public COWHelper {
void get(size_t n, Field& res) const;
-
eldenmoon commented on code in PR #39022:
URL: https://github.com/apache/doris/pull/39022#discussion_r1721148399
##
be/src/vec/columns/subcolumn_tree.h:
##
@@ -232,6 +219,50 @@ class SubcolumnsTree {
return nullptr;
}
+/// Find leaf by path.
+const Node*
eldenmoon commented on code in PR #39022:
URL: https://github.com/apache/doris/pull/39022#discussion_r1721148173
##
be/src/vec/columns/column_object.cpp:
##
@@ -384,9 +425,9 @@ void ColumnObject::Subcolumn::insert(Field field, FieldInfo
info) {
}
if (data.empty()) {
eldenmoon commented on code in PR #39022:
URL: https://github.com/apache/doris/pull/39022#discussion_r1721146094
##
be/src/vec/common/schema_util.cpp:
##
@@ -212,7 +220,6 @@ void get_column_by_type(const vectorized::DataTypePtr&
data_type, const std::str
eldenmoon commented on code in PR #39022:
URL: https://github.com/apache/doris/pull/39022#discussion_r1721145951
##
be/src/vec/data_types/convert_field_to_type.cpp:
##
@@ -98,6 +98,10 @@ class FieldVisitorToStringSimple : public
StaticVisitor {
LOG(FATAL) << "not imple
eldenmoon commented on code in PR #39022:
URL: https://github.com/apache/doris/pull/39022#discussion_r1721142901
##
be/src/vec/columns/column_object.cpp:
##
@@ -884,8 +996,62 @@ void ColumnObject::get(size_t n, Field& res) const {
auto& object = res.get();
for (const
eldenmoon commented on code in PR #39022:
URL: https://github.com/apache/doris/pull/39022#discussion_r1721142493
##
be/src/vec/columns/column_object.cpp:
##
@@ -884,8 +996,62 @@ void ColumnObject::get(size_t n, Field& res) const {
auto& object = res.get();
for (const
eldenmoon commented on code in PR #39022:
URL: https://github.com/apache/doris/pull/39022#discussion_r1721141936
##
be/src/vec/json/path_in_data.cpp:
##
@@ -118,12 +125,13 @@ void PathInData::build_parts(const Parts& other_parts) {
void PathInData::from_protobuf(const segment_v
eldenmoon commented on code in PR #39022:
URL: https://github.com/apache/doris/pull/39022#discussion_r1721139191
##
be/src/olap/rowset/segment_creator.cpp:
##
@@ -99,9 +100,10 @@ Status
SegmentFlusher::_parse_variant_columns(vectorized::Block& block) {
return Status::O
eldenmoon commented on code in PR #39022:
URL: https://github.com/apache/doris/pull/39022#discussion_r1721138798
##
be/src/olap/rowset/segment_v2/segment.h:
##
@@ -162,10 +162,10 @@ class Segment : public
std::enable_shared_from_this {
// nullptr will returned if storage t
eldenmoon commented on code in PR #39022:
URL: https://github.com/apache/doris/pull/39022#discussion_r1721137922
##
be/src/vec/data_types/data_type_jsonb.h:
##
@@ -68,7 +68,7 @@ class DataTypeJsonb final : public IDataType {
MutableColumnPtr create_column() const override;
eldenmoon commented on code in PR #39022:
URL: https://github.com/apache/doris/pull/39022#discussion_r1721137922
##
be/src/vec/data_types/data_type_jsonb.h:
##
@@ -68,7 +68,7 @@ class DataTypeJsonb final : public IDataType {
MutableColumnPtr create_column() const override;
xiaokang commented on code in PR #39022:
URL: https://github.com/apache/doris/pull/39022#discussion_r1718142693
##
be/src/olap/rowset/segment_v2/segment.h:
##
@@ -162,10 +162,10 @@ class Segment : public
std::enable_shared_from_this {
// nullptr will returned if storage ty
doris-robot commented on PR #39022:
URL: https://github.com/apache/doris/pull/39022#issuecomment-2291678994
ClickBench: Total hot run time: 31.29 s
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
doris-robot commented on PR #39022:
URL: https://github.com/apache/doris/pull/39022#issuecomment-2291668013
TPC-DS: Total hot run time: 189960 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools
TPC-DS
doris-robot commented on PR #39022:
URL: https://github.com/apache/doris/pull/39022#issuecomment-2291627044
TPC-H: Total hot run time: 38616 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100
eldenmoon commented on PR #39022:
URL: https://github.com/apache/doris/pull/39022#issuecomment-2291555303
run buildall
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To un
eldenmoon commented on PR #39022:
URL: https://github.com/apache/doris/pull/39022#issuecomment-2291485428
run p0 10
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsub
eldenmoon commented on PR #39022:
URL: https://github.com/apache/doris/pull/39022#issuecomment-2291461982
run cloud_p0 10
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To
doris-robot commented on PR #39022:
URL: https://github.com/apache/doris/pull/39022#issuecomment-2290945395
ClickBench: Total hot run time: 31 s
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
Cli
doris-robot commented on PR #39022:
URL: https://github.com/apache/doris/pull/39022#issuecomment-2290938293
TPC-DS: Total hot run time: 196001 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools
TPC-DS
doris-robot commented on PR #39022:
URL: https://github.com/apache/doris/pull/39022#issuecomment-2290919676
TPC-H: Total hot run time: 38328 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100
eldenmoon commented on PR #39022:
URL: https://github.com/apache/doris/pull/39022#issuecomment-2290854904
run buildall
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To un
doris-robot commented on PR #39022:
URL: https://github.com/apache/doris/pull/39022#issuecomment-2290733892
ClickBench: Total hot run time: 30.73 s
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
doris-robot commented on PR #39022:
URL: https://github.com/apache/doris/pull/39022#issuecomment-2290723269
TPC-DS: Total hot run time: 189030 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools
TPC-DS
doris-robot commented on PR #39022:
URL: https://github.com/apache/doris/pull/39022#issuecomment-2290700771
TPC-H: Total hot run time: 37792 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100
eldenmoon commented on PR #39022:
URL: https://github.com/apache/doris/pull/39022#issuecomment-2290520217
run buildall
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To un
doris-robot commented on PR #39022:
URL: https://github.com/apache/doris/pull/39022#issuecomment-2285387803
ClickBench: Total hot run time: 30.42 s
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
doris-robot commented on PR #39022:
URL: https://github.com/apache/doris/pull/39022#issuecomment-2285382469
TPC-DS: Total hot run time: 190336 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools
TPC-DS
doris-robot commented on PR #39022:
URL: https://github.com/apache/doris/pull/39022#issuecomment-2285371079
TPC-H: Total hot run time: 40248 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100
github-actions[bot] commented on code in PR #39022:
URL: https://github.com/apache/doris/pull/39022#discussion_r1714631777
##
be/src/vec/columns/column_object.cpp:
##
@@ -415,11 +456,77 @@ void ColumnObject::Subcolumn::insert(Field field,
FieldInfo info) {
data.back()->ins
eldenmoon commented on PR #39022:
URL: https://github.com/apache/doris/pull/39022#issuecomment-2285282041
run buildall
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To un
doris-robot commented on PR #39022:
URL: https://github.com/apache/doris/pull/39022#issuecomment-2285265210
TPC-H: Total hot run time: 39947 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100
eldenmoon commented on PR #39022:
URL: https://github.com/apache/doris/pull/39022#issuecomment-2285216522
run buildall
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To un
doris-robot commented on PR #39022:
URL: https://github.com/apache/doris/pull/39022#issuecomment-2284254891
ClickBench: Total hot run time: 31.11 s
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
doris-robot commented on PR #39022:
URL: https://github.com/apache/doris/pull/39022#issuecomment-2284241115
TPC-DS: Total hot run time: 201713 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools
TPC-DS
doris-robot commented on PR #39022:
URL: https://github.com/apache/doris/pull/39022#issuecomment-2284210194
TPC-H: Total hot run time: 39600 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100
eldenmoon commented on PR #39022:
URL: https://github.com/apache/doris/pull/39022#issuecomment-2283946214
run buildall
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To un
eldenmoon commented on PR #39022:
URL: https://github.com/apache/doris/pull/39022#issuecomment-2283929929
run buildall
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To un
eldenmoon commented on PR #39022:
URL: https://github.com/apache/doris/pull/39022#issuecomment-2283931561
run buildall
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To un
doris-robot commented on PR #39022:
URL: https://github.com/apache/doris/pull/39022#issuecomment-2283640391
ClickBench: Total hot run time: 30.42 s
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
doris-robot commented on PR #39022:
URL: https://github.com/apache/doris/pull/39022#issuecomment-2283630806
TPC-DS: Total hot run time: 202221 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools
TPC-DS
doris-robot commented on PR #39022:
URL: https://github.com/apache/doris/pull/39022#issuecomment-2283607907
TPC-H: Total hot run time: 39399 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100
eldenmoon commented on PR #39022:
URL: https://github.com/apache/doris/pull/39022#issuecomment-2283429423
run buildall
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To un
github-actions[bot] commented on code in PR #39022:
URL: https://github.com/apache/doris/pull/39022#discussion_r1713383524
##
be/src/vec/columns/column_object.cpp:
##
@@ -1381,34 +1580,67 @@ Status ColumnObject::merge_sparse_to_root_column() {
return Status::OK();
}
-voi
doris-robot commented on PR #39022:
URL: https://github.com/apache/doris/pull/39022#issuecomment-2277418099
ClickBench: Total hot run time: 30.84 s
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
doris-robot commented on PR #39022:
URL: https://github.com/apache/doris/pull/39022#issuecomment-2277408533
TPC-DS: Total hot run time: 203513 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools
TPC-DS
doris-robot commented on PR #39022:
URL: https://github.com/apache/doris/pull/39022#issuecomment-2277385649
TPC-H: Total hot run time: 39468 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100
eldenmoon commented on PR #39022:
URL: https://github.com/apache/doris/pull/39022#issuecomment-2277274554
run buildall
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To un
doris-robot commented on PR #39022:
URL: https://github.com/apache/doris/pull/39022#issuecomment-2277140180
ClickBench: Total hot run time: 30.39 s
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
doris-robot commented on PR #39022:
URL: https://github.com/apache/doris/pull/39022#issuecomment-2277136080
TPC-DS: Total hot run time: 202325 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools
TPC-DS
doris-robot commented on PR #39022:
URL: https://github.com/apache/doris/pull/39022#issuecomment-2277126919
TPC-H: Total hot run time: 39935 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100
eldenmoon commented on PR #39022:
URL: https://github.com/apache/doris/pull/39022#issuecomment-2277085925
run buildall
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To un
github-actions[bot] commented on code in PR #39022:
URL: https://github.com/apache/doris/pull/39022#discussion_r1710649068
##
be/src/vec/columns/column_object.cpp:
##
@@ -1381,34 +1593,28 @@ Status ColumnObject::merge_sparse_to_root_column() {
return Status::OK();
}
-voi
eldenmoon commented on PR #39022:
URL: https://github.com/apache/doris/pull/39022#issuecomment-2277071159
run buildall
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To un
eldenmoon commented on PR #39022:
URL: https://github.com/apache/doris/pull/39022#issuecomment-2276283114
run buildall
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To un
eldenmoon commented on PR #39022:
URL: https://github.com/apache/doris/pull/39022#issuecomment-2276279848
run buildall
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To un
doris-robot commented on PR #39022:
URL: https://github.com/apache/doris/pull/39022#issuecomment-2276273238
TPC-H: Total hot run time: 39346 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100
eldenmoon commented on PR #39022:
URL: https://github.com/apache/doris/pull/39022#issuecomment-2276108544
run buildall
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To un
doris-robot commented on PR #39022:
URL: https://github.com/apache/doris/pull/39022#issuecomment-2273286044
ClickBench: Total hot run time: 30.18 s
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/clickbench-tools
doris-robot commented on PR #39022:
URL: https://github.com/apache/doris/pull/39022#issuecomment-2273277021
TPC-DS: Total hot run time: 169921 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpcds-tools
TPC-DS
doris-robot commented on PR #39022:
URL: https://github.com/apache/doris/pull/39022#issuecomment-2273259189
TPC-H: Total hot run time: 41920 ms
```
machine: 'aliyun_ecs.c7a.8xlarge_32C64G'
scripts: https://github.com/apache/doris/tree/master/tools/tpch-tools
Tpch sf100
eldenmoon commented on PR #39022:
URL: https://github.com/apache/doris/pull/39022#issuecomment-2273099360
run buildall
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To un
github-actions[bot] commented on code in PR #39022:
URL: https://github.com/apache/doris/pull/39022#discussion_r1706453662
##
be/src/vec/columns/column_object.cpp:
##
@@ -415,6 +456,71 @@ void ColumnObject::Subcolumn::insert(Field field,
FieldInfo info) {
data.back()->inse
doris-robot commented on PR #39022:
URL: https://github.com/apache/doris/pull/39022#issuecomment-2272707268
Thank you for your contribution to Apache Doris.
Don't know what should be done next? See [How to process your
PR](https://cwiki.apache.org/confluence/display/DORIS/How+to+process+y
87 matches
Mail list logo